-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (92 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Rahul Milan</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td> <img src="https://pbs.twimg.com/profile_images/594161373703188480/1cjg0aMs_400x400.png" alt="image unavaliable">
</td>
<td>
<h1>Rahul Milan</h1>
<p><em>student in NMIT</em> and is interested in<b> knowing and learning
things</b></p>
<p>i like to read books and do stuff and <a href="https://www.google.com/">google</a> stuff online and
listen to music</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<p>i attende <a href="https://www.google.com/search?q=st+francis+school+hongasandra&sxsrf=AOaemvKb32CJAboo4P3IlgeSXtJx0j1FHQ:1635252842471&source=lnms&tbm=isch&sa=X&ved=2ahUKEwje1avGj-jzAhUP73MBHQiiBeEQ_AUoAnoECAEQBA&biw=1280&bih=635&dpr=1.5">ST
francis school of ICSE</a> form 1st to 10th
grade and later Narayana per university collage for my 11th and 12th grade
</p>
<ul>
<li>i am bigginer web developer</li>
<li>i am going to be the an intermediate web developer</li>
<li>i am gonna make my own website and later sell my services to other people</li>
</ul>
<hr>
<h3>My Hobbies</h3>
<ol>
<li>i like to read books</li>
<li>i play all sorts of games</li>
<li>i like to learn new things</li>
</ol>
<table border="1">
<thead>
<tr>
<td>TimeLine</td>
<td>Achivements</td>
</tr>
</thead>
<tbody>
<tr>
<td>2001-2018</td>
<td> kabk ksadjb</td>
</tr>
<tr>
<td>2018-2020</td>
<td>lisad j bdka j</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills </h3>
<table border="2" cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>IOS Dev</td>
<td>★★★★★</td>
</tr>
<tr>
<td>hacking</td>
<td>★★★</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>andoid apps</td>
<td>★★★</td>
</tr>
<tr>
<td>listening</td>
<td>★★</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="contact.html">
<h4>contact me 🖁</h4>
</a>
</body>
</html>