diff --git a/package.json b/package.json index f5ddbe9..f94e1c8 100644 --- a/package.json +++ b/package.json @@ -14,13 +14,13 @@ "react-icons": "^4.6.0", "react-router-dom": "^5.1.2", "react-router-hash-link": "^1.2.2", - "react-scripts": "3.4.0", + "react-scripts": "^3.4.0", "react-wavify": "^1.3.0" }, "scripts": { "predeploy": "npm run build", "deploy": "gh-pages -b gh-pages -d build", - "start": "react-scripts --openssl-legacy-provider start", + "start": "react-scripts start --openssl-legacy-provider", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" @@ -46,7 +46,7 @@ "eslint-config-airbnb": "^18.1.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.20.2", - "eslint-plugin-react": "^7.19.0", + "eslint-plugin-react": "^7.32.2", "prettier": "^2.0.5react-scripts start", "pretty-quick": "^2.0.1" }, diff --git a/src/Pages/CaseStudy/Card.jsx b/src/Pages/CaseStudy/Card.jsx index 73c159c..441e026 100644 --- a/src/Pages/CaseStudy/Card.jsx +++ b/src/Pages/CaseStudy/Card.jsx @@ -9,7 +9,7 @@ const Card = ({ image, title, link }) => {
- +

{title}

diff --git a/src/Pages/Catalyst/Catalyst.jsx b/src/Pages/Catalyst/Catalyst.jsx index 62cb120..56741ee 100644 --- a/src/Pages/Catalyst/Catalyst.jsx +++ b/src/Pages/Catalyst/Catalyst.jsx @@ -7,6 +7,7 @@ const Catalyst = () => {
+
CATALYST 2021
diff --git a/src/Pages/Events/events.jsx b/src/Pages/Events/events.jsx index 005cdf3..f38bf98 100644 --- a/src/Pages/Events/events.jsx +++ b/src/Pages/Events/events.jsx @@ -9,9 +9,9 @@ const Events = () => { const [filtered, setfiltered] = useState([]); useEffect(() => { - if (selected == 0) + if (selected === 0) setfiltered(events); - else if (selected == 1) + else if (selected === 1) setfiltered(events.filter((event) => event.Status === "Finished")); else setfiltered(events.filter((event) => event.Status === "Upcoming")); diff --git a/src/Pages/Leaderboard/Leaderboard.jsx b/src/Pages/Leaderboard/Leaderboard.jsx index d1ad4a4..2163d5e 100644 --- a/src/Pages/Leaderboard/Leaderboard.jsx +++ b/src/Pages/Leaderboard/Leaderboard.jsx @@ -135,6 +135,7 @@ export default function Leaderboard() {  {
- +

{title}

diff --git a/src/Pages/Team/TeamPage.jsx b/src/Pages/Team/TeamPage.jsx index 8e7e939..f27c36b 100644 --- a/src/Pages/Team/TeamPage.jsx +++ b/src/Pages/Team/TeamPage.jsx @@ -1,5 +1,5 @@ import React from 'react' -import { executiveMembers, webTeam, advisoryBoard,ex_executiveMembers_2021,ex_executiveMembers_2022 } from './MembersList' +import { executiveMembers, advisoryBoard,ex_executiveMembers_2021,ex_executiveMembers_2022 } from './MembersList' import './TeamPage.styles.css' import Card from './Card' import { diff --git a/src/components/About.jsx b/src/components/About.jsx index 2089e74..01bffc1 100644 --- a/src/components/About.jsx +++ b/src/components/About.jsx @@ -6,7 +6,7 @@ const About = () => {

About Us


- About us image + About us

Founded in January in the year 2009 as Entrepreneurship Cell, MEC and revamped as IEDC MEC under the guidance of Kerala Startup Mission as a Govt. of Kerala initiative in 2015, the Innovation and Entrepreneurship Development Cell of Model Engineering college has constantly worked towards helping the community find an intersection between technology and entrepreneurship. We strongly believe that entrepreneurship is the key to unlock the nation’s true potential and therefore strive to promote the idea of job creation rather than job seeking. By consistently hosting a large number of inspiring and innovative events and through our flagship annual national level symposium- ‘Technopreneur’, IEDC MEC, from its humble beginnings is now one of the best functioning IEDCs in the state.

IEDC MEC currently acts as a pre-incubator which helps in providing mentorship and support to the projects of our students and help to scale them into potential startup realities. We are funded by the Kerala Startup Mission (KSUM).

diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index 6434ab5..74304fa 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -67,7 +67,7 @@ const Navbar = () => { Projects @@ -76,9 +76,9 @@ const Navbar = () => { - IEDC Collab IEDC COLLAB + IEDC Collab
  • @@ -106,10 +106,10 @@ const Navbar = () => { - IEDC Collab IEDC COLLAB + IEDC Collab
  • diff --git a/src/components/intro.jsx b/src/components/intro.jsx index 3128188..e66ed57 100644 --- a/src/components/intro.jsx +++ b/src/components/intro.jsx @@ -207,6 +207,7 @@ const Intro = () => { arrow_forward Read More +>>>>>>> f6ab8c5257c5ee92d1e04897cdb03b2d2f6323d3