-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathv5.html
193 lines (159 loc) · 7.67 KB
/
v5.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>ACHIEVEMENTS</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="Bootstrap/bootstrap-3.3.7-dist/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=KoHo|Pacifico" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="app5.css">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active trip"><a href="https://www.bitmesra.ac.in"><i class="fa fa-graduation-cap" aria-hidden="true"></i>BIT Mesra</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="active trip"><a href="v12.html"><i class="fa fa-home" aria-hidden="true"></i>HOME</a></li>
<li class="active trip"><a href="v4.html"><i class="fa fa-globe" aria-hidden="true"></i>COMPETITIONS</a></li>
<li class="active dropdown trip" ><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"><i class="fa fa-file" aria-hidden="true"></i>PROJECTS <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="v6.html"><strong>CSE+IT</strong></a></li>
<li role="separator" class="divider"></li>
<li><a href="v7.html"><strong>CIVIL</strong></a></li>
<li role="separator" class="divider"></li>
<li><a href="v9.html"><strong>MECHANICAL+PRODUCTION</strong></a></li>
<li role="separator" class="divider"></li>
<li><a href="v8.html"><strong>EEE+ECE</strong></a></li>
<li role="separator" class="divider"></li>
</ul>
</li>
<li class="active trip"><a href="v10.html"><i class="fa fa-question-circle" aria-hidden="true"></i>QUERY</a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<h3><strong>"When I was in college, I wanted to be involved in things that would change the world." - ELON MUSK</strong></h3>
<button class="btn btn-primary btn-block" data-target="#flipFlop" data-toggle="modal" id="I">Add Your achievement</button>
<div class="modal fade right" id="flipFlop">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">SPECIFICATIONS</h4>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<input class="form-control" type="text" name="ERPID" placeholder="Enter your ERPID">
</div>
<div class="form-group">
<input class="form-control" type="text" name="Organisation" placeholder="Conducting Organisation">
</div>
<div class="form-group">
<input class="form-control" type="date" name="date">
</div>
<div class="form-group">
<input class="form-control" type="url" name="url" placeholder="link to that Competition">
</div>
<div class="form-group">
<button class="btn btn-lg btn-primary btn-block">SUBMIT</button>
</div>
</form>
</div>
<div class="modal-footer">
<button class="btn btn-primary" data-dismiss="modal">Cancel</button>
</div>
</div>
</div>
</div>
</div>
<h2><strong>Here are some of the most spectacular achievements of BIT students!</strong></h2>
<h2><strong>Have a look!</strong></h2>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="card">
<img src="Pictures/I.jpg" class="img-responsive thumbnail" data-toggle="collapse" data-target="#A">
<div class="card-body collapse" id="A">
<h3 Class="card-title">BIHAR SKILLS'17</h3>
<span class="card-subtitle center-block">BHAVESH BAKSHI</span>
<p class="card-text">On the way to path of success, finally this BIT student became the state level champion in MOBILE ROBOTICS...beating students from IIT-Patna, NIT-Patna and many others!!</p>
<p>Cheers to him!</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="card">
<img src="Pictures/S.png" class="img-responsive thumbnail" data-toggle="collapse" data-target="#B">
<div class="card-body collapse" id="B">
<h3 Class="card-title">BIHAR STATE HACKATHON'17</h3>
<span class="card-subtitle center-block">TEAM OREO</span>
<p class="card-text">Team OREO comprising of 4 students namely Jayesh Keshri, Yashwant Kumar, Abhishek Raj and Rishab won the third prize in Bihar state Hackathon'17 where they created an app designed to control the traffic problem in country.</p>
<p>Congratulations Team Oreo!</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="card" >
<img src="Pictures/A.jpg" class="img-responsive thumbnail" data-toggle="collapse" data-target="#C">
<div class="card-body collapse" id="C">
<h3 Class="card-title">BIHAR SKILLS'17</h3>
<span class="card-subtitle center-block">BHAVESH BAKSHI</span>
<p class="card-text">On the way to path of success, finally this BIT student became the state level champion in MOBILE ROBOTICS...beating students from IIT-Patna, NIT-Patna and many others!!</p>
<p>Cheers to him!</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="card">
<img src="Pictures/A.jpg" class="img-responsive thumbnail" data-toggle="collapse" data-target="#D">
<div class="card-body collapse" id="D">
<h3 Class="card-title">BIHAR SKILLS'17</h3>
<span class="card-subtitle center-block">BHAVESH BAKSHI</span>
<p class="card-text">On the way to path of success, finally this BIT student became the state level champion in MOBILE ROBOTICS...beating students from IIT-Patna, NIT-Patna and many others!!</p>
<p>Cheers to him!</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="card">
<img src="Pictures/A.jpg" class="img-responsive thumbnail" data-toggle="collapse" data-target="#E">
<div class="card-body collapse" id="E">
<h3 Class="card-title">BIHAR SKILLS'17</h3>
<span class="card-subtitle center-block">BHAVESH BAKSHI</span>
<p class="card-text">On the way to path of success, finally this BIT student became the state level champion in MOBILE ROBOTICS...beating students from IIT-Patna, NIT-Patna and many others!!</p>
<p>Cheers to him!</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="card" >
<img src="Pictures/A.jpg" class="img-responsive thumbnail" data-toggle="collapse" data-target="#F">
<div class="card-body collapse" id="F">
<h3 Class="card-title">BIHAR SKILLS'17</h3>
<span class="card-subtitle center-block">BHAVESH BAKSHI</span>
<p class="card-text">On the way to path of success, finally this BIT student became the state level champion in MOBILE ROBOTICS...beating students from IIT-Patna, NIT-Patna and many others!!</p>
<p>Cheers to him!</p>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>