Skip to content

Commit 8998f02

Browse files
iamdamionpre-commit-ci[bot]Remi-Gau
authored
Update header.html (#140)
* Update header.html New BIDS website notification (temporary format) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Remi Gau <[email protected]>
1 parent 8bc1bce commit 8998f02

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

_includes/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<div class="panel-main">
1111
<div class="panel-main__inner panel-inverted">
1212
<div class="panel-main__content">
13+
1314
<img src="{{ site.baseurl }}/images/BIDS_apps_logo_black.jpg" class="user-image" alt="BIDS Apps logo" />
1415
<h1 class="panel-cover__title panel-title">{{ site.title }}</h1>
1516
<hr class="panel-cover__divider" />

_layouts/default.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
{% include head.html %}
44

55
<body>
6+
7+
<div class="banner">
8+
<h3>THIS SITE IS BEING MOVED</h3>
9+
<p>The BIDS group is currently working to merge our existing websites.</p>
10+
<p>
11+
The BIDS-app website will be moved into the <a href="https://bids-website.readthedocs.io"
12+
target="_blank"
13+
title="New BIDS Website (https://bids-website.readthedocs.io)"
14+
class="custom-link">new BIDS website</a>.
15+
It is still being finalized,
16+
but we encourage feedback, suggestions,
17+
and comments via the giscus form on the bottom of the main page as we consolidate BIDS resources.
18+
</p>
19+
</div>
20+
</div>
21+
622
{% include header.html %}
723

824
<div class="content-wrapper">

css/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,11 @@ td {
7373
text-align: left;
7474
vertical-align: middle;
7575
}
76+
77+
.banner {width: 60%;
78+
display: flex;
79+
justify-content: center;
80+
margin-left: 20%;
81+
padding: 1em;
82+
flex-direction: column
83+
}

0 commit comments

Comments
 (0)