diff --git a/_includes/head.html b/_includes/head.html index 01d16de8b..8575a1451 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -8,4 +8,5 @@ - \ No newline at end of file + + \ No newline at end of file diff --git a/_layouts/project.html b/_layouts/project.html index 3abc91cf6..2c463fddf 100644 --- a/_layouts/project.html +++ b/_layouts/project.html @@ -1,5 +1,6 @@ + {{ site.author }} / {{ page.project.title }} @@ -7,6 +8,7 @@ {% include head.html %} + {% include header.html %}
@@ -31,7 +33,7 @@

{% include footer.html %} - + + \ No newline at end of file diff --git a/assets/css/style.scss b/assets/css/style.scss index 53509dd18..139ade140 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -9,4 +9,5 @@ @import "fonts"; @import "core"; @import "layout"; -@import "syntax"; \ No newline at end of file +@import "syntax"; +@import "scrollreveal"; diff --git a/assets/scss/_scrollreveal.scss b/assets/scss/_scrollreveal.scss new file mode 100644 index 000000000..65007ab62 --- /dev/null +++ b/assets/scss/_scrollreveal.scss @@ -0,0 +1,3 @@ +html.sr .load-hidden { + visibility: hidden; +} diff --git a/index.html b/index.html index 33f59783b..d60341a4f 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ --- + {{ site.author }} / {{ site.tagline }} @@ -9,6 +10,7 @@ {% include head.html %} + {% include header.html %}
@@ -23,22 +25,23 @@

About me.

Projects I have worked on.

{% include footer.html %} - + + \ No newline at end of file