From 0118f319ba9673a03d89976c146d1cb3804ce2ea Mon Sep 17 00:00:00 2001
From: Paul DeYonghe
Date: Wed, 13 Feb 2019 20:49:48 -0600
Subject: [PATCH 01/16] finished set-up; committing for PR purposes
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 17aecb1714..8429e5b0c0 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ You will use Trello to report your progress on the MVP and any extra features yo
- Don't overplan, start coding as soon as you can and adjust accordingly. Trello is there as a guide not as a distraction
## Trello Set Up:
-* [ ] Create a [Trello account](https://trello.com/)
-* [ ] Create a new public board called "S&J Architects - By Your Name"
-* [ ] Create lists titled ```backlog```,```To Do```, ```In Progress```, and ```Done```
-* [ ] Fill in the ```To Do``` list with the MVP features listed below
-* [ ] Fill in the ```backlog``` list with all the extra features listed below
-* [ ] Share your board with the Project Manager that has been assigned to you. If you have not been assigned yet, reach out to your lead TA for guidance
+* [x] Create a [Trello account](https://trello.com/)
+* [x] Create a new public board called "S&J Architects - By Your Name"
+* [x] Create lists titled ```backlog```,```To Do```, ```In Progress```, and ```Done```
+* [x] Fill in the ```To Do``` list with the MVP features listed below
+* [x] Fill in the ```backlog``` list with all the extra features listed below
+* [x] Share your board with the Project Manager that has been assigned to you. If you have not been assigned yet, reach out to your lead TA for guidance
## Assets Provided:
* [Style guide:](/DesignFiles/style-guide.md) This file will help you identify font sizes, colors, and font families across the site.
From 9cd74d402b68d050e10189d3dbb9608df761c572 Mon Sep 17 00:00:00 2001
From: Paul DeYonghe
Date: Wed, 13 Feb 2019 21:03:08 -0600
Subject: [PATCH 02/16] finished set-up; committing for PR purposes
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8429e5b0c0..2d194f68fe 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ You will use Trello to report your progress on the MVP and any extra features yo
* [x] Create lists titled ```backlog```,```To Do```, ```In Progress```, and ```Done```
* [x] Fill in the ```To Do``` list with the MVP features listed below
* [x] Fill in the ```backlog``` list with all the extra features listed below
-* [x] Share your board with the Project Manager that has been assigned to you. If you have not been assigned yet, reach out to your lead TA for guidance
+* [x] Share your board with the Project Manager that has been assigned to you. If you have not been assigned yet, reach out to your lead TA for guidance!
## Assets Provided:
* [Style guide:](/DesignFiles/style-guide.md) This file will help you identify font sizes, colors, and font families across the site.
From 193316662833e68567cb8b150f41e4385500c571 Mon Sep 17 00:00:00 2001
From: Paul DeYonghe
Date: Wed, 13 Feb 2019 22:31:13 -0600
Subject: [PATCH 03/16] took some first steps; bookmarking
---
css/index.css | 142 +++++++++++++++++++++++++++++++++++++++++++++++-
index.html | 6 +-
less/index.less | 8 ++-
3 files changed, 151 insertions(+), 5 deletions(-)
diff --git a/css/index.css b/css/index.css
index e6b2b589c1..07d26d0173 100644
--- a/css/index.css
+++ b/css/index.css
@@ -1 +1,141 @@
-/* Should be empty until you compile your LESS */
\ No newline at end of file
+/*------------------------------------*\
+RESET
+\*------------------------------------*/
+/* http://meyerweb.com/eric/tools/css/reset/
+v2.0b1 | 201101
+NOTE:WORK IN PROGRESS
+USE WITH CAUTION AND TEST WITH ABANDON */
+html,
+body,
+div,
+span,
+applet,
+object,
+iframe,
+h1,
+h2,
+h3,
+h4,
+h5,
+h6,
+p,
+blockquote,
+pre,
+a,
+abbr,
+acronym,
+address,
+big,
+cite,
+code,
+del,
+dfn,
+em,
+img,
+ins,
+kbd,
+q,
+s,
+samp,
+small,
+strike,
+strong,
+sub,
+sup,
+tt,
+var,
+b,
+u,
+i,
+center,
+dl,
+dt,
+dd,
+ol,
+ul,
+li,
+fieldset,
+form,
+label,
+legend,
+table,
+caption,
+tbody,
+tfoot,
+thead,
+tr,
+th,
+td,
+article,
+aside,
+canvas,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+menu,
+nav,
+section,
+summary,
+time,
+mark,
+audio,
+video {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ outline: 0;
+ font-size: 100%;
+ font: inherit;
+ vertical-align: baseline;
+}
+/* HTML5 display-role reset for older browsers */
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+menu,
+nav,
+section {
+ display: block;
+}
+body {
+ line-height: 1;
+}
+ol,
+ul {
+ list-style: none;
+}
+blockquote,
+q {
+ quotes: none;
+}
+blockquote:before,
+blockquote:after,
+q:before,
+q:after {
+ content: ’’;
+ content: none;
+}
+ins {
+ text-decoration: none;
+}
+del {
+ text-decoration: line-through;
+}
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
+/* Your Code Goes Here */
+body {
+ background-color: #FFFFFF;
+ color: #222222;
+ font-Family: Roboto, Arial, sans-serif;
+}
diff --git a/index.html b/index.html
index 8a84a17304..bb5aa49ac4 100644
--- a/index.html
+++ b/index.html
@@ -12,15 +12,15 @@
- You got this! Good luck.
+
-
+
-Menu Content
-S&J
-
-Home
-Services
-Contact
-
+
+ Menu Content
+
S&J
+
+
+
-
-
- Menu Content
-
S&J
-
-
-
+
+