-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #682 from haddocking/feedback
add feedback page
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
layout: page | ||
title: "Feedback" | ||
tags: [] | ||
image: | ||
feature: pages/banner_home-mini.jpg | ||
--- | ||
|
||
Thanks for using the services and software of the BonvinLab! 🎉 | ||
|
||
We are always looking for ways to improve our services and software. If you have any feedback, please let us know by making a post in our Feedback Form! | ||
|
||
<div style="text-align: center; margin-top: 20px;"> | ||
<style> | ||
.feedback-button { | ||
display: inline-block; | ||
padding: 10px 20px; | ||
background-color: #337ab7; | ||
color: white !important; | ||
text-decoration: none; | ||
border-radius: 5px; | ||
font-weight: bold; | ||
transition: background-color 0.3s ease; | ||
} | ||
.feedback-button:hover { | ||
background-color: #23527c; | ||
} | ||
</style> | ||
|
||
<a href="https://ask.bioexcel.eu/c/bioexcel-feedback/66" class="feedback-button" target="_blank">Give Feedback</a> | ||
</div> |