From 6ae49744dccbca28defdc8d293ae666a5fabea54 Mon Sep 17 00:00:00 2001 From: "M. Manousos" Date: Sat, 5 Aug 2017 15:00:38 -0700 Subject: [PATCH 01/11] Adds name --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a38d4d6..b5f36aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ assignment_bootstrap_sprint =========================== +Melissa Manousos + Pick yourself up! [A Bootstrap, HTM5 and SASS project from the Viking Code School](http://www.vikingcodeschool.com) From 18c4a7bcd9cca6aa45fe7b3a816072878d9a5a38 Mon Sep 17 00:00:00 2001 From: "M. Manousos" Date: Sat, 5 Aug 2017 15:15:35 -0700 Subject: [PATCH 02/11] adds head elements for bootstrap --- index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..8245390 --- /dev/null +++ b/index.html @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file From 3e1757a29dc1f9d889647c982518a38899110a9e Mon Sep 17 00:00:00 2001 From: "M. Manousos" Date: Sat, 5 Aug 2017 16:02:35 -0700 Subject: [PATCH 03/11] adds semantic html components --- index.html | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 72 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8245390..39cf22b 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,78 @@ + + + - - +
+
+
+

Hello, world!

+

This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to creat something more unique.

+ + + + +
+
+
+
+
+
+

Heading

+
+
+

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. +

+
+ +
+
+ +
+
+

Heading

+
+
+

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. +

+
+ +
+
+ +
+
+

Heading

+
+
+

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. +

+
+ +
+
+
+
+
+
+
+
+

© 2017 Company, Inc. +

+
+
\ No newline at end of file From 962220df1020025489be36eef4bac2a92d781bc9 Mon Sep 17 00:00:00 2001 From: "M. Manousos" Date: Sat, 5 Aug 2017 16:15:13 -0700 Subject: [PATCH 04/11] adds bootstrap classes for jumbotron --- index.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 39cf22b..b741b2f 100644 --- a/index.html +++ b/index.html @@ -10,8 +10,8 @@ -