-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (75 loc) · 2.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aaron's Personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="images/aaron-circle.png" alt="Aaron's Profile">
</td>
<td>
<h1>Aaron Puthuvana Sam</h1>
<p><em><strong>FullStack Web Developer</strong> & <strong>App Developer</strong>.</em></p>
<p>Myself, a Btech Graduate at The College of Engineering Chengannur. Having acquired skills at Web Development platforms I have also experience in using HTML, CSS, JAVASCRIPT with backend platforms such as PHP. I have used MySql database for data storage. I am familiar in making Android Apps and have developed backend APIs. I do have a sound knowledge in Cloud Computing.</p>
</td>
</tr>
</table>
<hr>
<h3>Education and Qualifications</h3>
<ul>
<li>Graduated from <em><strong><a href="https://www.ceconline.edu/">College of Engineering Chengannur</a></strong> in Kerala, India</em>.</li>
<li>Pursued 12th grade from <em><strong><a href="http://mtrschool.org/Home/">Marthoma Residential School(ISC)</a></strong></em>.</li>
<li>Pursued 10th grade from <em><strong><a href="http://www.mmarschool.education/">Mathews Mar Athanasius Residential School(ICSE)</a></strong></em>.</li>
</ul>
<hr>
<h3>Work Experience</h3>
<table cellspacing="20">
<thead>
<th>Dates</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>01/07/19-01/08/19</td>
<td>Software Intern at Spectrum Softtech Solutions Pvt Ltd.</td>
</tr>
</tbody>
<tfoot></tfoot>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="20">
<tr>
<td>
<table>
<tr>
<td>HTML5</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<td>CSS3</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>PHP</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<td>MYSQL</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<h3><a href="hobbies.html">My Hobbies</a></h3>
<h3><a href="contact.html">Contact me</a></h3>
</body>
</html>