-
Notifications
You must be signed in to change notification settings - Fork 20
/
projectteam.html
224 lines (216 loc) · 11.5 KB
/
projectteam.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
<!DOCTYPE html>
<html>
<head>
<meta name=”robots” content=”noindex,nofollow”>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.75">
<title>SEDS-VITAP</title>
<script src="jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<link rel="icon" target="_blank" href="images/logo (2).png">
<link rel="stylesheet" target="_blank" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" target="_blank" href="css/bootstrap.min.css">
<link rel="stylesheet" target="_blank" href="main.css">
<style>
* {
-webkit-animation: fadein 2s;
-moz-animation: fadein 2s;
-ms-animation: fadein 2s;
-o-animation: fadein 2s;
animation: fadein 2s
}
@keyframes fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-moz-keyframes fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-webkit-keyframes fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-ms-keyframes fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-o-keyframes fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
</style>
</head>
<body style="background: rgba(0, 0, 0, 0);">
<h1 style="text-align: center;padding-bottom: 20px;">Project Team</h1>
<div class="row justify-content-center" style="padding-left: 7vw;padding-right: 7vw;">
<div class="col-6 col-sm-6 col-md-4 col-lg-3">
<div class="our-team">
<div class="picture"> <img loading="lazy" class="img-fluid" src="images/team/tharun.jpg"></div>
<div class="team-content">
<h3 class="name">P V THARUN</h3>
<h4 class="title">Captain</h4>
</div>
<ul class="social">
<a target="_blank" href="https://www.facebook.com/tharun.pv.1" class="responsivecard fa fa-facebook" style="color: white;"></a>
<a target="_blank" href="https://www.linkedin.com/in/p-v-tharun-b3630719b" class="responsivecard fa fa-linkedin" style="color: white;"></a>
<a target="_blank" href="https://instagram.com/b.o.r.n_to_impress?igshid=nncrxrcr2jo4" class="responsivecard fa fa-instagram" style="color: white;"></a>
<a target="_blank" href="https://github.com/PVTHARUN" class="responsivecard fa fa-github" style="color: white;"></a>
</ul>
</div>
</div>
<div class="col-6 col-sm-6 col-md-4 col-lg-3">
<div class="our-team">
<div class="picture"> <img loading="lazy" class="img-fluid" src="images/team/suprajith.jpg"></div>
<div class="team-content">
<h3 class="name">G SUPRAJITH</h3>
<h4 class="title">Vice Captain</h4>
</div>
<ul class="social">
<a target="_blank" href="https://www.linkedin.com/in/suprajith-g" class="responsivecard fa fa-linkedin" style="color: white;"></a>
<a target="_blank" href="https://instagram.com/suprajith_g?igshid=9qwfzhvcx3y2" class="responsivecard fa fa-instagram" style="color: white;"></a>
</ul>
</div>
</div>
<div class="col-6 col-sm-6 col-md-4 col-lg-3">
<div class="our-team">
<div class="picture"> <img loading="lazy" class="img-fluid" src="images/team/sameer.png"></div>
<div class="team-content">
<h3 class="name">SHAIK SAMEERUDDIN</h3>
<h4 class="title">Software Lead</h4>
</div>
<ul class="social">
<a target="_blank" href="https://twitter.com/SHAIKSAMEER2407" class="responsivecard fa fa-twitter" style="color: white;"></a>
<a target="_blank" href="https://linkedin.com/in/shaik-sameeruddin-baa421171//" class="responsivecard fa fa-linkedin" style="color: white;"></a>
<a target="_blank" href="https://github.com/sonusameer" class="responsivecard fa fa-github" style="color: white;"></a>
</ul>
</div>
</div>
<div class="col-6 col-sm-6 col-md-4 col-lg-3">
<div class="our-team">
<div class="picture"> <img loading="lazy" class="img-fluid" src="images/team/me2.jpg"></div>
<div class="team-content">
<h3 class="name">Madhava Varma</h3>
<h4 class="title">Software Team</h4>
</div>
<ul class="social">
<a target="_blank" href="https://www.facebook.com/bindumadhava.varma/" class="responsivecard fa fa-facebook" style="color: white;"></a>
<a target="_blank" href="https://twitter.com/CBindhuMadhava2" class="responsivecard fa fa-twitter" style="color: white;"></a>
<a target="_blank" href="https://www.linkedin.com/in/bindhu-madhav-varma-c-58140b1aa/" class="responsivecard fa fa-linkedin" style="color: white;"></a>
<a target="_blank" href="https://github.com/BINDHUMADHAVAVARMA" class="responsivecard fa fa-github" style="color: white;"></a>
</ul>
</div>
</div>
<div class="col-6 col-sm-6 col-md-4 col-lg-3">
<div class="our-team">
<div class="picture"> <img loading="lazy" class="img-fluid" src="images/team/anand.jpg"></div>
<div class="team-content">
<h3 class="name">Aayush Anand</h3>
<h4 class="title">Software Team</h4>
</div>
<ul class="social">
<a target="_blank" href="https://twitter.com/AayushA50950180?s=08" class="responsivecard fa fa-twitter" style="color: white;"></a>
<a target="_blank" href="https://www.linkedin.com/in/aayush-anand-9397981b1" class="responsivecard fa fa-linkedin" style="color: white;"></a>
<a target="_blank" href="https://www.instagram.com/aayush.s.2014/" class="responsivecard fa fa-instagram" style="color: white;"></a>
<a target="_blank" href="https://github.com/AayushAnand07" class="responsivecard fa fa-github" style="color: white;"></a>
</ul>
</div>
</div>
<div class="col-6 col-sm-6 col-md-4 col-lg-3">
<div class="our-team">
<div class="picture"> <img loading="lazy" class="img-fluid" src="images/team/manoj.jpeg"></div>
<div class="team-content">
<h3 class="name">M Sri Sesha Sai Manoj</h3>
<h4 class="title">Electrical Lead</h4>
</div>
<ul class="social">
<a target="_blank" href="https://www.facebook.com/sai.manoj.9440" class="responsivecard fa fa-facebook" style="color: white;"></a>
<a target="_blank" href="https://twitter.com/Manoj53333462" class="responsivecard fa fa-twitter" style="color: white;"></a>
<a target="_blank" href="https://www.linkedin.com/in/manoj-mathukumalli-sri-sesha-sai-31a20016a/" class="responsivecard fa fa-linkedin" style="color: white;"></a>
<a target="_blank" href="https://github.com/msssmanoj9" class="responsivecard fa fa-github" style="color: white;"></a>
</ul>
</div>
</div>
<div class="col-6 col-sm-6 col-md-4 col-lg-3">
<div class="our-team">
<div class="picture"> <img loading="lazy" class="img-fluid" src="images/user2.jpg"></div>
<div class="team-content">
<h3 class="name">Prudhvi Charan</h3>
<h4 class="title">Electrical Team</h4>
</div>
<ul class="social"></ul>
</div>
</div>
<div class="col-6 col-sm-6 col-md-4 col-lg-3">
<div class="our-team">
<div class="picture"> <img loading="lazy" class="img-fluid" src="images/team/hisham.jpg"></div>
<div class="team-content">
<h3 class="name">Mohammed Hisham Ullah Khan</h3>
<h4 class="title">Electrical Team</h4>
</div>
<ul class="social"></ul>
</div>
</div>
<div class="col-6 col-sm-6 col-md-4 col-lg-3">
<div class="our-team">
<div class="picture"> <img loading="lazy" class="img-fluid" src="images/team/harsha.jpeg"></div>
<div class="team-content">
<h3 class="name">M B Sri Harsha</h3>
<h4 class="title">Mechanical Lead</h4>
</div>
<ul class="social">
<a target="_blank" href="https://www.facebook.com/sriharsha.mitthipati" class="responsivecard fa fa-facebook" style="color: white;"></a>
<a target="_blank" href="https://www.linkedin.com/in/sri-harsha-mitthipati-9210861a8" class="responsivecard fa fa-linkedin" style="color: white;"></a>
<a target="_blank" href="https://instagram.com/sri_harsha_mitthipati?igshid=c27fmxk3mhp8" class="responsivecard fa fa-instagram" style="color: white;"></a>
</ul>
</div>
</div>
<div class="col-6 col-sm-6 col-md-4 col-lg-3">
<div class="our-team">
<div class="picture"> <img loading="lazy" class="img-fluid" src="images/team/hithesh.jpg"></div>
<div class="team-content">
<h3 class="name">Hitesh Kodavatikanti</h3>
<h4 class="title">Mechanical Team</h4>
</div>
<ul class="social">
<a target="_blank" href="https://www.linkedin.com/in/hitesh-k-738b351b1/" class="responsivecard fa fa-linkedin" style="color: white;"></a>
<a target="_blank" href="https://www.instagram.com/h.kodavatikanti/" class="responsivecard fa fa-instagram" style="color: white;"></a>
</ul>
</div>
</div>
<div class="col-6 col-sm-6 col-md-4 col-lg-3">
<div class="our-team">
<div class="picture"> <img loading="lazy" class="img-fluid" src="images/team/rohith.jpeg"></div>
<div class="team-content">
<h3 class="name">Ajay Rohit</h3>
<h4 class="title">Mechanical Team</h4>
</div>
<ul class="social">
<a target="_blank" href="https://www.linkedin.com/in/ajayrohit/" class="responsivecard fa fa-linkedin" style="color: white;"></a>
<a target="_blank" href="https://www.instagram.com/ajayrohitk/" class="responsivecard fa fa-instagram" style="color: white;"></a>
</ul>
</div>
</div>
</div>
</body>
</html>