-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
124 lines (102 loc) · 2.39 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> Devang's Personal site ★☆</title>
</head>
<body>
<table cellspacing=20>
<tbody>
<tr>
<td>
<img src="IMG_20190721_133951.jpg" alt="Profile Picture of Devang Chheda" height="400" width="500">
</td>
<td>
<h1> Devang Chheda </h1>
<p>
<em> <strong>Founder and CEO </strong>of a Start-Up company </em>
</p>
<p>
I am Devang Chheda, completed BE from Mumbai and studying Masters in Australia.
</p>
</td>
</tr>
</tbody>
</table>
<hr />
<!-- <hr size="3" noshade /> -->
<h3><strong>Education</strong></h3>
<ul>
<li>
B.E - D.J Sanghvi College of Engineering
</li>
<li>
M.E- University of New South Wales
</li>
</ul>
<h3><strong>Hobbies</strong> </h3>
<ol>
<li>
<a href="https://store.steampowered.com/">Playing Games</a>
</li>
<li>
Sleeping
</li>
</ol>
<h3> Skills</h3>
<table>
<table border=1>
<tr>
<td>
<table>
<tbody>
<tr>
<td>
iOS Development
</td>
<td>
⭐⭐⭐⭐⭐
</td>
</tr>
<tr>
<td>
Web Development
</td>
<td>
⭐⭐
</td>
</tr>
</tbody>
</table>
</td>
<td>
<table>
<tbody>
<tr>
<td>
Photography
</td>
<td>
⭐⭐
</td>
</tr>
<tr>
<td>
Painting
</td>
<td>
⭐
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</table>
</table>
<a download href="https://web.stanford.edu/group/csp/cs21/htmlcheatsheet.pdf">Download HTML cheatsheet</a><br />
<a href="#">Go to Top</a> <br />
<a href="contact.html">Contact me</a>
</body>
</html>