-
Notifications
You must be signed in to change notification settings - Fork 3
/
hoc.html
239 lines (232 loc) · 8.67 KB
/
hoc.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>SSN ACM</title>
<link href="assets/img/acm-ssn.png" rel="icon" />
<link href="assets/img/acm-ssn.png" rel="apple-touch-icon" />
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet"
/>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/bootstrap-icons/bootstrap-icons.css" rel="stylesheet" />
<link href="assets/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="assets/css/hoc.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@splidejs/splide@latest/dist/css/splide.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@splidejs/[email protected]/dist/css/themes/splide-sea-green.min.css"
/>
</head>
<body>
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<table>
<tr>
<td>
<h1>
<a href="index.html"><img src="assets/img/acm-ssn.png" /></a>
</h1>
</td>
<td>
<h1>
<a href="https://www.ssn.edu.in/"
><img
src="assets/img/ssn.png"
style="max-width: 5rem; margin-left: 5px"
/></a>
</h1>
</td>
</tr>
</table>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="./index.html">Home</a></li>
<li>
<a class="nav-link scrollto" href="./events.html">Events</a>
</li>
<li><a class="nav-link scrollto" href="./team.html">Team</a></li>
<li>
<a class="nav-link scrollto" href="./gallery.html">Gallery</a>
</li>
<li><a class="nav-link scrollto" href="./blog.html">Blog</a></li>
<li>
<a class="nav-link scrollto" href="./slides.html">Slides</a>
</li>
<li>
<a class="nav-link scrollto" href="./contact.html">Contact</a>
</li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<section class="breadcrumbs">
<div class="container">
<div class="d-flex justify-content-start align-items-center">
<img
class="association-logo"
src="./assets/img/logos/codedotorg.png"
/>
<img
class="association-logo"
src="./assets/img/logos/hour-of-code-logo.png"
/>
<img class="association-logo" src="./assets/img/acm.png" />
<h2>Hour of Code 2023</h2>
</div>
</div>
</section>
<div class="container" style="margin-bottom: 2em; margin-top: 2em">
<div class="row flex">
<div class="col-12">
<div class="event-info">
<h2>Event Information</h2>
<p><strong>Date:</strong> 6th and 7th December 2023</p>
<p><strong>Time:</strong> 10:30 AM - 12:30 PM</p>
<p><strong>Venue:</strong> CSE Seminar Hall</p>
<p><strong>Team Size:</strong> 1-3 (1 Registration per team)</p>
<p><strong>No of Events:</strong> 4</p>
<h2 style="margin-top: 24px">Prizes for Winners</h2>
<p>First place - Rs. 3,000.</p>
<p>Second place - Rs. 2,000.</p>
<p>Third place - Rs. 1,000.</p>
</div>
</div>
<div class="col-12 d-flex justify-content-center">
<a
target="_blank"
id="register"
href="https://docs.google.com/forms/d/e/1FAIpQLSfkDrmZECYMX36VcpkkvZv4UoISNykRU9wx_MiGy8umWANtKw/viewform"
>Register here!</a
>
</div>
<div class="col-12">
<div class="event-details">
<h2>AI Trivia Challenge</h2>
<p>
<strong>Description: </strong>Participants will engage in a lively
and engaging trivia challenge, where their knowledge of today's
progress in AI technology is put to the test.
</p>
<p>
<strong>Date/Time: </strong>(Day 1) December 6, 2023, 10:00 AM -
12:00 PM
</p>
</div>
</div>
<div class="col-12">
<div class="event-details">
<h2>AI Image Generation using Prompt Engineering</h2>
<p>
<strong>Description: </strong>Contestants will be given textual
descriptions and tasked with generating AI images that best match
the provided descriptions using tools like
<a href="https://www.nvidia.com/en-in/research/ai-playground/"
>Nvidia Playground</a
>
</p>
<p>
<strong>Date/Time: </strong>(Day 1) December 6, 2023, 10:00 AM -
12:00 PM
</p>
</div>
</div>
<div class="col-12">
<div class="event-details">
<h2>Semantle</h2>
<p>
<strong>Description: </strong>In the word game,
<a href="https://semantle.com/">Semantle</a>, participants will
engage in a word-based challenge where each word guess gets a
response regarding its semantic similarity to the secret word.
This interactive game combines linguistic skills with AI
assistance, making it both entertaining and educational.
</p>
<p>
<strong>Date/Time: </strong>(Day 2) December 7, 2023, 10:00 AM -
12:00 PM
</p>
</div>
</div>
<div class="col-12">
<div class="event-details">
<h2>Website Replication Challenge</h2>
<p>
<strong>Description: </strong>In this event, participants will
view a screenshot of a website and, using only textual prompts,
generate the code necessary to replicate it from any Large
Language Model of their choice.
</p>
<p>
<strong>Date/Time: </strong>(Day 2) December 7, 2023, 10:00 AM -
12:00 PM
</p>
<p><strong>Resources: </strong><a href="/hoc/web">Download</a></p>
</div>
</div>
</div>
</div>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="social-container">
<ul class="social-icons">
<li>
<a target="blank" href="https://www.instagram.com/ssn_acm/"
><i class="fa fa-instagram"></i
></a>
</li>
<li>
<a
target="blank"
href="https://www.linkedin.com/company/acm-student-chapter-ssnce/"
><i class="fa fa-linkedin"></i
></a>
</li>
<li>
<a
target="blank"
href="https://www.facebook.com/SsnAcmStudentChapter/"
><i class="fa fa-facebook"></i
></a>
</li>
<li>
<a
target="blank"
href="https://www.youtube.com/channel/UCjNGj4-EFi8zwNXDqp_f-3w"
><i class="fa fa-youtube"></i
></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container" style="padding-bottom: 1em">
<div class="copyright">
© Copyright <strong><span>SSN ACM 2024</span></strong
>. All Rights Reserved
</div>
</div>
</footer>
</html>