diff --git a/site/_includes/footer.html b/site/_includes/footer.html index 705f2d3..c2115ca 100644 --- a/site/_includes/footer.html +++ b/site/_includes/footer.html @@ -9,7 +9,8 @@ diff --git a/site/_layouts/home.html b/site/_layouts/home.html index b0312ff..382fa95 100644 --- a/site/_layouts/home.html +++ b/site/_layouts/home.html @@ -3,11 +3,36 @@ {% include head.html %}
- -

+ +
{{ content }} @@ -49,7 +74,7 @@ } - + setInterval( typing_shell @@ -60,4 +85,4 @@ document.getElementById("title-home").innerHTML = shell; } - \ No newline at end of file + diff --git a/site/_sass/_global.scss b/site/_sass/_global.scss index d2c9700..a95174a 100644 --- a/site/_sass/_global.scss +++ b/site/_sass/_global.scss @@ -104,6 +104,11 @@ video{ margin: 0 25px; } +.hidden-link { + text-decoration: none; + color: white; +} + /* ------- PAGE LAYOUT --------*/ .box-arrows {