diff --git a/index.html b/index.html index fac348e..1022dfa 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,7 @@

+

Daniel Olasky

Text Box Score thingy

@@ -88,6 +89,22 @@

TBD...

+ + + +
+
+ + +

Tony

+

Tony's Project

+

+ Super baller portfolio of future magical things +

+ +
+
+
diff --git a/projects/project-[TONYPROJECT].html b/projects/project-[TONYPROJECT].html new file mode 100644 index 0000000..1ecce6b --- /dev/null +++ b/projects/project-[TONYPROJECT].html @@ -0,0 +1,34 @@ + + + + + + TONY'S FINAL PROJECT | Project List | MKS Front-End Cohort 1 + + + + + + + + +
+
+
+ + +
+

TONY LE

+

My Super Cool Project

+

+ Tell us what you'll be working on! Plenty of space here! +

+
+
+ + + + + + + diff --git a/scss/custom.scss b/scss/custom.scss index 1c7b6ef..64713db 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -7,6 +7,7 @@ $alex-project-color: #3c2267; // add your project main color here: // $MYNAME-project-color: HEXVALUE; +$tony-project-color: #7FDCB5; $daniel-project-color: #1EE8D4; @@ -29,3 +30,6 @@ $daniel-project-color: #1EE8D4; #daniel { @include readable($daniel-project-color); } +#tony { + @include readable($tony-project-color); +}