Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit 5485e0f

Browse files
authored
Merge pull request #62 from E-Cell-MIT-MPL/anamay-ahmed
Code cleanup and change Navigation
2 parents c647f2d + 7a88073 commit 5485e0f

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

frontend/public/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
5+
<link rel="icon" href="%PUBLIC_URL%/favicon.ico?v=2" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
8-
<meta name="description" content="Join the Manipal Entrepreneurship Summit 2024 for a transformative experience with speakers like Aman Gupta and engage in workshops on innovation and entrepreneurship.">
98
<meta name="keywords" content="Manipal Entrepreneurship Summit, Ashneer Grover,E-cell, Entrepreneurship, Entrepreneur,Dr. Arokiaswamy Velumani, Ashneer Grover, Dinesh Pai, Tushar Bhatnagar, Silky Singh, Manoj Sankar, Amit Das, Ishan Sukul, Shroat Mehta, Dhwanit Shah, Rima Naware, Tushar Bhatnagar, Dr. Sampath Dorairajan, Ms. Vathika Pai, Mr. Vineeth Vij, Ms. Dhara Bhasin, Mr. Ahmed Mudassar, Raj Shamani, Iqlipse Nova, startup workshops, innovation in entrepreneurship, Manipal event, startup competition, venture capital insights, women entrepreneurs, gaming business workshop, medical startups workshop">
109
<meta
1110
name="description"

frontend/public/sitemap.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://www.ecellmit.in</loc>
5+
</url>
6+
<url>
7+
<loc>https://www.ecellmit.in/Initiatives</loc>
8+
</url>
9+
<url>
10+
<loc>https://www.ecellmit.in/blog</loc>
11+
</url>
12+
<url>
13+
<loc>https://www.ecellmit.in/AboutUs</loc>
14+
</url>
15+
<url>
16+
<loc>https://www.ecellmit.in/MeettheTeam</loc>
17+
</url>
18+
<url>
19+
<loc>https://www.ecellmit.in/mes</loc>
20+
</url>
21+
</urlset>

frontend/src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ function App() {
1313
<div className="App">
1414
<Router>
1515
<Routes>
16-
<Route path="/" element={<Mes/>}></Route>
16+
<Route path="/" element={<HomePage />}></Route>
1717
<Route path="/MeetTheTeam" element={<MeetTheTeam />}></Route>
1818
<Route path="/AboutUs" element={<AboutUs />}></Route>
1919
<Route path="/Initiatives" element={<Initiatives />}></Route>
20-
<Route path="/Home" element={<HomePage />}></Route>
20+
<Route path="/mes" element={<Mes />}></Route>
2121
<Route path="/blog" element={<BlogPage />}></Route>
2222
<Route path="/ThankYou" element={<ThankYou />}></Route>
2323
</Routes>

frontend/src/pages/mes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const Mes = () => {
1818
return (<>
1919
<Meta
2020
title="MES | E-Cell"
21-
description="Manipal Entrepreneurship Summit. The flagship event of MAHE organized by E-Cell MIT Manipal."
21+
description="Join the Manipal Entrepreneurship Summit 2024 for a transformative experience with speakers like Aman Gupta and engage in workshops on innovation and entrepreneurship."
2222
/>
2323
<div className="min-h-screen bg-url('https://i.ibb.co/rdZg1Kr/k.png') text-white overflow-x-hidden">
2424
<MovingBackground />

0 commit comments

Comments
 (0)