-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
227 lines (218 loc) · 7.63 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
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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Tech-A-Thon</title>
<style>
body {
font-family: Verdana;
color: #333;
background-color: #f4f4f9;
line-height: 1.6;
z-index: 1;
margin: 0;
padding: 0;
}
header {
color: #333;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
background-color: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
text-align: left;
padding: 0;
position: fixed;
width: 100%;
top: 0;
left: 0;
line-height: 0.3;
border: 1px solid #e1e1e1;
z-index: 1000;
}
ul {
background-color: #353935;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
overflow-x: auto;
white-space: nowrap;
max-width: 100%;
padding: 0;
margin: 8px;
display: flex;
}
ul li {
display: inline-block;
padding: 12px 25px;
margin-right: 15px;
background-color: #353935;
color: #fff;
border-radius: 5px;
}
ul li:last-child {
margin-right: 0;
}
div {
color: #fff;
margin: 8px;
text-align: justify;
border-radius: 8px;
padding: 10px 0;
box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.details {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.details div {
flex: 1;
min-width: 250px;
margin: 10px;
background-color: #fff;
color: #333;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.prizes-list {
display: flex;
flex-direction: column;
align-items: center;
}
.prizes-list div {
color: #333;
background-color: #e1e1e1;
width: 100%;
max-width: 400px;
margin-bottom: 20px;
padding: 10px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
text-align: center;
}
.register {
padding: 15px 30px;
font-size: 1.2rem;
background: linear-gradient(135deg, #f9d423,#ffee00);
color: #333;
text-align: center;
border: none;
cursor: pointer;
}
footer {
text-align: center;
background-color: #333;
color: #fff;
padding: 10px;
}
@media (max-width: 768px) {
ul {
display: flex;
justify-content: space-around;
}
ul li {
padding: 10px 15px;
margin-right: 10px;
}
}
@media (max-width: 480px) {
ul {
display: flex;
justify-content: center;
}
ul li {
padding: 8px 10px;
font-size: 14px;
margin-right: 5px;
}
}
.details div {
padding: 10px;
font-size: 14px;
}
.prizes-list div {
width: 80%;
}
.register {
font-size: 1rem;
padding: 10px 20px;
}
.register h2 {
font-size: 1.4rem;
}
.register p {
margin-bottom: 15px;
font-size: 1rem;
}
.register button {
font-size: 1rem;
padding: 10px 20px;
}
}
</style>
</head>
<body>
<header>
<img src="techathon.png" width=50 align="left" style="margin-left: 10px; margin-top: 12.5px;">
<h2>Tech-A-Thon</h2>
<h5>The Computer Science Society</h5>
</header>
<center><br><br><br>
<ul>
<li>Members</li>
<li>Teachers</li>
<li>Competitions</li>
<li>Seminars</li>
</ul>
</center><br>
<div style="background-image: url('bgimg.jpg'); text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);"><h2 style="margin-left: 2%;"><u>About</u></h2><p style="margin-left: 4%; margin-right: 4%;">
<b><u>Tech-A-Thon:</u></b> The Tech-A-Thon is a society of the Computer Science Department at Atma Ram Sanatan Dharma College, University of Delhi. The society organizes hackathons, coding competitions, workshops and seminars to enhance technical skills and bridge the gap between academia and industry. It provides a platform for students to collaborate on projects, engage in tech challenges and develop a strong foundation in computer science.
</p></div><br><hr><br>
<center><h1>Reel Making Competition<h3 style="color: #8c8c8c; line-height: 1;">Show your Creativity and Win Exciting Prizes!</h3></h1></center>
<br><p style="text-align: justify; margin-left: 2.5%; margin-right: 2.5%;">Our society is excited to announce a <b>reel making competition</b>. The topic for competition is <b>Artificial Intelligence (AI)</b>.
Participants are invited to create short, engaging videos highlighting AI advancements, ethical issues, about jobs & AI, advantages/ disadvantages of AI, ethical & efficient use, or groundbreaking applications in fields such as healthcare, robotics, or industries.
This competition encourages creativity, innovation, and an in-depth understanding of AI trends. Open to all students, the event aims to spark interest in AI technologies and their impact on society.
All participants will receive <b>certificates</b> for their efforts, while the <b>1st, 2nd, and 3rd place</b> winners will be awarded <b>prize money</b> along with certificates.
<br><br>Please check the details below for the event’s date, time, and venue.</p>
<center><button style='color: #fff; background-color: #353935; cursor: pointer; border: 0; border-radius: 100px; font-size: 20px; padding: 15px;' onclick="alert('Registration will open soon!')">Register Now</button></center>
<div style="border-radius: 0; box-shadow: none;" class="details">
<div>
<h3>When</h3>
<p><strong>Date:</strong> November 15, 2024<br>
<strong>Time:</strong> 10:00 AM - 5:30 PM</p>
</div>
<div>
<h3>Venue</h3>
<p><strong>Location:</strong> Computer Lab (CL)-4<br>
<strong>Virtual Option:</strong> Submit through Google Form</p>
</div>
<div>
<h3>Eligibility</h3>
<p><strong>Courses:</strong> All courses<br>
<strong>Experience Level:</strong> All Levels Welcome<br>
<strong>Theme:</strong> Artificial Intelligence</p>
</div>
</div>
<center><strong><h2>Prizes</h2></strong></center>
<div style="border-radius: 0; box-shadow: none;" class="prizes-list">
<div>
<h3>1st Prize</h3>
<p>₹ 4,000 + Certificate</p>
</div><br>
<div>
<h3>2nd Prize</h3>
<p>₹ 2,000 + Certificate</p>
</div><br>
<div>
<h3>3rd Prize</h3>
<p>₹ 1,000 + Certificate</p>
</div>
</div><br>
<section style='margin-left: 0;' class="register">
<h2>For participating in competition, register from below</h2>
<p>Don't miss the chance to showcase your talent and win amazing prizes!</p>
<button style='color: #fff; background-color: #353935; border: 0; cursor: pointer; border-radius: 100px; font-size: 20px; padding: 15px;' onclick="alert('Registration will open soon!')">Register Now</button>
<br></section>
<footer>
<p>Copyright © Tech-A-Thon <script>document.write(new Date().getFullYear());</script></p>
</footer>
</body>
</html>