-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathteam.html
More file actions
240 lines (240 loc) · 10.2 KB
/
team.html
File metadata and controls
240 lines (240 loc) · 10.2 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
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--\<meta name="viewport" content="width=device-width, initial-scale=1"> -->
<link rel="canonical" href="/team">
<meta property="og:url" content="/team">
<meta property="og:site_name" content="/">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon.png">
<title>u-Bat</title>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.3.2/build/styles/default.min.css">
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.3.2/build/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="icon" type="image/jpeg" href="/favicon.png"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/css/main.css">
<!--pudhina-fresh-jekyll-sun-chocolate-ruby-v-2021-02-22-->
<div class="wrapper">
<header class="header">
<div class="navigation">
<style>
.headerx img {
float: left;
width: 100px;
height: 100px;
}
.headerx h1 {
position: relative;
top: 8px;
left: 10px;
}
</style>
<div class="headerx">
<img src="/assets/img/logo.png" alt="logo" width="90px" length="90px">
<h1>u-Bat</h1>
</div>
<ul class="menu">
<li class="menu__entry"><a href="/" style = "color: #4d4d4d">About</a>
<li class="menu__entry"><a href="/resources" style = "color: #4d4d4d">Resources</a>
<li class="menu__entry"><a href="/applications" style = "color: #4d4d4d">Applications</a>
<li class="menu__entry"><a href="/deployment" style = "color: #4d4d4d">Deployment</a>
<li class="menu__entry"><a href="/team" style = "color: #4d4d4d">Team</a>
</ul>
</div>
</header>
<br>
<style>
body{margin-top:20px;}
.team-list img {
width: 50%;
}
.team-list .content {
width: 50%;
}
.team-list .content .follow {
position: absolute;
bottom: 24px;
}
.team-list:hover {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
.team, .team-list {
-webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}
.team .content .title, .team-list .content .title {
font-size: 18px;
}
.team .overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.team .member-position, .team .team-social {
position: absolute;
bottom: -35px;
right: 0;
left: 0;
margin: auto 10%;
z-index: 99;
}
.team .team-social {
bottom: 40px;
opacity: 0;
-webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}
.team:hover {
-webkit-transform: translateY(-7px);
transform: translateY(-7px);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.team:hover .overlay {
opacity: 0.6;
}
.team:hover .team-social {
opacity: 1;
}
@media (max-width: 768px) {
.team-list img,
.team-list .content {
width: 100%;
float: none !important;
}
.team-list img .follow,
.team-list .content .follow {
position: relative;
bottom: 0;
}
}
.social-icon.social li a {
color: #adb5bd;
border-color: #adb5bd;
}
.social-icon li a {
color: #35404e;
border: 1px solid #35404e;
display: inline-block;
height: 32px;
text-align: center;
font-size: 15px;
width: 32px;
line-height: 30px;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
overflow: hidden;
position: relative;
}
.rounded {
border-radius: 5px !important;
}
.para-desc {
max-width: 600px;
}
.text-muted {
color: #8492a6 !important;
}
.section-title .title {
letter-spacing: 0.5px;
font-size: 30px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/5.3.45/css/materialdesignicons.css" integrity="sha256-NAxhqDvtY0l4xn+YVa6WjAcmd94NNfttjNsDmNatFVc=" crossorigin="anonymous" />
<h3 style = "color: #4d4d4d; font-size:25px; text-align: center">Meet the team</h3>
<div class="container bootdey">
<div class="row">
<div class="col-12 text-center">
<div class="section-title mb-4 pb-2">
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row">
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="team text-center rounded p-3 py-4">
<img src="assets/img/Hemanth_bw.png" class="img-fluid avatar avatar-medium shadow rounded-pill" alt="">
<div class="content mt-3">
<h4 class="title mb-0">Hemanth Sabbella</h4>
<small class="text-muted">Research Assistant, NeuRonICS Lab, IISc</small>
<ul class="list-unstyled mt-2 social-icon social mb-0">
<li class="list-inline-item"><a href="hemanthrs@iisc.ac.in" class="rounded"><i class="mdi mdi-email" title="E-mail"></i></a>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/hemanthsabbella/" class="rounded"><i class="mdi mdi-linkedin" title="Linkedin"></i></a>
</ul><!--end icon-->
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="team text-center rounded p-3 py-4">
<img src="assets/img/Vishnu_bw.png" class="img-fluid avatar avatar-medium shadow rounded-pill" alt="">
<div class="content mt-3">
<h4 class="title mb-0">Vishnu Gumme</h4>
<small class="text-muted">Masters Student, NeuRonICS Lab, IISc</small>
<ul class="list-unstyled mt-3 social-icon social mb-0">
<li class="list-inline-item"><a href="vishnugumme@iisc.ac.in" class="rounded"><i class="mdi mdi-email" title="E-mail"></i></a>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/vishnu-gumme/" class="rounded"><i class="mdi mdi-linkedin" title="Linkedin"></i></a>
</ul><!--end icon-->
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="team text-center rounded p-3 py-4">
<img src="assets/img/Abhishek_bw.png" class="img-fluid avatar avatar-medium shadow rounded-pill" alt="">
<div class="content mt-3">
<h4 class="title mb-0">Abhishek Nair</h4>
<small class="text-muted">PhD Scholar, NeuRonICS Lab, IISc</small>
<ul class="list-unstyled mt-3 social-icon social mb-0">
<li class="list-inline-item"><a href="abhisheknair@iisc.ac.in" class="rounded"><i class="mdi mdi-email" title="E-mail"></i></a>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/abhishek-nair/" class="rounded"><i class="mdi mdi-linkedin" title="Linkedin"></i></a>
</ul><!--end icon-->
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="team text-center rounded p-3 py-4">
<img src="assets/img/Chetan_bw.png" class="img-fluid avatar avatar-medium shadow rounded-pill" alt="">
<div class="content mt-3">
<h4 class="title mb-0">Prof. Chetan Singh Thakur</h4>
<small class="text-muted">Assistant Professor, DESE, IISc</small>
<ul class="list-unstyled mt-3 social-icon social mb-0">
<li class="list-inline-item"><a href="csthakur@iisc.ac.in" class="rounded"><i class="mdi mdi-email" title="E-mail"></i></a>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/chetan-singh-thakur-44920615/" class="rounded"><i class="mdi mdi-linkedin" title="Linkedin"></i></a>
</ul><!--end icon-->
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="team text-center rounded p-3 py-4">
<img src="assets/img/Shantannu.png" class="img-fluid avatar avatar-medium shadow rounded-pill" alt="">
<div class="content mt-3">
<h4 class="title mb-0">Prof. Shantanu Chakrabartty</h4>
<small class="text-muted">Professor, Washington University St Louis, USA</small>
<ul class="list-unstyled mt-3 social-icon social mb-0">
<li class="list-inline-item"><a href="shantanu@wustl.edu" class="rounded"><i class="mdi mdi-email" title="E-mail"></i></a>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/shantanu-chakrabartty-6563754/" class="rounded"><i class="mdi mdi-linkedin" title="Linkedin"></i></a>
</ul><!--end icon-->
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div>
<p style="text-align: center; margin-top: 110px;"><i>Developed in</i></p>
<a href= "https://labs.dese.iisc.ac.in/neuronics/"><img src="/assets/img/Neuronics.jpg" class = "center" alt="" style=" width: 300px; height: 60px"></a>
<br>
<br>
</div>