-
Notifications
You must be signed in to change notification settings - Fork 1
/
About us.html
92 lines (87 loc) · 4.49 KB
/
About us.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
<!DOCTYPE html>
<html>
<head>
<title>Team Section</title>
<link rel="icon" href="https://cdn-icons-png.flaticon.com/512/476/476863.png" >
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="aboutUs_style.css">
<!--Google Verification Tag-->
<meta name="google-site-verification" content="b1R5RC7tyMHQSXMe5_620gW1nM6R3giwf41qrtZWcDE" />
</head>
<body>
<section class="team-section">
<div class="container">
<div class="row">
<div class="section-title">
<h1>Our Team</h1>
<p>A great team capable of doing emmense tasks, gathered to complete this project. We are working on this project together so that the people remain aware of what they are experencing in the context of medical health.</p>
</div>
</div>
<div class="row">
<div class="team-items">
<div class="item">
<img height="250px" width="250px" src="images/team-a.png" alt="team" />
<div class="inner">
<div class="info">
<h5>Abhishek</h5>
<p>Learner</p>
<div class="social-links">
<a href=""><span class="fa fa-facebook"></span></a>
<!-- <a href=""><span class="fa fa-twitter"></span></a> -->
<a href="https://www.instagram.com/ab__151823/"><span class="fa fa-instagram"></span></a>
<a href="https://github.com/15-Ab"><span class="fa fa-github"></span></a>
</div>
</div>
</div>
</div>
<div class="item">
<img height="250px" width="250px" src="images/team-s.jpg" alt="team" />
<div class="inner">
<div class="info">
<h5>Somya</h5>
<p>Enthusiast</p>
<div class="social-links">
<a href=""><span class="fa fa-facebook"></span></a>
<!-- <a href=""><span class="fa fa-twitter"></span></a> -->
<a href="https://www.instagram.com/i.am.somyajha/"><span class="fa fa-instagram"></span></a>
<a href="https://github.com/SomyaJhaa"><span class="fa fa-github"></span></a>
</div>
</div>
</div>
</div>
<div class="item">
<img height="250px" width="250px" src="images/team-kk.png" alt="team" />
<div class="inner">
<div class="info">
<h5>Karunesh</h5>
<p>Innovator</p>
<div class="social-links">
<a href=""><span class="fa fa-facebook"></span></a>
<!-- <a href=""><span class="fa fa-twitter"></span></a> -->
<a href="https://www.instagram.com/thekksingh29/"><span class="fa fa-instagram"></span></a>
<a href=""><span class="fa fa-github"></span></a>
</div>
</div>
</div>
</div>
<div class="item">
<img height="250px" width="250px" src="images/team-n.jpeg" alt="team" />
<div class="inner">
<div class="info">
<h5>Neeraj</h5>
<p>Passionate</p>
<div class="social-links">
<a href=""><span class="fa fa-facebook"></span></a>
<!-- <a href=""><span class="fa fa-twitter"></span></a> -->
<a href="https://www.instagram.com/nk1504_b/"><span class="fa fa-instagram"></span></a>
<a href=""><span class="fa fa-github"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</body>
</html>