From 2aca25e57ce526e5c8c2c538cea025081dc742d7 Mon Sep 17 00:00:00 2001 From: Craig Date: Mon, 25 Jan 2021 11:29:32 +0000 Subject: [PATCH 1/3] Fixed mobile menu to top of screen --- src/scss/navigation/_mobile-menu.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/scss/navigation/_mobile-menu.scss b/src/scss/navigation/_mobile-menu.scss index ca059ea..11b2326 100755 --- a/src/scss/navigation/_mobile-menu.scss +++ b/src/scss/navigation/_mobile-menu.scss @@ -5,11 +5,12 @@ /* Extra Small Devices, Phones */ @media only screen and (max-width : 480px) { .Navbar { - position: absolute; + position: fixed; width: 100%; top: 1em; color: $color-light-blue; display: block; + z-index: 10; transition: all 0.3s ease-out; &__Items { From 27227c31d647d9bb06f423197fede19109ce59e4 Mon Sep 17 00:00:00 2001 From: Craig Date: Mon, 8 Mar 2021 17:44:35 +0000 Subject: [PATCH 2/3] Changes to mobile menu pure css --- src/afterdark.html | 92 +++++------ src/careers.html | 117 ++++++-------- src/contact.html | 120 ++++++-------- src/index.html | 131 +++++++-------- src/publications.html | 116 ++++++-------- src/scripts/main.js | 8 - src/scss/abstracts/_functions.scss | 0 src/scss/abstracts/_mixins.scss | 5 + src/scss/abstracts/_variables.scss | 12 ++ src/scss/base/_animations.scss | 0 src/scss/base/_base.scss | 9 ++ src/scss/base/_grid.scss | 80 ++++++++++ src/scss/base/_utilities.scss | 0 src/scss/base/_wrapper.scss | 13 +- src/scss/layout/_footer.scss | 1 + src/scss/layout/_header.scss | 101 ++++++------ src/scss/navigation/_burger-icon.scss | 0 src/scss/navigation/_mobile-menu.scss | 221 ++++++++++++++++---------- src/scss/navigation/_navigation.scss | 133 ++++++++-------- src/scss/pages/_home.scss | 18 +-- src/scss/styles.scss | 5 +- 21 files changed, 622 insertions(+), 560 deletions(-) delete mode 100755 src/scripts/main.js delete mode 100755 src/scss/abstracts/_functions.scss delete mode 100755 src/scss/base/_animations.scss create mode 100644 src/scss/base/_grid.scss delete mode 100755 src/scss/base/_utilities.scss delete mode 100755 src/scss/navigation/_burger-icon.scss mode change 100755 => 100644 src/scss/navigation/_mobile-menu.scss diff --git a/src/afterdark.html b/src/afterdark.html index ded4ffb..0dce7e2 100755 --- a/src/afterdark.html +++ b/src/afterdark.html @@ -11,22 +11,22 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + @@ -44,42 +44,31 @@ + +
+

ShapeeXist-db + Nightly + Builds

+

These distributions are built nightly from the develop branch of the the + eXist-db + project's GitHub: https://github.com/exist-db/exist. + New builds will only appear when the source base actually changes, this means that there may not be a build for + each day if there were no + changes committed to the project on that day. The DMG and JAR files are signed by Evolved Binary and are + provided to the community for + their convenience. All builds require Java 8 and include all eXist-db extensions.
+
+ These eXist-db builds are made available under eXist-db's LGPL 2.1 license. All + builds require Java 8 or newer, and include all eXist-db extension modules.
+
+ Maven artifacts are available from https://repo.evolvedbinary.com/repository/exist-db-snapshots/. +

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+
Date
+
+
Build Label
+
+
Git Hash
+
+
Downloads
+
+
Size
+
2020-06-055.3.0-SNAPSHOTe607599| + JAR | + DMG | + TAR BZ2 | + ZIP | + (SHA 256) | + ~199 MB
+ +
+
+ + - + + + + + + - - - - + + - - + - + - + - diff --git a/src/careers.html b/src/careers.html index 015fc89..1a41234 100755 --- a/src/careers.html +++ b/src/careers.html @@ -44,12 +44,9 @@ - diff --git a/src/contact.html b/src/contact.html index aa3eef5..6872b01 100755 --- a/src/contact.html +++ b/src/contact.html @@ -44,12 +44,9 @@