forked from DevyManish/CodeSprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (95 loc) · 4.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<style>
* {
padding: 0;
margin: 0;
font-family: "Roboto", sans-serif;
}
</style>
<link rel="icon" href="./img/favicon.png" />
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-58NCPM6B");
</script>
<!-- End Google Tag Manager -->
<meta
name="description"
content="CodeSprint 1.0 is the official internal hackathon of JIS University, designed to select our top coding talent for the Smart India Hackathon (SIH) 2024. This event aims to foster innovation, creativity, and coding expertise among students. Join us to showcase your skills and represent JIS University at a national level."
/>
<meta
name="keywords"
content="CodeSprint 1.0,CodeSprint JIS, CodeSprint 1.0 JISU, CodeSprint JISU,CodeSprint JIS University, Hackathon JIS University, BTech Hackathon Kolkata, SIH 2024, Smart India Hackathon, University Hackathon, JIS University Coding Competition, Kolkata Hackathons, College Hackathon 2023, SIH Internal Hackathon, Hackathon in West Bengal, Student Innovation, Coding Challenge JIS University, JIS University SIH, University Coding Event"
/>
<meta name="author" content="Manish Gupta" />
<title>CodeSprint | Premier Internal Hackathon of JIS University</title>
<link rel="canonical" href="https://shrutiai.vercel.app/" />
<!-- Open Graph Meta Tags -->
<meta
property="og:title"
content="CodeSprint | Premier Internal Hackathon of JIS University"
/>
<meta
property="og:description"
content="CodeSprint 1.0 is the official internal hackathon of JIS University, designed to select our top coding talent for the Smart India Hackathon (SIH) 2024. This event aims to foster innovation, creativity, and coding expertise among students. Join us to showcase your skills and represent JIS University at a national level."
/>
<meta property="og:url" content="https://www.codesprint.ninja/" />
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://www.codesprint.ninja/img/demo.jpg"
/>
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="CodeSprint | Premier Internal Hackathon of JIS University"
/>
<meta
name="twitter:description"
content="CodeSprint 1.0 is the official internal hackathon of JIS University, designed to select our top coding talent for the Smart India Hackathon (SIH) 2024. This event aims to foster innovation, creativity, and coding expertise among students. Join us to showcase your skills and represent JIS University at a national level."
/>
<meta
name="twitter:image"
content="https://www.codesprint.ninja/img/demo.png"
/>
<!-- Additional Meta Tags -->
<meta
name="google-site-verification"
content="cPRvRUGU4N7CWHheeC4lUOrXn4J0nmy-hfxwY-iMnFw"
/>
<meta name="robots" content="index, follow" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-58NCPM6B"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- <script defer async src="https://apply.devfolio.co/v2/sdk.js"></script> -->
</body>
</html>