From 7d7a79bd6bf7d36e88d1a2d165c7e439b0ddfa95 Mon Sep 17 00:00:00 2001 From: hicx76 Date: Thu, 5 Oct 2017 12:55:41 -0600 Subject: [PATCH 1/2] Added name to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a38d4d6..5b9122b 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ assignment_bootstrap_sprint Pick yourself up! [A Bootstrap, HTM5 and SASS project from the Viking Code School](http://www.vikingcodeschool.com) + +By: Brent Mercer \ No newline at end of file From e87d0f5525225d6638969f496fcbbf373f01ebb7 Mon Sep 17 00:00:00 2001 From: hicx76 Date: Thu, 5 Oct 2017 13:38:09 -0600 Subject: [PATCH 2/2] Recreated Bootsrap page with BS classes. I rock. --- index.html | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 6 ++++ 2 files changed, 110 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..c312d51 --- /dev/null +++ b/index.html @@ -0,0 +1,104 @@ + + + + + + + + Bootstrap 101 Template + + + + + + + + + + + + + + + + +
+
+
+

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 create 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.

+ +
+
+
+
+
+
+

© 2016 Company, Inc.

+
+
+ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..b7b5a57 --- /dev/null +++ b/style.css @@ -0,0 +1,6 @@ +body { + padding-top: 50px; + padding-bottom: 20px; } + +/*# sourceMappingURL=style.css.map */ +