-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
657 lines (636 loc) · 23.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
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
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
<!DOCTYPE html>
<!--
Ethereal by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Selvesan</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<link rel="shortcut icon" type="image/png" href="./images/fabiccon.png" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Wrapper -->
<div id="wrapper">
<!-- Panel (Banner) -->
<section class="panel banner right">
<div class="content color0 span-3-75">
<h1 class="major">Yaa that's me</h1>
<small>
Astro physics enthusiast and a entangled particle in a simulation.
</small>
<pre style="margin-bottom: 0">
<code>v = new Vehicle(),c = new Clock();
while (v.isTraveling()) {
c.increment();
if(v.speedInMtr === 299792458 && clOld!>c.now())
print(v.isTimeTravelling()); //True
sleep(1);v.increaseSpeed();clOld = c.increment();
}
</code>
</pre>
<ul class="actions">
<li>
<a
href="#first"
class="button special color1 circle icon fa-angle-right"
>
Next
</a>
</li>
</ul>
</div>
<div class="image filtered span-1-75" data-position="25% 25%">
<img src="images/me.jpg" alt="selvesan" />
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight medium right" id="first">
<div class="content span-7">
<h2 class="major">Declaration</h2>
<p>
A highly resourceful, innovative and competent full stack developer with extensive experience in developing web and mobile applications and solutions with enthusiasm and ambition to complete projects to the highest standard.
</p>
</div>
<div class="image filtered tinted" data-position="top left">
<img src="images/pic02.jpg" alt="" />
</div>
</section>
<!-- Panel -->
<section class="panel color1">
<div class="intro joined">
<h2 class="major">Amet lorem</h2>
<p>
Sed vel nibh libero. Mauris et lorem pharetra massa lorem turpis
congue pulvinar. Vivamus sed feugiat finibus. Duis amet bibendum
amet sed. Duis mauris ex, dapibus sed ligula tempus volutpat magna
etiam.
</p>
</div>
<div class="inner">
<ul class="grid-icons three connected">
<li>
<span class="icon fa-diamond"
><span class="label">Lorem</span></span
>
</li>
<li>
<span class="icon fa-camera-retro"
><span class="label">Ipsum</span></span
>
</li>
<li>
<span class="icon fa-cog"
><span class="label">Dolor</span></span
>
</li>
<li>
<span class="icon fa-paper-plane"
><span class="label">Sit</span></span
>
</li>
<li>
<span class="icon fa-bar-chart"
><span class="label">Amet</span></span
>
</li>
<li>
<span class="icon fa-code"
><span class="label">Nullam</span></span
>
</li>
</ul>
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel spotlight large left">
<div class="content span-5">
<h2 class="major">Magna amet tempus</h2>
<p>
Mauris a cursus velit. Nunc lacinia sollicitudin egestas bibendum,
magna dui bibendum ex, sagittis commodo enim risus sed magna
nulla. Vestibulum ut consequat velit. Curabitur vitae libero
lorem. Quisque iaculis porttitor blandit. Nullam quis sagittis
maximus. Sed vel nibh libero. Mauris et lorem pharetra massa lorem
turpis congue pulvinar.
</p>
</div>
<div class="image filtered tinted" data-position="top right">
<img src="images/pic03.jpg" alt="" />
</div>
</section>
<!-- Panel -->
<section class="panel">
<div class="intro color2">
<h2 class="major">Elit integer</h2>
<p>
Sed vel nibh libero. Mauris et lorem pharetra massa lorem turpis
congue pulvinar. Vivamus sed feugiat finibus. Duis amet bibendum
amet sed. Duis mauris ex, dapibus sed ligula tempus volutpat magna
etiam.
</p>
</div>
<div class="gallery">
<div class="group span-3">
<a
href="images/gallery/fulls/01.jpg"
class="image filtered span-3"
data-position="bottom"
><img src="images/gallery/thumbs/01.jpg" alt=""
/></a>
<a
href="images/gallery/fulls/02.jpg"
class="image filtered span-1-5"
data-position="center"
><img src="images/gallery/thumbs/02.jpg" alt=""
/></a>
<a
href="images/gallery/fulls/03.jpg"
class="image filtered span-1-5"
data-position="bottom"
><img src="images/gallery/thumbs/03.jpg" alt=""
/></a>
</div>
<a
href="images/gallery/fulls/04.jpg"
class="image filtered span-2-5"
data-position="top"
><img src="images/gallery/thumbs/04.jpg" alt=""
/></a>
<div class="group span-4-5">
<a
href="images/gallery/fulls/05.jpg"
class="image filtered span-3"
data-position="top"
><img src="images/gallery/thumbs/05.jpg" alt=""
/></a>
<a
href="images/gallery/fulls/06.jpg"
class="image filtered span-1-5"
data-position="center"
><img src="images/gallery/thumbs/06.jpg" alt=""
/></a>
<a
href="images/gallery/fulls/07.jpg"
class="image filtered span-1-5"
data-position="bottom"
><img src="images/gallery/thumbs/07.jpg" alt=""
/></a>
<a
href="images/gallery/fulls/08.jpg"
class="image filtered span-3"
data-position="top"
><img src="images/gallery/thumbs/08.jpg" alt=""
/></a>
</div>
<a
href="images/gallery/fulls/09.jpg"
class="image filtered span-2-5"
data-position="right"
><img src="images/gallery/thumbs/09.jpg" alt=""
/></a>
</div>
</section>
<!-- Panel -->
<section class="panel color4-alt">
<div class="intro color4">
<h2 class="major">Contact</h2>
<p>
Sed vel nibh libero. Mauris et lorem pharetra massa lorem turpis
congue pulvinar. Vivamus sed feugiat finibus. Duis amet bibendum
amet sed. Duis mauris ex, dapibus sed ligula tempus volutpat magna
etiam.
</p>
</div>
<div class="inner columns divided">
<div class="span-3-25">
<form method="post" action="#">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="email" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
<ul class="actions">
<li>
<input
type="submit"
value="Send Message"
class="button special"
/>
</li>
</ul>
</form>
</div>
<div class="span-1-5">
<ul class="contact-icons color1">
<li class="icon fa-twitter">
<a href="https://twitter.com/selvesanmalakar"
>@selvesanmalakar</a
>
</li>
<li class="icon fa-facebook">
<a href="https://www.facebook.com/selvesan.malakar"
>/selvesan.malakar</a
>
</li>
<!--<li class="icon fa-snapchat-ghost"><a href="#">@untitled-tld</a></li>-->
<!--<li class="icon fa-instagram"><a href="#">@untitled-tld</a></li>-->
<!--<li class="icon fa-medium"><a href="#">medium.com/untitled</a></li>-->
</ul>
</div>
</div>
</section>
<!-- Panel -->
<section class="panel color2-alt">
<div class="intro color2">
<h2 class="major">Elements</h2>
<p>
Sed vel nibh libero. Mauris et lorem pharetra massa lorem turpis
congue pulvinar. Vivamus sed feugiat finibus. Duis amet bibendum
amet sed. Duis mauris ex, dapibus sed ligula tempus volutpat magna
etiam.
</p>
</div>
<div class="inner columns aligned">
<div class="span-2-75">
<h3 class="major">Text</h3>
<p>
This is <b>bold</b> and this is <strong>strong</strong>. This is
<i>italic</i> and this is <em>emphasized</em>. This is
<sup>superscript</sup> text and this is
<sub>subscript</sub> text. This is <u>underlined</u> and this is
code: <code>for (;;) { ... }</code>. Finally,
<a href="#">this is a link</a>.
</p>
<h1>Heading Level 1</h1>
<h2>Heading Level 2</h2>
<h3>Heading Level 3</h3>
<h4>Heading Level 4</h4>
<h5>Heading Level 5</h5>
<h6>Heading Level 6</h6>
</div>
<div class="span-3">
<h4>Blockquote</h4>
<blockquote>
Lorem ipsum dolor sit amet. Felis sagittis eget tempus euismod.
Vestibulum ante ipsum primis in vestibulum. Blandit adipiscing
eu iaculis volutpat ac adipiscing volutpat ac adipiscing
faucibus.
</blockquote>
<h4>Preformatted</h4>
<pre><code>i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + (i++);
deck.shuffle();
}
print 'It took ' + i + ' iterations to sort the deck.';</code></pre>
</div>
<div class="span-1-25">
<h3 class="major">Lists</h3>
<h4>Unordered</h4>
<ul>
<li>Lorem ipsum dolor sit.</li>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis viverra.</li>
</ul>
<h4>Alternate</h4>
<ul class="alt">
<li>Lorem ipsum dolor sit.</li>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis viverra.</li>
<li>Felis enim feugiat.</li>
</ul>
</div>
<div class="span-1-5">
<h4>Ordered</h4>
<ol>
<li>Lorem ipsum dolor sit.</li>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis viverra.</li>
<li>Felis enim feugiat.</li>
<li>Etiam vel felis lorem.</li>
</ol>
<h4>Actions</h4>
<ul class="actions">
<li><a href="#" class="button special color2">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions vertical">
<li><a href="#" class="button special color2">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
</div>
<div class="span-1-25">
<h4>Icons</h4>
<ul class="icons">
<li>
<a href="#" class="icon fa-twitter"
><span class="label">Twitter</span></a
>
</li>
<li>
<a href="#" class="icon fa-facebook"
><span class="label">Facebook</span></a
>
</li>
<li>
<a href="#" class="icon fa-instagram"
><span class="label">Instagram</span></a
>
</li>
<li>
<a href="#" class="icon fa-github"
><span class="label">GitHub</span></a
>
</li>
<li>
<a href="#" class="icon fa-medium"
><span class="label">Medium</span></a
>
</li>
</ul>
<h4>Contact Icons</h4>
<ul class="contact-icons color2">
<li class="icon fa-twitter"><a href="#">Twitter</a></li>
<li class="icon fa-facebook"><a href="#">Facebook</a></li>
<li class="icon fa-instagram"><a href="#">Instagram</a></li>
<li class="icon fa-github"><a href="#">GitHub</a></li>
<li class="icon fa-medium"><a href="#">Medium</a></li>
</ul>
</div>
<div class="span-3">
<h3 class="major">Table</h3>
<h4>Default</h4>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td>Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
</div>
<div class="span-3">
<h4>Alternate</h4>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td>Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
</div>
<div class="span-2-25">
<h3 class="major">Buttons</h3>
<ul class="actions">
<li><a href="#" class="button special color2">Special</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button large">Large</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions">
<li>
<a href="#" class="button special color2 icon fa-cog">Icon</a>
</li>
<li><a href="#" class="button icon fa-diamond">Icon</a></li>
</ul>
<ul class="actions">
<li>
<span class="button special color2 disabled">Disabled</span>
</li>
<li><span class="button disabled">Disabled</span></li>
</ul>
<ul class="actions">
<li>
<a href="#" class="button special color2 circle icon fa-cog"
>Icon</a
>
</li>
<li>
<a href="#" class="button circle icon fa-diamond">Icon</a>
</li>
</ul>
</div>
<div class="span-4-5">
<h3 class="major">Form</h3>
<form method="post" action="#">
<div class="field third">
<label for="demo-name">Name</label>
<input
type="text"
name="demo-name"
id="demo-name"
value=""
placeholder="Jane Doe"
/>
</div>
<div class="field third">
<label for="demo-email">Email</label>
<input
type="email"
name="demo-email"
id="demo-email"
value=""
placeholder="[email protected]"
/>
</div>
<div class="field third">
<label for="demo-category">Category</label>
<div class="select-wrapper">
<select name="demo-category" id="demo-category">
<option value="">-</option>
<option value="1">Manufacturing</option>
<option value="1">Shipping</option>
<option value="1">Administration</option>
<option value="1">Human Resources</option>
</select>
</div>
</div>
<div class="field quarter">
<input
type="radio"
id="demo-priority-low"
name="demo-priority"
class="color2"
checked
/>
<label for="demo-priority-low">Low Priority</label>
</div>
<div class="field quarter">
<input
type="radio"
id="demo-priority-high"
name="demo-priority"
class="color2"
/>
<label for="demo-priority-high">High Priority</label>
</div>
<div class="field quarter">
<input
type="checkbox"
id="demo-copy"
name="demo-copy"
class="color2"
/>
<label for="demo-copy">Email a copy</label>
</div>
<div class="field quarter">
<input
type="checkbox"
id="demo-human"
name="demo-human"
class="color2"
checked
/>
<label for="demo-human">Not a robot</label>
</div>
<div class="field">
<label for="demo-message">Message</label>
<textarea
name="demo-message"
id="demo-message"
placeholder="Enter your message"
rows="2"
></textarea>
</div>
<ul class="actions">
<li>
<input
type="submit"
value="Send Message"
class="special color2"
/>
</li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
</div>
</div>
</section>
<!-- Copyright -->
<div class="copyright">
© Untitled. Design: <a href="https://html5up.net">HTML5 UP</a>.
</div>
</div>
</div>
<div
class="fb-customerchat"
page_id="266330747402150"
minimized="true"
></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/main.js"></script>
<script>
window.fbAsyncInit = function () {
FB.init({
appId: "481635855658102",
autoLogAppEvents: true,
xfbml: true,
version: "v2.11",
});
};
(function (d, s, id) {
var js,
fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {
return;
}
js = d.createElement(s);
js.id = id;
js.src = "https://connect.facebook.net/en_US/sdk/xfbml.customerchat.js";
fjs.parentNode.insertBefore(js, fjs);
})(document, "script", "facebook-jssdk");
</script>
</body>
</html>