forked from Ghost-Rider10/CV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
427 lines (377 loc) · 19 KB
/
index.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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-148912016-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-148912016-2');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- SITE TITLE -->
<title>TANUJ - Personal Portfolio</title>
<meta name="description" content="Tanuj dahiya - Personal Portfolio Web page.">
<meta name="keywords"
content="tanuj, dahiya, tanuj dahiya, tanuj dahiya dduc, tanuj dahiya deen dayal upadhyaya college, deen dayal upadhyaya college, linkedin, github, tanuj dahiya linkedin, tanuj dahiya github" />
<meta name="google-site-verification" content="awU1nkrHk19piudBryCWWK9Fy7afA9bWw8C474zMmXw" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- Magnific Popup core CSS file -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Custom styles for this template -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="img/favicon.ico">
</head>
<body>
<!-- Loader -->
<div class="loader-con">
<div class="spinner center">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
<!-- End Loader -->
<!-- MAIN NAVIGATION BAR -->
<header class="nav-wrapper effect">
<nav class="navbar-custom">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bm-navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand effect" href="index.html"><img class="Brand-Name"
src="img/Brand-Name.svg" alt="Brand Name"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bm-navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home" class="scroll effect active" data-speed="800">HOME</a></li>
<li><a href="#about" class="scroll effect" data-speed="1000">ABOUT</a></li>
<li><a href="#work" class="scroll effect" data-speed="1400">WORK</a></li>
<li><a href="#clients" class="scroll effect" data-speed="1600">TEACHER</a></li>
<li><a href="#contact" class="scroll effect" data-speed="1700">CONTACT</a></li>
</ul>
</div><!-- End navbar-collapse -->
</div><!-- End container -->
</nav>
</header>
<!-- END MAIN NAVIGATION BAR -->
<!-- HOME -->
<section id="home" class="home-1 parallax one-page-section">
<div class="page-table">
<div class="table-cell text-center">
<div class="avatar-hero">
<img src="img/Home-Avatar.jpeg" alt="avatar-hero">
</div>
<h1>Hi, I'm Tanuj Dahiya</h1>
<h2 class="typer-title">I'm a member of Robotics club.</h2>
<a href="#about" class="scroll home-s-btn hor-center"><span class="dot center"></span></a>
</div>
</div>
<div id="particles-js"></div>
</section>
<!-- END HOME -->
<!-- ABOUT -->
<section id="about" class="section one-page-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6">
<div class="about-content">
<h2>Hi There! I'm Tanuj Dahiya</h2>
<p>I am a student at Deen Dayal Upadhyaya College under Delhi University pursuing my BSC degree
in physical science with computer science. I have a basic knowledge of Linux.<br>I have
participated in Robotics competitions at my college and also hosted a Robo carnival with my
seniors at the Robotics Club this year. We work on Arduino, Raspberry Pi and made Bluetooth
controlled cars and other projects based on Arduino.<br>At the school level, I had made a
project on soil moisture sensors and automatic water irrigation. Also, I have participated
at the National level in yoga.</p>
<div class="row">
<div class="col-sm-6">
<ul>
<li><span>Email : </span>[email protected]</li>
</ul>
</div>
</div>
<ul class="social-list">
<li><a href="https://m.facebook.com/tanuj.dahiya.96" target="_blank" rel="noopener"
class="effect">
<svg class="social-icon">
<use xlink:href="img/sprite.svg#icon-facebook"></use>
</svg></a></li>
<li><a href="https://www.linkedin.com/in/tanuj-d-7295b1121" target="_blank" rel="noopener"
class="effect"><svg class="social-icon">
<use xlink:href="img/sprite.svg#icon-linkedin"></use>
</svg></a></li>
<li><a href="https://github.com/Ghost-Rider10" class="effect"><svg target="_blank"
rel="noopener" class="social-icon">
<use xlink:href="img/sprite.svg#icon-github"></use>
</svg></a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-md-6 skills-section">
<div class="progress-bar-linear">
<p class="progress-bar-text">Python</p>
<div class="progress-cont">
<span class="main-color progress-bar-text">80%</span>
</div>
<div class="progress-bar-skills">
<div class="progress-bar-line main-color-bg" data-percent="80"></div>
</div>
</div>
<div class="progress-bar-linear">
<p class="progress-bar-text">C++</p>
<div class="progress-cont">
<span class="main-color progress-bar-text">90%</span>
</div>
<div class="progress-bar-skills">
<div class="progress-bar-line main-color-bg" data-percent="90"></div>
</div>
</div>
<div class="progress-bar-linear">
<p class="progress-bar-text">Linux</p>
<div class="progress-cont">
<span class="main-color progress-bar-text">75%</span>
</div>
<div class="progress-bar-skills">
<div class="progress-bar-line main-color-bg" data-percent="75"></div>
</div>
</div>
<div class="progress-bar-linear">
<p class="progress-bar-text">Hardware Hacking</p>
<div class="progress-cont">
<span class="main-color progress-bar-text">85%</span>
</div>
<div class="progress-bar-skills">
<div class="progress-bar-line main-color-bg" data-percent="85"></div>
</div>
</div>
</div>
</div> <!-- End Row -->
</div> <!-- End Container -->
</section>
<!-- END ABOUT -->
<!-- WORK -->
<section id="work" class="section one-page-section">
<div class="container">
<div class="section-title">
<h2>Our Work</h2>
</div>
<div class="row filtr-container">
<div class="col-sm-6 col-md-4 filtr-item design web">
<div class="single-work mb-30">
<a href="img/wok-1.jpg" class="popup-link">
<img class="effect" src="img/wok-1.jpg" alt="work-1">
<div class="work-overlay effect">
<h3>Project Title</h3>
<p>HEXA BOT</p>
</div>
</a>
</div>
</div>
<div class="col-sm-6 col-md-4 filtr-item music design">
<div class="single-work mb-30">
<a href="img/wok-2.jpg" class="popup-link">
<img class="effect" src="img/wok-2.jpg" alt="work-2">
<div class="work-overlay effect">
<h3>Project Title</h3>
<p>BIPED</p>
</div>
</a>
</div>
</div>
<div class="col-sm-6 col-md-4 filtr-item photography web">
<div class="single-work mb-30">
<a href="img/wok-3.jpg" class="popup-link">
<img class="effect" src="img/wok-3.jpg" alt="work-3">
<div class="work-overlay effect">
<h3>Project Title</h3>
<p>DRONE</p>
</div>
</a>
</div>
</div>
<div class="col-sm-6 col-md-4 filtr-item web music">
<div class="single-work mb-30">
<a href="img/wok-4.jpg" class="popup-link">
<img class="effect" src="img/wok-4.jpg" alt="work-4">
<div class="work-overlay effect">
<h3>Project Title</h3>
<p>SPARK V</p>
</div>
</a>
</div>
</div>
<div class="col-sm-6 col-md-4 filtr-item design photography">
<div class="single-work mb-30">
<a href="img/wok-5.jpg" class="popup-link">
<img class="effect" src="img/wok-5.jpg" alt="work-5">
<div class="work-overlay effect">
<h3>Project Title</h3>
<p>CURIOSITY BOT</p>
</div>
</a>
</div>
</div>
<div class="col-sm-6 col-md-4 filtr-item photography">
<div class="single-work mb-30">
<a href="img/wok-6.jpg" class="popup-link">
<img class="effect" src="img/wok-6.jpg" alt="work-6">
<div class="work-overlay effect">
<h3>Project Title</h3>
<p>STONE-PAPER-SCISSOR</p>
</div>
</a>
</div>
</div>
</div><!-- end row -->
</div> <!-- End Container -->
</section>
<!-- END WORK -->
<!-- TESTIMONIALS -->
<section id="clients" class="section one-page-section second-bg">
<div class="container">
<div class="section-title">
<h2>Our Teacher Convenor</h2>
</div>
<div class="row">
<div class="">
<div class="testimonial-slider">
<div class="one-testimonial">
<div class="testimonial-content">
<p>Robots will an important role in providing physical assistance and even companionship
for the elderly.</p>
</div>
<div class="testimonial-person">
<figure>
<img src="img/anju.jpeg" alt="tes-img-1">
</figure>
<div class="testimonial-inf">
<h4>Dr.Anju Aggarwal</h4>
<p>Robotics Club DDUC Convenor</p>
</div>
</div>
</div>
</div>
</div>
</div><!-- end row -->
</div> <!-- End Container -->
</section>
<!-- END TESTIMONIALS -->
<!-- CONTACT -->
<section id="contact" class="section one-page-section">
<div class="container">
<div class="section-title">
<h2>contact me</h2>
</div>
<div class="row">
<div class="col-xs-12 col-md-10 col-md-offset-1">
<div class="col-xs-12 col-sm-4">
<div class="contact-item mb-30">
<div class="c-icon text-center">
<svg class="social-icon-big">
<use xlink:href="img/sprite.svg#icon-mail"></use>
</svg>
</div>
<div class="c-text">
<h5>EMAIL</h5>
<h6>[email protected]</h6>
</div>
</div>
</div>
</div>
</div><!-- end row -->
<div class="row">
<div class="col-xs-12 col-md-10 col-md-offset-1">
<form id="contact-form" method="post" action="mailto:[email protected]">
<div class="col-sm-6">
<input type="text" name="name" id="name" class="input-field" required="required"
placeholder="Name">
<span class="name-error text-center mb-30"></span>
</div>
<div class="col-sm-6">
<input type="email" name="email" id="email" class="input-field" required="required"
placeholder="Email">
<span class="email-error text-center mb-30"></span>
</div>
<div class="col-xs-12">
<textarea name="message" id="message" class="input-field" required="required"
placeholder="Message"></textarea>
<span class="message-error text-center mb-30"></span>
</div>
<div id="form-message" class="error mb-30 text-center"></div>
<button type="submit" class="effect submit-btn">Send Message</button>
</form>
</div>
</div> <!-- end row -->
</div> <!-- End Container -->
</section>
<!-- END CONTACT -->
<!-- FOOTER -->
<footer class="footer">
<div class="container">
<div class="row">
<a href="index.html" class="effect footer-title">Tanuj</a>
<div class="footer-social">
<ul class="footer-social-list">
<li><a href="https://m.facebook.com/tanuj.dahiya.96" target="_blank" rel="noopener"
class="effect">
<svg class="social-icon">
<use xlink:href="img/sprite.svg#icon-facebook"></use>
</svg></a></li>
<li><a href="https://www.linkedin.com/in/tanuj-d-7295b1121" target="_blank" rel="noopener"
class="effect">
<svg class="social-icon">
<use xlink:href="img/sprite.svg#icon-linkedin"></use>
</svg></a></li>
<li><a href="https://github.com/Ghost-Rider10" target="_blank" rel="noopener" class="effect">
<svg class="social-icon">
<use xlink:href="img/sprite.svg#icon-github"></use>
</svg></a></li>
</ul>
</div>
<p class="copy-text">© 2020 made by <strong><a href="https://sahil-poonia.github.io/CV/" target="_blank">Sahil Poonia<a>
</strong>. All rights reserved.</p>
</div> <!-- end row -->
</div> <!-- End Container -->
</footer>
<!-- END FOOTER -->
<!-- Scroll To Top Button -->
<a href="#" class="scroll-up effect">
<svg class="social-icon" style="width: 20px;height: 20px;">
<use xlink:href="img/sprite.svg#icon-chevron-thin-up"></use>
</svg>
</a>
<!-- End Scroll To Top Button -->
<!-- js placed at the end of the document so the pages load faster -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Magnific Popup core JS file -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- jQuery Typer JS -->
<script src="js/jquery.typer.js"></script>
<!-- jQuery Images Loaded JS -->
<script src="js/imagesloaded.pkgd.min.js"></script>
<!-- jQuery Filterizr JS -->
<script src="js/isotope.pkgd.min.js"></script>
<!-- PARTICLES JS -->
<script src="js/particles.js"></script>
<!-- Custom js -->
<script src="js/main.js"></script>
</body>
</html>