Skip to content

Commit

Permalink
Merge pull request #682 from haddocking/feedback
Browse files Browse the repository at this point in the history
add feedback page
  • Loading branch information
rvhonorato authored Sep 4, 2024
2 parents 2387dea + 5aa04be commit 13c31c7
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions feedback/index.md
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>

0 comments on commit 13c31c7

Please sign in to comment.