-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
84 lines (72 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<table cellspacing='20'>
<tr>
<td> <h1>SANU RAJ</h1>
<p><em>Associate consultant at <strong>the firm </strong>cubastion</em></p>
<p><br>I work as developer and consultant</p></td>
<td><img src="https://scontent.fpat3-2.fna.fbcdn.net/v/t1.6435-9/59342932_1212791685550825_8372823200618250240_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=e3f864&_nc_ohc=TnSfnQEvZLwAX9Q-wKO&_nc_oc=AQniMLSLYZM6x2Zjaop_vqd9xkRzbDfyoqk3GaBLYt1XS65zrIbMBd584c9U_HoI45emMHiDBiyRJrQsXBuVYUR9&_nc_ht=scontent.fpat3-2.fna&oh=00_AT9FewdaFp3GgyWWWKbcVFDT2fNmk1s1iA_lkS3niuMDFA&oe=6324D385" alt=""
height:"250px" width="500px" align: "center"></td>
</tr>
</table>
<hr size='3' >
<h3>The Projects and Work</h3>
<a href="hobbies.html">my hobbies</a>
<a href="contact.html">contact</a>
<h3>Work experience</h3>
<table>
<thead>
<tr>
<th>year</th>
<th>Done what</th>
</tr>
</thead>
<tbody>
<tr>
<td>2020</td>
<td>Graduated from ism</td>
<td> now here homes</td>
</tr>
<tr>
<td>2022</td>
<td>left cubastion</td>
<td>where to go</td>
</tr>
</tbody>
<tfoot>
<p>abc</p>
</tfoot>
</table>
<h3>skills</h3>
<table border="3px">
<tr>
<td>
<table>
<tr>
<td>IOS😊 </td>
</tr>
<tr>
<td>Web❤️</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>photo <br></td>
</tr>
<tr>
<td>paint</td>
</tr>
</table>
</td>
</tr>
</table>
<p><br></p>
</body>
</html>