diff --git a/index.html b/index.html index 85b664d..9ef1c63 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). 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/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 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); +} +