Skip to content

Update header.html #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">

<img src="{{ site.baseurl }}/images/BIDS_apps_logo_black.jpg" class="user-image" alt="BIDS Apps logo" />
<h1 class="panel-cover__title panel-title">{{ site.title }}</h1>
<hr class="panel-cover__divider" />
Expand Down
16 changes: 16 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
{% include head.html %}

<body>

<div class="banner">
<h3>THIS SITE IS BEING MOVED</h3>
<p>The BIDS group is currently working to merge our existing websites.</p>
<p>
The BIDS-app website will be moved into the <a href="https://bids-website.readthedocs.io"
target="_blank"
title="New BIDS Website (https://bids-website.readthedocs.io)"
class="custom-link">new BIDS website</a>.
It is still being finalized,
but we encourage feedback, suggestions,
and comments via the giscus form on the bottom of the main page as we consolidate BIDS resources.
</p>
</div>
</div>

{% include header.html %}

<div class="content-wrapper">
Expand Down
8 changes: 8 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,11 @@ td {
text-align: left;
vertical-align: middle;
}

.banner {width: 60%;
display: flex;
justify-content: center;
margin-left: 20%;
padding: 1em;
flex-direction: column
}
Loading