-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (61 loc) · 1.71 KB
/
index.html
File metadata and controls
67 lines (61 loc) · 1.71 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sakshi personal site</title>
</head>
<body>
<table><tr>
<td><img src="sas-modified.png" alt="sakshi profile picture" height="200"></td>
<td><h1>SAKSHI KUMARI</h1>
<p><em>student at nit patna(<strong>electrical engineering</strong>)</em></p>
<p>learning <strong>C</strong>,<strong>web development</strong> and <strong>stock marketing</strong> </p></td>
</tr></table>
<h3>SCHOOLING</h3>
<hr>
<ul>
<li>S.T john's Academy</li>
<li>Oxford senior secondary school</li>
<li>NIT patna</li>
</ul>
<a href="hobbies.html">My hobbies</a><br>
<a href="contact details.html">My contact details</a>
<hr>
<table cellspacing="20">
<thead>
<tr>
<th>Dates</th>
<th>work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2020</td>
<td>STUDENT</td>
</tr>
</tbody>
</table>
<hr>
<h3>SKILLS</h3>
<table celllspacing="10">
<tr>
<td >coding</td>
<td>✨✨✨</td>
</tr>
<tr>
<td >web development</td>
<td>✨✨✨</td>
</tr>
<tr>
<td>photgraphy</td>
<td>✨✨✨</td>
</tr>
<tr>
<td>drawing</td>
<td>✨✨✨✨</td>
</tr>
</table>
</body>
</html>