forked from jhamadhav/30DayGoogleCloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (36 loc) · 2.32 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<link rel="preload" as="font" href="/fonts/productsans-black.woff" type="font/woff" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/productsans-blackitalic.woff" type="font/woff" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/productsans-bold.woff" type="font/woff" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/productsans-bolditalic.woff" type="font/woff" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/productsans-italic.woff" type="font/woff" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/productsans-light.woff" type="font/woff" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/productsans-lightitalic.woff" type="font/woff" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/productsans-medium.woff" type="font/woff" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/productsans-mediumitalic.woff" type="font/woff" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/productsans-regular.woff" type="font/woff" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/productsans-thin.woff" type="font/woff" crossorigin="anonymous">
<link rel="preload" as="font" href="/fonts/productsans-thinitalic.woff" type="font/woff" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Google Cloud Study Jams | GDSC RCOEM</title>
<meta name="description" content="
Get ready to Soar Through the Clouds with GDSC RCOEM's Google Cloud Study Jams - a month-long bootcamp! ☁️🚀
☁️What's in it for you?
▫️ Get familiar with the fundamentals of Google Cloud
▫ Learn directly from Google Cloud experts
▫ Develop impressive projects to showcase your skills
▫️ Enhance your resume with coveted skill badges and certificates
▫ Access hands-on experience on Google Cloud Platform for FREE
▫ Earn amazing goodies and swags (after completion) as you achieve program milestones
☁️Campaign Details:
Duration: 3rd Oct - 30th Oct 2023">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>