-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (63 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> Nandhitha's Personal site </title>
</head>
<body>
<table cellspacing="20">
<tr>
<td> <img src="nan.png" alt="Nandhitha's personal site" width="100" height="100"> </td>
<td> <h1> Nandhitha Amar </h1>
<p> <em></em> </p><a href="https://money.usnews.com/careers/best-jobs/software-developer">Software Developer</a>
<p> It is during our <a href="https://www.google.com/search?q=in+the+darkest+moments+of+our+lives&newwindow=1&client=firefox-b-d&bih=643&biw=1366&hl=en&sxsrf=ALeKk02YtOrVfuSzFYJSvx8E-iz5LD75UA%3A1626248820365&ei=dJbuYOLKFYqa4-EP8PurwAY&oq=darkest+moments&gs_lcp=Cgdnd3Mtd2l6EAMYAzIHCCMQsAMQJzIHCAAQRxCwAzIHCAAQRxCwAzIHCAAQRxCwAzIHCAAQRxCwAzIHCAAQRxCwAzIHCAAQRxCwAzIHCAAQRxCwAzIHCAAQRxCwAzIHCC4QsAMQQ0oECEEYAFAAWABg_7AGaAFwAngAgAH-AogB_gKSAQMzLTGYAQCqAQdnd3Mtd2l6yAEKwAEB&sclient=gws-wiz">Darkest Moments</a>that we must focus to see the <a href="https://www.merriam-webster.com/dictionary/the%20light%20of%20someone%27s%20life">Light </a></p>
</td>
</tr>
</table>
<hr>
<h3> Education</h3>
<ul>
<li>Bachelor in<a href=https://en.wikipedia.org/wiki/Computer_engineering> Computer Engineering</a></li>
<li>The complete <a href="https://www.computerscience.org/careers/web-developer/">Web Developer</a></li>
</ul>
<hr>
<h3>Resume</h3>
<table>
<thead>
<tr>
<th> Year </th>
<th> Studies </th>
</tr>
</thead>
<tbody>
</tbody>
<tr>
<td>2017 - 2021 </td>
<td> Bachleor in Computer_engineering </td>
</tr>
<tr>
<td>2002 - 2017 </td>
<td> Higher Schoolings </td>
</tr>
</table>
<hr>
<h3> Skills </h3>
<table cellspacing="10">
<tr>
<td> The complete Web development </td>
<td> ⭐⭐⭐⭐</td>
</tr>
<tr>
<td> The complete ios development </td>
<td> ⭐⭐⭐ </td>
</tr>
<tr>
<td> Problem Handling </td>
<td> ⭐⭐⭐ </td>
</tr>
</table>
<hr>
<a href="skills.html"> Passion</a>
<a href="contacts.html">Contact me</a></li>
</body>
</html>