From 3997ab11b88d41d8f4aa28a968873207b1ea6d89 Mon Sep 17 00:00:00 2001
From: jwoods07 <74575414+jwoods07@users.noreply.github.com>
Date: Sat, 5 Dec 2020 14:48:15 -0500
Subject: [PATCH 1/4] origin code
---
README.md | 2 +-
index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++
style.css | 29 +++++++++++++++++++++++++++++
3 files changed, 76 insertions(+), 1 deletion(-)
create mode 100644 index.html
create mode 100644 style.css
diff --git a/README.md b/README.md
index ebcb40f..1f629d5 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ You will pair program with a partner to complete this assignemnt. One partner, t
3. Display the Sidebar conent on the webpage
4. The page should have the correct coloring
5. Convert main content to a 2 column layout
-6. The page should have the correct spacing
+6. The page should have the correct spacing
## Mock Up
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..ce1df70
--- /dev/null
+++ b/index.html
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+ Document
+
+
+
MyWebsite
+
+
+
+
+
+
This is a Lorem Ipsum Heading
+
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Reiciendis, asperiores. Tempore ipsam, libero eveniet amet odit ex a dicta pariatur exercitationem alias, similique molestiae non sed repellendus sit aliquid nemo!
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Maxime aliquid excepturi sequi facilis nobis, saepe quis voluptas quisquam. Cum molestiae itaque amet dolorem. Temporibus voluptate est placeat laudantium nisi quas?
+
+
+
Lorem ipsum dolor sit amet consectetur adipisicing elit.
+
+
+
+
+
+
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..a1c1676
--- /dev/null
+++ b/style.css
@@ -0,0 +1,29 @@
+@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
+h1{
+ color: orange;
+ background-color: black;
+ font-family: "Roboto";
+ padding: .75em .75em .75em .75em;
+}
+
+body{
+ font-family: "Roboto";
+}
+
+img{
+ height: 100%;
+ width: 100%;
+ object-fit: cover;
+}
+.thumbnail{
+ height: 200px;
+ width: 200px;
+ float: left;
+ margin-right: 15px;
+}
+.sidebar{
+ display: inline-block;
+}
+content{
+
+}
\ No newline at end of file
From 0a557a1eb3c7f5a12ecdb7541ab1f5b12b8ec64a Mon Sep 17 00:00:00 2001
From: StephanieCzetli
Date: Sat, 5 Dec 2020 17:25:01 -0500
Subject: [PATCH 2/4] Added space - practice
---
index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index ce1df70..b71cee5 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,7 @@
Document
+