From 44f78f9f32502b514c0a9fdfdb9008c0f740f16a Mon Sep 17 00:00:00 2001 From: Tony Le Date: Wed, 5 Mar 2014 19:38:35 -0600 Subject: [PATCH 1/4] adding TONY to project list --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 85b664d..119104b 100644 --- a/index.html +++ b/index.html @@ -64,11 +64,11 @@

- -

Your Name

-

Your Project Name

+ +

Tony

+

Tony's Project

- Tell us what you'll be working on in 140 characters or less! + Super baller portfolio of future magical things

From fc653c9d914bd6984767f1e263602aaeacbe7193 Mon Sep 17 00:00:00 2001 From: Tony Le Date: Wed, 5 Mar 2014 19:42:48 -0600 Subject: [PATCH 2/4] adding TONYPROJECT --- projects/project-[TONYPROJECT].html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 projects/project-[TONYPROJECT].html diff --git a/projects/project-[TONYPROJECT].html b/projects/project-[TONYPROJECT].html new file mode 100644 index 0000000..e69de29 From 55a376c824155149e359f365639bebd15864f771 Mon Sep 17 00:00:00 2001 From: Tony Le Date: Wed, 5 Mar 2014 19:45:02 -0600 Subject: [PATCH 3/4] adding html to TONYPROJECT --- projects/project-[TONYPROJECT].html | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/projects/project-[TONYPROJECT].html b/projects/project-[TONYPROJECT].html index e69de29..1ecce6b 100644 --- a/projects/project-[TONYPROJECT].html +++ 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! +

+
+
+ + + + + + + From 53a2264d3a19151168da0b2e14e1013cb9f2f8f6 Mon Sep 17 00:00:00 2001 From: Tony Le Date: Wed, 5 Mar 2014 19:48:07 -0600 Subject: [PATCH 4/4] adding main color to custom.scss --- scss/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/custom.scss b/scss/custom.scss index 68dc56b..d2caa29 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -5,6 +5,7 @@ $elyse-project-color: #651B63; // add your project main color here: // $MYNAME-project-color: HEXVALUE; +$tony-project-color: #7FDCB5; @@ -18,3 +19,6 @@ $elyse-project-color: #651B63; #sartaj {} +#tony { + @include readable($tony-project-color); +}