Skip to content

Commit

Permalink
Merge pull request #83 from EBISPOT/add-ebi-survey-banner
Browse files Browse the repository at this point in the history
Add survey banner html
  • Loading branch information
haideriqbal authored May 14, 2024
2 parents d492268 + 792d8f0 commit 5d7b63f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions oxo-web/src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@

<section id="main-content-area" role="main">

<div class="row">
<div style="margin: 6px">
<div style="background-color:#B2DCE8; padding: 12px 24px; border-radius: 8px; margin-bottom: 16px; text-align: justify; overflow-x: auto;">
<p>Do data resources managed by EMBL-EBI and our collaborators make a difference to your work? <br><br>Please take 10 minutes to fill in our annual user survey, and help us make the case for why sustaining open data resources is critical for life sciences research.<br><br>Survey link: <a href="https://www.surveymonkey.com/r/HJKYKTT?channel=[webpage]" target="_blank">https://www.surveymonkey.com/r/HJKYKTT?channel=[webpage]</a></p>
</div>
</div>
</div>

<div class="row">
<div class="grayBackground">
<h4 th:inline="text">Welcome to the [[${org}]] [[${title}]] ([[${shortTitle}]]).</h4>
Expand Down

0 comments on commit 5d7b63f

Please sign in to comment.