diff --git a/src/assets/backgrounds/robobg.jpg b/src/assets/backgrounds/robobg.jpg deleted file mode 100644 index 896e872..0000000 Binary files a/src/assets/backgrounds/robobg.jpg and /dev/null differ diff --git a/src/assets/index.js b/src/assets/index.js index 696ef1f..37382b2 100644 --- a/src/assets/index.js +++ b/src/assets/index.js @@ -7,7 +7,6 @@ import logo from './logo/logo.gif'; import logotext from './logo/logo-text-black.png'; import shaq from './personal/shaq.png'; -import robobg from './backgrounds/robobg.jpg' import backend from './icons/backend.png'; import ux from './icons/ux.png'; @@ -68,7 +67,6 @@ export { logo, logotext, shaq, - robobg, backend, ux, frontend, diff --git a/src/assets/projects/210524_Kislay_Lab4.pdf b/src/assets/projects/210524_Kislay_Lab4.pdf new file mode 100644 index 0000000..1adffb4 Binary files /dev/null and b/src/assets/projects/210524_Kislay_Lab4.pdf differ diff --git a/src/assets/projects/Dribble.png b/src/assets/projects/Dribble.png deleted file mode 100644 index a92e4c9..0000000 Binary files a/src/assets/projects/Dribble.png and /dev/null differ diff --git a/src/assets/projects/Dribblerem.png b/src/assets/projects/Dribblerem.png deleted file mode 100644 index dc728f4..0000000 Binary files a/src/assets/projects/Dribblerem.png and /dev/null differ diff --git a/src/assets/projects/richDad.pdf b/src/assets/projects/richDad.pdf new file mode 100644 index 0000000..10ff648 Binary files /dev/null and b/src/assets/projects/richDad.pdf differ diff --git a/src/components/About.jsx b/src/components/About.jsx index cc48b7b..72db782 100644 --- a/src/components/About.jsx +++ b/src/components/About.jsx @@ -80,7 +80,8 @@ const About = () => { 3. Empowering Future Leaders: Empower gifted students through invaluable guidance and mentorship, all while increasing your company's visibility among budding professionals.
4. Digital Dominance: Amplify your online presence across our website and social media channels, magnifying your outreach and forging connections with a broader audience, all through the influential network of Team ERA. */} - +
+

@@ -90,7 +91,7 @@ const About = () => { - RoboCup Middle Size League (MSL) is an international competition where teams of 5 fully autonomous robots play soccer with a regular-size FIFA soccer ball. The vision of the competition is to reach a level in autonomous robots where a team of fully autonomous robots can win against the most recent FIFA World Cup winner by the year 2050. We aim to be among the first entrants from India and not only compete but win! + RoboCup Middle Size League (MSL) is an international competition where teams of 5 fully autonomous robots play soccer with a regular-size FIFA soccer ball. The vision of the competition is to reach a level in autonomous robots where a team of fully autonomous robots can win against the most recent FIFA World Cup winner by the year 2050. We aim to be among the first entrants from India and not only compete but win as undergraduates against teams that comprise a significant number of PG members. This makes our campaign ever more challenging and drives us to work harder than ever. {/* {
diff --git a/src/components/Hero.jsx b/src/components/Hero.jsx index 33ae5ca..49dde10 100644 --- a/src/components/Hero.jsx +++ b/src/components/Hero.jsx @@ -2,7 +2,7 @@ import { motion } from 'framer-motion'; import { Link } from 'react-router-dom'; import { styles } from '../styles'; import { navLinks } from '../constants'; -import { shaq, bwmap, worldmap, robobg } from '../assets'; +import { shaq, bwmap, worldmap } from '../assets'; import SocialMenu from './socialMenu'; import Typewriter from './Typewriter'; // import { useEffect, useState } from 'react'; @@ -12,11 +12,18 @@ const Hero = () => {
world map
+
+ world map +
@@ -30,15 +37,41 @@ const Hero = () => {
+ + {/*

+ Hi, Welcome to {' '} + + ERA + + +

*/}
- -
-
+ +
+ {/*

+ The Rising Of A New ERA
+
+
+
+ + +

+ Team for Autonomous Robotics +

+

*/} + +
-
+ justify-center sm:-ml-[3rem] xxs:mt-4"> + +
{ default: "bounce", }, random: false, - speed: 2.25, + speed: 3, straight: false, }, number: { @@ -110,4 +110,4 @@ export const Particles = () => { } return <>; -}; +}; \ No newline at end of file