-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (64 loc) · 1.61 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>
<head>
<meta charset="utf-8">
<title>Sakshi's personal site</title>
</head>
<body>
<table>
<tr>
<td><img src="https://media.licdn.com/dms/image/D5603AQGm-tNtvj44dA/profile-displayphoto-shrink_800_800/0/1691049690101?e=2147483647&v=beta&t=rPDr-2cpI2fWtI6muZ3SNgmkmUH7IF-q4R-4xMfGUjE" alt="Sakshi profile picture">
<td><h1>Sakshi Ghoti</h1>
<p><em>Founder and CTO of <strong><a href="https://www.appbrewery.co/">The App Brewery</a></strong>.</em></p>
<p>I am an web Developer.I love Tea and coffee.</p>
</tr>
</table>
<hr>
<h3>Books and Teaching</h3>
<ul>
<li>The Complete App development Bootcamp</li>
<li>The Complete Web development Bootcamp</li>
</ul>
<h3>Work Experience</h3>
<table border="1">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tr>
<td>2010-2013</td>
<td>Lead Developer at Tempo App</td>
</tr>
<tr>
<td>2018</td>
<td>Researcher at The Institute of Cognitive Neurosciences</td>
</tr>
</tbody>
</table>
<tr>
<a href=" contact.me.html"> Contact Me</a>
</tr>
<a href=" hobbies.html"> My Hobbies </a>
<h3>Skills</h3>
<table>
<tr>
<td>iOS Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web developer</td>
<td>⭐⭐⭐⭐⭐</td>
<tr>
</tr>
<td>Photography</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>painting</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
</body>
</html>