-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpeople.html
200 lines (106 loc) · 6.55 KB
/
people.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team Section</title>
<!--Custom CSS-->
<!-- <link rel="stylesheet" href="style.css"> -->
<link rel="stylesheet" href="main1.css">
<!--Tailwind CSS-->
<script src="https://cdn.tailwindcss.com"></script>
<style type="text/tailwindcss">
@layer components {
.card {
@apply flex items-center justify-center flex-col gap-2 p-5 w-full sm:w-72 h-full bg-gray-100 border rounded-2xl
}
}
</style>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<nav class='main hList inactive'>
<div class="tab "><a href="index.html" style="color:black">Home</a></div>
<div class="tab" id="login" ><a href="signin.html" style="color:black">Log In</a></div>
<div class="tab"><a href="about.html" style="color:black">About</a></div>
<div class="tab active"><a href="people.html" style="color:black">People</a></div>
</nav>
<div class="container mx-auto py-8">
<div class="flex flex-col text-center gap-4 mb-8 p-4">
<!-- <div class="text-purple-600 text-sm font-bold">The Team</div> -->
</div>
<div style="width: 60%;background-color: rgba(0, 0, 0, 0.164);border-radius: 1cm;margin-top: 5%;margin-left: 15%;padding: .3vw;">
<h1 style="font-size: 2vw;color:white;text-align: center;">The Team</h1>
<div class="flex items-center justify-center flex-wrap gap-4 p-4">
<div class="card" >
<!-- <img src="https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260" class="w-24 h-24 rounded-full object-cover transition duration-200 hover:scale-110"> -->
<div class="text-gray-900 text-lg font-bold" >Dr. Mukulika Maity</div>
<div class="text-purple-600">Assistant Professor
</div>
<div class="text-gray-600">IIIT Delhi</div>
<div class="text-gray-600">mukulika@iiitd.ac.in</div>
</div>
<div class="card">
<!-- <img src="https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260" class="w-24 h-24 rounded-full object-cover transition duration-200 hover:scale-110"> -->
<div class="text-gray-900 text-lg font-bold">Dr. Sandip Chakraborty</div>
<div class="text-purple-600">Associate Professor
</div>
<div class="text-gray-600">IIT Kharagpur
</div>
<div class="text-gray-600">sandipchkraborty@gmail.com
</div>
</div>
<div class="card">
<!-- <img src="https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260" class="w-24 h-24 rounded-full object-cover transition duration-200 hover:scale-110"> -->
<div class="text-gray-900 text-lg font-bold">Vijay Singh </div>
<div class="text-purple-600">Ph. D Student
</div>
<div class="text-gray-600">IIIT Delhi
</div>
<div class="text-gray-600">vijaysi@iiitd.ac.in
</div>
</div>
<div class="card">
<!-- <img src="https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260" class="w-24 h-24 rounded-full object-cover transition duration-200 hover:scale-110"> -->
<div class="text-gray-900 text-lg font-bold">Pragma Kar</div>
<div class="text-purple-600">Senior Research Fellow
</div>
<div class="text-gray-600">Jadavpur University
</div>
<div class="text-gray-600">pragyakar11@gmail.com
</div>
</div>
<div class="card">
<!-- <img src="https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260" class="w-24 h-24 rounded-full object-cover transition duration-200 hover:scale-110"> -->
<div class="text-gray-900 text-lg font-bold">Ayush Madhan Sohini</div>
<div class="text-purple-600">B.Tech Student
</div>
<div class="text-gray-600">IIIT Delhi
</div>
<div class="text-gray-600">ayush19156@iiitd.ac.in
</div>
</div>
<div class="card">
<!-- <img src="https://images.pexels.com/photos/774909/pexels-photo-774909.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260" class="w-24 h-24 rounded-full object-cover transition duration-200 hover:scale-110"> -->
<div class="text-gray-900 text-lg font-bold">Madhav Rangaiah </div>
<div class="text-purple-600">B.Tech Student
</div>
<div class="text-gray-600">IIIT Delhi
</div>
<div class="text-gray-600">madhav19251@iiitd.ac.in
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<span style="display:block;font-size:0.9em;line-height:55px;"><span style="display:inline-block;">© <span style="font-family:'Titillium Web';font-weight:900;letter-spacing:0.06em">Pragma Kar</span> 2022</span></span>
<!-- <span style="display:block;font-size:0.7em;line-height:30px;margin-top:-25px;color:rgba(255,255,255,0.15)">⟨ !--kidding obviously-- ⟩<span> -->
</div>
</body>
</html>