forked from Algo-Phantoms/Algo-Phantoms-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
259 lines (213 loc) · 12.1 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
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!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">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/bd43ee06c8.js" crossorigin="anonymous"></script>
<!-- style.css For Custom Styling -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css">
<link rel="shortcut icon" href="images/icon.png" type="images/icon.png" />
<title>Algo Phantoms|Team</title>
</head>
<body style="background-color: black;">
<!-- header starts -->
<section>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top nav-col">
<a class="navbar-brand" href="index.html"><img src="images/icon.png" alt="Algo Phantoms" width="50px" height="50px"><span class="brand1">Algo</span>Phantoms
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link font-weight-bold nav-items" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link font-weight-bold nav-items" href="#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link font-weight-bold nav-items" href="#footer">Contact</a>
</li>
</ul>
</div>
</nav>
</section>
<!-- header ends -->
<!-- team starts -->
<section id="team">
<div class="team">
<h1 class="text-center" style="color:white; font-size: 60px">Meet Our Team</h1>
<hr>
</div>
<div class="round-1"></div>
<div class="round-2"></div>
<div class="wrapper">
<div class="box">
<div class="profile-img"><img class="img-fluid" src="images/team/2.jpg" style="border-radius: 50%;"></div>
<h2 class="custom-size">Vatsal kesarwani</h2>
<p> I am a Android Developer and a Competitive Programmer.</p>
<p class="socials">
<a href="https://www.linkedin.com/in/vatsal-kesarwani/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/plazzy99"><i class="fab fa-github"></i></a>
</p>
</div>
<div class="box">
<div class="profile-img"><img class="img-fluid" src="images/team/3.jpeg" style="border-radius: 50%;"></div>
<h2>Diya Jaiswal</h2>
<p>I'm a Backend Developer and a Competitive Programmer.</p>
<p class="socials">
<a href="https://www.linkedin.com/in/diyajaiswal11/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/diyajaiswal11"><i class="fab fa-github"></i></a>
</p>
</div>
<div class="box">
<div class="profile-img"><img class="img-fluid" src="images/team/4.jpeg" style="border-radius: 50%;"></div>
<h2>Manshi Todi</h2>
<p> I am a Backend Developer and Competitive Programmer.</p>
<p class="socials">
<a href="https://www.linkedin.com/in/manshi-todi-a017a2178/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/todi-2000"><i class="fab fa-github"></i></a>
</p>
</div>
</div>
<div class="wrapper">
<!-- <div class="box">
<div class="profile-img"><img class="img-fluid" src="images/team/5.jpg" style="border-radius: 50%;"></div>
<h2 class ="custom-size">Anubhav Singhal</h2>
<p> I'm a Beta-Microsoft Learn Student Ambassador.I have great deal of experience in programmig with C++, and am a passionate Golang backend developer.</p>
<p class="socials">
<a href="https://www.linkedin.com/in/anubhavitis/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/anubhavitis"><i class="fab fa-github"></i></a>
</p>
</div> -->
<div class="box">
<div class="profile-img"><img class="img-fluid" src="images/team/6.jpeg" style="border-radius: 50%;"></div>
<h2>Dheeraj Kotwani</h2>
<p> I am an Android Developer and a competitve programmer. </p>
<p class="socials">
<a href="https://www.linkedin.com/in/dheerajkotwani/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/dheerajkotwani"><i class="fab fa-github"></i></a>
</p>
</div>
<div class="box">
<div class="profile-img"><img class="img-fluid" src="images/team/7.jpg" style="border-radius: 50%;"></div>
<h2>Ayush Tiwari</h2>
<p> I have been doing competitive for a quite some time now and I am also a Backend Developer.</p>
<p class="socials">
<a href="https://www.linkedin.com/in/ayushtiwari57/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/servermonk"><i class="fab fa-github"></i></a>
</p>
</div>
<div class="box">
<div class="profile-img"><img class="img-fluid" src="images/team/1.jpg" style="border-radius: 50%;"></div>
<h2>Tarun Yadav</h2>
<p> I am into competitive programming for over 2 years and also DSA enthusiast. I am also a Android developer and currently interning with GeeksForGeeks.</p>
<p class="socials">
<a href="https://www.linkedin.com/in/tarun-yadav-384320175/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/tarun26091999"><i class="fab fa-github"></i></a>
</p>
</div>
</div>
<div class="wrapper">
<div class="box">
<div class="profile-img"><img class="img-fluid" src="images/team/9.jpg" style="border-radius: 50%;"></div>
<h2>Rudrakshi</h2>
<p> I am a competitve programmer and an Open Source enthusiast. I am also a Web developer and love to work with people who are passionate about building solutions. </p>
<p class="socials">
<a href="https://www.linkedin.com/in/rudrakshi-soni-403031195/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/rudrakshi99"><i class="fab fa-github"></i></a>
</p>
</div>
<div class="box">
<div class="profile-img"><img class="img-fluid" src="images/team/8.jpeg" style="border-radius: 50%;"></div>
<h2>Nakul Sharma</h2>
<p> I am an Android Developer and a Competitive Programmer, who loves to add new angle to existing things.</p>
<p class="socials">
<a href="https://www.linkedin.com/in/nakul-19/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/nakul-19"><i class="fab fa-github"></i></a>
</p>
</div>
</div>
</div>
</section>
<!-- team ends -->
<!-- footer starts -->
<footer id="footer">
<div class="container">
<div class="row subscribe-box py-5">
<div class="col-lg-4 col-md-4 col-sm-12 col-12 offset-lg-1">
<h2 class="text-white font-weight-bold py-2">Contact Us</h2>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-12">
<form action="">
<div class="input-group">
<input type="text" class="form-control py-3" placeholder="Enter your Email">
<div class="input-group-append">
<div class="input-group-text subscribe-button text-white px-5 font-weight-bold">
Contact Us
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="container mt-5 pt-lg-5">
<div class="row">
<div class="col-md-3 col-sm-6 col-lg-3 col-6">
<div class="">
<img src="./images/icon.png" alt="" class="img-fluid mb-lg-4" width="100px" height="100px">
</div>
<p class="text-white">An Open Source organization focusses on Data Structure and Algorithms.</p>
</div>
<div class="col-lg-2 col-md-2 col-sm-6 col-6 offset-lg-1">
<h5 class="font-weight-bold text-white mb-lg-4 pb-2 margin-top-mobile">Useful Links</h5>
<ul>
<a class="text-white mb-lg-3" href="index.html">About</a><br>
<a class="text-white mb-lg-3" href="./team.html">Our Team</a></br>
<a class="text-white mb-lg-3" href="#footer">Contact</a>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-6">
<h5 class="font-weight-bold text-white mb-lg-4 pb-2">Features</h5>
<ul class="list-group">
<a class="text-white mb-lg-3"href="https://www.codechef.com/ide">Code Editor</a>
<a class="text-white mb-lg-3"href="https://www.geeksforgeeks.org/data-structure-gq/">Quizzes</a>
<a class="text-white mb-lg-3"href="https://github.com/Algo-Phantoms/Algo-Tree">DSA Guidance</a>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-6">
<h5 class="font-weight-bold text-white mb-lg-4 pb-2">Follow Us</h5>
<a href="https://github.com/Algo-Phantoms"><i class="fa fa-github p-2 text-white" aria-hidden="true" style="background: rgba(0, 0, 0, 0.15); border-radius: 50%;"></i>
</a>
</div>
</div>
<hr style="background: white;" class="mt-5">
<div class="text-center text-white mt-lg-4 pt-lg-2 copyright-text">
2021 Copyright© <span class="font-weight-bold">AlgoPhantoms</span> . ALL RIGHTS RESERVED
</div>
</div>
</footer>
<div class="backtop">
<a id="button" href="#top" class="btn btn-lg btn-outline-dark" role="button">
<i class="fas fa-chevron-up text-dark"></i>
</a>
</div>
<!--footer ends here-->
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tilt.js/3.5.1/tilt.jquery.min.js"></script>
<script src="tilt.jquery.js"></script>
<script>
const tilt = $('.box').tilt({
scale: 1.01
});
</script>
</body>
</html>