diff --git a/public/images/winners/Satakshi.jpg b/public/images/winners/Satakshi.jpg new file mode 100644 index 0000000..626b3a9 Binary files /dev/null and b/public/images/winners/Satakshi.jpg differ diff --git a/public/images/winners/ashpreet.jpg b/public/images/winners/ashpreet.jpg new file mode 100644 index 0000000..f32cdbc Binary files /dev/null and b/public/images/winners/ashpreet.jpg differ diff --git a/public/images/winners/atishay.jpg b/public/images/winners/atishay.jpg new file mode 100644 index 0000000..31a0110 Binary files /dev/null and b/public/images/winners/atishay.jpg differ diff --git a/public/images/winners/ayan.jpeg b/public/images/winners/ayan.jpeg new file mode 100644 index 0000000..79e0915 Binary files /dev/null and b/public/images/winners/ayan.jpeg differ diff --git a/public/index.html b/public/index.html index 15b9c89..f9edb93 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ - + { return ( @@ -35,22 +37,29 @@ const WinnerCard = ({
ABOUT
-

{description}

+

{description}
{a_description}
{add_description}

- {twitter !== null && ( - - - - - - )} + + + {github !== null && ( + + + + + + )}
diff --git a/src/sections/winners/index.jsx b/src/sections/winners/index.jsx index cafe1cd..283ca94 100644 --- a/src/sections/winners/index.jsx +++ b/src/sections/winners/index.jsx @@ -4,22 +4,57 @@ import "./styles/index.css"; const Winnerslist = [ { - name: "John", - title: "Doe", + name: "Atishay Srivastava", + title: "DSC Technical Coordinator", description: - "Description", - linkedin: "#", - image: "images/winners/test.jpg", + "Frontend Engineer", + a_description:"Problem Solver ", + add_description:"15+ Hackathons Experience", + linkedin: "https://www.linkedin.com/in/atishay-srivastava-7a1140174/", + github:"https://github.com/xAtishayx/", + image: "images/winners/atishay.jpg", }, - - + { + name: "Ayan Goyal", + title: "DSC Coordinator", + description: + "Flutter Developer", + a_description:"AR/VR enthusiast", + add_description:"Campus Facilitator for 30 Days of Google Cloud and yeah I code in JAVA.", + linkedin: "https://www.linkedin.com/in/ayan-goel-2a30ab190/", + github:"https://github.com/GAyan17", + image: "images/winners/ayan.jpeg", + }, + { + name: "Satakshi Garg", + title: "DSC Technical Coordinator", + description: + "Competitive Programmer ", + a_description:"WTEF@google |Cryptography", + add_description:"AR/VR | ML | Web/App Dev", + linkedin: "https://www.linkedin.com/in/satakshigarg", + github:"https://github.com/satakshigarg", + image: "images/winners/Satakshi.jpg", + }, + { + name: "Ashpreet Singh", + title: "DSC Technical Coordinator", + description: + " Organizer at KDM Delhi NCR", + a_description:"ML and Health-tech Enthusiast", + add_description:"", + linkedin: "https://www.linkedin.com/in/arshpreet-singh-791721173/", + github:"https://github.com/arshpreet10", + image: "images/winners/ashpreet.jpg", + }, + ]; const Winners = () => { return (
-
Winners
+
Mentors
@@ -30,8 +65,11 @@ const Winners = () => { key={e.linkedin} title={e.title} linkedin={e.linkedin} + github={e.github} name={e.name} description={e.description} + a_description={e.a_description} + add_description={e.add_description} image={e.image} /> ))} diff --git a/src/sections/winners/styles/index.css b/src/sections/winners/styles/index.css index e5056ae..4fd0628 100644 --- a/src/sections/winners/styles/index.css +++ b/src/sections/winners/styles/index.css @@ -162,14 +162,14 @@ body.dark-mode .card-main { } body.dark-mode .card-content { - padding: 20px; + padding: 15px; background-color:rgb(49, 49, 49) !important; } .card-desc { line-height: 1.6; color: var(--text-tertiary); - font-size: 14px; + font-size: 12px; margin: 0; font-weight: 400; } @@ -186,8 +186,10 @@ body.dark-mode .card-desc { bottom: 0; display: flex; align-items: center; + left:45px; padding: 0 20px; - margin-bottom: 30px; + margin-bottom: 15px; + } .card-social svg { fill: rgb(165, 181, 206); diff --git a/src/shared_components/sidebar/index.jsx b/src/shared_components/sidebar/index.jsx index 8b8c3ba..904347d 100644 --- a/src/shared_components/sidebar/index.jsx +++ b/src/shared_components/sidebar/index.jsx @@ -8,7 +8,7 @@ const Sidebar = () => {
  • Hackerspree