forked from kirti-s/ACM-W-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
261 lines (227 loc) · 9.53 KB
/
team.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ACM-W BITS Pilani</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:400,500,700">
<link rel="stylesheet" href="css/styles-merged.css">
<link rel="stylesheet" href="css/style.min.css">
</head>
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top probootstrap-navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">ACM W</a>
</div>
<div id="navbar-collapse" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="index.html">About Us</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<section class="flexslider">
<ul class="slides">
<li style="background-image: url(img/logo1s.jpg)" class="overlay">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="probootstrap-slider-text text-center">
<h1 class="probootstrap-heading">Hello World!</h1>
<p class="probootstrap-subheading">Meet our insanely awesome team</p>
</div>
</div>
</div>
</div>
</li>
</ul>
</section>
<section class="probootstrap-section">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center section-heading probootstrap-animate">
<h2>Team</h2>
</div>
</div>
<!-- END row -->
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/rs.jpeg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Rigvita Sharma</h3>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/nmj.jpg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Neethu Mariya Joy</span></h3>
</div>
</a>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/ss.jpg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Shivani Singh</h3>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/ks.jpg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Kirti Sharma</h3>
</div>
</a>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/am.png" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Aditi Mandloi</h3>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/sis.jpg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Shivangi Singh</h3>
</div>
</a>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/kg.jpg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Kavya Gupta</h3>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/kh.jpg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Khushboo Kumari</h3>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/vs.jpg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Vishnupriya Srivastava</h3>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/is.jpg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Ishita Bhatnagar</span></h3>
</div>
</a>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/sa.jpg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Sanghati Roy</h3>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/ni.jpg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Niharika Rastogi</h3>
</div>
</a>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/go.jpg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Geeti Oberoi</h3>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/su.jpg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Surbhi Goel</h3>
</div>
</a>
</div>
<div class="clearfix visible-sm-block visible-xs-block"></div>
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/ha.jpg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Harmanjot Kaur</h3>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6 col-xs-6 probootstrap-animate">
<a href="#" class="probootstrap-team">
<img src="img/di.jpg" class="img-responsive img-rounded">
<div class="probootstrap-team-info">
<h3>Dipanshi Bansal</h3>
</div>
</a>
</div>
</div>
</div>
</section>
<footer class="probootstrap-footer">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-md-4">
<div class="probootstrap-footer-widget">
<h3>You will meet us at</h3>
<p>BITS Pilani</br>
Pilani</br>
Jhunjhunu</br>
Rajasthan - 333031</br>
India</br>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 copyright">
<p><small>© 2018 BITS ACM-W. All Rights Reserved. <br> Designed & Developed with <i class="icon icon-heart"></i> by Kirti Sharma</small></p>
</div>
</div>
<!-- END row -->
</div>
</footer>
<script src="js/scripts.min.js"></script>
<script src="js/custom.min.js"></script>
</body>
</html>