-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfullteam.html
226 lines (221 loc) · 9.94 KB
/
fullteam.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
<!DOCTYPE html>
<html>
<head>
<title>our team section design</title>
<link href="styleteam.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<section class="team">
<div class="container">
<h1>Our Team</h1>
<div class="row">
<div class="col-md-3 profile text-center">
<div class="img-box">
<img src="img/harshit.jpg" class="img-responsive">
<ul>
<a href="#">
<li><i class="fa fa-facebook"></i></li>
</a>
<a href="#">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="#">
<li><i class="fa fa-linkedin"></i></li>
</a>
</ul>
</div>
<h2>HARSHIT GUPTA</h2>
<h3>PRESIDENT</h3>
<p>Hi There !
"In the event that data would begin planning for an impressive future, at that point
transformation through data would start".</p>
</div>
<div class="col-md-3 profile text-center">
<div class="img-box">
<img src="img/arjun.jpg" class="img-responsive">
<ul>
<a href="#">
<li><i class="fa fa-facebook"></i></li>
</a>
<a href="#">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="#">
<li><i class="fa fa-linkedin"></i></li>
</a>
</ul>
</div>
<h2>ARJUN SHARMA</h2>
<h3>VICE PRESIDENT</h3>
<p>Hello World !
"Information is the oil of the 21st century, and analytics is the combustion engine".</p>
</div>
<div class="col-md-3 profile text-center">
<div class="img-box">
<img src="img/ashish.jpg" class="img-responsive">
<ul>
<a href="#">
<li><i class="fa fa-facebook"></i></li>
</a>
<a href="#">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="#">
<li><i class="fa fa-linkedin"></i></li>
</a>
</ul>
</div>
<h2>ASHISH KUMAR</h2>
<h3>TREASURER</h3>
<p>Hi There !
" Where there is a data, there is valuable insights".</p>
</div>
<div class="col-md-3 profile text-center">
<div class="img-box">
<img src="img/nishtha.jpg" class="img-responsive">
<ul>
<a href="#">
<li><i class="fa fa-facebook"></i></li>
</a>
<a href="#">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="#">
<li><i class="fa fa-linkedin"></i></li>
</a>
</ul>
</div>
<h2>NISHTHA GROVER</h2>
<h3>SECRATORY</h3>
<p>Hello World !
"Delving deep in an ocean called Big data".</p>
</div>
<div class="col-md-3 profile text-center">
<div class="img-box">
<img src="img/shubham.jpg" class="img-responsive">
<ul>
<a href="#">
<li><i class="fa fa-facebook"></i></li>
</a>
<a href="#">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="#">
<li><i class="fa fa-linkedin"></i></li>
</a>
</ul>
</div>
<h2>SHUBHAM ARORA</h2>
<h3>JOINT SECRATORY</h3>
<p>Hi There!
"Unstructed data giving structure to our great future".</p>
</div>
<div class="col-md-3 profile text-center">
<div class="img-box">
<img src="img/shashank.jpg" class="img-responsive">
<ul>
<a href="#">
<li><i class="fa fa-facebook"></i></li>
</a>
<a href="#">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="#">
<li><i class="fa fa-linkedin"></i></li>
</a>
</ul>
</div>
<h2>SHASHANK MISHRA</h2>
<h3>PUBLIC-RELATION HEAD</h3>
<p> Hii !
“Without big data, you are blind and deaf and in the middle of a freeway.”</p>
</div>
<div class="col-md-3 profile text-center">
<div class="img-box">
<img src="img/priyansh.jpg" class="img-responsive">
<ul>
<a href="#">
<li><i class="fa fa-facebook"></i></li>
</a>
<a href="#">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="#">
<li><i class="fa fa-linkedin"></i></li>
</a>
</ul>
</div>
<h2>PRIYANSH GUPTA</h2>
<h3>TECHNICAL HEAD</h3>
<p>Hi There !
"Big Data is a journey of experiences, problems, mysteries and I wanna drive through this
journey and unravel the mysteries".</p>
</div>
<div class="col-md-3 profile text-center">
<div class="img-box">
<img src="img/kartikey.jpg" class="img-responsive">
<ul>
<a href="#">
<li><i class="fa fa-facebook"></i></li>
</a>
<a href="#">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="#">
<li><i class="fa fa-linkedin"></i></li>
</a>
</ul>
</div>
<h2>KARTIKEY BANSAL</h2>
<h3>MEMBERSHIP AND RECORD MANAGEMENT</h3>
<p>Hi!
"Maintainting the data in data lake is much more important than maintaing yourself".</p>
</div>
<div class="col-md-3 profile text-center">
<div class="img-box">
<img src="img/anirudh.jpg" class="img-responsive">
<ul>
<a href="#">
<li><i class="fa fa-facebook"></i></li>
</a>
<a href="#">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="#">
<li><i class="fa fa-linkedin"></i></li>
</a>
</ul>
</div>
<h2>ANIRUDH SINGH</h2>
<h3>EVENT MANAGEMENT HEAD</h3>
<p>Hello World !
"I love to introduce myself as a hardcore Web Designer".</p>
</div>
<div class="col-md-3 profile text-center">
<div class="img-box">
<img src="img/rayvant.jpg" class="img-responsive">
<ul>
<a href="#">
<li><i class="fa fa-facebook"></i></li>
</a>
<a href="#">
<li><i class="fa fa-twitter"></i></li>
</a>
<a href="#">
<li><i class="fa fa-linkedin"></i></li>
</a>
</ul>
</div>
<h2>RAYVANT SAHNI</h2>
<h3>EDITORIAL HEAD</h3>
<p>Hello!
"Sometimes for getting more accurate results, you have to replace null with zeros".</p>
</div>
</div>
</div>
</section>
</body>
</html>