-
Notifications
You must be signed in to change notification settings - Fork 19
/
index.html
72 lines (66 loc) · 2.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Freescape IIITK</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h1 {
font-size: calc(24px + 2vw);
}
p {
font-size: calc(14px + 0.5vw);
}
h2 {
font-size: calc(20px + 1.5vw);
}
h3 {
font-size: calc(18px + 1vw);
}
ul {
font-size: calc(14px + 0.5vw);
padding-left: 20px;
}
</style>
</head>
<body>
<h1>Aarambh 3.0</h1>
<h2>Challenges</h2>
<p><a href="challenges/index.html">Fun Challenge 1</a></p>
<p>Hi Folks,<br>
Are you new to programming? Or maybe you've been into tech since you were in 10th grade? This event is for all of you. We'll be talking about various domains in the software industry and how to get started with them. Explore various domains, pick your interest and excel. We'll be updating the agenda and the topics by 19th morning on this very page. Stay tuned.<br><br>
Date: 19th and 20th September 2024<br>
Time: 5:00pm on both days.<br>
Venue: G02<br><br>
Make sure to bring your laptops on both days :)<br><br>
If you're planning on coming, please fill up this <a href="https://forms.gle/DMdP8fCvf85obTF98">Google Form<a/></p> [Form closes 19/9 12:00]
<h2>Agenda</h2>
<h3>Day 1</h3>
<ul>
<li>Setting up a code editor or IDE</li>
<li>UI/UX</li>
<li>Web Development</li>
<li>App Development</li>
<li>Game Development</li>
<li>Web Dev Code Sprint (⌐0_0)</li>
</ul>
<h3>Day 2</h3>
<ul>
<li>AI/ML</li>
<li>Cloud</li>
<li>Blockchain</li>
<li>Hardware</li>
<li>Linux</li>
</ul>
<h2>Resources</h2>
<p>For a comprehensive list of learning resources, please visit <a href="resources.html">this page</a>.</p>
</body>
</html>