diff --git a/src/stylesheets/components/_homeNav.scss b/src/stylesheets/components/_mainNav.scss similarity index 96% rename from src/stylesheets/components/_homeNav.scss rename to src/stylesheets/components/_mainNav.scss index f2e77ee..9411439 100644 --- a/src/stylesheets/components/_homeNav.scss +++ b/src/stylesheets/components/_mainNav.scss @@ -1,4 +1,4 @@ -.homeNav { +.mainNav { display: flex; flex-direction: column; align-items: center; diff --git a/src/stylesheets/main.scss b/src/stylesheets/main.scss index bb5c0b6..aa8c928 100644 --- a/src/stylesheets/main.scss +++ b/src/stylesheets/main.scss @@ -6,7 +6,7 @@ @import 'base/typography'; -@import 'components/homeNav'; +@import 'components/mainNav'; @import 'components/button'; @import 'components/feature'; @import 'components/testimonial'; diff --git a/views/index.hbs b/views/index.hbs index 22f3425..1f11787 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -1,5 +1,3 @@ -{{> homeNav }} -

A new age of exam result tracking

diff --git a/views/layouts/main.hbs b/views/layouts/main.hbs index 879fd28..4161428 100644 --- a/views/layouts/main.hbs +++ b/views/layouts/main.hbs @@ -2,6 +2,7 @@ {{> head title=title }} + {{> mainNav }} {{{ body }}} {{> scripts }} diff --git a/views/partials/homeNav.hbs b/views/partials/mainNav.hbs similarity index 82% rename from views/partials/homeNav.hbs rename to views/partials/mainNav.hbs index 115ba78..652ecde 100644 --- a/views/partials/homeNav.hbs +++ b/views/partials/mainNav.hbs @@ -1,8 +1,8 @@ -