forked from Deekshavedula/FLINTECH
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
303 lines (273 loc) · 13.7 KB
/
index.html
File metadata and controls
303 lines (273 loc) · 13.7 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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Home</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Nunito:200,300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="home.css">
<link rel="stylesheet" href="navbaruni.css">
<link rel="stylesheet" href="footer.css">
<!--Font awesome icons-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
</head>
<body>
<!--<nav class="navbar navbar-toggleable-md navbar-inverse bg-inverse fixed-top">-->
<nav class="navbar fixed-top navbar-expand-lg ">
<a class="navbar-brand" href="#">
<div class="logo-image">
<a href='#' class='btn noHover'>
<img src="pics uni/unilogo.jpg" class="img-fluid">
</div>
</a>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent" >
<ul class="navbar-nav mr-auto">
<li class="nav-item ">
<a class="nav-link active" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About us</a>
</li>
<li class="nav-item">
<a class="nav-link " href="alumniuni.html">Alumni</a>
</li>
<li class="nav-item">
<a class="nav-link " href="unicampuslife.html">Campus life</a>
</li>
<li class="nav-item">
<a class="nav-link " href="contact.html">Contact us</a>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
More
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="admissionuni.html">Admissions</a>
<a class="dropdown-item" href="departments.html">Departments</a>
<a class="dropdown-item" href="research.html">Research</a>
<a class="dropdown-item" href="studentchapuni.html">Student body and clubs</a>
<a class="dropdown-item" href="facultyuni.html">Faculty</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="galleryuni.html">Gallery</a>
</div>
</li>
</ul>
</div>
</nav>
<div class="container">
<div class="carousel slide" id="main-carousel" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#main-carousel" data-slide-to="0" class="active"></li>
<li data-target="#main-carousel" data-slide-to="1"></li>
<li data-target="#main-carousel" data-slide-to="2"></li>
<li data-target="#main-carousel" data-slide-to="3"></li>
</ol><!-- /.carousel-indicators -->
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block img-fluid" src="https://images.unsplash.com/photo-1535982330050-f1c2fb79ff78?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=600&q=60" alt="">
<div class="carousel-caption d-none d-md-block">
<h1></h1>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="https://images.unsplash.com/photo-1460518451285-97b6aa326961?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=600&q=60" alt="">
<div class="carousel-caption d-none d-md-block">
<h3></h3>
<p></p>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="https://images.unsplash.com/photo-1501290836517-b22a21c522a4?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=600&q=60" alt="">
<div class="carousel-caption d-none d-md-block">
<h3></h3>
<p></p>
</div>
</div>
<div class="carousel-item">
<img src="https://images.unsplash.com/photo-1511629091441-ee46146481b6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=600&q=60" alt="" class="d-block img-fluid">
<div class="carousel-caption d-none d-md-block">
<h3></h3>
<p></p>
</div>
</div>
</div><!-- /.carousel-inner -->
<a href="#main-carousel" class="carousel-control-prev" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
<span class="sr-only" aria-hidden="true">Prev</span>
</a>
<a href="#main-carousel" class="carousel-control-next" data-slide="next">
<span class="carousel-control-next-icon"></span>
<span class="sr-only" aria-hidden="true">Next</span>
</a>
</div><!-- /.carousel -->
</div><!-- /.container -->
<div class='container'>
<div class="jumbotron">
<h1>WINNERS OF FLINTECH CHAMPIONSHIP</h1>
</div>
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="pics uni/winner1.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">ADARSH SINGH</h5>
<p class="card-text">2017</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="pics uni/winner4.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">ESHA SHARMA</h5>
<p class="card-text">2018</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4">
<div class="card" style="width: 18rem;">
<img class="card-img-top" src="pics uni/winner3.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">VIBUTH GILL</h5>
<p class="card-text">2019</p>
</div>
</div>
</div>
<div>
<div class="container">
<div class="jumbotron">
<h1>FLINTECH CHAMPIONSHIP</h1>
</div>
</div>
<h7>FLINTECH University organises an anual Championship called the"FLINTECH CHAMPIONSHIP". This is a pretsigious
tournament where only the students of Flintech University are allowed to participate.This tournament is supposed to test
the physical and mental aspects of the students.This prestigious Tournamnet has 4 rounds .1)IQ Test 2)Dance ccompetition 3)
Treasure hunt 4)Triathlon.
The tornamnet works on elimination basis. The students who manage to clear the rounds and reach the final round shall be
declared as winners.The award for winning this prestigious tournament is describes below.
</h7>
</div>
</div>
<section class="container-fluid px-0">
<div class="row align-items-center content">
<div class="col-md-6 order-2 order-md-1">
<img src="pics uni/r1.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6 text-center order-1 order-md-2">
<div class="row justify-content-center">
<div class="col-10 col-lg-8 blurb mb-5 mb-md-0">
<h2>IQ TEST</h2>
<p class="lead">The IQ TEST is the first round of elimination. The IQ TEST will be conducted in a pen paper
format. Reasoning,Qualitative and Quantitative Aptitude of the students will be tested.
The students who manage to score above 70% will be eligible to compete in the next round.
</p>
</div>
</div>
</div>
</div>
<div class="row align-items-center content">
<div class="col-md-6 text-center">
<div class="row justify-content-center">
<div class="col-10 col-lg-8 blurb mb-5 mb-md-0">
<h2>DANCE COMPETITION</h2>
<p class="lead">
Like the name suggests the dance competition is the second round of elimination.Students
are required to participate either as solo,pairs or groups. The event will be conducted in
the college premisis only.Students who have managedd to impress the judges will be eligible to
compete in the third round.
</p>
</div>
</div>
</div>
<div class="col-md-6">
<img src="pics uni/dance.jpg" alt="" class="img-fluid">
</div>
</div>
<div class="row align-items-center content">
<div class="col-md-6 order-2 order-md-1">
<img src="pics uni/r3.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6 text-center order-1 order-md-2">
<div class="row justify-content-center">
<div class="col-10 col-lg-8 blurb mb-5 mb-md-0">
<h2>TREASURE HUNT</h2>
<p class="lead">
The Final round of elimination is the treaure hunt.As the name suggests the selectedd students will be
split into teams and will be given clues to find the treaure. The whole activity will be conductedd in the college
premisis. This round tests the teamwork and quick thinking ability as there is a certain time limit as well.
the team who has found the treaurer at the earliest will be called"TOP 10" and will sent to the final competition.
</p>
</div>
</div>
</div>
</div>
<div class="row align-items-center content">
<div class="col-md-6 text-center">
<div class="row justify-content-center">
<div class="col-10 col-lg-8 blurb mb-5 mb-md-0">
<h2>TRIATHLON</h2>
<p class="lead">
The triathalon is one of the most difficult rounds of the tornamnet. It invovlves three activities : RUNNING,
CYCLING AND SWIMMING. The top 10 will compete and the final round will be judges on the basis of time.
this round will test thhe physical ability of the candidate.
the student who manages to reach the finish line will be crowned as "FLINTECH CHAMPION" of that year.
</p>
</div>
</div>
</div>
<div class="col-md-6">
<img src="pics uni/r4.jpg" alt="" class="img-fluid">
</div>
</div>
<div>
<div class="jumbotron">
<h1>AWARDS</h1>
</div>
<section class="container-fluid px-0">
<div class="row align-items-center content">
<div class="col-md-6 order-2 order-md-1">
<img src="pics uni/trophy.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-6 text-center order-1 order-md-2">
<div class="row justify-content-center">
<div class="col-10 col-lg-8 blurb mb-5 mb-md-0">
<p>RThe award for winning such a huge and prestigious compeetition is no less. The Champion will
be receiving a trophy and merit certificate in a special assembly conducted.The student will also get
admission to one of the top business schools in the nation.
</p>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<footer>
<div class="footer_container">
<div class="icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="https://instagram.com/_sunshinesunflowers_?igshid=1gkqnxss0jm41"><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com/watch?v=XPRAYAGFTZI&feature=youtu.be"><i class="fab fa-youtube"></i></a>
<a href="https://www.linkedin.com/in/sumedha-moturi-126008181/"><i class="fab fa-linkedin-in"></i></a>
</div>
<p>Copyright© 2020 Flintech University.</p>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>