-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (88 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> 😀 personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td> <img src="160662362_467663487612555_9087898212788252353_n.jpg" alt="no img fund"></td>
<td>
<h1>Pratham Jagga</h1>
<p><em>founder an d cto of ap bre <strong>APP BREWERY</strong></em></p>
<p> I am an ios and web dev . i l ove cofee</p></td>
</tr>
</table>
<!-- <img
src="https://instagram.fixc5-1.fna.fbcdn.net/v/t51.2885-19/s320x320/160662362_467663487612555_9087898212788252353_n.jpg?tp=1&_nc_ht=instagram.fixc5-1.fna.fbcdn.net&_nc_ohc=UFKhrL0uuz0AX-AVoiA&edm=ABfd0MgBAAAA&ccb=7-4&oh=786303f0dc50f67a677cd9b5407a1472&oe=60B31E7E&_nc_sid=7bff83"
alt="no img fund"> -->
<hr>
<h3>educationn</h3>
<ul>
<li> <a href="https://google.co.in/">hello </a></li>
<li>hey there baby</li>
</ul>
<hr>
<h3>my hobbyz</h3>
<ol>
<li>lalalala <a href="https://gg.com/">jj</a></li>
<li>kakakakkaka</li>
</ol>
<hr>
<a download href="i.com" > download</a>
<a href="hobbies.html"> hobbyx</a>
<a href="contact.html">coontact me</a>
<h3><a href="C:\Users\Pratham Jagga\Documents\Pratham JAGGA.docx">My CV <br> woek exp</a> <br></h3>
<p>lead dev at tempo up 2777-8889</p>
<p>neurosciences</p>
<hr>
<table border="1px">
<thead>
<tr>
<th>date</th> <th>work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2010</td>
<td>lead decvekl</td>
</tr>
<tr>
<td>6767-8989</td>
<td>lead dev</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>
SKILLS
</h3>
<table border="1 px">
<thead>
<tr>
<td>skill</td>
<td>rating</td>
<td>skill</td>
<td>rating</td>
</tr>
<tr>
<td>
web dev
</td>
<td>***</td>
<td>app dev</td>
<td>**</td>
</tr>
<tr>
<td>hey there</td>
<td>^^^^^</td>
<td>ntg</td>
<td>*****</td>
</tr>
</thead>
</table>
</body>
</html>