-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
662 lines (645 loc) · 20.7 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
658
659
660
661
662
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="shortcut icon"
href="./assets/images/badge.png"
type="image/x-icon"
/>
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<!-- bootstrap icons -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<!-- AOS -->
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<!-- CSS -->
<link rel="stylesheet" href="./assets/css/style.css" />
<title>Tonal Mathew</title>
</head>
<body
class="text-light"
data-bs-spy="scroll"
data-bs-target="#navbar"
data-bs-offset="0"
tabindex="0"
>
<!-- navbar: start -->
<nav
id="navbar"
class="navbar navbar-expand-lg fixed-top navbar-dark bg-color"
>
<div class="container-fluid">
<a class="navbar-brand animation" href="#home">tonalmathew</a>
<button
class="navbar-toggler menu-icon animation"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<i class="bi bi-list text-light fs-1"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item mx-2">
<a
class="nav-link active animation"
aria-current="page"
href="#home"
>Home</a
>
</li>
<li class="nav-item mx-2">
<a class="nav-link animation" href="#about">About</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link animation" href="#skills">Skills</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link animation" href="#projects">Projects</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link animation" href="#contact">Contact</a>
</li>
<!-- <li class="nav-item mx-2">
<a class="nav-link animation" href="./assets/resume/TONAL MATHEW.pdf">Resume</a>
</li> -->
</ul>
</div>
</div>
</nav>
<!-- navbar: end -->
<!-- home: start -->
<section id="home" style="min-height: 100vh">
<div class="container">
<div
data-aos="fade-up"
class="d-flex flex-column justify-content-center"
style="height: 550px"
>
<h1
class="mx-auto fw-light fst-italic animation"
style="display: inline-block !important"
>
Hello, I'm
<span class="name" style="color: #5f5dbd; font-weight: 900">
Tonal Mathew</span
>.
</h1>
<h2 class="mx-auto fw-light fst-italic animation mt-3">
I'm a full-stack web developer
</h2>
</div>
</div>
<div class="col-4 col-md-2 mx-auto">
<a
class="
about-me
d-flex
flex-column
justify-content-center
text-decoration-none text-light
"
href="#about"
data-aos="fade-up"
>
<p class="d-flex justify-content-center animation mb-0">ABOUT ME</p>
<div class="d-flex justify-content-center">
<i class="bi bi-arrow-down fs-5"></i>
</div>
</a>
</div>
</section>
<!-- home: end -->
<!-- about: start -->
<section id="about" class="p-4" style="min-height: 100vh">
<div class="container container-card" data-aos="fade-up">
<div class="heading text-center" data-aos="fade-right">
<h1 class="tab pt-5 pb-3 text-uppercase animation">About Me</h1>
</div>
<div class="text-center">
<img
class="mx-auto m-1"
src="./assets/images/badge.png"
style="width: 20%"
alt="tonalmathew"
data-aos="fade-up"
/>
<p class="mt-3 fw-bold" data-aos="fade-up">
B.tech computer science and Engineering Graduate | Self-taught
full-stack web developer
</p>
<p class="fw-normal" data-aos="fade-up">
My name is Tonal Mathew, I'm a full-stack web developer.
I had my Bachelor’s Degree in Computer Science and
Engineering from Amal Jyothi College of Engineering Kerala, India. I
am very passionate about learning new things and I like to
experiment with new technologies and techniques. I always strive to
write elegant and efficient code.
</p>
</div>
</div>
</section>
<!-- about: end -->
<!-- skills: start -->
<section id="skills" class="p-4" style="min-height: 100vh">
<div class="container container-card" data-aos="fade-up">
<div class="heading text-center" data-aos="fade-right">
<h1 class="tab pt-5 pb-3 text-uppercase animation">Skills</h1>
</div>
<div
data-aos="fade-up"
class="progress bg-progress-bar inner-shadow shadow-progress my-5 rounded-pill"
style="height: 35px"
>
<div
class="
progress-bar
rounded-pill
bg-progress
fw-bold
fs-6
text-start
p-3
text-light
"
role="progressbar"
aria-valuenow="85"
aria-valuemin="0"
aria-valuemax="100"
style="width: 85%"
>
HTML
</div>
</div>
<div
data-aos="fade-up"
class="progress bg-progress-bar inner-shadow shadow-progress my-5 rounded-pill"
style="height: 35px"
>
<div
class="
progress-bar
rounded-pill
bg-progress
fw-bold
fs-6
text-start
p-3
text-light
"
role="progressbar"
aria-valuenow="85"
aria-valuemin="0"
aria-valuemax="100"
style="width: 85%"
>
CSS
</div>
</div>
<div
data-aos="fade-up"
class="progress bg-progress-bar inner-shadow shadow-progress my-5 rounded-pill"
style="height: 35px"
>
<div
class="
progress-bar
rounded-pill
bg-progress
fw-bold
fs-6
text-start
p-3
text-light
"
role="progressbar"
aria-valuenow="75"
aria-valuemin="0"
aria-valuemax="100"
style="width: 75%"
>
Javascript
</div>
</div>
<div
data-aos="fade-up"
class="progress bg-progress-bar inner-shadow shadow-progress my-5 rounded-pill"
style="height: 35px"
>
<div
class="
progress-bar
rounded-pill
bg-progress
fw-bold
fs-6
text-start
p-3
text-light
"
role="progressbar"
aria-valuenow="70"
aria-valuemin="0"
aria-valuemax="100"
style="width: 70%"
>
Vue js
</div>
</div>
<div
data-aos="fade-up"
class="progress bg-progress-bar inner-shadow shadow-progress my-5 rounded-pill"
style="height: 35px"
>
<div
class="
progress-bar
rounded-pill
bg-progress
fw-bold
fs-6
text-start
p-3
text-light
"
role="progressbar"
aria-valuenow="70"
aria-valuemin="0"
aria-valuemax="100"
style="width: 70%"
>
Node.js
</div>
</div>
</div>
</section>
<!-- skills: end -->
<!-- projects: start -->
<section id="projects" class="p-4" style="min-height: 100vh">
<div class="container container-card" data-aos="fade-up">
<div class="heading text-center" data-aos="fade-right">
<h1 class="tab pt-5 mb-5 pb-5 text-uppercase animation">Projects</h1>
</div>
<div class="row">
<div class="col-12 col-sm-6 col-md-4 col-lg-3 my-3">
<div data-aos="fade-up" class="h-100">
<div class="card inner-shadow text-light bg-light m-2 h-100">
<div class="card-body text-center">
<h5 class="card-title">Treasure Hunt</h5>
<h6
class="
card-subtitle
mb-2
badge
rounded-pill
lang-pill
bg-secondary
"
>
Vue Js
</h6>
<h6
class="
card-subtitle
mb-2
badge
rounded-pill
lang-pill
bg-secondary
"
>
Node js
</h6>
<h6
class="
card-subtitle
mb-2
badge
rounded-pill
lang-pill
bg-secondary
"
>
Express js
</h6>
<h6
class="
card-subtitle
mb-2
badge
rounded-pill
lang-pill
bg-secondary
"
>
Mongodb
</h6>
<p class="card-text">
A web app to play Treasure Hunt. Build using MEVN stack
</p>
</div>
<div class="card-footer mx-auto pb-4">
<a
href="https://treasure-hunt-comp.web.app/"
class="btn btn-outline-light rounded-pill animation"
>view more</a
>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 my-3">
<div data-aos="fade-up" class="h-100">
<div class="card inner-shadow text-light bg-light m-2 h-100">
<div class="card-body text-center">
<h5 class="card-title">Tele-Bot</h5>
<h6
class="
card-subtitle
mb-2
badge
rounded-pill
lang-pill
bg-secondary
"
>
Node js
</h6>
<h6
class="
card-subtitle
mb-2
badge
rounded-pill
lang-pill
bg-secondary
"
>
Telegram API
</h6>
<p class="card-text">
A telegram bot which will return your github profile
details. Build using Node js and Telegram API
</p>
</div>
<div class="card-footer mx-auto pb-4">
<a
href="https://github.com/tonalmathew/tele-bot"
class="btn btn-outline-light rounded-pill animation"
>view more</a
>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 my-3">
<div data-aos="fade-up" class="h-100">
<div class="card inner-shadow text-light bg-light m-2 h-100">
<div class="card-body text-center">
<h5 class="card-title">E-Serviour</h5>
<h6
class="
card-subtitle
mb-2
badge
rounded-pill
lang-pill
bg-secondary
"
>
PHP
</h6>
<h6
class="
card-subtitle
mb-2
badge
rounded-pill
lang-pill
bg-secondary
"
>
HTML
</h6>
<p class="card-text">
A web app to that makes placing orders in hotels faster and
easier. Build using PHP and HTML
</p>
</div>
<div class="card-footer mx-auto pb-4">
<a
href="https://github.com/tonalmathew/e-serviour"
class="btn btn-outline-light rounded-pill animation"
>view more</a
>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 col-lg-3 my-3">
<div data-aos="fade-up" class="h-100">
<div class="card inner-shadow text-light bg-light m-2 h-100">
<div class="card-body text-center">
<h5 class="card-title">Scheduler</h5>
<h6
class="
card-subtitleup
up up up
mb-2
badge
rounded-pill
lang-pill
bg-secondary
"
>
Vuejs
</h6>
<h6
class="
card-subtitle
mb-2
badge
rounded-pill
lang-pill
bg-secondary
"
>
Node js
</h6>
<h6
class="
card-subtitle
mb-2
badge
rounded-pill
lang-pill
bg-secondary
"
>
Express js
</h6>
<h6
class="
card-subtitle
mb-2
badge
rounded-pill
lang-pill
bg-secondary
"
>
Mongodb
</h6>
<p class="card-text">
A web app to schedule and organize events by selecting dates
from calender
</p>
</div>
<div class="card-footer mx-auto pb-4">
<a
href="https://github.com/tonalmathew/scheduler"
class="btn btn-outline-light rounded-pill animation"
>view more</a
>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- projects: end -->
<!-- contact: start -->
<section id="contact" class="p-4" style="min-height: 100vh">
<div class="container container-card" data-aos="fade-up">
<div class="heading text-center" data-aos="fade-right">
<h1 class="tab pt-5 mb-5 pb-5 text-uppercase animation">Contact</h1>
</div>
<div class="row" data-aos="fade-up">
<div class="col-11 col-sm-10 mx-auto">
<h6 class="fw-bold pb-3 animation">Have any queries?</h6>
<form
action="https://getform.io/f/772db7eb-c6a7-4ed3-a90b-1dbe4050d0d1"
method="POST"
>
<div class="mb-3" data-aos="fade-up">
<label for="exampleInputEmail1" class="form-label animation"
>Name</label
>
<input
type="text"
name="name"
class="form-control rounded-pill"
placeholder="Enter your name"
required
/>
</div>
<div class="mb-3" data-aos="fade-up">
<label for="exampleInputEmail1" class="form-label animation"
>Email address</label
>
<input
type="email"
name="email"
class="form-control rounded-pill"
id="exampleInputEmail1"
aria-describedby="emailHelp"
placeholder="Enter your email"
required
/>
</div>
<div class="mb-3" data-aos="fade-up">
<label for="exampleInputEmail1" class="form-label animation"
>Message</label
>
<textarea
type="text"
name="message"
class="form-control rounded-textarea"
placeholder="Enter your message"
id="floatingTextarea2"
style="height: 100px"
required
></textarea>
</div>
<div data-aos="fade-up">
<button
type="submit"
class="btn btn-outline-light rounded-pill animation"
>
Submit
</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- contact: end -->
<!-- footer: start -->
<footer id="footer" class="p-3" style="background-color: #1b1c38">
<div class="container p-3">
<h6 class="text-center pb-3">You can reach out to me on,</h6>
<div class="icons text-center">
<a
class="text-decoration-none text-light mx-3 my-0 animation"
href="https://github.com/tonalmathew"
>
<i class="bi bi-github fs-3"></i>
</a>
<a
class="text-decoration-none text-light mx-3 my-0 animation"
href="https://www.linkedin.com/in/tonal-mathew/"
>
<i class="bi bi-linkedin fs-3"></i>
</a>
<a
class="text-decoration-none text-light mx-3 my-0 animation"
href="https://twitter.com/tonalmathew"
>
<i class="bi bi-twitter fs-3 "></i>
</a>
</div>
<p class="text-center mt-4">
Copyright © 2021 Tonal Mathew. All right reserved
</p>
</div>
</footer>
<!-- footer: end -->
<!-- jquery -->
<script
src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"
type="text/javascript"
></script>
<!-- Bootstrap Bundle with Popper -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<!-- custom js -->
<script src="./assets/js/index.js"></script>
</body>
</html>