From d09e9c09b252cacadc4582facb9a27e9a1fe8deb Mon Sep 17 00:00:00 2001 From: bayuslari Date: Fri, 4 Oct 2019 17:14:55 +0700 Subject: [PATCH 1/4] change color of ENACTUS IIT ROPAR to deep yellow and change hover link in footer for all pages, except index.html --- about.html | 2 +- assets/css/style.css | 7 ++++++- blog.html | 2 +- gallery.html | 2 +- team.html | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/about.html b/about.html index 43668e5..a57eac5 100644 --- a/about.html +++ b/about.html @@ -120,7 +120,7 @@

Who we are?

-
ENACTUS IIT ROPAR
+
ENACTUS IIT ROPAR
WHO WE ARE
diff --git a/assets/css/style.css b/assets/css/style.css index 31a2ace..9a21d35 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -68,7 +68,7 @@ a:hover{ .page-footer a:hover{ - color: rgb(204, 201, 201) !important; + color: #ffc221 !important; font-weight: 600 !important; text-decoration: none; } @@ -94,6 +94,11 @@ a:hover{ .desc{ font-size: 1.4em !important; } + +.deep-yellow-text { + color: #ffc221 !important; +} + @media screen and (max-width:958px){ #projects{ min-height: 500px; diff --git a/blog.html b/blog.html index 3e1ef97..71f68b3 100644 --- a/blog.html +++ b/blog.html @@ -52,7 +52,7 @@
-
ENACTUS IIT ROPAR
+
ENACTUS IIT ROPAR
WHO WE ARE
diff --git a/gallery.html b/gallery.html index b33ca36..2cad527 100644 --- a/gallery.html +++ b/gallery.html @@ -55,7 +55,7 @@
CONSTRUCTION
-
ENACTUS IIT ROPAR
+
ENACTUS IIT ROPAR
WHO WE ARE
diff --git a/team.html b/team.html index 6ff4be2..ddb2b6c 100644 --- a/team.html +++ b/team.html @@ -97,7 +97,7 @@

ALL MEMBERS

-
ENACTUS IIT ROPAR
+
ENACTUS IIT ROPAR
WHO WE ARE
From ff357e53420dff86ef1039dd10502149e2a12f1a Mon Sep 17 00:00:00 2001 From: bayuslari Date: Fri, 4 Oct 2019 17:26:45 +0700 Subject: [PATCH 2/4] delete important css --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 9a21d35..98c8728 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -96,7 +96,7 @@ a:hover{ } .deep-yellow-text { - color: #ffc221 !important; + color: #ffc221; } @media screen and (max-width:958px){ From 0f526b72ce4ebc5881f9aab4dd42b2d3025ab5f3 Mon Sep 17 00:00:00 2001 From: bayuslari Date: Fri, 4 Oct 2019 17:34:48 +0700 Subject: [PATCH 3/4] change text case to titlecase in footer link --- about.html | 4 ++-- blog.html | 4 ++-- gallery.html | 4 ++-- index.html | 4 ++-- team.html | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/about.html b/about.html index a57eac5..b73b36a 100644 --- a/about.html +++ b/about.html @@ -154,10 +154,10 @@
WHAT WE DO
OTHER USEFUL LINKS
diff --git a/blog.html b/blog.html index 71f68b3..5e8b9c7 100644 --- a/blog.html +++ b/blog.html @@ -86,10 +86,10 @@
WHAT WE DO
OTHER USEFUL LINKS
diff --git a/gallery.html b/gallery.html index 2cad527..1352690 100644 --- a/gallery.html +++ b/gallery.html @@ -89,10 +89,10 @@
WHAT WE DO
OTHER USEFUL LINKS
diff --git a/index.html b/index.html index 74d1c23..0f8299a 100644 --- a/index.html +++ b/index.html @@ -225,10 +225,10 @@
What We Do
Other Links
diff --git a/team.html b/team.html index ddb2b6c..93dfd95 100644 --- a/team.html +++ b/team.html @@ -131,10 +131,10 @@
WHAT WE DO
OTHER USEFUL LINKS
From 2055ec35899cfe28fe1dcdebc84d8f69b77d3bc5 Mon Sep 17 00:00:00 2001 From: bayuslari Date: Fri, 4 Oct 2019 17:39:28 +0700 Subject: [PATCH 4/4] change color visited link --- assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 98c8728..ee94320 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -99,6 +99,10 @@ a:hover{ color: #ffc221; } +#nav-mobile li a:focus { + color: #ffc221; +} + @media screen and (max-width:958px){ #projects{ min-height: 500px;