Skip to content

Commit 091839d

Browse files
Updated notification (#98)
Updated the notification to inform users that this is a development preview of the site
1 parent c7ef588 commit 091839d

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

assets/style/typography.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ h6,
5555
border: none;
5656
}
5757

58+
a {
59+
color: black;
60+
}
61+
5862
@media screen and (width <= 700px) {
5963
/* 700px */
6064
.hero {
Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<div class="announcement announcement-warning">
2-
<svg xmlns="http://www.w3.org/2000/svg" width="19" height="18" viewBox="0 0 19 18" fill="none">
3-
<path d="M9.50003 6.75V8.25M9.50003 11.25H9.50753M4.30387 14.25H14.6962C15.8509 14.25 16.5726 13 15.9952 12L10.7991 3C10.2217 2 8.77834 2 8.20099 3L3.00484 12C2.42749 13 3.14917 14.25 4.30387 14.25Z" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
4-
</svg> <p>On March 8th, the Bioconductor Core Team will rename the default branch on `git.bioconductor.org` to `devel`. This change affects maintainers of packages.</p>
5-
</div>
2+
<svg xmlns="http://www.w3.org/2000/svg" width="19" height="18" viewBox="0 0 19 18" fill="none">
3+
<path
4+
d="M9.50003 6.75V8.25M9.50003 11.25H9.50753M4.30387 14.25H14.6962C15.8509 14.25 16.5726 13 15.9952 12L10.7991 3C10.2217 2 8.77834 2 8.20099 3L3.00484 12C2.42749 13 3.14917 14.25 4.30387 14.25Z"
5+
stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
6+
</svg>
7+
<p><a href="https://blog.bioconductor.org/posts/2023-06-22-website-redesign/" target="_blank">This site is a
8+
development preview. As such the content and styling may not be final and is subject to change
9+
before going into production. To see more information about the redesign click here.</a></p>
10+
</div>

0 commit comments

Comments
 (0)