diff --git a/src/images/members/aadivishnu.jpg b/src/images/members/aadivishnu.jpg new file mode 100644 index 0000000..28a211e Binary files /dev/null and b/src/images/members/aadivishnu.jpg differ diff --git a/src/images/members/keerthana.jpeg b/src/images/members/keerthana.jpeg new file mode 100644 index 0000000..431e466 Binary files /dev/null and b/src/images/members/keerthana.jpeg differ diff --git a/src/images/members/ojass.jpeg b/src/images/members/ojass.jpeg new file mode 100644 index 0000000..97b0c08 Binary files /dev/null and b/src/images/members/ojass.jpeg differ diff --git a/src/images/members/shaina.jpeg b/src/images/members/shaina.jpeg new file mode 100644 index 0000000..6f93a16 Binary files /dev/null and b/src/images/members/shaina.jpeg differ diff --git a/src/images/members/siya.jpeg b/src/images/members/siya.jpeg new file mode 100644 index 0000000..47dc7f3 Binary files /dev/null and b/src/images/members/siya.jpeg differ diff --git a/src/pages/contact/Contact.jsx b/src/pages/contact/Contact.jsx index fa178b4..4b6ed9b 100644 --- a/src/pages/contact/Contact.jsx +++ b/src/pages/contact/Contact.jsx @@ -8,30 +8,20 @@ function Contact() { { label: "Technical", value: "Technical", - desc: `technical@lugvitc.net`, - head: "Animesh Rai", - contact: "9669662159", + head: "Aadivishnu Gajendra", + contact: "8657069756", }, { - label: "Operations", - value: "Operations", - desc: `operations@lugvitc.net`, - head: "Srideep Aalla", - contact: "9392658762", - }, - { - label: "Management", - value: "Management", - desc: `management@lugvitc.net`, - head: "Yuvraj Singh", - contact: "8929740534", + label: "Outreach", + value: "Outreach", + head: "Keerthana S", + contact: "8838747110", }, { label: "Media", value: "Media", - desc: `media@lugvitc.net`, - head: "Hrishikesh Naramparambath", - contact: "9940316676", + head: "Harshanth Srinivasan", + contact: "7200043686", }, // { // label: "Advisory", @@ -43,16 +33,14 @@ function Contact() { { label: "Treasury", value: "Treasury", - desc: `treasury@lugvitc.net`, - head: "K Revanth Sai", - contact: "9705039703", + head: "Shyam Sundar R", + contact: "7449097613", }, { label: "Content", value: "Content", - desc: `content@lugvitc.net`, - head: "Chitranshu Gupta", - contact: "9389786149", + head: "Siya Kumar", + contact: "8920892177", }, ]; return ( @@ -153,8 +141,8 @@ function Contact() {
President
-

Abhishek

-

+91 9334138650

+

Ojass Praven Bharati

+

+91 8830933096

@@ -176,8 +164,8 @@ function Contact() {
Vice-President
-

Aditya Kushwaha

-

+91 8072320756

+

Shaina

+

+91 8925785445

{/*
@@ -217,9 +205,6 @@ function Contact() {

{label}

- - {desc} - {head} diff --git a/src/pages/members/2024.jsx b/src/pages/members/2024.jsx new file mode 100644 index 0000000..e521f5c --- /dev/null +++ b/src/pages/members/2024.jsx @@ -0,0 +1,83 @@ +export const members_2024 = [ + { + id: 1, + name: "Ojass Pravin Bharati", + position: "President", + github: "https://github.com/WizzyGeek", + linkedin: "https://www.linkedin.com/in/ojass-bharati-ba8a48124", + instagram: "https://www.instagram.com/bharatiojass/", + email: "mailto:ojasscoding@gmail.com", + }, + { + id: 2, + name: "Shaina", + position: "Vice President", + github: "#", + linkedin: "https://www.linkedin.com/in/shaina05", + instagram: "https://www.instagram.com/shainaofficia1", + email: "mailto:shainaofficia10@gmail.com", + }, + { + id: 3, + name: "Aadivishnu Gajendra", + position: "Technical Lead", + github: "https://github.com/mradigen", + linkedin: "https://linkedin.com/in/aadivishnu-gajendra", + instagram: "https://instagram.com/lugvitc", + email: "mailto:aadivishnu@proton.me", + }, + { + id: 4, + name: "Siya Kumar", + position: "Content Lead", + github: "https://github.com/siya21k", + linkedin: "https://www.instagram.com/siyaa.k21/", + instagram: "http://www.linkedin.com/in/siyakumar", + email: "mailto:siyak.kumar21@gmail.com", + }, + { + id: 5, + name: "Harshanth Srinivasan", + position: "Media Lead", + github: "https://github.com/thebluedev", + linkedin: "https://www.linkedin.com/in/harshanth-srinivasan-9a125a252/", + instagram: "https://instagram.com/harshanthhhh/", + email: "mailto:harshanthsrinivasan@gmail.com", + }, + { + id: 6, + name: "S.Keerthana", + position: "Outreach Lead", + github: "#", + linkedin: "https://www.linkedin.com/in/keerthana-sundar-40ba52277/", + instagram: "https://www.instagram.com/___ketzzz/", + email: "mailto:keerthana.s2022c@vitstudent.ac.in", + }, + { + id: 7, + name: "Shyam Sundar R", + position: "Treasurer", + github: "#", + linkedin: "#", + instagram: "#", + email: "#", + }, + { + id: 8, + name: "Niket Girdhar", + position: "Management Lead", + github: "https://github.com/lugvitc", + linkedin: "https://www.linkedin.com/in/niket-girdhar-068858250/", + instagram: "https://instagram.com/lugvitc", + email: "mailto:cclinuxclub@vit.ac.in", + }, + { + id: 9, + name: "Vivek Chaudhary", + position: "Co-Management Lead", + github: "https://github.com/Vivek084c", + linkedin: "https://www.linkedin.com/in/vivek-chaudhary-8243a9250/", + instagram: "https://instagram.com/lugvitc", + email: "mailto:cclinuxclub@vit.ac.in", + }, +]; \ No newline at end of file diff --git a/src/pages/members/Member.jsx b/src/pages/members/Member.jsx index 5edb804..da284ca 100644 --- a/src/pages/members/Member.jsx +++ b/src/pages/members/Member.jsx @@ -6,6 +6,7 @@ import LinkedIn from "../../images/icons/linkedin.png"; import Instagram from "../../images/icons/instagram.png"; import { members_2023 } from "./2023"; import { members_2022 } from "./2022"; +import { members_2024 } from "./2024"; import EventTerminal from "../../components/terminal/EventTerminal"; import blank from "../../images/members/blank.png"; import baleshwar from "../../images/members/Baleswar.jpeg"; @@ -25,9 +26,26 @@ import mogesh from "../../images/members/mogesh.png"; import srideep from "../../images/members/srideep.png"; import revanth from "../../images/members/revanth.png"; import chitranshu from "../../images/members/chitranshu.png"; +import ojass from "../../images/members/ojass.jpeg"; +import shaina from "../../images/members/shaina.jpeg"; +import aadivishnu from "../../images/members/aadivishnu.jpg"; +import siya from "../../images/members/siya.jpeg"; +import keerthana from "../../images/members/keerthana.jpeg"; function Member() { - const arr = [ + const img2024 = [ + blank, + ojass, + shaina, + aadivishnu, + siya, + blank, + keerthana, + blank, + blank, + blank + ]; + const img2023 = [ blank, abhishek, animesh, @@ -45,7 +63,65 @@ function Member() { revanth, chitranshu, ]; - const arr2 = [blank, baleshwar, samridth, abhishek, animesh, aditi, blank]; + const img2022 = [blank, baleshwar, samridth, abhishek, animesh, aditi, blank]; + const members2024 = members_2024.map( + ({ id, name, position, github, linkedin, instagram, email, image }) => ( +
+ +
+
+

{name}

+

{position}

+
+ +
+
+ ), + ); const members2023 = members_2023.map( ({ id, name, position, github, linkedin, instagram, email, image }) => (
@@ -111,7 +187,7 @@ function Member() { className="flex flex-col justify-center max-w-xs p-6 shadow-md rounded-xl sm:px-12 bg-[#1A1920] mx-5 my-6" > @@ -189,6 +265,56 @@ function Member() { inspire, and make your journey memorable.

+ + {/* 2024 */} +
+
+ +

+ lug@vitc:~/members$ {" "} + + sudo lug run -it members.ion{" "} + +

+ {/*
*/} +

+ [sudo] password for lugvitc:{" "} + +

+

+ [root@lugvitc superuser]#{" "} + cat members_2024 +

+ Welcome to the heart of our Linux Club! Our dedicated Board + Members form the backbone of our community, steering us towards + innovation, collaboration, and a shared passion for open-source + technology. Each member brings a unique set of skills and + expertise, contributing to the vibrant and dynamic environment + that defines our club. +

+

+

+ [root@lugvitc superuser]#{" "} + open members_2024 +

+ +
+
+
+ +
+ {members2024} +
+ + {/* 2023 */} +
@@ -220,7 +346,7 @@ function Member() { open members_2023