forked from humzahasan/WeTrack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Team.html
219 lines (211 loc) · 12 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http;equiv="X-UA-Compatible" content="le=edge">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<!-- Font-Awesome -->
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./css/Team.css">
<title>Team</title>
</head>
<body>
<nav class="navbar navbar-dark bg-dark fixed-top navbar-expand-md">
<div class="container-fluid">
<a href="index.html" class="pull-left"><img height="82" src="./images/logo_1.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#myNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="myNav">
<ul class="nav navbar-nav ml-auto nav-fill">
<li class="nav-item mx-2">
<a href="index.html" class="nav-link text-white" style='font-size:28px'>Home</a>
</li>
<li class="nav-item mx-2">
<a href="resource.html" class="nav-link text-white" style='font-size:28px'>Resource</a>
</li>
<li class="nav-item mx-2">
<a href="addgoal.html" class="nav-link text-white" style='font-size:28px'>Set Goal</a>
</li>
<!-- <li class="nav-item mx-2">
<a href="#" class="nav-link text-white" style='font-size:28px'>View Goal</a>
</li> -->
<li class="nav-item mx-2 nav-tabs nav-pills active">
<a href="Team.html" class="nav-link text-white" style='font-size:28px'>Team</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="team">
<div class="container">
<h1 style="color:#36cba1">Meet The Team</h1>
<div class="card">
<div class="box">
<img src="./images/Humza1.png" alt="Image" class="image" />
<h3>Humza Hasan</h3>
<h4>ASE</h4>
<h5>
I work in an Indian MNC which rhymes with CS 💻 An aspiring MERN
Stack Developer 💫 and Content Creator 🚀 <br/>#ReactjsIsLove 💗
</h5>
<div class="Social">
<a href="https://www.instagram.com/codewithbravopy/"
><i class="fa fa-instagram"></i
></a>
<a href="https://dev.to/thehumzahasan"
><i class="fa fa-code"></i
></a>
<a href="https://www.linkedin.com/in/humzahasannit/"
><i class="fa fa-linkedin-square"></i
></a>
<a href="https://github.com/humzahasan"
><i class="fa fa-github-square"></i
></a>
<a href="https://twitter.com/thehumzahasan"
><i class="fa fa-twitter-square"></i
></a>
</div>
</div>
</div>
<div class="card">
<div class="box">
<img src="./images/Tarun1.jpg" alt="Image" class="image">
<h3>Tarun Chaudhary</h3>
<h4>Web Developer</h4>
<h5>Bachelor's of Technology in Computer Science from F.G.I.E.T Raebareli (U.P),
and ready to take new challenges required to perform better</h5>
<div class="Social">
<a href="https://github.com/tsctarun" target="_blank"><i class="fa fa-github-square"></i></a>
<a href="https://www.linkedin.com/in/tarun-chaudhary-2132a7150/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a href="https://www.facebook.com/tsctarun/" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://www.instagram.com/tsctarun/" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="card">
<div class="box">
<img src="./images/AnjaliS.jpg" alt="Image" class="image">
<h3>Anjali Srivastava</h3>
<h4>Frontend Developer</h4>
<h5>Pre-final Year Undergraduate at the Indian Institute of Information Technology Una.
Frontend Developer and Open Source enthusiast.</h5>
<div class="Social">
<a href="https://www.github.com" target="_blank"><i class="fa fa-github-square"></i></a>
<a href=":https://www.linkedin.com/in/anjali-srivastava-939852178/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a href="https://m.facebook.com/anjali.srivastava.33449138?ref=bookmarks" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://www.instagram.com" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="card">
<div class="box">
<img src="./images/Sabiha.jpg" alt="Image" class="image">
<h3>Sabiha</h3>
<h4>Software Developer</h4>
<h5>I am a sophomore at Birla Institute of Technology and Science, Pilani,
enthusiastic about software development, trying to make a difference in this domain.</h5>
<div class="Social">
<a href="https://github.com/sab227" target="_blank"><i class="fa fa-github-square"></i></a>
<a href="https://www.linkedin.com/in/sabiha-p" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a href="https://www.facebook.com" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://www.instagram.com" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="card">
<div class="box">
<img src="./images/Anjali.jpg" alt="Image" class="image">
<h3>Anjali Gupta</h3>
<h4>Frontend Developer</h4>
<h5>Currently pursuing B.Tech from Indian Institute of Technology, Indore, MP.
I am working in Web Development and Competitive Programming.</h5>
<div class="Social">
<a href="https://www.github.com/anjali7786" target="_blank"><i class="fa fa-github-square"></i></a>
<a href="https://www.linkedin.com/in/anjali-gupta-8a6b721a3/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a href="https://www.facebook.com/profile.php?id=100011414157292" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://instagram.com/guptaanjali7786" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="card">
<div class="box">
<img src="./images/Akash.jpg" alt="Image" class="image">
<h3>Akash Mittal</h3>
<h4>Software Developer</h4>
<h5>I am pursuing btech at UIET, kurukshtera.
currently working in web development
and competitive programmer.</h5>
<div class="Social">
<a href="https://GitHub.com/akash0201" target="_blank"><i class="fa fa-github-square"></i></a>
<a href="https://www.linkedin.com/in/akash-mittal-294a92181" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a href="https://m.facebook.com/aakash.mittal.9615"><i class="fa fa-facebook-square" target="_blank"></i></a>
<a href="https://www.instagram.com/akash_mittal16" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="card">
<div class="box">
<img src="./images/Muskan1.jpg" alt="Image" class="image">
<h3>Muskan Jaglan</h3>
<h4>Front End Developer</h4>
<h5>I am pursuing B.Tech from GTBIT, New Delhi.
Currently Working in Web Development & Python programming technical stacks.</h5>
<div class="Social">
<a href="https://www.github.com" target="_blank"><i class="fa fa-github-square"></i></a>
<a href="https://www.linkedin.com/in/muskan-jaglan-6b645817b/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a href="https://www.facebook.com/muskan.jaglan.7" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://www.instagram.com/muskan.jaglan/" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="card">
<div class="box">
<img src="./images/Uren1.jpg" alt="Image" class="image">
<h3>Uren Mador</h3>
<h4>Frontend Developer</h4>
<h5>College sophomore majoring in Computer Science at LeMoyne-Owen College. I
am passionate about using technology to meet the ends of all users.</h5>
<div class="Social">
<a href="https://www.github.com/Uren-M" target="_blank"><i class="fa fa-github-square"></i></a>
<a href="https://www.linkedin.com/in/uren-mador/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a href="https://www.facebook.com/uren.mador/" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://www.instagram.com/themadoria/" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="card">
<div class="box">
<img src="./images/Amisha1.jpg" alt="Image" class="image">
<h3>Amisha Jangra</h3>
<h4>Frontend Developer</h4>
<h5>I am a sophomore in Btech CSE from IGDTUW, Delhi.
I like mixing code and creativity, currently working with frontend development.</h5>
<div class="Social">
<a href="https://github.com/mighty-geek" target="_blank"><i class="fa fa-github-square"></i></a>
<a href="https://www.linkedin.com/in/amisha-jangra-b91594192" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a href="https://www.facebook.com" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://www.instagram.com" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Start -->
<div class="footer text-center">
<a href="#"><i class="mx-3 text-white fab fa-twitter" style="border: 0;padding:15px 1px 2px;"></i></a>
<a href="#"><i class="mx-3 text-white fab fa-facebook-f" style="border: 0;padding:15px 1px 2px;"></i></a>
<a href="#"><i class="mx-3 text-white fab fa-instagram" style="border: 0;padding:15px 1px 2px;"></i></a>
<a href="#"><i class="mx-3 text-white fas fa-envelope" style="border: 0;padding:15px 1px 2px;"></i></a>
<p style="margin-bottom:0;padding-bottom:15px;">Copyrights©2020 WeTrack</p>
</div>
<!-- Footer End -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</body>
</html>