From a10c14dbe1b7ab84f46bc3e4c54a12695bc0f737 Mon Sep 17 00:00:00 2001 From: Ridhav Modi Date: Thu, 4 Oct 2018 00:02:27 +0530 Subject: [PATCH 1/6] Favicon added --- Projects.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects.html b/Projects.html index 87d9efe..942f87e 100644 --- a/Projects.html +++ b/Projects.html @@ -20,6 +20,8 @@ + + From 254b8e346cd3e525e5df83cbc231373608f7c75b Mon Sep 17 00:00:00 2001 From: Ridhav Modi Date: Thu, 4 Oct 2018 00:03:26 +0530 Subject: [PATCH 2/6] Favicon Added --- about.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/about.html b/about.html index 61517e6..d4b23f1 100644 --- a/about.html +++ b/about.html @@ -7,7 +7,8 @@ Codeuino - + + From c2c71182e619a40fb2131691d9e694f404eec713 Mon Sep 17 00:00:00 2001 From: Ridhav Modi Date: Thu, 4 Oct 2018 00:04:11 +0530 Subject: [PATCH 3/6] Favicon Added --- blog.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blog.html b/blog.html index e664102..bea3f5c 100644 --- a/blog.html +++ b/blog.html @@ -26,7 +26,8 @@ - + + From 81f79331d811def7c9899c45f71d3accaa426582 Mon Sep 17 00:00:00 2001 From: Ridhav Modi Date: Thu, 4 Oct 2018 00:04:59 +0530 Subject: [PATCH 4/6] Favicon Added --- contact.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contact.html b/contact.html index 4b76c2b..4712e7b 100644 --- a/contact.html +++ b/contact.html @@ -26,7 +26,8 @@ - + + From 589f91498003fefec2a46135e524ed9a36847706 Mon Sep 17 00:00:00 2001 From: Ridhav Modi Date: Thu, 4 Oct 2018 19:48:57 +0530 Subject: [PATCH 5/6] Changed the color of the description The color of the description is changed so that it will visible easily. --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index fc1cf4f..58aa555 100644 --- a/css/style.css +++ b/css/style.css @@ -1738,7 +1738,7 @@ h1, h2, h3, h4, h5, h6, figure { } ul li { - color: #f1f1f1; + color: #bfbfbf; } .social-buttons ul li a i:hover{ @@ -1893,4 +1893,4 @@ input{ line-height: 24px; font-size: 20px; } -} \ No newline at end of file +} From d135bd5edbd6911c2850751c426d622c393eece7 Mon Sep 17 00:00:00 2001 From: Ridhav Modi Date: Thu, 4 Oct 2018 19:52:00 +0530 Subject: [PATCH 6/6] The alignment of the description is fixed. The alignment of the description of the contributors is fixed. --- about.html | 1 + 1 file changed, 1 insertion(+) diff --git a/about.html b/about.html index d4b23f1..4256c83 100644 --- a/about.html +++ b/about.html @@ -36,6 +36,7 @@ } ul{ list-style-type: none; + padding-left: 0px; }