diff --git a/content/about-us/_index.md b/content/about-us/_index.md index 24137eb..6262f25 100644 --- a/content/about-us/_index.md +++ b/content/about-us/_index.md @@ -1,7 +1,6 @@ +++ title = "About us" weight = 4 -template = "index.html" +sort_by = "weight" +template = "about-us.html" +++ - -hello \ No newline at end of file diff --git a/content/gateware/_index.md b/content/gateware/_index.md index 89b0a7d..7e6eff5 100644 --- a/content/gateware/_index.md +++ b/content/gateware/_index.md @@ -1,4 +1,5 @@ +++ title = "Gateware" weight = 2 +sort_by = "weight" +++ \ No newline at end of file diff --git a/sass/css/_base.scss b/sass/css/_base.scss index 2598a84..925df73 100644 --- a/sass/css/_base.scss +++ b/sass/css/_base.scss @@ -76,6 +76,13 @@ a { } } +.navbar-light .navbar-nav .active>.nav-link, +.navbar-light .navbar-nav .nav-link.active, +.navbar-light .navbar-nav .nav-link.show, +.navbar-light .navbar-nav .show>.nav-link { + color: $color-secondary; +} + /** @@ -96,10 +103,15 @@ a { margin-top: 12px; } .dropdown-item { - &:hover { + &:hover, + &:active { background-color: transparent; } } +.dropdown-item.active { + color: $color-secondary; + background-color: transparent; +} .btn-primary { background-color: $btn-primary-2; diff --git a/sass/css/_layout.scss b/sass/css/_layout.scss index 3601780..849047c 100644 --- a/sass/css/_layout.scss +++ b/sass/css/_layout.scss @@ -44,7 +44,7 @@ h3 { } } - main { + .hero + main { margin-top: -150px; } diff --git a/templates/_base.html b/templates/_base.html new file mode 100644 index 0000000..766b7ce --- /dev/null +++ b/templates/_base.html @@ -0,0 +1,229 @@ + + + + +
+