-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (54 loc) · 2.52 KB
/
Copy pathindex.html
File metadata and controls
57 lines (54 loc) · 2.52 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" sizes="any">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="referrer" content="strict-origin-when-cross-origin" />
<title>10D 10T II</title>
<meta name="title" content="10D 10T II" />
<meta name="description" content="10D 10T 2.0: A 10-day technical challenge by IEEE RAS College of Engineering Chengannur. Face daily tasks in robotics, coding, and automation to sharpen your skills." />
<meta name="keywords" content="IEEE RAS CEC, 10D 10T, technical challenge, robotics, coding, engineering, CEC Chengannur, IEEE SB CEC" />
<meta name="author" content="IEEE SB CEC" />
<meta name="robots" content="index, nofollow, noarchive" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://10d10t.cecieee.org/" />
<meta property="og:title" content="10D 10T 2.0 | IEEE RAS CEC Challenge" />
<meta property="og:description" content="Join 10D 10T 2.0, the ultimate 10-day challenge by IEEE RAS CEC. Master robotics, coding, and automation with daily hands-on tasks." />
<meta property="og:image" content="/Hero.webp" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Event",
"name": "10D 10T II",
"description": "An exciting 10-day, 10-task challenge crafted to push your limits and spark innovation in robotics, coding, debugging, and automation.",
"organizer": {
"@type": "Organization",
"name": "IEEE RAS College of Engineering, Chengannur",
"url": "https://cecieee.org"
},
"location": {
"@type": "Place",
"name": "College of Engineering, Chengannur",
"address": {
"@type": "PostalAddress",
"addressLocality": "Chengannur",
"addressRegion": "Kerala",
"addressCountry": "IN"
}
},
"eventStatus": "https://schema.org/EventScheduled",
"eventAttendanceMode": "https://schema.org/OnlineEventAttendanceMode"
}
</script>
<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=Codystar&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>