From 6e1e2ad17ae02ba0a14eb2f896d276d2ac152b0c Mon Sep 17 00:00:00 2001 From: Mohe TheDreamy Date: Wed, 23 Nov 2016 18:37:00 +0100 Subject: [PATCH 1/3] Footer appears only after page is fully loaded --- css/style.css | 1 + js/functions.js | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index e966a64..4c01064 100644 --- a/css/style.css +++ b/css/style.css @@ -1012,6 +1012,7 @@ img { transform: translate(-100px, 20px); } footer { + display: none; background: black; color: white; padding: 40px 0; diff --git a/js/functions.js b/js/functions.js index f20002f..4da0e49 100644 --- a/js/functions.js +++ b/js/functions.js @@ -58,3 +58,8 @@ $(window).scroll(function(){ } }); + + +$(document).ready(function(){ + $("footer").css("display","block"); +}); \ No newline at end of file From 49790788dfe6244426b9ff2b00c839a61e0f4cad Mon Sep 17 00:00:00 2001 From: "DREAMYPC\\Mohe" Date: Sat, 5 Aug 2017 22:40:36 +0100 Subject: [PATCH 2/3] some minor changes --- css/style.css | 16 ++++++++++------ index.html | 7 +++---- js/functions.js | 3 ++- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/css/style.css b/css/style.css index 4c01064..41d5612 100644 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,4 @@ -@charset "UTF-8"; +@charset "UTF-8"; /*! normalize.css v3.0.2 | MIT License | git.io/normalize */ /** * 1. Set default font family to sans-serif. @@ -443,17 +443,21 @@ th { .nine.columns { width: 74.0%; } - .ten.columns { + .ten.columns +{ width: 82.6666666667%; } - .eleven.columns { + +.eleven.columns { width: 91.3333333333%; } - .twelve.columns { + +.twelve.columns { width: 100%; margin-left: 0; } - .one-third.column { + +.one-third.column { width: 30.6666666667%; } .two-thirds.column { @@ -998,7 +1002,7 @@ img { color: black; } .blog-posts { - margin-top: 100px; } + margin-top: 100px; } .blog-posts .post { border: 1px solid #e1e1e1; padding: 20px 20px 0; diff --git a/index.html b/index.html index 9587a1c..2882bcf 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,6 @@ - + - BlackBird Co. @@ -24,7 +23,7 @@

Unique Style

-
BlackBird Sweater - $135
+
BlackBird Sweater - $135
BlackBird Trousers - $135
@@ -72,7 +71,7 @@

Rich History

Post Title
-

Incididunt ut labore et dolore magna.

+

Incidiunt ut labre et dolore magna.

Read More

diff --git a/js/functions.js b/js/functions.js index 4da0e49..7623e8f 100644 --- a/js/functions.js +++ b/js/functions.js @@ -46,7 +46,8 @@ $(window).scroll(function(){ } - // Floating Elements + +// Floating Elements if(wScroll > $('.blog-posts').offset().top - $(window).height()){ From 4c032d6a9bcfd7f77932a0dbb6e2acc97283fd29 Mon Sep 17 00:00:00 2001 From: "DREAMYPC\\Mohe" Date: Mon, 7 Aug 2017 00:47:15 +0100 Subject: [PATCH 3/3] Changed the title --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2882bcf..5a92087 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - BlackBird Co. + Changing the title