-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (87 loc) · 3.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Seo -->
<!-- Essential META Tags -->
<meta property="og:title" content="Vijñāna 2.0" />
<meta property="og:type" content="event" />
<meta property="og:image" content="/thumbnail.png" />
<meta property="og:url" content="http://vijnana.web.app" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Non-Essential, But Recommended -->
<meta
property="og:description"
content="Show off your Tech Skills at Vijñāna'24. Explore the latest trends .."
/>
<meta property="og:site_name" content="Vijnana 24" />
<meta name="twitter:image:alt" content="Vijnana 2.0" />
<meta
name="description"
content="Vijnana 2.0 - Tech Fest of KBMGCT - Show of your skills .. Explore the industry ..."
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<link
href="https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Micro+5&family=Orbitron&family=Poppins&family=Share+Tech&family=Silkscreen&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css"
/>
<link rel="stylesheet" href="github-markdown.css" />
<link
href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Abel&family=Audiowide&family=Bungee+Shade&family=DM+Serif+Text&family=Kalam&family=Poppins&family=Saira+Stencil+One&family=Syne+Mono&family=Wallpoet&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Orbitron&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Lora&family=Nova+Square&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Orbitron&family=Poppins&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Orbitron&family=Poppins&family=Silkscreen&display=swap"
rel="stylesheet"
/>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD00ws_IqKiBskZB7I_HnohOW_Umy7cNhE&callback=myMap"></script>
<link rel="icon" type="image/x-icon" href="/logo.png" />
<!-- <script src="https://accounts.google.com/gsi/client" async></script> -->
<title>Vijñāna'2.0</title>
</head>
<body>
<!-- <div
id="g_id_onload"
data-client_id="1025507377861-ksv14u42p6c0bes203hkbki7n56u6v80.apps.googleusercontent.com"
data-context="signin"
data-ux_mode="popup"
data-callback="googleSignIn"
data-auto_select="true"
data-itp_support="true"
></div> -->
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script>
function googleSignIn(e) {
console.log("Sign In");
console.log(e);
}
</script>
</body>
</html>