-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (73 loc) · 2.03 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" dir="ltr">
<head>
<meta charset="utf-8">
<title>Namala Lokesh's Personal Site</title>
</head>
<body>
<table>
<tr>
<td><img src="Images/Loki_pic.jpg" alt="Image of Namala Lokesh"></td>
<td><h1>Namala Lokesh</h1>
<p><em>Founder of <strong><a href="http://www.breathtakingshortstories.tk/">'Enthralling Stories'</a></strong>.</em></p>
<p>Thanks for being here, I am Namala Lokesh. You can call me Loki. I love coding and building things. I built this site because I want you to know me and what my future projects are about. STAY CONNECTED.</p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<table border="1">
<thead>
<th>Years</th>
<th>Education</th>
<th>Where</th>
</thead>
<tr>
<td>2015</td>
<td>High School</td>
<td>SPR School of Excellence</td>
</tr>
<tr>
<td>2015-2017</td>
<td>Intermediate</td>
<td>Accent Academy</td>
</tr>
<tr>
<td>2017-present</td>
<td>Engineering</td>
<td>CVR College of Engineering</td>
</tr>
</table>
<hr>
<h3>My future projects.</h3>
<ul>
<li>Build a site like Amazon for books.</li>
<li>Build a site, where people can write their stories and get feedback.</li>
<li>Finally, build my own game.</li>
</ul>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>C</td>
<td>⭐⭐⭐⭐</td>
<td>HTML</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Java</td>
<td>⭐⭐⭐⭐</td>
<td>CSS</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
<h3>What I like ?</h3>
<ol>
<li><a href="https://www.amazon.in/books-meluha-nagas-vayuputras-trilogy/dp/B01JUEOBPG">Books</a></li>
<li><a href="https://en.wikipedia.org/wiki/Fight_Club">Movies</a></li>
<li><a href="https://toucharcade.com/2014/02/13/only-one-review/">Games</a></li>
</ol>
<hr>
<a href="contact.html">Contact me</a>
</body>
</html>