-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
365 lines (345 loc) · 12.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
<script src="js/scroll.js"></script>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/style.css">
<script src="js/scroll.js"></script>
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/book.css" />
<script src="js/modernizr.custom.js"></script>
<script src="js/demoad.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-7243260-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="http://maps.googleapis.com/maps/api/js"></script>
<script>
window.onload = function () {
var mapOptions = {
//give latitude and long
center: new google.maps.LatLng("48.88066", "2.24117"),
zoom: 13,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var infoWindow = new google.maps.InfoWindow();
var map = new google.maps.Map(document.getElementById("googleMap"), mapOptions);
//give latitude and long
var myLatlng = new google.maps.LatLng("48.88066", "2.24117");
var marker = new google.maps.Marker({
position: myLatlng,
map: map,
title: "Paris"
});
}
</script>
</head>
<body>
<div class="stickup header-section-1 isStuck" id="top-menus" style="position: fixed; top:0; height: 100px;">
<div class="container">
<ul class="topnav">
<li id="home"><a href="#home">Home</a></li>
<li id="about"><a href="#about">About Me</a></li>
<li id="portfolio"><a href="#portfolio">Portfolio</a></li>
<li id="contact"><a href="#contact">Contact</a></li>
<li class="icon">
<a href="javascript:void(0);" onclick="myFunction()">☰</a>
</li>
</ul>
</div>
</div>
<div class="u1124">
<div class="header-section-2">
<div class="container">
<div id="name">
<div class="row">
<div class="col-lg-6">
<h1 class="site-name">ADITYA KHOT</h1>
</div>
<div class="col-lg-6">
<div title="Web design of any complexity" id="slogan" class="slogan">Web design and development of any complexity </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="u1094">
<div class="container">
<div class="content_top_wrapper">
<div class="region region-content-top">
<div class="row">
<div class="col-md-4">
<div class="views-field-field-image">
<img src="images/myPic.jpg" width="150" height="150">
</div>
</div>
<div class="col-md-8">
<h3>Hello and welcome to my page!</h3>
<div class="views-field-content">
Each web application that I produce is one-of-a-kind. Every new client is guaranteed to leave satisfied and inspired. Every new design is a masterpiece that is specifically created to reveal your business atmosphere.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="u1095">
<div class="container">
<div id="main">
<div class="row">
<div class="col-sm-12">
<h2 class="block-title">My Lifestyle</h2>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<div class="mylife-image">
<img class="img-responsive" src="images/DSC_0660.jpg" width="370px" height="245px">
</div>
<h4><b>Travelling</b></h4>
<h5>We love travelling and we love words, so imagine our surprise when we came across a massive treasure chest of words that describe how
we feel before, during and after we travel better than anything we’ve ever seen, ever.
</h5>
</div>
<div class="col-sm-4">
<div class="mylife-image">
<img class="img-responsive" src="images/img10.jpg" width="370px" height="245px">
</div>
<h4><b>Programming</b></h4>
<h5>“Good code is its own best documentation. As you're about to add a comment, ask yourself, "How can I improve the code so that this comment
isn't needed?" Improve the code and then document it to make it even clearer.”
</h5>
</div>
<div class="col-sm-4">
<div class="mylife-image">
<img class="img-responsive" src="images/img27.jpg" width="370px" height="245px">
</div>
<h4><b>Stay heathy</b></h4>
<h5>“To ensure good health: eat lightly, breathe deeply, live moderately, cultivate cheerfulness, and maintain an interest in life.”<br/>
<b>~William Londen</b>
</h5>
</div>
</div>
</div>
</div>
</div>
<div class="u1122">
<div class="container">
<div class="col-sm-6">
<h1>Welcome</h1>
<h4>Web design is performed by an IT professional who use computer programming language (HTML or JavaScript). The art of web designing is very difficult and it takes years of hard work to master it fully. To craft an aesthetically pleasing web resource with excellent usability a web designer needs to play around with code for quite a white, and finally come up with the perfect look by trial and error.</h4>
</div>
</div>
</div>
<div class="u1155">
<div class="container">
<div class="about_me">
<h2>A few words about me</h2>
</div>
<div class="row">
<div class="col-md-4">
<img class="img-responsive" src="images/img02.jpg" width="370px" height="275px">
</div>
<div class="col-md-8">
<h3 style="margin: 0px;">My name is Aditya KHOT.</h3><br/>
<h4>After studying masters at the Department of Compter Science and Management of Institut supérieur d'électronique de Paris and going
through several jobs I became a Web Developer. I was born on 1st April 1990(I know it's April fool ;) ) in Pune. I finished my Bachelors from University of Pune in 2011. After some internships and jobs,
I moved to France for higher studies in 2014. I’m always open to listen to new ideas and views and try to understand them even if they
are the opposite to mine. It doesn’t mean I’ll be convinced but I am willing to fully listen and learn of other points of view.
After I get to know people better and am more relaxed around them, I open up and am quite a funny and fun person. I like traveling, listening
music, watching vlogs, reading blogs about web, playing cricket.
</h4>
</div>
</div>
</div>
</div>
<div class="u1123">
<div class="container">
<div class="col-sm-12">
Don't miss your chance! Hire me now!
</div>
</div>
</div>
<div class="container">
<!-- Top Navigation -->
<div class="codrops-top clearfix">
</div>
<div class="component">
<ul class="align">
<li>
<figure class='book'>
<!-- Front -->
<ul class='hardcover_front'>
<li>
<img src="images/cv.png" alt="" width="100%" height="100%">
</li>
<li></li>
</ul>
<!-- Pages -->
<ul class='page'>
<li></li>
<li>
<a class="btn" href="docs/CV_ADI_UPDATED.pdf" download>Download</a>
</li>
<li></li>
<li></li>
<li></li>
</ul>
<!-- Back -->
<ul class='hardcover_back'>
<li></li>
<li></li>
</ul>
<ul class='book_spine'>
<li></li>
<li></li>
</ul>
<figcaption>
<h1>Aditya KHOT</h1>
<span>Web designer and developer</span>
<p>I am a full stack developer. Having a knowledge of both front-end and back-end. For more details please download my CV here.</p>
</figcaption>
</figure>
</li>
<li>
<figure class='book'>
<!-- Front -->
<ul class='hardcover_front'>
<li>
<img src="images/cover_letter.png" alt="" width="100%" height="100%">
</li>
<li></li>
</ul>
<!-- Pages -->
<ul class='page'>
<li></li>
<li>
<a class="btn" href="docs/Cover letter updated.pdf" download>Download</a>
</li>
<li></li>
<li></li>
<li></li>
</ul>
<!-- Back -->
<ul class='hardcover_back'>
<li></li>
<li></li>
</ul>
<ul class='book_spine'>
<li></li>
<li></li>
</ul>
<figcaption>
<h1>My motivation</h1>
<span>Every new design is a masterpiece that is specifically created to reveal your business atmosphere.</span>
<p>The web development and project management fascinates me and I look forward to working in this environment. For more details please download my Cover letter here.</p>
</figcaption>
</figure>
</li>
</ul>
</div>
</div>
<div class="container">
<h2 id="workWith">Work with clients</h2>
<div class="row">
<div class="col-sm-4">
<a href="http://www.volkswagen.com/"target="_blank"><img class="img-responsive" src="images/vw_logo.png" width="250px" height="250px"></a>
</div>
<div class="col-sm-4">
<a href="https://riskonline.klapp.fr/" target="_blank"><img class="img-responsive" src="images/coca_logo.png" width="370px" height="250px"></a>
</div>
<div class="col-sm-4">
<a href="http://www.zapr.in/" target="_blank"><img class="img-responsive" src="images/zapr.png" width="350px" height="140px"></a>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<a href="http://amazedigitizing.com/" target="_blank"><img class="img-responsive" src="images/amaze_digitizing_logo.png" width="150px" height="150px"></a>
</div>
<div class="col-sm-4">
<a href="http://www.akcelia.com/" target="_blank"><img class="img-responsive" src="images/akcelia_logo.png" width="300px" height="70px"></a>
</div>
<div class="col-sm-4">
</div>
</div>
<h2>My skills</h2>
<div class="row">
<div class="col-sm-3">
<img class="img-responsive" src="images/ps_logo.png" width="100px" height="100px">
</div>
<div class="col-sm-3">
<img class="img-responsive" src="images/html5_logo.png" width="100px" height="100px">
</div>
<div class="col-sm-3">
<img class="img-responsive" src="images/bootstrap_logo.png" width="100px" height="100px">
</div>
<div class="col-sm-3">
<img class="img-responsive" src="images/css3_logo.png" width="100px" height="100px">
</div>
</div><br/><br/>
<div class="row">
<div class="col-sm-3">
<img class="img-responsive" src="images/symfony_logo.png" width="100px" height="100px">
</div>
<div class="col-sm-3">
<img class="img-responsive" src="images/twig_logo.png" width="162px" height="100px">
</div>
<div class="col-sm-3">
<img class="img-responsive" src="images/jquery_logo.png" width="100px" height="100px">
</div>
<div class="col-sm-3">
<img class="img-responsive" src="images/js_logo.png" width="100px" height="100px">
</div>
</div>
</div><br/><br/>
<div class="u2223">
<div class="container">
<div class="col-sm-12">
I know how to design my projects the most creative and artistic way
</div>
</div>
</div>
<div class="container">
<h2 id="myLocation">My Location</h2>
<div id="googleMap" style="width:1140px;height:380px;"></div>
<div class="row">
<div class="col-sm-4">
<h2 style="margin-bottom: 20px;">Contact Info</h2>
<h4>15, rue saulnier 92800, Puteaux<br/>France<br/>Email Id: <span style="color: #ff6666;">adityakhot5@gmail.com</span><br/>Contact number: +33751877621</h4>
</div>
<div class="col-sm-8">
<h2 style="margin-bottom: 20px;">Contact form</h2>
<form role="form" id="usrform">
<div class="form-group">
<input type="text" id="uname" name="uname" placeholder="Name">
<input type="email" id="email" name="email" placeholder="Email">
<input type="text" id="subject" name="subject" placeholder="Subject">
</div>
<!--<div class="form-group">
<input type="email" id="email" name="email" placeholder="Email">
</div>
<div class="form-group">
<input type="text" id="subject" name="subject" placeholder="Subject">
</div>-->
</form> <br/>
<textarea rows="4" cols="86" id="comment" name="comment" form="usrform" placeholder="Comment"></textarea><br/>
</div>
</div>
</div>
</body>
</html>