From ee6aeb5632602e7c7e3df033dd88d5cee9c9637e Mon Sep 17 00:00:00 2001 From: Eduardo Rodriguez Date: Wed, 5 Mar 2014 18:46:52 -0700 Subject: [PATCH 1/2] adding MYNAME to project list --- index.html | 13 +++++++++++++ scss/app.scss | 1 + 2 files changed, 14 insertions(+) diff --git a/index.html b/index.html index 85b664d..02f7dea 100644 --- a/index.html +++ b/index.html @@ -101,6 +101,19 @@

Your Project Name

+ +
+
+ + +

Eduardo

+

Virtual Soccer League

+

+ Frontend Website for a Fantasy Soccer App (Soccer version of Fantasy Football). +

+
+
+ diff --git a/scss/app.scss b/scss/app.scss index 5f9442d..08f15b0 100644 --- a/scss/app.scss +++ b/scss/app.scss @@ -7,6 +7,7 @@ h1, h2, h3, h4, h5, h6 { color: inherit; + } // Or selectively include components From a923bf4db2f6c140d58294c1daf424b12e4febf6 Mon Sep 17 00:00:00 2001 From: Eduardo Rodriguez Date: Wed, 5 Mar 2014 19:37:59 -0700 Subject: [PATCH 2/2] additional changes --- index.html | 2 +- projects/project-eduardo.html | 34 ++++++++++++++++++++++++++++++++++ scss/custom.scss | 6 +++++- 3 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 projects/project-eduardo.html diff --git a/index.html b/index.html index 02f7dea..9ef1c63 100644 --- a/index.html +++ b/index.html @@ -109,7 +109,7 @@

Your Project Name

Eduardo

Virtual Soccer League

- Frontend Website for a Fantasy Soccer App (Soccer version of Fantasy Football). + Frontend Website for a Fantasy Soccer App (Soccer version of Fantasy Football). Here is the link: Virtual League

diff --git a/projects/project-eduardo.html b/projects/project-eduardo.html new file mode 100644 index 0000000..4bfa3ef --- /dev/null +++ b/projects/project-eduardo.html @@ -0,0 +1,34 @@ + + + + + + Liga Virtual | Project List | MKS Front-End Cohort 1 + + + + + + + + +
+
+
+ + +
+

Eduardo

+

Virtual League

+

+ Webpage for Virtual League Game (Soccer version of Fantasy Football). +

+
+
+ + + + + + + diff --git a/scss/custom.scss b/scss/custom.scss index 68dc56b..a916ae9 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -1,7 +1,7 @@ // CUSTOMIZATIONS $elyse-project-color: #651B63; - +$eduardo-project-color: #CCCCCC; // add your project main color here: // $MYNAME-project-color: HEXVALUE; @@ -18,3 +18,7 @@ $elyse-project-color: #651B63; #sartaj {} +#eduardo { + @include readable($eduardo-project-color); +} +