-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (67 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Gaurav Agarwal</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="-IiwgjGp_400x400.jpg" alt="Gaurav Agarwal"></td>
<td>
<h1>I am the best version of my own</h1>
<p><em>Co-Founder of <strong> <a href="https://dealbuzzin.wordpress.com/"> DealBuzz </a></strong>.</em></p>
<p>I love to learn new technology and make my hands dirty with them.<br>Currenlty learning the business</p>
</td>
</tr>
</table>
<hr>
<h3>Books I have read</h3>
<ul>
<li>Rich Dad Poor Dad</li>
<li>As the Man Thinketh</li>
</ul>
<hr>
<table>
<thead>
<tr>
<th>Years</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2019- present</td>
<td>DealBuzz</td>
</tr>
<tr>
<td>2019</td>
<td>SAE INDIA</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing= "10">
<tr>
<td>App Dev</td>
<td>*****</td>
</tr>
<tr>
<td>Web Dev</td>
<td>****</td>
</tr>
<tr>
<td>Affiliate Marketing</td>
<td>*****</td>
</tr>
</table>
<hr>
<a href="C:\Users\PC\Desktop\WEB DEV\HTML GAURAV AGARWAL SITE\Hobbies.html">Hobiies</a>
<br>
<a href="C:\Users\PC\Desktop\WEB DEV\HTML GAURAV AGARWAL SITE\Contact.html">Contact Me</a>
<hr>
</body>
</html>