-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
280 lines (270 loc) · 11.4 KB
/
index.html
File metadata and controls
280 lines (270 loc) · 11.4 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
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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=
, initial-scale=1.0"
/>
<link rel="shortcut icon" href="images/febothon_017_1@3x.png" type="image/x-icon">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<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=Bungee+Inline&family=Orbitron&family=Oswald&family=Press+Start+2P&family=Righteous&family=Roboto:wght@300&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="app/scss/main.css" />
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<title>Febothon'22</title>
</head>
<body>
<div class="nav" id="navbar-container">
<div name="Home" class="nav-item"><p>Home</p></div>
<div name="About"class="nav-item"><p>About</p></div>
<div name="Colab"class="nav-item"><p>Get Involved</p></div>
<div name="Sponsor"class="nav-item"><p>Sponsor Us</p></div>
<div name="Contact"class="nav-item"><p>Contact Us</p></div>
</div>
<div>
<div id="Home">
<img class="bg_img" src="./images/hackathon-background+.png" />
</div>
<div class="banner">
<ul style="list-style-type: none">
<li>
<a
href="https://www.facebook.com/Feb-o-thon-102682925633514/"
target="_blank"
rel="noopener noreferrer"
><img class="link-img" src="./images/icons/socials/facebook1.png"
/></a>
</li>
<li>
<a
href="https://www.linkedin.com/company/feb-o-thon/"
target="_blank"
rel="noopener noreferrer"
><img class="link-img" src="./images/icons/socials/linkedin1.png"
/></a>
</li>
<li>
<a
href="https://twitter.com/febothon?t=daFxEqc3PJAXpRZdo5ahBQ&s=09"
target="_blank"
rel="noopener noreferrer"
><img class="link-img" src="./images/icons/socials/twitter.png"
/></a>
</li>
<li>
<a
href="https://www.instagram.com/febothon_2k22/"
target="_blank"
rel="noopener noreferrer"
><img class="link-img" src="./images/icons/socials/instagram1.png"
/></a>
</li>
</ul>
</div>
<div>
<img class="moon" src="images/febothon_017_1@3x.png" />
</div>
<div class="splash">
<div>
<img class="logo" src="./images/febothon_027@3x.png" />
</div>
<div class="cta">
<button class="splash-cta">Register</button>
<button class="splash-cta"><a href="https://docs.google.com/forms/d/e/1FAIpQLSdS_OKeiiMTs-NvjU8zh4Zff7v8_znogQ2c6qxjpRwUafeiIQ/viewform?usp=sf_link">Sponsor Us</a></button>
</div>
</div>
</div>
<div id="scroll-trigger"></div>
<div class="clock">
<h1>Kickoff In....</h1>
<div id="clockdiv">
<div>
<span class="days"></span>
<div class="smalltext">Days</div>
</div>
<div>
<span class="hours"></span>
<div class="smalltext">Hours</div>
</div>
<div>
<span class="minutes"></span>
<div class="smalltext">Minutes</div>
</div>
<div>
<span class="seconds"></span>
<div class="smalltext">Seconds</div>
</div>
</div>
</div>
<div id="About" class="scroll-trigger"></div>
<div data-aos="fade-right" class="container about" >
<img
src="images/icons/lines-1-finaljpg-removebg-preview.png"
class="line-right"
/>
<div class="text">
<h1>About Us</h1>
<p>
“Everybody has a creative potential and from the moment you can
express this creative potential, you can start changing the world” –
Paulo Coelho <br>
So, here the GCECT – Tech Club in collaboration with MLSA
and GDSC-GCECT presents you with the opportunity to enhance your
skills. The Feb-O-Thon ’22 is alive, let’s not miss it! It is where
your crazy ideas become reality. It is an event gathering various
programmers, designers and businessmen and other domain experts
together to intensively collaborate on a project. The word hackathon
is a portmanteau of the word hacker, which means clever programmer,
and marathon, an event marked by endurance. It is an activity that
brings something useful or cool to the world. This year we the
ByteMonk - GCECT Tech Club is hosting this Collaborative global event,
Hackathon ’22 with the name of FEB-O-THON ’22. The main draw will be
the online sessions by Industrial Experts on various topics related to
modern technologies. The event will continue for seven days. It will
be succeeded by an Open Source event which will be online for a month.
<h3>VISION: </h3><p>It’s 2022 But not being able to keep up with the pace of
technology swinging around you? Feb-o-Thon to the rescue! We, here at
Government College of Engineering and Ceramic Technology (GCECT), in
collaboration with MLSA and GDSC-GCECT along with the contribution
from all and wholesome participation , as a team, aim to create a tech
community to create global outreach among the budding developers. Our
vision is to provide a platform conducive for collaborative learning
and mutual growth.</p> <br /><h3>OBJECTIVES:</h3>• Collaborative learning helping
to develop effective teamwork as well as personal accountability.<br />
• Exposure to the Tech world with the help of proper guidance from
field experts.<br />
• Development of soft skills and boosting of self confidence through
various events of esteemed value.<br />
• Gathering experience and interests in the field of Technology.<br />
• Building mutual understanding and positive relations between various
sects of students for current and future times.
</p>
</div>
</div>
<div>
<img src="images/FFFFFF.gif" class="timeline" />
</div>
<div data-aos="fade-right" class="container">
<h1>Who can get involved? Everyone!!!!</h1>
<div class="flex-container">
<div class="elem">
<img class="icon1" src="./images/icons/beginner.jpg" />
<h2 class="caption">Beginners</h2>
</div>
<div class="elem">
<img class="icon1" src="./images/icons/dev.jpg" />
<h2 class="caption">Experienced Devs</h2>
</div>
<div class="elem">
<img class="icon1" src="./images//icons/industry.jpg" />
<h2 class="caption">Industry Experts</h2>
</div>
<div class="elem">
<img class="icon1" src="./images//icons/community.jpg" />
<h2 class="caption">Community Leaders</h2>
</div>
</div>
</div>
<div id="Colab" class="scroll-trigger"></div>
<div class="white_container">
<div class="get">
<h2>Collaborate with Us!</h2>
</div>
<div class="get-involved">
<div class="left-half">
<h2>Individual</h2>
<p>
<p>Individual Collaborators can join if they are a part of Microsoft Learn Student Ambassador Community</p>
<ul>
<li><p>1 Project only</p></li>
<li><p>Team Limit: 5 Members</p></li>
</ul>
</p>
</div>
<div class="right-half">
<h2>Community</h2>
<p> Any Technical Community can collaborate with us as a whole and become joint hosts of the event.
<p>Requirements</p>
<ul>
<li><p>4 Open Source Mentors to guide various projects during the open source event</p></li>
<li><p>Upto 7 Projects from the Technical Community</li>
</ul>
</p>
</p>
<p>
Your college doesn't have a technical community yet but still want
to collaborate ? We got you covered too...you can collaborate as an institution, rules are same as technical community collaboration.
</p>
</div>
</div>
<button class="register-btn"><a href="https://forms.gle/Y1ukgySFB9kcRBnMA">Join Us</a></button>
</div>
<div id="Sponsor" class="scroll-trigger"></div>
<div data-aos="fade-right" class="container sponsors_text">
<h1>Sponsors</h1>
<p>Over discussion and planning, our team is dedicated at customizing sponsorship packages, designed according to the specific needs.
We have two broad categories:
<ul>
<li> <p>Event Sponsors-</p>
Support us with Digital Swag, Exam Vouchers and Subscription keys. </li>
<li> <p>Open-Source Sponsors-</p>
Provide us with Exciting Goodies, Subscription Keys, Insightful Mentorship and Cash Prizes. </li>
</ul>
</p>
<div class="container1">
<button class="register-btn btn1"><a href="https://docs.google.com/forms/d/e/1FAIpQLSdS_OKeiiMTs-NvjU8zh4Zff7v8_znogQ2c6qxjpRwUafeiIQ/viewform?usp=sf_link">Sponsor Us</a></button>
</div>
</div>
<div id="Contact" class="scroll-trigger"></div>
<div data-aos="fade-right" class="container">
<div>
<h1>Contact Us</h1>
</div>
<div class="contact">
<div >
<p class="text"> We would love to hear from you!</p>
<p class="text">Write to us at coordinators@febothon.tech</p>
</div>
<form onsubmit="return false" autocomplete="off" >
<div class="row input-container">
<div class="styled-input">
<input type="text" id="name" required />
<label>Name</label>
</div>
<div class="styled-input">
<input type="text" id="Email" required />
<label>Email</label>
</div>
<div class="styled-input" style="float:right;">
<input type="text" id="number" required />
<label>Phone Number</label>
</div>
<div class="styled-input">
<textarea id="message" required></textarea>
<label>Message</label>
</div>
<div class="submit-btn"><button type="submit" id="submit-button">Send Message</button></div>
</div>
</form>
</div>
</div>
</div>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<script type="text/javascript">
emailjs.init('user_Mp8sqaVV4YPm0iUowHsOP')
</script>
<script src="./app/js/app.js"></script>
<script>
AOS.init();
</script>
</body>
</html>