-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (86 loc) · 2 KB
/
index.html
File metadata and controls
91 lines (86 loc) · 2 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>🌹 Faisal's Personal Site 🌹</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Mypics.png" alt="faisal's profile picture"></td>
<td><h1>Faisal Melevilakkathil</h1>
<p><em>Software Developer at <strong><a href="https://www.ust-global.com/">UST Global</a></strong><br>
Trivandrum</em></p><br>
<p>I am Faisal Melevilakkathil. More than 3 years experience in Software Development. Currently working in Java,SpringBoot and Apache Camel.</p>
<br></td>
</tr>
</table>
<hr size="2" noshade>
<h3>Institutional Background</h3>
<ul>
<li>TSS Vadakkangara</li>
<li>GBHSS Manjeri</li>
<li>GEC Idukki</li>
</ul>
<hr size="2" noshade>
<h3>Work Experience</h3>
<table border="1" cellspacing="10">
<thead>
<tr>
<td><strong>Date</strong></td>
<td><strong>Work</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td>2016-2017</td>
<td>SMEC Labs</td>
</tr>
<tr>
<td>2017-2020</td>
<td>UST Global</td>
</tr>
</tbody>
</table>
<br>
<hr size="2" noshade>
<h3>Skills</h3>
<table border="1" cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>Java</td>
<td>★★★★</td>
</tr>
<tr>
<td>SpringBoot</td>
<td>★★★★</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>
<table>
<tr>
<td>Apache Camel</td>
<td>★★★★</td>
</tr>
<tr>
<td>HTML</td>
<td>★★</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<a href="MyHobbies.html">My Hobbies</a><br>
<a href="MyContact.html">My Contact</a><br>
</body>
</html>