From a9db359aa25dc97c0041d6c9761d24ab8de11ab4 Mon Sep 17 00:00:00 2001 From: michael-mcmasters Date: Fri, 30 Oct 2020 13:03:28 -0400 Subject: [PATCH 01/96] Create file/folder structure --- blog-post.html | 0 blog-post.png => images/blog-post.png | Bin blog.png => images/blog.png | Bin index.html | 0 styles/styles.css | 0 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 blog-post.html rename blog-post.png => images/blog-post.png (100%) rename blog.png => images/blog.png (100%) create mode 100644 index.html create mode 100644 styles/styles.css diff --git a/blog-post.html b/blog-post.html new file mode 100644 index 0000000..e69de29 diff --git a/blog-post.png b/images/blog-post.png similarity index 100% rename from blog-post.png rename to images/blog-post.png diff --git a/blog.png b/images/blog.png similarity index 100% rename from blog.png rename to images/blog.png diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 diff --git a/styles/styles.css b/styles/styles.css new file mode 100644 index 0000000..e69de29 From d73175056f9f3797bac2385b2b7f9e90a6503a14 Mon Sep 17 00:00:00 2001 From: michael-mcmasters Date: Fri, 30 Oct 2020 13:26:11 -0400 Subject: [PATCH 02/96] Create HTML structure for Bootstrap container --- index.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/index.html b/index.html index e69de29..f08d8a2 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,42 @@ + + + + + + + + + Document + + + +
+
+
+

First Title

+
Test
+
+
+

Second Title

+
Second
+
+
+

Third Title

+
Third
+
+
+
+
+

Second Row First Title

+
First
+
+
+

Second Row Second Title

+
Second
+
+
+
+ + + \ No newline at end of file From 1e66952aeaf31e7c0670ffd727fe54dc6dda0c06 Mon Sep 17 00:00:00 2001 From: michael-mcmasters Date: Fri, 30 Oct 2020 13:57:30 -0400 Subject: [PATCH 03/96] Prepare Navbar and Elements --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/index.html b/index.html index f08d8a2..faec8a4 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,17 @@ + + +
From 64854a81f531db7e82511cd828259d919010bb02 Mon Sep 17 00:00:00 2001 From: michael-mcmasters Date: Fri, 30 Oct 2020 14:28:59 -0400 Subject: [PATCH 04/96] Align Navbar content and make it responsive --- index.html | 75 +++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 66 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index faec8a4..7f65a1d 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ + @@ -11,15 +12,58 @@ - -
+ + + + + + + \ No newline at end of file From b7e0b90ee1a153c633869d43ad3dd9ca186a70ed Mon Sep 17 00:00:00 2001 From: michael-mcmasters Date: Fri, 30 Oct 2020 15:01:13 -0400 Subject: [PATCH 05/96] Give navbar custom background color --- index.html | 4 ++-- styles/styles.css | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 7f65a1d..7879a46 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@ - Document + @@ -46,7 +46,7 @@
--> -