+
{{ site.title }}
diff --git a/_layouts/default.html b/_layouts/default.html
index aa858f5..67f05c5 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -3,6 +3,22 @@
{% include head.html %}
+
+
+
THIS SITE IS BEING MOVED
+
The BIDS group is currently working to merge our existing websites.
+
+ The BIDS-app website will be moved into the new BIDS website.
+ 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.
+
+
+
+
{% include header.html %}
diff --git a/css/main.css b/css/main.css
index 3c515ca..e02a3be 100644
--- a/css/main.css
+++ b/css/main.css
@@ -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
+ }