-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
272 lines (247 loc) · 11.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width">
<title>Solutions-2021</title>
<!-- Title -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Holtwood+One+SC' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script|Herr+Von+Muellerhoff' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Istok+Web|Roboto+Condensed:700' rel='stylesheet' type='text/css'>
<!-- -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"
type="text/javascript"
></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
<!-- font-awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"/>
<!-- -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- -->
<!-- footer -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<link
href="https://fonts.googleapis.com/css?family=Lato:300,400,700"
rel="stylesheet"
type="text/css"
/>
<!-- -->
<header id="home">
<!-- For starry bg -->
<div id="stars"></div>
<div id="stars2"></div>
<div id="stars3"></div>
<!-- -->
<!-- navbar -->
<nav id="nav">
<div class="nav-center">
<!-- nav header -->
<div class="nav-header">
<picture>
<source media="(max-width:800px)" srcset="./tb'.png">
<img class="logo" src="./tb.png" alt="Flowers">
</picture>
<div>
<button class="loginbtn" onclick="location.href='./login/'">Register</button>
<img src="" class="loginsmallbtn prof" onclick="location.href='./user'">
<button class="nav-toggle">
<i class="fas fa-bars"></i>
</button>
</div>
</div>
<!-- links -->
<div class="links-container">
<ul class="links">
<li>
<a href="#home" class="scroll-link">home</a>
</li>
<li>
<a href="#about" class="scroll-link">about</a>
</li>
<li>
<a href="./events" class="scroll-link">events</a>
</li>
<li>
<a href="./Technofrolix" class="scroll-link">Technofrolix</a>
</li>
<li>
<a href="#sponsors" class="scroll-link">sponsors</a>
</li>
<li><button class="loginbtn" onclick="location.href='./login/'">Register</button></li>
<li><img src="" class="loginbigbtn prof" onclick="location.href='./user'"></li>
</ul>
</div>
</div>
</nav>
<!-- Title -->
<div class="hero">
<div class="hero-wrap" >
<p class="intro" id="intro">army institute of technology</p>
<h1 id="headline">solutions</h1>
<p class="year"><i class="fa fa-star"></i> 2021 <i class="fa fa-star"></i></p>
<p class="heroDate">24th May - 26rd May</p>
</div>
</div>
</header>
<!-- -->
<!-- For starry bg -->
<div id="stars"></div>
<div id="stars2"></div>
<div id="stars3"></div>
<!-- -->
<!-- -->
<section id="about" class="section" style="background: white;">
<div class="titleSec" style="color: black;">
<h2 class="sectionH2Right" s>About</h2>
</div>
<div class="aboutBlock" >
<div class="vframesmall" style="align-self: center;z-index: 1;">
<iframe style="border-width: 0;height: 360px;width: 100%;margin-bottom: -1em;" src="https://www.youtube.com/embed/ovydAZiPK5o?rel=0&controls=0">
</iframe>
</div>
<div class="aboutPElement"style="margin-bottom: 2rem; background: black;">
<h1 style="font-family: 'Holtwood One SC', serif;">SOLUTIONS</h1>
<p style="padding-top: 0;font-size: 0.8rem;">Army Institue of Technology's One of the step towards "onward to glory" is the amusing, magnificient and splendid event "Solutions". AIT's annual tech fest is the epitome of celebrating all things tech and Engneering Lives. Celebrating the coder, the reader, the gamer, the learner, the leader. SOLUTIONS provides them a platform to showcase their ideas and build upon them, to morph their unrelenting imagination into a reality. After 6 successful editions Solutions is back to challenge minds and transcend the norm. The nouveau 7th edition of SOLUTIONS comes power packed with a tantalising fusion of never before seen events along with the classic headliners.</p>
<p style="padding-top: 0;font-size: 0.8rem;">This two day technical fest of AIT Pune showcases a plethora of events ranging from coding competitions to creating the best Busness Plan, from Futurastic robot building to OverPowered Gaming.</p>
</div>
<div class="vframebig" style="align-self: center;z-index: 1;">
<iframe style="border-width: 0;height: 360px;width: 100%;margin-bottom: 2rem;margin-left: -2px;" src="https://www.youtube.com/embed/ovydAZiPK5o?rel=0&controls=0">
</iframe>
</div>
</div>
</section>
<div id="stars2"></div>
<section id="events" class="section">
<div class="titleSec">
<h2 class="sectionH2Left">Events</h2>
</div>
<div class="pdiv">
<p class="fonting" style="padding-bottom: 0;">"Your Inner potential cannnot develop without your willingness and conscious participation"</p>
<p style="padding-bottom: 0;"> So we have a platform to unleash your whole potential.
At solutions we have events in every expertise, starting from coding to events of gaming, events related to practice of placement Interviews and giving you the idea of startups.
So the events in Solutions' 21 are divided into fields of Coding, Gaming, Mechanical, Electrical, Open Events, Robotics, Bussness Planing and Information Security (ISDF).
</p>
</div>
<div class="container cardContainer">
<div class="card card-1" onclick="window.location='./events/index.html?coding'">
<h1>Coding</h1>
</div>
<div class="card card-2" onclick="window.location='./events/index.html?gaming'">
<h1>Gaming</h1>
</div>
<div class="card card-3" onclick="window.location='./events/index.html?mechanical'">
<h1>Mechanical</h1>
</div>
<div class="card card-4" onclick="window.location='./events/index.html?entc'">
<h1>Electrical</h1>
</div>
<div class="card card-5" onclick="window.location='./events/index.html?open-events'">
<h1>Open Events</h1>
</div>
<div class="card card-6" onclick="window.location='./events/index.html?robotics'">
<h1>Robotics</h1>
</div>
<div class="card card-7" onclick="window.location='./events/index.html?management'">
<h1>E-Cell</h1>
</div>
<div class="card card-8" onclick="window.location='./events/index.html?isdf'">
<h1>ISDF</h1>
</div>
</div>
</section>
<div id="stars3"></div>
<section id="sponsors" class="section">
<div class="titleSec">
<h2 class="sectionH2Left">Sponsors</h2>
</div>
<div class="pdiv">
<p>Our sponsors play an important role in Succesful reach of "Solutions 2k21". We had 8-12 sponsors for the past 6 years and this year too we hope to have fabulous sponsors.</p>
<p>Here are our illustrious sponsors:</p>
</div>
</section>
<section id="statistics" class="section">
<div class="titleSec">
<h2 class="sectionH2Right">Statistics</h2>
</div>
<div class="pdiv">
<div class="statsDet">
<p style="text-align:left;padding-bottom:0;">Thanks to you! SOLUTIONS has been a great success over the past few years, this year is not an exception!</p>
<p>The stats for year 2020 were<br>
Total Registrations: 1K+<br>
Campus Footfall: 500<br>
Colleges: 80+<br>
Events: 26<br>
Workshops: 2<br>
Prize Pool: 4 Lakhs +<br>
Past Years: <br>
</p>
<p style="padding-top: 0;">
2019: 800+ registrations<br>
2018: 600+ registrations<br>
</p>
</div>
<div style="align-self: center; z-index: 1;">
<img src="https://img.freepik.com/free-vector/young-tiny-analysts-preparing-monthly-report-calendar-chart-arrow-flat-vector-illustration-statistics-digital-technology_74855-8749.jpg?size=626&ext=jpg">
</div>
</div>
<!-- For starry bg -->
</section>
<div id="stars"></div>
<div id="stars2"></div>
<div id="stars3"></div>
<!-- -->
<div style="z-index: 1;background: black;position: relative;">
<footer>
<div class="footerLinks">
<h1>Get to know us</h1>
<h2 class="link"><a href="https://ait-techboard.github.io/hackathons/">About us</a></h2>
<h2 class="link"><a href="./ourTeam">Our Team</a></h2>
<h2 class="link"><a href="./theTheme">The Theme</a></h2>
</div>
<div class="footerLinks" style="height: 149.68px;">
<h1>Follow us on</h1>
<h2 class="link"><a href="https://www.facebook.com/groups/680716451983061">Facebook</a></h2>
<h2 class="link"><a href="https://www.instagram.com/aittechnicalboard/">Instagram</a></h2>
</div>
<div class="footerLinks">
<h1>Site Map</h1>
<h2 class="link"><a href="./index.html">Home</a></h2>
<h2 class="link"><a href="./events/index.html">Event Details</a></h2>
<h2 class="link"><a href="./schedule">Schedule</a></h2>
<h2 class="link"><a href="./index.html#sponsors" class="scroll-link">Sponsors</a></h2>
</div>
</footer>
<div style="padding: 2rem 0;">
<img style="width:10rem; margin: auto;" src="./tb-bottom.png" alt="logo">
</div>
</div>
<!-- -->
<!-- For navbar -->
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.15.3/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.15.3/firebase-firestore.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/7.14.6/firebase-analytics.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.6/firebase-auth.js"></script>
<script src="./firebaseConfig.js"></script>
<script src="./app.js"></script>
<script src="./jq.js"></script>
<!-- -->
</html>