From 62eab8526fbc184edeeffc8e5cf194f112718036 Mon Sep 17 00:00:00 2001 From: HenryGBC Date: Thu, 16 Feb 2017 12:01:29 -0430 Subject: [PATCH] Change header height, and fixed footer --- alplora/static/alplora/css/alplora.css | 39 ++++++++++++++++++++++---- alplora/templates/alplora/index.html | 36 +++++++++++++----------- alplora/templates/alplora/login.html | 14 --------- 3 files changed, 53 insertions(+), 36 deletions(-) diff --git a/alplora/static/alplora/css/alplora.css b/alplora/static/alplora/css/alplora.css index 8a31e120..5938e1f5 100755 --- a/alplora/static/alplora/css/alplora.css +++ b/alplora/static/alplora/css/alplora.css @@ -56,8 +56,7 @@ h6 { color: #f8f8f8; width: 100%; - height: 80vh; - max-height: 820px; + height: 100vh; position: relative; display: flex; justify-content: center; @@ -76,11 +75,36 @@ h6 { z-index: 0; display: none; } +.intro-header:before{ + content: " "; + width: 100%; + height: 100%; + position: absolute; + background-color: rgba(49, 49, 49, 0.15); + top: 0; + left: 0; + bottom: 0; + right: 0; + z-index: 1; +} +.intro-header .arrow-down{ + position: absolute; + color: #fff; + bottom: 20px; + z-index: 1000; +} +.intro-header .arrow-down a{ + color: #fff; + font-size: 32px; + z-index: 100; +} .intro-header .background:nth-child(1){ display: block; } - +#about{ + padding-top: 70px; +} .intro-header-1 { padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */ @@ -304,7 +328,10 @@ footer { bottom: 0; left: 0; } - +footer .footer-links{ + text-align: right; + padding-top: 50px; +} p.copyright { margin: 15px 0 0; } @@ -514,4 +541,6 @@ img::selection { #portfolio .portfolio-item { overflow: hidden; -} \ No newline at end of file +} + +//utils diff --git a/alplora/templates/alplora/index.html b/alplora/templates/alplora/index.html index 8ecae8df..88657e68 100644 --- a/alplora/templates/alplora/index.html +++ b/alplora/templates/alplora/index.html @@ -119,6 +119,7 @@
+
@@ -136,10 +137,15 @@
- +
+ + + +
+
-
+
@@ -417,19 +423,15 @@ Alplora is just like a cattle bell, but much better.

diff --git a/alplora/templates/alplora/login.html b/alplora/templates/alplora/login.html index cd46d182..3900e0b1 100644 --- a/alplora/templates/alplora/login.html +++ b/alplora/templates/alplora/login.html @@ -51,20 +51,6 @@ -
-
-
-
-
-
-
-
-
-
-
-
-
-