From e80d430a94015c4c517b7fe3558c78fecdc53ee1 Mon Sep 17 00:00:00 2001 From: ayushranjan025 Date: Thu, 7 Sep 2023 18:47:49 +0530 Subject: [PATCH] Added contributor section --- css/style.css | 50 ++++++++++++++++++++++++++++++++++ index.html | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 124 insertions(+) diff --git a/css/style.css b/css/style.css index a6b3ea5..8d48196 100644 --- a/css/style.css +++ b/css/style.css @@ -361,6 +361,56 @@ form label:hover { color: #219150; } +.section-contributors{ + width: 100%; +} + +.contributors{ + display: flex; +} + +.contributors-img{ + width: 50%; + border-radius: 50%; +} + +.our-contributors{ + text-align: center; + font-size: 2.4rem; + margin-bottom: 2rem; +} + +.contributor-box{ + padding: 3.2rem; +} + +.contributor-name{ + font-size: 1.6rem; + font-weight: 500; + color: green; +} + +.social-links:link, +.social-links:visited{ + font-size: 1.2rem; + color: #333; +} + +.social-links:hover, +.social-links:active{ + color: #888; +} + +.social-icons{ + width: 1.8rem; + height: 1.8rem; +} + +.social-links-box{ + display: flex; + gap: 1.2rem; +} + .footer { background: -webkit-gradient( linear, diff --git a/index.html b/index.html index 8bc5111..c73854b 100644 --- a/index.html +++ b/index.html @@ -185,6 +185,78 @@

Contact us

+ +
+

Our Contributors

+
+ +
+
+ Yash Srivastav +

Yash Srivastav

+ +
+
+ +
+
+ Muhammed Hilmi +

Muhammed Hilmi

+
+ +
+
+
+ +
+
+ Tina Le +

Tina Le

+
+ +
+
+
+ +
+
+ Summer Koushal +

Summer Koushal

+ +
+
+ +
+
+ Adhithyan VH +

Adhithyan VH

+ +
+
+
+
+ + + \ No newline at end of file