Skip to content

Commit

Permalink
Merge pull request #361 from EBI-Metagenomics/develop
Browse files Browse the repository at this point in the history
Adds (temporary) banner to homepage linking to annual EBI user survey
  • Loading branch information
SandyRogers committed May 20, 2024
2 parents 8cf2cf2 + 9c93ed1 commit ada0e58
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mgportalv2",
"version": "2.1.4",
"version": "2.1.5",
"description": "Web Client for the Mgnify service at EBI",
"homepage": "https://github.com/EBI-Metagenomics/ebi-metagenomics-client#readme",
"main": "src/index.tsx",
Expand Down
17 changes: 17 additions & 0 deletions src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,29 @@ import React from 'react';
import SearchBy from 'components/Home/SearchBy';
import Request from 'components/Home/Request';
import BlogExcerpts from 'components/Home/BlogExcerpts';
import ExtLink from 'components/UI/ExtLink';
import Publications, { MainPublication } from 'components/Publications';
import './style.css';

const HomePage: React.FC = () => {
return (
<section className="vf-content vf-stack vf-stack--800">
<div />
<div className="vf-banner vf-banner--alert vf-banner--info">
<div className="vf-banner__content">
<p className="vf-banner__text">
Do data resources managed by EMBL-EBI and our collaborators make a
difference to your work?
<br />
Please take 10 minutes to fill in our{' '}
<ExtLink href="https://www.surveymonkey.com/r/HJKYKTT?channel=[webpage]">
annual user survey
</ExtLink>
, and help us make the case for why sustaining open data resources
is critical for life sciences research.
</p>
</div>
</div>
<div />
<div className="vf-grid vf-grid__col-2">
<SearchBy />
Expand Down

0 comments on commit ada0e58

Please sign in to comment.