-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (97 loc) · 3.44 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Srinaath's Personal Site💖</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="">
</head>
<body>
<table cellspacing="10" >
<tr>
<td><img src="https://i.pinimg.com/236x/09/6e/8b/096e8bfa3ecf3bcf2f65a43c479114d8.jpg" alt="First Love Yourself💖🐱🏍"></td>
<td><h1>Srinaath</h1>
<p><strong><em>You know who I Am!!! <a href="https://mail.google.com/mail/u/0/?dispatcher_command=master_lookup#inbox">Hello🎯</a> </em></strong></p>
<p>Iam an IOS and Web developer. I love coffee and brew my own beers</p> </td>
</tr>
</table>
<hr>
<h3><u>Education</u></h3>
<ul>
<li>The Complete iOS App Development Bootcamp🍎</li>
<li>The Complete Web Development Bootcamp 👀✨</li>
</ul>
<hr>
<h3><u>Work Experience</u></h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2010-13</td>
<td>Lead Reasercher at Tengo App</td>
</tr>
<tr>
<td>2010</td>
<td>Researcher at Institute of Cognitive Science</td>
</tr>
</tbody>
</table>
<hr>
<h3><u>Talents</u></h3>
<table cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>iOS Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Photography</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table>
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Painting</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="hobbies.html"><h3> My Hobbies</h3></a>
<hr>
<hr>
<a href="contact me.html"><h3>Contact me !! ☎💌</h3></a>
<script src="" async defer></script>
</body>
</html>