From b8bb7364ae4d2016cd2850796ee2b78a37f3da65 Mon Sep 17 00:00:00 2001 From: Dev Sanghvi Date: Fri, 19 Jan 2024 19:31:42 +0530 Subject: [PATCH 1/3] Profile Added --- index.html | 91 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 54 insertions(+), 37 deletions(-) diff --git a/index.html b/index.html index 9d08f96..8025e59 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@

Dev Profiles

- + @@ -46,7 +46,7 @@

Dev Profiles

@@ -275,7 +275,7 @@

Rémi JARA

- +
User Image

Akansh Bende

@@ -323,6 +323,23 @@

Pradeep Pawar

+
+
User Image
+

Dev Sanghvi

+
+ ReactJS + NodeJS + JavaScript + OpenSource + +
+ +
+
User Image

Vishal Kumar

@@ -450,7 +467,7 @@

Arnab Barua

Frontend Developement Machine Learning Prompt Engineering - +
@@ -504,7 +521,7 @@

Dheeraj Sarana

- +
Rohith's profile image

Rohith Pradeep

@@ -535,7 +552,7 @@

Joseph Gonzalez

- +
User Image

Aman Pathan

@@ -550,7 +567,7 @@

Aman Pathan

- +
User Image

Kishlay Krishna

@@ -653,7 +670,7 @@

Afraz Khan

- +
User Image

Harsh Chauhan

@@ -736,7 +753,7 @@

Olatunji-Aresa Ariyo

- +
User Image

Garima

@@ -805,7 +822,7 @@

Deepak Verma

UI/UX HTML5/CSS JavaScript - TAILWIND + TAILWIND Python REACT NodeJS @@ -816,7 +833,7 @@

Deepak Verma

- +
User Image

Shreyansh Khaitan

@@ -1079,7 +1096,7 @@

Atharvan Pohnerkar

- +
User Image

Shiva Prasad

@@ -1114,7 +1131,7 @@

Yash Kumar Shrivas

- +
User Image
@@ -1146,7 +1163,7 @@

Utkarsh Patil

- +
User Image

Ahasas Jain

@@ -1162,8 +1179,8 @@

Ahasas Jain

- - + +
User Image
@@ -1232,7 +1249,7 @@

Shubham Kamboj

HTML CSS JavaScript - TAILWIND + TAILWIND Python REACT
@@ -1251,7 +1268,7 @@

Balaji Prakasam

NODEJS HTML5/CSS JavaScript - Machine Learning + Machine Learning Python REACT @@ -1269,7 +1286,7 @@

Kakkerla Manideep

CSS JavaScript c - c++ + c++ Python Java @@ -1292,8 +1309,8 @@

Abrar Hussain

- - + +
User image

Kanchan Rai

@@ -1310,7 +1327,7 @@

Kanchan Rai

- +
User Image

Rohit Roy

@@ -1326,7 +1343,7 @@

Rohit Roy

- +
User Image

Sravan Kumar

@@ -1358,7 +1375,7 @@

Samuel Peters

- +
User Image
@@ -1434,7 +1451,7 @@

Ujjwal Gupta

- +
User Image

Astha Tripathi

@@ -1546,7 +1563,7 @@

Srikar

- +
User Image

Harshal Kahar

@@ -1621,7 +1638,7 @@

Muhamad Dian Rahendra

- +
Vivek Gurudutt Profile

Vivek Gurudutt

@@ -1649,7 +1666,7 @@

Guilherme Berson

- +
User Image

Yash Sinha

@@ -1680,9 +1697,9 @@

Prasanna Donga

- - - + + +
Aziz Arif Rizaldi
@@ -1780,7 +1797,7 @@

Bilal Mirza

- +
User Image

Irfan habeeeb p

@@ -1791,12 +1808,12 @@

Irfan habeeeb p

- +
- +
User Image

Alekhya Dharam

@@ -1845,7 +1862,7 @@

uuphoria

- +
From 9c488d46d9b55dcb92000adfb7ae98e184a65c3e Mon Sep 17 00:00:00 2001 From: Dev Sanghvi Date: Sat, 20 Jan 2024 10:08:11 +0530 Subject: [PATCH 2/3] revamped footer section --- css/style.css | 95 +++++++++++++++++++++++++++------------------------ index.html | 28 +++++++-------- 2 files changed, 65 insertions(+), 58 deletions(-) diff --git a/css/style.css b/css/style.css index 8b8289e..3a6c5cf 100644 --- a/css/style.css +++ b/css/style.css @@ -261,70 +261,77 @@ button { #input-toggle-button { display: none; } - +/* footer */ footer { - padding: 20px 0; - display: flex; - flex-direction: column; - align-items: center; + background-color: #333; + color: #fff; + padding: 20px 0; + text-align: center; } -.fabout, .flinks { - display: flex; - flex-direction: row; - align-items: center; - margin-bottom: 20px; +.footer-container { + display: flex; + justify-content: space-between; + max-width: 1200px; + margin: 0 auto; } -.fabout { - flex-direction: column; - align-items: center; - margin-right: 2.5px; +.footer-about, +.footer-links { + flex: 1; + padding: 0 20px; } -.fabout p { - text-align: left; - max-width: 400px; +.footer-about { + background-color: #444; + padding: 20px; + border-radius: 8px; + text-align: center; + margin-bottom: 20px; } -.ficons a { - color: #3498db; - text-decoration: none; - margin: 5px 10px; - display: inline-flex; - align-items: center; +.footer-about p { + color: #fff; + font-size: 16px; + line-height: 1.5; + margin: 0; } -.fcontainer { - display: inline-flex; +.footer-links a { + display: block; + margin-bottom: 10px; + color: #fff; + text-decoration: none; + transition: color 0.3s ease; } -.ficons i { - margin-right: 5px; +.footer-links a:hover { + color: #ffd700; /* Change to your preferred hover color */ } -.ficons a:hover { - text-decoration: underline; +.footer-social-icons a { + color: #fff; + text-decoration: none; + margin: 0 10px; + font-size: 24px; + transition: color 0.3s ease; } -.flinks { - flex-direction: column; - align-items: flex-start; +.footer-social-icons a:hover { + color: #ffd700; /* Change to your preferred hover color */ } -.flinks a { - color: #ecf0f1; - text-decoration: none; - margin: 5px 0; +.footer-copyright { + margin-top: 20px; + font-size: 14px; } -.flinks a:hover { - text-decoration: underline; +.footer-copyright a { + color: #ffd700; /* Change to your preferred link color */ + text-decoration: none; + transition: color 0.3s ease; } -.copyright { - text-align: center; - margin-top: 20px; - color: #bdc3c7; - font-size: 18px; -} \ No newline at end of file +.footer-copyright a:hover { + color: #fff; /* Change to your preferred hover color */ +} diff --git a/index.html b/index.html index 8025e59..5207daa 100644 --- a/index.html +++ b/index.html @@ -1864,28 +1864,28 @@

uuphoria


-
-
- - From c2c08c6f5ac7331f49626cac9e7f98e1d3cafa98 Mon Sep 17 00:00:00 2001 From: Dev Sanghvi Date: Mon, 22 Jan 2024 02:58:43 +0530 Subject: [PATCH 3/3] footer revamped --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 5207daa..6631054 100644 --- a/index.html +++ b/index.html @@ -1883,7 +1883,7 @@

uuphoria

- +