-
Notifications
You must be signed in to change notification settings - Fork 18
/
team.html
53 lines (42 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<link rel="stylesheet" type="text/css" href="team.css">
</head>
<body>
<!-- Our team Section -->
<section style="position: relative;"id="team" class="team content-section">
<div class="container">
<div class="row text-center">
<div class="b">
<h1>Our Team</h2>
<h3 class="caption gray">Meet the people who made it happen</h3>
</div><!-- /.col-md-12 -->
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="team-member">
<figure>
<img src="http://i.imgsafe.org/5e58f20525.jpg" alt="" class="img-responsive">
<figcaption>
<p>Presently student at Indian Institute of Information Technology Allahabad for integrated M-Tech in Intelligent Systems. Originally from Mannanam,Kottayam,Kerala.</p>
<ul>
<li><a href="https://www.facebook.com/gauthamzz"><i class="fa fa-facebook fa-2x"></i></a></li>
<li><a href="https://twitter.com/gauthamzzz"><i class="fa fa-twitter fa-2x"></i></a></li>
<li><a href="https://www.linkedin.com/in/gautham-santhosh-298291a7/"><i class="fa fa-linkedin fa-2x"></i></a></li>
<li><a href="https://github.com/gauthamzz"><i class="fa fa-github fa-2x"></i></a></li>
</ul>
</figcaption>
</figure>
<h4>Gautham Santhosh</h4>
<p>Organiser</p>
</div><!-- /.team-member-->
</div><!-- /.col-md-4 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /.row -->
</div><!-- /.container -->
</section><!-- /.our-team -->
<footer><h4 style="color: #FFF;"><a href="humblefoolcup/humblefool/humblefool.html">In the memory of HARSHA SURYANARAYANA by participants of</a> <a href="https://fossiiita.github.io/opencodecollab/">OpenCode</a></h4></footer>
</body>
</html>