Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimized all the images, and added a new Project and Event #47

Merged
merged 13 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed public/android-chrome-192x192.png
Binary file not shown.
Binary file added public/android-chrome-192x192.webp
Binary file not shown.
Binary file removed public/android-chrome-512x512.png
Binary file not shown.
Binary file added public/android-chrome-512x512.webp
Binary file not shown.
Binary file removed public/apple-touch-icon.png
Binary file not shown.
Binary file added public/apple-touch-icon.webp
Binary file not shown.
Binary file removed public/favicon-16x16.png
Binary file not shown.
Binary file added public/favicon-16x16.webp
Binary file not shown.
Binary file removed public/favicon-32x32.png
Binary file not shown.
Binary file added public/favicon-32x32.webp
Binary file not shown.
70 changes: 30 additions & 40 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,42 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="title" content="IEEE Computer Society VIT Chennai" />
<meta
name="description"
content="IEEE Computer Society VIT Chennai is a zealous community of diverse minds striving to Learn, Create, (sometimes Break!), Develop, and Explore."
/>
<meta
name="keywords"
content="ieeecsvitc, ieeecs, IEEE CS VIT Chennai, IEEE CS VIT, IEEE Computer Society, IEEE Computer Society VIT Chennai, Comsoc, comsoc.vitcc, Comsoc VITCC, HackHub, Paradox, DataHub, CyberTrunk"
/>
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<title>IEEE Computer Society VIT Chennai</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />

<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png" />
<!--
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="title" content="IEEE Computer Society VIT Chennai" />
<meta name="description"
content="IEEE Computer Society VIT Chennai is a zealous community of diverse minds striving to Learn, Create, (sometimes Break!), Develop, and Explore." />
<meta name="keywords"
content="ieeecsvitc, ieeecs, IEEE CS VIT Chennai, IEEE CS VIT, IEEE Computer Society, IEEE Computer Society VIT Chennai, Comsoc, comsoc.vitcc, Comsoc VITCC, HackHub, Paradox, DataHub, CyberTrunk" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<title>IEEE Computer Society VIT Chennai</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />

<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.webp" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Expand All @@ -45,10 +33,12 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
</head>
<body class="bg-black">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>
<title>React App</title>
</head>

<body class="bg-black">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>

</html>
8 changes: 4 additions & 4 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"type": "image/x-icon"
},
{
"src": "android-chrome-192x192.png",
"type": "image/png",
"src": "android-chrome-192x192.webp",
"type": "image/webp",
"sizes": "192x192"
},
{
"src": "android-chrome-512x512.png",
"type": "image/png",
"src": "android-chrome-512x512.webp",
"type": "image/webp",
"sizes": "512x512"
}
],
Expand Down
Binary file removed src/ICON.png
Binary file not shown.
Binary file removed src/assets/comsocLogowhite.png
Binary file not shown.
Binary file added src/assets/comsocLogowhite.webp
Binary file not shown.
Binary file removed src/assets/socialmedia/devto.png
Binary file not shown.
Binary file added src/assets/socialmedia/devto.webp
Binary file not shown.
Binary file removed src/assets/socialmedia/discord.png
Binary file not shown.
Binary file added src/assets/socialmedia/discord.webp
Binary file not shown.
Binary file removed src/assets/socialmedia/github.png
Binary file not shown.
Binary file added src/assets/socialmedia/github.webp
Binary file not shown.
Binary file removed src/assets/socialmedia/instagram.png
Binary file not shown.
Binary file added src/assets/socialmedia/instagram.webp
Binary file not shown.
Binary file removed src/assets/socialmedia/linkedin.png
Binary file not shown.
Binary file added src/assets/socialmedia/linkedin.webp
Binary file not shown.
Binary file removed src/assets/socialmedia/telegram.png
Binary file not shown.
Binary file added src/assets/socialmedia/telegram.webp
Binary file not shown.
Binary file removed src/assets/socialmedia/twitter.png
Binary file not shown.
Binary file added src/assets/socialmedia/twitter.webp
Binary file not shown.
Binary file removed src/assets/socialmedia/youtube.png
Binary file not shown.
Binary file added src/assets/socialmedia/youtube.webp
Binary file not shown.
8 changes: 6 additions & 2 deletions src/components/Accordian/hAccord.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
import React, { useState } from "react";
import "./style_h.css";

const HAccord = ({items}) => {
const HAccord = ({ items }) => {
const [accord, setActiveAccord] = useState(-1);

const toggleAccordion = (index) => {
setActiveAccord(index);
if (accord === index) {
setActiveAccord(-1);
} else {
setActiveAccord(index);
}
};

return (
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import comsocLogowhite from "../assets/comsocLogowhite.png";
import comsocLogowhite from "../assets/comsocLogowhite.webp";
import { Link } from "react-router-dom";
import { routes } from "../data/routes";
import socialMediaLinks from "../data/socialMediaLinks";
Expand Down
25 changes: 11 additions & 14 deletions src/components/header.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState } from "react";
import logo from "../ICON.png";
import logo from "../data/images/misc/ICON.webp";
import { NavLink } from "react-router-dom";
import { routes } from "../data/routes";
import { motion } from "framer-motion";
Expand Down Expand Up @@ -59,25 +59,22 @@ const Header = () => {
>
<span
className={`bg-slate-400 block transition-all duration-300 ease-out
h-0.5 w-6 rounded-sm ${
isOpen
? "rotate-45 translate-y-1"
: "-translate-y-0.5"
}`}
h-0.5 w-6 rounded-sm ${isOpen
? "rotate-45 translate-y-1"
: "-translate-y-0.5"
}`}
></span>
<span
className={`bg-slate-400 block transition-all duration-300 ease-out
h-0.5 w-6 rounded-sm my-0.5 ${
isOpen ? "opacity-0" : "opacity-100"
}`}
h-0.5 w-6 rounded-sm my-0.5 ${isOpen ? "opacity-0" : "opacity-100"
}`}
></span>
<span
className={`bg-slate-400 block transition-all duration-300 ease-out
h-0.5 w-6 rounded-sm ${
isOpen
? "-rotate-45 -translate-y-1"
: "translate-y-0.5"
}`}
h-0.5 w-6 rounded-sm ${isOpen
? "-rotate-45 -translate-y-1"
: "translate-y-0.5"
}`}
></span>
</button>
</nav>
Expand Down
8 changes: 4 additions & 4 deletions src/components/teamImage/teamcard.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import github from "../../assets/socialmedia/github.png";
import linkedin from "../../assets/socialmedia/linkedin.png";
import github from "../../assets/socialmedia/github.webp";
import linkedin from "../../assets/socialmedia/linkedin.webp";
import { motion } from "framer-motion";
import { useInView } from "react-intersection-observer";

Expand All @@ -15,9 +15,9 @@ const Teamcard = ({ name, desig, imageUrl, linkUrl, gitUrl }) => {
initial={{ opacity: 0, y: 100 }} // Start from opacity 0 and 10 pixels above
animate={{ opacity: inView ? 1 : 0, y: inView ? 0 : 100 }} // Animate to opacity 1 and natural position
transition={{ duration: 0.5, delay: 0.5 }}
className="rounded-[36px] p-0.5 bg-gradient-to-b from-[#6CEDFF] to-[#055A98] h-[553px] w-[300px] md:w-[350px] lg:w-[400px] m-4 cursor-pointer hover:shadow-2xl hover:shadow-[#7ac4ec]/30"
className="rounded-[18px] md:rounded-[36px] p-0.5 bg-gradient-to-b from-[#6CEDFF] to-[#055A98] h-[553px] w-[300px] md:w-[350px] lg:w-[400px] m-4 cursor-pointer hover:shadow-2xl hover:shadow-[#7ac4ec]/30"
>
<div className="rounded-[calc(36px-1px)] p-[30px] bg-gradient-to-b from-[#061b24] from-2% via-[#072031] to-[#000b11] to-9% h-[549px]">
<div className="rounded-[calc(18px-1px)] md:rounded-[calc(36px-1px)] p-[30px] bg-gradient-to-b from-[#061b24] from-2% via-[#072031] to-[#000b11] to-9% h-[549px]">
<div className="flex flex-col justify-center items-center gap-y-9 h-[100%] img-hover">
<img
className="rounded-[50%] w-[220px] h-[220px] align-center mt-8 mb-4 img1"
Expand Down
4 changes: 2 additions & 2 deletions src/components/teamImage/teamcard2.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import github from "../../assets/socialmedia/github.png";
import linkedin from "../../assets/socialmedia/linkedin.png";
import github from "../../assets/socialmedia/github.webp";
import linkedin from "../../assets/socialmedia/linkedin.webp";
import { motion } from "framer-motion";
import { useInView } from "react-intersection-observer";

Expand Down
2 changes: 1 addition & 1 deletion src/components/ui/splashscreen.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { motion } from "framer-motion";
import icon from "../../assets/comsocLogowhite.png"; // Import your icon image
import icon from "../../assets/comsocLogowhite.webp";
import { useState } from "react";

const SplashScreen = () => {
Expand Down
28 changes: 17 additions & 11 deletions src/data/eventsdata.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
import bitwars from "./images/events/covers/bitwars.jpg";
import ros from "./images/events/covers/ros.jpg";
import hacktomania from "./images/events/covers/hacktomania.jpg";
import bitwars from "./images/events/covers/bitwars.webp";
import ros from "./images/events/covers/ros.webp";
import hacktomania from "./images/events/covers/hacktomania.webp";
import code from "./images/events/covers/code.webp";
import appdev from "./images/events/covers/appdev.webp";
import paradox3 from "./images/events/covers/paradox3.webp";
import paradox2 from "./images/events/covers/paradox2.webp";
import paradox from "./images/events/covers/paradox.jpg";
import paradox from "./images/events/covers/paradox.webp";
import capturetheflag from "./images/events/covers/capturetheflag.webp";
import hackhub from "./images/events/covers/hackhub.jpg";
import datahub from "./images/events/covers/datahub.jpg";
import hackhub from "./images/events/covers/hackhub.webp";
import datahub from "./images/events/covers/datahub.webp";
import datahub2 from "./images/events/covers/datahub2.webp";
import cybertrunk from "./images/events/covers/cybertrunk.webp";
import expound from "./images/events/covers/expound.jpg";
import expo from "./images/events/covers/expo.jpg";
import expound from "./images/events/covers/expound.webp";
import expo from "./images/events/covers/expo.webp";
import carnival from "./images/events/covers/carnival.webp";

// The description here can use HTML tags for formatting, follow the React return statement syntax to achieve that
export const eventData = {
bitwars: {
title: "BitWars",
Expand Down Expand Up @@ -90,11 +92,15 @@ export const eventData = {
description: "Club Expo is an annual event where all the clubs of VIT showcase their work and achievements. IEEE Computer Society VIT Chennai actively participates in this event and showcases its projects and initiatives.",
imageUrl: expo,
},
carnival: {
title: "Tech Carnival",
description: "The Tech Carnival, hosted by our club, showcased innovative interactive game projects. Highlights included gesture-controlled versions of Asphalt 8, Asphalt 9, and Pacman. A 2-player Pong game and an original game, Hydro Rush, both developed by club members, were featured. The event celebrated our technical skills and provided an engaging experience for all attendees.",
imageUrl: carnival,
}
};

// This is the order in which the events should be displayed
// This is the order in which the events should be displayed; also the folder names for the images of these events should be the same as the keys in this object
export const eventOrder = [
"bitwars", "ros", "code", "hacktomania", "paradox3", "appdev", "capturetheflag",
"bitwars", "ros", "carnival", "code", "hacktomania", "paradox3", "appdev", "capturetheflag",
"paradox2", "hackhub", "datahub2", "cybertrunk", "paradox", "datahub", "expound", "clubexpo"
];

35 changes: 18 additions & 17 deletions src/data/homedata.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import socialMediaLinks from "./socialMediaLinks";

// The content here can use HTML tags for formatting, follow the React return statement syntax to achieve that
const items = [
{
header: "ABOUT US",
Expand Down Expand Up @@ -54,24 +55,24 @@ const items = [
Social Media
</div>
<div className="grid grid-cols-4 place-items-center">
{socialMediaLinks.map((link, index) => (
<div
key={index}
className="hover:scale-150 transition duration-200"
>
<a
href={link.url}
target="_blank"
rel="noreferrer"
{socialMediaLinks.map((link, index) => (
<div
key={index}
className="hover:scale-150 transition duration-200"
>
<img
src={link.icon}
alt={link.platform}
className="h-7 my-5 "
/>
</a>
</div>
))}
<a
href={link.url}
target="_blank"
rel="noreferrer"
>
<img
src={link.icon}
alt={link.platform}
className="h-7 my-5 "
/>
</a>
</div>
))}
</div>
</div>
</div>
Expand Down
Binary file removed src/data/images/Jasmine.jpg
Binary file not shown.
Binary file removed src/data/images/arrow.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/data/images/events/Tech Carnival/main.jpg
Diff not rendered.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Binary file not shown.
Binary file removed src/data/images/events/bitwars/main.png
Diff not rendered.
Binary file added src/data/images/events/bitwars/main.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/data/images/events/carnival/main.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/data/images/events/code/main.jpg
Diff not rendered.
Binary file added src/data/images/events/code/main.webp
Binary file not shown.
Binary file removed src/data/images/events/covers/bitwars.jpg
Diff not rendered.
Binary file added src/data/images/events/covers/bitwars.webp
Binary file not shown.
Binary file added src/data/images/events/covers/carnival.webp
Binary file not shown.
Binary file removed src/data/images/events/covers/datahub.jpg
Diff not rendered.
Binary file added src/data/images/events/covers/datahub.webp
Binary file not shown.
Binary file removed src/data/images/events/covers/expo.jpg
Diff not rendered.
Binary file added src/data/images/events/covers/expo.webp
Binary file not shown.
Binary file removed src/data/images/events/covers/expound.jpg
Diff not rendered.
Binary file added src/data/images/events/covers/expound.webp
Binary file not shown.
Binary file removed src/data/images/events/covers/hackhub.jpg
Diff not rendered.
Binary file added src/data/images/events/covers/hackhub.webp
Binary file not shown.
Binary file removed src/data/images/events/covers/hacktomania.jpg
Diff not rendered.
Binary file added src/data/images/events/covers/hacktomania.webp
Binary file not shown.
Binary file removed src/data/images/events/covers/paradox.jpg
Diff not rendered.
Binary file added src/data/images/events/covers/paradox.webp
Binary file not shown.
Binary file removed src/data/images/events/covers/ros.jpg
Diff not rendered.
Binary file added src/data/images/events/covers/ros.webp
Binary file not shown.
Binary file removed src/data/images/events/datahub/main.jpg
Diff not rendered.
Binary file added src/data/images/events/datahub/main.webp
Binary file not shown.
Binary file removed src/data/images/events/expound/main.jpg
Diff not rendered.
Binary file added src/data/images/events/expound/main.webp
Binary file not shown.
Binary file removed src/data/images/events/hackhub/main.jpg
Diff not rendered.
Binary file added src/data/images/events/hackhub/main.webp
Binary file not shown.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Binary file not shown.
Binary file removed src/data/images/events/hacktomania/main.png
Diff not rendered.
Binary file added src/data/images/events/hacktomania/main.webp
Binary file not shown.
Binary file removed src/data/images/events/paradox/main.jpg
Diff not rendered.
Binary file added src/data/images/events/paradox/main.webp
Binary file not shown.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Binary file not shown.
Binary file removed src/data/images/events/ros/main.png
Diff not rendered.
Binary file added src/data/images/events/ros/main.webp
Binary file not shown.
Binary file added src/data/images/misc/ICON.webp
Binary file not shown.
Binary file removed src/data/images/projects/dochub.jpg
Diff not rendered.
Binary file added src/data/images/projects/dochub.webp
Binary file not shown.
Binary file added src/data/images/projects/hydron.gif
Binary file removed src/data/images/projects/opencv.jpg
Diff not rendered.
Binary file added src/data/images/projects/opencv.webp
Binary file not shown.
Binary file removed src/data/images/projects/reaction.jpg
Diff not rendered.
Binary file added src/data/images/projects/reaction.webp
Binary file not shown.
Binary file removed src/data/images/shashwat.png
Diff not rendered.
Binary file added src/data/images/team/jasmine.webp
Binary file not shown.
Binary file added src/data/images/team/shashwat.webp
Binary file not shown.
19 changes: 16 additions & 3 deletions src/data/projectdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,24 @@ import bonetech from "./images/projects/bonetech.gif"
import weather from "./images/projects/weather.gif"
import livein from "./images/projects/livein.gif"
import falling from "./images/projects/falling.gif"
import dochub from "./images/projects/dochub.jpg"
import opencv from "./images/projects/opencv.jpg"
import reaction from "./images/projects/reaction.jpg"
import dochub from "./images/projects/dochub.webp"
import opencv from "./images/projects/opencv.webp"
import reaction from "./images/projects/reaction.webp"
import hydro from "./images/projects/hydron.gif"

// The description here can use HTML tags for formatting, follow the React return statement syntax to achieve that
const slides = [
{
title: "Hydro-Rush",
description: (
<div>
<div>Created for the IEEE ComSoc Arcade Expo Event 2024 at VIT Chennai, India, Hydro-Rush is an action-packed shooter game developed by Shlok. This exciting project was also showcased at our club's tech carnival event.</div>
<div>In Hydro-Rush, players control a character navigating through challenging levels, dodging obstacles, and managing their health, ammo, and score. The game features indicators for health, ammo, and score to enhance the gaming experience.</div>
<div>Hydro-Rush exemplifies our commitment to fostering creativity and technical skills among our members. We are proud to present this project as part of our club's achievements.</div>
</div>
),
img: hydro,
},
{
title: "Brain Computer Interface",
description: "A brain-computer interface (BCI) is a technology that allows communication between a human or animal brain and an external technology. This term can refer to an interface that takes signals from the brain to an external piece of hardware, or a technology that sends signals to the brain. Various different brain-computer interface technologies have been developed at different times, through different methods and for diverse purposes, including in virtual reality technology.",
Expand Down
16 changes: 8 additions & 8 deletions src/data/socialMediaLinks.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import instagram from "../assets/socialmedia/instagram.png";
import github from "../assets/socialmedia/github.png";
import linkedin from "../assets/socialmedia/linkedin.png";
import discord from "../assets/socialmedia/discord.png";
import youtube from "../assets/socialmedia/youtube.png";
import twitter from "../assets/socialmedia/twitter.png";
import telegram from "../assets/socialmedia/telegram.png";
import devto from "../assets/socialmedia/devto.png";
import instagram from "../assets/socialmedia/instagram.webp";
import github from "../assets/socialmedia/github.webp";
import linkedin from "../assets/socialmedia/linkedin.webp";
import discord from "../assets/socialmedia/discord.webp";
import youtube from "../assets/socialmedia/youtube.webp";
import twitter from "../assets/socialmedia/twitter.webp";
import telegram from "../assets/socialmedia/telegram.webp";
import devto from "../assets/socialmedia/devto.webp";

const socialMediaLinks = [
{
Expand Down
10 changes: 5 additions & 5 deletions src/data/teamdata.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import image from "./images/shashwat.png"
import image2 from "./images/Jasmine.jpg"
import image from "./images/team/shashwat.webp"
import image2 from "./images/team/jasmine.webp"

const myTeam = [
{
Expand All @@ -16,15 +16,15 @@ const myTeam = [
imageUrl:
"https://media.licdn.com/dms/image/D5603AQE4o90wdmTv7Q/profile-displayphoto-shrink_800_800/0/1692941127887?e=1724284800&v=beta&t=AnqpIKc322AO9Wbj95cFu-7rtK78U-2Yk0pIfH5CxP0",
linkUrl: "https://www.linkedin.com/in/mohammad-faiz-abid-875371194/",
gitUrl: "",
gitUrl: "https://github.com/atfaizzz",
},
{
name: "Anvesha Singh",
desig: "General Secretary",
imageUrl:
"https://media.licdn.com/dms/image/D5603AQHFwoa3ehyK5Q/profile-displayphoto-shrink_800_800/0/1692123083098?e=1724284800&v=beta&t=PkVbQmZYLJ7WAPiDHH3yfAAvXzg880JsrJWUNOpwWhE",
linkUrl: "https://www.linkedin.com/in/anvesha-singh-330ba9260/",
gitUrl: "",
gitUrl: "https://github.com/Anvesha-Singh",
},
{
name: "Sandeep Ravisankar",
Expand All @@ -40,7 +40,7 @@ const myTeam = [
imageUrl:
"https://media.licdn.com/dms/image/D4E03AQEsnRZvlmFENQ/profile-displayphoto-shrink_800_800/0/1698810602543?e=1724284800&v=beta&t=1Dvx4wvFVQQaL8TvLEU5MuHCs_cE4Lo-0Slzfj3dQFY",
linkUrl: "https://www.linkedin.com/in/anirudh-sridhar-07bb02298/",
gitUrl: "",
gitUrl: "http://github.com/shotoyaar",
},
{
name: "Teeshta Parmar",
Expand Down
Loading
Loading