Skip to content
Open
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
103 changes: 0 additions & 103 deletions public/events/gaia-2025.html

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<meta property="og:type" content="article" />
<meta
property="og:url"
content="https://gymkhana.iitkgp.ac.in/events/gaia-2025"
content="https://gymkhana.iitkgp.ac.in/events/iit-kharagpur-university-cambridge-gaia-platform-collaboration-2025/"
/>
<meta
property="og:title"
Expand Down Expand Up @@ -56,7 +56,7 @@
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:url"
content="https://gymkhana.iitkgp.ac.in/events/gaia-2025"
content="https://gymkhana.iitkgp.ac.in/events/iit-kharagpur-university-cambridge-gaia-platform-collaboration-2025/"
/>
<meta
name="twitter:title"
Expand All @@ -72,7 +72,9 @@
/>

<script type="text/javascript">
window.location.replace("/?/events/gaia-2025");
window.location.replace(
"/?/events/iit-kharagpur-university-cambridge-gaia-platform-collaboration-2025"
);
</script>

<link rel="apple-touch-icon" href="/logo192.png" />
Expand All @@ -84,7 +86,10 @@
<p>Loading Gaia Event 2025...</p>
<p>
If you are not redirected automatically,
<a href="/events/gaia-2025">click here</a>.
<a
href="/events/iit-kharagpur-university-cambridge-gaia-platform-collaboration-2025"
>click here</a
>.
</p>
</div>
</body>
Expand Down
65 changes: 64 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,70 @@
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!-- Primary Meta Tags -->
<title>Gaia Event 2025 - IIT Kharagpur Cambridge Collaboration | TSG</title>
<meta
name="title"
content="Gaia Event 2025 - IIT Kharagpur Cambridge Collaboration | TSG"
/>
<meta
name="description"
content="Historic collaboration between IIT Kharagpur and University of Cambridge for the Gaia Platform. Inaugural event of the 2nd phase of the International Software Derby organized by 1 Earth Holdings Inc."
/>

<!-- Open Graph / Facebook / WhatsApp -->
<meta property="og:type" content="article" />
<meta
property="og:url"
content="https://gymkhana.iitkgp.ac.in/events/iit-kharagpur-university-cambridge-gaia-platform-collaboration-2025/"
/>
<meta
property="og:title"
content="Gaia Event 2025 - IIT Kharagpur Cambridge Collaboration"
/>
<meta
property="og:description"
content="Historic collaboration between IIT Kharagpur and University of Cambridge for the Gaia Platform. Inaugural event of the 2nd phase of the International Software Derby organized by 1 Earth Holdings Inc."
/>
<meta
property="og:image"
content="https://gymkhana.iitkgp.ac.in/data/media/images/events/Gaia_Platform_KGP-Cambridge_Collab.JPEG"
/>
<meta
property="og:image:secure_url"
content="https://gymkhana.iitkgp.ac.in/data/media/images/events/Gaia_Platform_KGP-Cambridge_Collab.JPEG"
/>
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="Gaia Platform - IIT Kharagpur Cambridge Collaboration"
/>
<meta
property="og:site_name"
content="Technology Students' Gymkhana - IIT Kharagpur"
/>
<meta property="og:locale" content="en_US" />

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:url"
content="https://gymkhana.iitkgp.ac.in/events/iit-kharagpur-university-cambridge-gaia-platform-collaboration-2025/"
/>
<meta
name="twitter:title"
content="Gaia Event 2025 - IIT Kharagpur Cambridge Collaboration"
/>
<meta
name="twitter:description"
content="Historic collaboration between IIT Kharagpur and University of Cambridge for the Gaia Platform. Inaugural event of the 2nd phase of the International Software Derby."
/>
<meta
name="twitter:image"
content="https://gymkhana.iitkgp.ac.in/data/media/images/events/Gaia_Platform_KGP-Cambridge_Collab.JPEG"
/>

<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<script
Expand Down Expand Up @@ -44,7 +108,6 @@
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>| TSG</title>
<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
Expand Down
42 changes: 0 additions & 42 deletions src/components/Layouts/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,6 @@ import Navbar from "../Navbar/Navbar";
export default function Layout({ children }) {
return (
<div className="layout">
<Helmet>
{/* Default meta tags for all pages - will be overridden by page-specific Helmet tags */}
<title>Technology Students' Gymkhana - IIT Kharagpur | TSG</title>
<meta
name="description"
content="Technology Students' Gymkhana is the hub of the numerous extra-curricular and co-curricular activities in IIT Kharagpur ranging from sports to socio-cultural. The Gymkhana is managed by the students, for the students, under the guidance and active participation of the faculty and staff members.
The motto of Technology Students' Gymkhana is YOGAH KARMASU KAUSALAM which in English means Perfection in action is
Yoga'. Our goal is to bring overall development in IITians through cultivating and nurturing their extra-curricular
talents."
/>
{/* Open Graph / Facebook */}
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gymkhana.iitkgp.ac.in/" />
<meta
property="og:title"
content="Technology Students' Gymkhana - IIT Kharagpur"
/>
<meta
property="og:description"
content="The hub of extra-curricular and co-curricular activities in IIT Kharagpur. Managed by students, for students."
/>
<meta
property="og:image"
content="https://gymkhana.iitkgp.ac.in/data/media/images/general/gymkhanaLogo.png"
/>

{/* Twitter */}
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://gymkhana.iitkgp.ac.in/" />
<meta
property="twitter:title"
content="Technology Students' Gymkhana - IIT Kharagpur"
/>
<meta
property="twitter:description"
content="The hub of extra-curricular and co-curricular activities in IIT Kharagpur. Managed by students, for students."
/>
<meta
property="twitter:image"
content="https://gymkhana.iitkgp.ac.in/data/media/images/general/gymkhanaLogo.png"
/>
</Helmet>
<Navbar />
<main style={{ paddingBottom: "5rem" }}>{children}</main>
<Footer />
Expand Down
5 changes: 2 additions & 3 deletions src/pages/Events/GaiaEvent2025.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
text-transform: uppercase;
color: #f1c40f;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
border: 3px solid #f1c40f;
border: 3px solid rgba(0, 0, 0, 0.1);
background: linear-gradient(
to right,
#f1c40f 0%,
Expand Down Expand Up @@ -126,7 +126,6 @@
min-width: 0;
}


.gaia-event-share-wrapper {
position: relative;
display: flex;
Expand Down Expand Up @@ -298,7 +297,7 @@
}

.gaia-event-breaking-news {
font-size: 2.0rem;
font-size: 2rem;
padding: 12px 20px;
letter-spacing: 1px;
}
Expand Down