-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
555 lines (547 loc) · 30.1 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
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Ninad Telang Java Developer and Web Designer">
<meta name="keywords" content="web, design, html, css, javascript, bootstrap, jquery, development, developer">
<title>Ninad</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Amatic+SC|Nunito+Sans:300,300i,400,400i,600,600i" rel="stylesheet" type="text/css">
<!--favicon -->
<link rel="icon" type="image/png" href="images/pug_1.png">
<!-- CSS -->
<link rel="stylesheet" type = "text/css" href="css/bootstrap.min.css">
<!-- Font-Awesome -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Animate CSS -->
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Bx slider CSS -->
<link rel="stylesheet" type="text/css" href="css/jquery.bxslider.css">
<!-- responsive css -->
<link rel="stylesheet" type="text/css" href="css/responsive.css">
</head>
<body>
<!--Header-->
<header class="header" id="HOME">
<!-- Navigation-->
<nav class="navbar navbar-default navbar-fixed-top">
<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="#loso-navbar-collapse-1" 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" href="#">
<!-- small size logo -->
<!--<img src="images/Tree-icon.png" alt="logo">-->
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="loso-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#HOME" class="nav-item">HOME</a></li>
<li><a href="#ABOUT" class="nav-item">ABOUT</a></li>
<li><a href="#FAMILY" class="nav-item">FAMILY</a></li>
<li><a href="#FEATURES" class="nav-item">FEATURES</a></li>
<li><a href="#BUSINESS" class="nav-item">BUSINESS</a></li>
<li><a href="#DONATIONS" class="nav-item">DONATIONS</a></li>
<li><a href="#DOWNLOAD" class="nav-item">DOWNLOAD</a></li>
<li><a href="#CONTACT" class="nav-item">CONTACT</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="header-overlay">
<div class="container header-container">
<div class="row">
<div class="col-md-12">
<!-- Logo -->
<div class="logo text-right">
<!--<img src="images/Tree-icon.png" alt="Logo">-->
</div>
</div>
</div>
<div class="row">
<div class="col-md-7">
<div class="header-text">
<!--Title & Description-->
<h1>Ninad Telang</h1>
<p>Software Developer</p>
<div class="header-btns dropdown">
<!--Header Buttons-->
<a class="btn btn-download wow fadeInLeft btn-custom dropdown-toggle" type="button" data-toggle="dropdown" href="#">Download</a>
<ul class="dropdown-menu">
<li><a href="https://github.com/telangn/telangn.github.io/blob/master/index.html">HTML</a></li>
<li><a href="https://github.com/telangn/telangn.github.io/tree/master/css">CSS</a></li>
<li><a href="https://github.com/telangn/telangn.github.io/tree/master/js">JavaScript</a></li>
</ul>
<a class="btn btn-tour wow fadeInRight btn-custom" href="https://github.com/telangn/telangn.github.io">Take a Tour
<i class="fa fa-angle-down"></i>
</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="header-window">
<!-- Header iPhone -->
<!--<img src="images/mountains-lake.jpg" alt = "header_window">-->
</div>
</div>
</div>
</div>
</div>
</header>
<!--About Us -->
<section id="ABOUT">
<div class="container">
<div class="row">
<div class="col-md-10">
<!-- About us Title & Description-->
<div class="section-title">
<h2>About My Webpage</h2>
<p>I am a professional SDET with 13 years of experience in the I.T. industry. I have extensive knowledge in full-stack QA automation for web and mobile services. I built this webpage in order to learn web design using HTML5, CSS3, Javascript, jQuery, and Bootstrap. Enjoy!</p>
</div>
</div>
</div>
</div>
<div class="choose-us-wraper">
<div class="container">
<div class="row">
<div class="col-md-5">
<!-- About tree -->
<div class="about-me wow fadeInLeft" data-wow-duration="1s" data-wow-delay=".5s">
<img class="img-responsive" src="images/wallpaper.jpg" alt="family_pic">
</div>
</div>
<div>
<div class="col-md-6 col-md-offset-1 wow fadeInRight" data-wow-duration="1s" data-wow-delay=".5s">
<!-- Why choose us title-->
<div class="choose-us-title">
<h2>About Me</h2>
<p>Creative, energetic and self-motivated Software Engineer with experience in software testing, continuous integration and post-release support. Excellent communication skills: Oral, written and group presentation. Outstanding ability to plan, organize, manage and produce positive results.</p>
</div>
<!-- Why Choose us description -->
<div class="choose-us-description">
<!-- choose us item 1 -->
<div class="choose-us-item wow fadeInUp" data-wow-duration=".5s" data-wow-delay="1s">
<!--choose us item icon -->
<div><i class="fa fa-desktop"></i></div>
<!-- choose us item title & description-->
<h3>Industry Standard Technologies</h3>
<p>I build Behavior Driven automation frameworks, utilizing Selenium, REST-Assured, Appium and Cucumber. Well versed in object oriented programming (Java), REST/SOAP, NodeJS, IBM Cloud, Android/iOS, and web design.</p>
</div>
<!-- choose us item 2 -->
<div class="choose-us-item wow fadeInUp" data-wow-duration=".5s" data-wow-delay="1.5s">
<!--choose us item icon -->
<div><i class="fa fa-sitemap"></i></div>
<!-- choose us item title & description-->
<h3>Agile / Continuous Integration</h3>
<p>I have years of experience, performing in an Agile environment with Atlassian, VersionOne, Rally, Jenkins, and GitHub.</p>
</div>
<!-- choose us item 3 -->
<div class="choose-us-item wow fadeInUp" data-wow-duration=".5s" data-wow-delay="1.5s">
<!--choose us item icon -->
<div><i class="fa fa-industry"></i></div>
<!-- choose us item title & description-->
<h3>Companies</h3>
<p>I have worked on highly visible projects and major competitive companies, including Medtronic, St. Jude Medical, Panasonic Avionics, Thales, American Airlines, and United Technologies.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonial -->
<section class="testimonial" id="FAMILY">
<div class="testimonial-overlay">
<div class="container">
<div class="row">
<div class="col-md-12 wow bounceInDown">
<div id="carousel-testimonial" class="carousel slide" data-ride="carousel">
<!-- indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-testimonial" data-slide-to="0" class="active"></li>
<li data-target="#carousel-testimonial" data-slide-to="1"></li>
<li data-target="#carousel-testimonial" data-slide-to="2"></li>
<li data-target="#carousel-testimonial" data-slide-to="3"></li>
</ol>
<!-- wrapper for slides -->
<div class="carousel-inner">
<!--item 01 -->
<div class="item active text-center">
<img src="images/ninad.png" alt="testimonial" class="center-block">
<div class="testimonial-caption">
<h2>Ninad</h2>
<h4><span>Developer/Husband/Father, American Airlines</span></h4>
<p>"Enough About Me, tell me about you!"</p>
</div>
</div>
<!--item 02 -->
<div class="item text-center">
<img src="images/Jennifer.jpg" alt="testimonial" class="center-block">
<div class="testimonial-caption">
<h2>Jennifer</h2>
<h4><span>School Psych./Wife/Mother, Irvine Unified School District</span></h4>
<p>"Let's start an NGO!"</p>
</div>
</div>
<!--item 03 -->
<div class="item text-center">
<img src="images/family.jpg" alt="testimonial" class="center-block">
<div class="testimonial-caption">
<h2>James</h2>
<h4><span>Baby, Toys Inc.</span></h4>
<p>"ba ba ba"</p>
</div>
</div>
<!--item 03 -->
<div class="item text-center">
<img src="images/Optimized-Noodles.jpg" alt="testimonial" class="center-block">
<div class="testimonial-caption">
<h2>Noodles</h2>
<h4><span>Pug/Faithful Companion, Toys Inc.</span></h4>
<p>"I'm hungry"</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features -->
<section class="features" id="FEATURES">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="section-title wow fadeIn" data-wow-duration="1s">
<h2> Software Features</h2>
<p>This section describes some of the features my products offer.</p>
</div>
</div>
</div>
</div>
<div class="features-inner-wrapper">
<div class="container">
<div class="row">
<div class="col-md-4 wow fadeInLeft" data-wow-duration="1s">
<!-- left feature item 01 -->
<div class="left-feature-item">
<!--icon -->
<div class="left-feature-item-icon">
<i class="fa fa-code"></i>
</div>
<!-- feature item title & description -->
<h3>Page Object Model</h3>
<p>Designing a code base that is clean and easy to read.</p>
</div>
<!-- left feature item 02 -->
<div class="left-feature-item">
<!--icon -->
<div class="left-feature-item-icon">
<i class="fa fa-mobile fa-2x"></i>
</div>
<!-- feature item title & description -->
<h3>Mobile Emulation</h3>
<p>Running adaptive-responsive tests on sites, or we can just run headless!</p>
</div>
<!-- left feature item 03 -->
<div class="left-feature-item">
<!--icon -->
<div class="left-feature-item-icon">
<i class="fa fa-terminal"></i>
</div>
<!-- feature item title & description -->
<h3>Regex / Gherkin</h3>
<p>Writing creative and versatile hooks.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-automation">
<img class="wow bounceIn img-responsive" data-wow-duration="1s" src="images/automation.jpg" alt="feature iphone">
</div>
</div>
<div class="col-md-4 wow fadeInRight" data-wow-duration="1s">
<!-- right feature item 01 -->
<div class="right-feature-item">
<!-- Icon -->
<div class="right-feature-item-icons">
<i class="fa fa-bug"></i>
</div>
<!-- feature item title & description -->
<h3>Debugging Tools</h3>
<p>Utilizing the latest tools- Postman, Chrome Dev. Tools, and Charles Proxy.</p>
</div>
<!-- right feature item 02 -->
<div class="right-feature-item">
<!-- Icon -->
<div class="right-feature-item-icons">
<i class="fa fa-code-fork"></i>
</div>
<!-- feature item title & description -->
<h3>Continuous Integration</h3>
<p>Including Maven, GitHub, and Jenkins within a continuous integration.</p>
</div>
<!-- right feature item 03 -->
<div class="right-feature-item">
<!-- Icon -->
<div class="right-feature-item-icons">
<i class="fa fa-book"></i>
</div>
<!-- feature item title & description -->
<h3>NodeJs</h3>
<p>Employing the latest in NodeJs modules, creating transformative applications.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Purchase Now -->
<section class="purchase-now" id="BUSINESS">
<div class="container">
<div class="row wow fadeInLeftBig" data-wow-duration="1s">
<div class="col-md-9">
<p>Maybe this could be the start of something new... Perhaps a business, where
I can offer these services for a reasonable fee. If you think that is a good idea too,
and want to invest in this endevour, then contact me! Or you can leave me a message about your thoughts on anything, further below on this site! Thanks.</p>
</div>
<div>
<div class="col-md-3">
<a class="btn btn-primary btn-purchase-now" href="https://github.com/telangn">Contact info</a>
</div>
</div>
</div>
</div>
</section>
<!-- Screens -->
<section class="screens" id="DONATIONS">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="section-title">
<h2>Donations</h2>
<p>With some of my salary, I donate to important humanitarian causes like these...</p>
</div>
</div>
</div>
</div>
<div class="screen-slider wow bounceInRight" data-wow-duration="1s">
<div class="container">
<div class="row">
<div class="bxslider">
<div class="item">
<img src="images/oxfam.png" alt="pug">
</div>
<div class="item">
<img src="images/bds.jpg" alt="pug">
</div>
<div class="item">
<img src="images/humanrightswatch.png" alt="pug">
</div>
<div class="item">
<img src="images/habitatforhumanity.png" alt="pug">
</div>
<div class="item">
<img src="images/unicef.png" alt="pug">
</div>
<div class="item">
<img src="images/amnestyinternational.jpg" alt="pug">
</div>
<div class="item">
<img src="images/kcrw.jpg" alt="pug">
</div>
<div class="item">
<img src="images/npr.png" alt="pug">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Counters -->
<section class="counter">
<div class="counter-overlay">
<div class = "container wow bounceInLeft" data-wow-duration="1s">
<div class="row text-center">
<div class="col-md-3">
<div class="counter-item">
<div><i class="fa fa-cloud-download"></i></div>
<h2><span class="counter-num">1588</span><span>+</span></h2>
<p>Downloads</p>
</div>
</div>
<div class="col-md-3">
<div class="counter-item">
<div><i class="fa fa-gift"></i></div>
<h2><span class="counter-num">3500</span><span>+</span></h2>
<p>Awards</p>
</div>
</div>
<div class="col-md-3">
<div class="counter-item">
<div><i class="fa fa-heart-o"></i></div>
<h2><span class="counter-num">199</span><span>+</span></h2>
<p>Likes</p>
</div>
</div>
<div class="col-md-3">
<div class="counter-item">
<div><i class="fa fa-check"></i></div>
<h2><span class="counter-num">1066</span><span>+</span></h2>
<p>Recomended</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Download Now -->
<section class="download-now" id="DOWNLOAD">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="section-title">
<h2>Download Now</h2>
<p>I would like to offer simple class object files to you, so that it will help you along the way. Currently, Driver Manager, configured for Android, iOS, Windows. </p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-3 wow fadeInUp" data-wow-duration="1s">
<img class="img-responsive" src="images/Java.png" alt="download screen">
</div>
</div>
</div>
</section>
<!--Available On -->
<section class="available-on">
<div class="container wow bounceInRight" data-wow-duration="1s">
<div class="row">
<div class="col-md-6">
<div class="available-title">
<h2>Available Here</h2>
<p>Download Java classes from the framework here:</p>
</div>
</div>
<div class="col-md-6">
<div class="row">
<a href="https://github.com/telangn/cucumber-selenium/blob/master/CucumberWebGui/src/test/java/utilities/DriverFactory.java">
<div class="col-md-4 no-padding">
<div class="available-on-item">
<i class="fa fa-apple"></i>
<div class="available-on-inner">
<h2>iOS</h2>
</div>
</div>
</div>
</a>
<a href="https://github.com/telangn/cucumber-selenium/blob/master/CucumberWebGui/src/test/java/utilities/DriverFactory.java">
<div class="col-md-4 no-padding">
<div class="available-on-item">
<i class="fa fa-android"></i>
<div class="available-on-inner">
<h2>Android</h2>
</div>
</div>
</div>
</a>
<a href="https://github.com/telangn/cucumber-selenium/blob/master/CucumberWebGui/src/test/java/utilities/DriverFactory.java">
<div class="col-md-4 no-padding">
<div class="available-on-item">
<i class="fa fa-windows"></i>
<div class="available-on-inner">
<h2>Windows</h2>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<!--Contact Us -->
<section class="contact-us" id="CONTACT">
<div class="container wow bounceIn">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="section-title">
<h2>Contact Me</h2>
<p>This is where you can message me on ideas, suggestions, or topics to highlight on my next update to this site.</p>
</div>
</div>
</div>
</div>
<div class="contact-us-form wow bounceIn">
<div class="container">
<form role="form">
<div class="row">
<div class="col-md-4">
<input type="text" class="form-control" id="name" placeholder="Name">
<input type="email" class="form-control" id="email" placeholder="Email">
<input type="text" class="form-control" id="subject" placeholder="Subject">
</div>
<div class="col-md-8">
<textarea class="form-control" id="message" rows="25" cols="10" placeholder="Message Text..."></textarea>
<button type="button" class="btn btn-default submit-btn form-submit">SEND</button>
</div>
</div>
</form>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 wow bounceInLeft">
<div class="social-icons">
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-youtube-play"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="copyright">
<p>Copyright © 2018 <a href="#"> - Ninad Telang</a></p>
</div>
</div>
<div class="col-md-6">
<div class="scroll-top">
<a href="#HOME" id="scroll-to-top"><i class="fa fa-angle-up"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap / JavaScript -->
<script src="js/jquery-3.2.1.js"></script>
<script src="js/bootstrap.min.js"></script>
<!--Bx Slider Js -->
<script src="js/jquery.bxslider.min.js"></script>
<!--Add Js Counter lib -->
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<!-- Add wow js -->
<script src="js/wow.min.js"></script>
<!-- Custom Js -->
<script src="js/custom.js"></script>
</body>
</html>