-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
408 lines (375 loc) · 19.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome To My Website</title>
<meta name="description" content="Website by kambleaa007.github.io">
<meta name="keywords" content="website, kambleaa007, software Developer, job seeker, web developer">
<meta name="google-site-verification" content="BYWjRYwTzvewNOEkh6LZJE5KCeOYJRemKuQoPF0MDMg" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Fira+Sans|Roboto:300,400|Questrial|Satisfy">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/attitude.css">
<link rel="stylesheet" type="text/css" href="css/mycss.css">
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<!--
<script src="./js/jquery.min.js"></script>
<script src="./js/materialize.min.js"></script>
<link rel="stylesheet" href="./css/materialize.min.css">
<script src="./js/textToSpeech.js"></script>
-->
<script src='./js/responsivevoice.js'></script>
<script>!function(e,t,a){var c=e.head||e.getElementsByTagName("head")[0],n=e.createElement("script");n.async=!0,n.defer=!0, n.type="text/javascript",n.src=t+"/static/js/chat_widget.js?config="+JSON.stringify(a),c.appendChild(n)}(document,"https://app.engati.com",{bot_key:"eff6409398144590",welcome_msg:true,branding_key:"default",server:"https://app.engati.com",e:"p" });</script>
</head>
<body id="myPage" data-spy="scroll" data-target=".navbar" data-offset="60" onload="">
<div class="header">
<div class="bg-color">
<header id="main-header">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#lauraMenu">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Ashish Kamble</a>
</div>
<div class="collapse navbar-collapse" id="lauraMenu">
<ul class="nav navbar-nav navbar-right navbar-border">
<li class="active"><a href="#main-header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#testimonial">Testimonial</a></li>
<li><a href="#Attitude">Attitude</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
</header>
<section id="head" class="">
<div class="wrapper">
<div class="container">
<div class="row">
<div class="col-md-12 wow fadeIn delay-05s">
<div class="banner-text">
<span class="">
<h2>Hi, I am <span>Ashish Kamble,</span></h2>
<p>A Creative Software Engineer <br>& Developer</p>
</span>
</div>
<div class="overlay-detail text-center">
<a href="#about"><i class="fa fa-angle-down"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<section id="about" class="section-padding wow fadeIn delay-05s">
<div class="container">
<div class="row">
<div class="col-md-6 text-right">
<h2 class="title-text">
Meet<br><span class="deco">Ashish</span> Kamble
</h2>
<!--
<iframe
src="https://app.engati.com/static/standalone/bot.html?bot_key=eff6409398144590"
style="border: 0; width: 100%; height: 100%; "
>
</iframe>
<a href="#" id="speak" onclick="textTo()" class="waves-effect waves-light btn">Speak</a>
-->
<p align="left"> <img src="https://komarev.com/ghpvc/?username=kambleaa007" alt="kambleaa007" /> </p>
<div class="col-md-3"></div>
<div class="col-md-9">
<div class="card">
</div>
<div class="card-body">
<audio controls>
<source src="https://raw.githubusercontent.com/kambleaa007/kambleaa007.github.io/master/assets/MySelfMix.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
</div>
</div>
</div>
<div class="col-md-6 text-left">
<div class="about-text">
<p>Skilled at operating in a wide range of platforms and Currently Seeking New Opportunity Studied at University of Pune, Maharashtra, India</p>
<p> </p>
<p> I’m truly passionate about my work and always eager to learn hands on with new technologies. While I enjoy all aspects of my work, I think my favourite stage of a work is interacting with the client or business unit leader to understand his or her business objectives. As we go through that collaborative process, the ideas start to flow and that’s always the fun part to start them implemented using computer science technology.</p>
<p> </p>
<p> </p>
<script>
function textTo() {
console.log("CLICKCKCKCKCKKC");
responsiveVoice.speak('I’m truly passionate about my work and always eager to');
//$('#speak').click(function(){
var text = `I’m truly passionate about my work and always eager to learn hands on with new technologies. While I enjoy all aspects of my work, I think my favourite stage of a work is interacting with the client or business unit leader to understand his or her business objectives. As we go through that collaborative process, the ideas start to flow and that’s always the fun part to start them implemented using computer science technology.`;
var msg = new SpeechSynthesisUtterance();
console.log(msg);
var voices = window.speechSynthesis.getVoices();
msg.voice = voices[10];
msg.voiceURI = "native";
msg.volume = 10;
msg.rate = 10;
msg.pitch = 0.8;
msg.lang = 'en-US';
msg.text = text;
speechSynthesis.speak(msg);
//})
};
</script>
<ul class="abt-list">
<li>- I have an Computer Science Degree from Pune University at Sinhgad College Of Engineering.</li>
<li>- I’m always interested in hearing from former colleagues, managers, or just interesting creative folk.</li>
<li>- So feel free to contact me if you’d like to connect.</li>
</ul>
</div>
<div>
<p> I won't speak much until I get to know a person.
<p>That's me in everyday life. I usually don't mix with anyone suddenly, it takes me time to be able to interact with you.
A lot of times I do not understand what to talk about, except for work related things.
I try to find common ground, but I won't push it too hard.
Work stuff? Yes, I can manage that. Mostly because I usually know what we are going to talk about.
But on a personal level? Uh-uh.
<p>It's something I've been meaning to change for a long time.
Sometimes we have seconds to make an impression, and I can't do more than, "Hey! How are you today?" and a handshake.
I like to listen to what people have to say before I say much.
<p>To remedy this, I started reading books and watching TED Talks, now I listen AudioBooks, Watch Dramas, Movies, Sports, News Channel,
Reading books, NewsPaper was my common hobby and is widely appreciated, so that gives me something to talk about.
</div>
<div>
<div class="card" style="width: 18rem;">
<img src="https://raw.githubusercontent.com/kambleaa007/kambleaa007.github.io/master/assets/ThreeLittleBirds.jpg" class="card-img-top img-responsive image" alt="...">
<div class="card-img-overlay">
<h5 class="card-title">Music Time</h5>
<p class="card-text">Three Little Birds from <i>Bob Marley</i></p>
<audio controls>
<source src="https://raw.githubusercontent.com/kambleaa007/kambleaa007.github.io/master/assets/THREE_LITTLE_BIRDS.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
</div>
</div>
<!-- <audio controls>
<source src="https://raw.githubusercontent.com/kambleaa007/kambleaa007.github.io/master/assets/EpicDrums.mp3" type="audio/mpeg">
</audio> -->
</div>
</div>
</div>
</div>
</section>
<section id="portfolio" class="section-padding wow fadeInUp delay-05s parallax-portfolio" style="height: 100%;">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 style="color: #fff;" class="title text-center">Let's <span class="deco">See</span> My Work</h2>
</div>
<div class="col-md-4">
<a href="https://en.wikipedia.org/wiki/History_of_India">
<img src="https://raw.githubusercontent.com/kambleaa007/kambleaa007.github.io/master/SctMf.gif" class="img-responsive image">
</a>
</div>
<div id="rotator" class="col-md-4">
<a href="https://kambleaa007.github.io/AshITech/index">
<img src="https://raw.githubusercontent.com/kambleaa007/kambleaa007.github.io/master/img/reactredux.png" class="img-responsive image">
</a>
</div>
<div id="rotator" class="col-md-4">
<a href="https://kambleaa007.github.io/Creation/">
<img src="https://raw.githubusercontent.com/kambleaa007/kambleaa007.github.io/954a07bfd6e5dbfde674e199ac31f61cf369e1e5/assets/AngularJSShield.svg" class="img-responsive image">
</a>
</div>
<!--end row
<div class="col-md-12">
<div id="myGrid" class="grid-padding">
<div class="col-md-4 col-sm-4 padding-right-zero">
<img src="img/1.jpg" class="img-responsive">
<img src="img/2.jpg" class="img-responsive">
<img src="img/3.jpg" class="img-responsive">
<img src="img/4.jpg" class="img-responsive">
</div>
<div class="col-md-4 col-sm-4 padding-right-zero">
<img src="img/5.jpg" class="img-responsive">
<img src="img/6.jpg" class="img-responsive">
<img src="img/7.jpg" class="img-responsive">
<img src="img/8.jpg" class="img-responsive">
<img src="img/9.jpg" class="img-responsive">
</div>
<div class="col-md-4 col-sm-4 padding-right-zero">
<img src="img/10.jpg" class="img-responsive">
<img src="img/11.jpg" class="img-responsive">
<img src="img/12.jpg" class="img-responsive">
<img src="img/13.jpg" class="img-responsive">
<img src="img/14.jpg" class="img-responsive">
<img src="img/15.jpg" class="img-responsive">
</div>
-->
</div>
</div>
</div>
</div>
</section>
<section id="Attitude" class="section-padding wow fadeIn delay-05s parallax-attitude " style="height: 100%;">
<div class="wrapper parallax-attitude">
<div class="container parallax-attitude">
<div class="row ">
<div class="col-md-12">
<h2 class="title text-center">Let's <span class="deco">See Your Attitude </span></h2>
<div class="text-center animated bounce infinite slow attitude-text">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
<div class="title text-center">
<h3 class=" attitude-bottom">
The older I get, the more I believe that the only way to become a better programmer is by not programming.
</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="testimonial" class="section-padding wow fadeInUp parallax-testimonial" style="height: 100%;">
<div class="container">
<div class="row">
<h2 style="color:#ff0000;" class="title text-center ">See What Our <span class="deco">Client</span> Are Saying ?</h2>
<div class="test-sec">
<div class="col-sm-4">
<blockquote>
<p>“You are one of our VERY best clients to be perfectly honest…you’ve helped make our team very successful, Stacy and Co., and we love working with you all. You guys are SO incredibly organized and professional…trust me…I see it all…and you definitely stand OUT in this industry.” </p>
</blockquote>
<div class="carousel-info">
<div class="pull-left"> <span class="testimonials-name">- Preferred Vendor</span> <span class="testimonials-post">CEO, Company Inc.</span> </div>
</div>
</div>
<div class="col-sm-4">
<blockquote>
<p>“Your team was always in my corner, especially when it mattered. You handled all the curve balls and made the prospect of my first home a reality. I have nothing, but positive things to say about everyone I worked with at Catalyst. It really made a process that seemed scary to a first time home buyer manageable. Thank you so much.” </p>
</blockquote>
<div class="carousel-info">
<div class="pull-left"> <span class="testimonials-name">- Brad</span> <span class="testimonials-post">CEO, Company Inc.</span> </div>
</div>
</div>
<div class="col-sm-4">
<blockquote>
<p>“I can’t thank you enough for all your hard work and taking the time to make sure everything was perfect. You are truly amazing at what you do and provide by far the best customer service possible.” </p>
</blockquote>
<div class="carousel-info">
<div class="pull-left"> <span class="testimonials-name">- Randy Sisson</span> <span class="testimonials-post">CEO, Company Inc.</span> </div>
</div>
</div>
</div>
</div>
<div class="row test-sec">
<div class="col-sm-4">
<blockquote>
<p>“Thank you so much! You guys made everything so easy. I appreciate all your hard work!” </p>
</blockquote>
<div class="carousel-info">
<div class="pull-left"> <span class="testimonials-name">- Valerie Kunz Hay</span> <span class="testimonials-post">CEO, Company Inc.</span> </div>
</div>
</div>
<div class="col-sm-4">
<blockquote>
<p>“Thank you so much for all your help and assistance during this crazy, emotional and absolutely wonderful journey! We are so very impressed!!” </p>
</blockquote>
<div class="carousel-info">
<div class="pull-left"> <span class="testimonials-name">- Laura Miller</span> <span class="testimonials-post">CEO, Company Inc.</span> </div>
</div>
</div>
<div class="col-sm-4">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed dapibus leo nec ornare diamsed commodo nibh ante facilisis bibendum dolor feugiat at. </p>
</blockquote>
<div class="carousel-info">
<div class="pull-left"> <span class="testimonials-name">John Doe</span> <span class="testimonials-post">CEO, Company Inc.</span> </div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="section-padding wow fadeIn delay-05s">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="contact-sec text-center">
<h2>Want To <span class="deco">Hire</span> Me?</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt.</p>
</div>
</div>
<div class="col-md-8 col-md-push-2">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="" method="post" role="form" class="contactForm">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div class="text-center"><button type="submit" class="btn btn-primary btn-lg">Send Message</button></div>
</form>
</div>
</div>
</div>
</section>
<footer class="footer-2 text-center-xs bg--white">
<div class="container">
<!--end row-->
<div class="row">
<div class="col-md-6">
<div class="footer">
© Copyright kambleaa007 Theme. All Rights Reserved
<div class="credits">
Designed by <a href="https://kambleaa007.github.io/">kambleaa007.github.io</a>
</div>
</div>
</div>
<div class="col-md-6 text-right">
<ul class="social-list">
<li>
<a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-dribbble"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-vimeo"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-instagram"></i></a>
</li>
</ul>
</div>
</div>
<!--end row-->
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.js"></script>
<script src="js/custom.js"></script>
<script src="contactform/contactform.js"></script>
</body>
</html>