-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
85 lines (78 loc) · 3.24 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
<!DOCTYPE html>
<html>
<head>
<title>Team</title>
<link rel="stylesheet" type="text/css" href="team.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="/images/logo.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Monoton' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Merriweather Sans' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Audiowide' rel='stylesheet'>
</head>
<body>
<div class="container">
<header class="codrops-header">
<h1>Hall 2 Team <br><br><span>Wardens</span></h1>
</header>
<div class="grid">
<figure class="effect-lily">
<img src="images/team/warden/devpriya-kumar.jpg" alt="img01"/>
<figcaption>
<h2>Dr .Devpriya <span> Kumar</span></h2>
<p>[email protected]</p>
<a href="mailto:[email protected]?Subject=Hello%20Sir" target="_top"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</figcaption>
</figure>
<figure class="effect-lily">
<img src="images/team/warden/faiz.jpg" alt="img01"/>
<figcaption>
<h2> Dr .Faiz <span> Hamid</span></h2>
<p>[email protected]</p>
<a href="mailto:[email protected]?Subject=Hello%20Sir" target="_top"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</figcaption>
</figure>
<figure class="effect-lily">
<img src="images/team/warden/soumya.jpg" alt="img01"/>
<figcaption>
<h2>Dr . Soumya Ranjan<span> Sahoo</span></h2>
<p>[email protected]</p>
<a href="mailto:[email protected]?Subject=Hello%20Sir" target="_top"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</figcaption>
</figure>
<header class="codrops-header">
<h1><br><br><span>Hall Administrative Body</span></h1>
</header>
<div class="grid">
<figure class="effect-lily">
<img src="images/team/hab/roshan.jpg" alt="img01"/>
<figcaption>
<h2><span>Roshan Kumar</span></h2>
<h2>President</h2>
<p>[email protected]</p>
<a href="mailto:[email protected]?Subject=Hello%20Sir" target="_top"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</figcaption>
</figure>
<figure class="effect-lily">
<img src="images/team/hab/adithya.jpg" alt="img01"/>
<figcaption>
<h2><span>Adithya Anil</span></h2>
<h2>Maintainence Secretary</h2>
<p>[email protected]</p>
<a href="mailto:[email protected]?Subject=Hello%20Sir" target="_top"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</figcaption>
</figure>
<figure class="effect-lily">
<img src="images/team/hab/akshay.jpg" alt="img01"/>
<figcaption>
<h2><span>Akshay Shendre</span></h2>
<h2>Mess Secretary</h2>
<p>[email protected]</p>
<a href="mailto:[email protected]?Subject=Hello%20Sir" target="_top"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</figcaption>
</figure>
</div>
</div><!-- /container -->
</body>
</html>