Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-salazar committed Aug 3, 2022
2 parents bee7f82 + 7ae049f commit 9c15989
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 5 deletions.
32 changes: 27 additions & 5 deletions src/pages/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,34 @@ const Announcement = () => (
className={f('small', 'icon', 'icon-common', 'icon-announcement')}
/>{' '}
<p>
The Pfam website will be decomissioned on October 5th 2022. All Pfam
data for this, and future versions, will be available here on the
InterPro website. You can read more about it in our{' '}
<a href="http://proteinswebteam.github.io/interpro-blog/">
<strong>Powering down the Pfam website</strong>
<br />
On October 5th, we will start redirecting the traffic from Pfam (
<Link href="//pfam.xfam.org" className={f('ext')} target="_blank">
pfam.xfam.org
</Link>
) to InterPro (
<Link
to={{
description: {},
}}
>
www.ebi.ac.uk/interpro
</Link>
). The Pfam website will be available at{' '}
<span href="//legacy.pfam.xfam.org" className={f('link', 'disabled')}>
legacy.pfam.xfam.org
</span>{' '}
until January 2023, when it will be decommissioned. You can read more
about the sunset period in our{' '}
<Link
href="//xfam.wordpress.com/2022/08/04/pfam-website-decommission/"
className={f('ext')}
target="_blank"
>
blog post
</a>
</Link>
.
</p>
</div>
</div>
Expand Down
9 changes: 9 additions & 0 deletions src/pages/Home/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@
cursor: pointer;
}
}

span.link {
color: var(--colors-submain);
&.disabled {
cursor: not-allowed;
opacity: 0.7;
text-decoration: none;
}
}

0 comments on commit 9c15989

Please sign in to comment.