-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (106 loc) · 2.01 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
<!DOCTYPE html>
<html>
<head>
<title>personal webpage</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body bgcolor="#EAF6F6">
<header>
<img style="height: 200px;width:150px;" src="https://www.theplace2.ru/cache/archive/miranda_kerr/img/miranda_kerr_swarovski_launch_in_austria_7215_11-gthumb-gwdata1200-ghdata1200-gfitdatamax.jpg">
<h3><strong>Riya Agrawal</strong></h3>
<p>university student </p>
<p>i am working to be a web developer. I love coffee.</p>>
</header>
<hr>
<main>
<h2>Books i have read</h2>
<ul>
<li>paulchoelo- alchemist</li>
<li>paulchoelo- winner stands alone</li>
<li>
amish trivedi-shiva trilogy
</li>
</ul>
<hr>
<h2><strong>Education</strong></h2>
<table cellspacing="20px">
<thead>
<th><strong>year</strong></th>
<th><strong>education level</strong></th>
</thead>
<tbody>
<tr>
<td>
2005-2015
</td>
<td>dav public school (highereducation)</td></tr>
<tr>
<td>
2015-2019
</td>
<td>
delhi public school(secondary edu.)
</td>
</tr>
<tr>
<td>2019-2020</td>
<td>rajasthan kota</td>
</tr>
</tbody>
</table>
<h2>skills</h2>
<table cellspacing="10px">
<tr>
<td>
<table>
<tr>
<td> web development </td>
<td>
⭐ ⭐ ⭐ ⭐
</td>
</tr>
<tr>
<td>html</td>
<td>⭐ ⭐ ⭐ ⭐</td>
</tr>
<tr>
<td>
css
</td>
<td>⭐ ⭐ ⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td> web development </td>
<td>
⭐ ⭐ ⭐ ⭐
</td>
</tr>
<tr>
<td>html</td>
<td>⭐ ⭐ ⭐ ⭐</td>
</tr>
<tr>
<td>
css
</td>
<td>⭐ ⭐ ⭐</td>
</tr>
</table>
</td>
</tr>
</table>
</main>
<hr>
<footer>
<nav>
<a href="#">My hobbies</a>
<a href="contact.html">contact me</a>
</nav>
</footer>
</body>
</html>