-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (75 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Dinh's Personal Site</title>
</head>
<body>
<!-- <img h src="image/dinh.png" alt="dinh picture"> -->
<table cellspacing="20">
<tr>
<td><img height="200px" src="image/dinh1.png" alt=""></td>
<td>
<h1>Le Nguyen Nhut Dinh</h1>
<p><em>Student of <a href="https://duytan.edu.vn/"><strong>Duy Tan University</strong></a></em></p>
<p>I am a Web Development. I like read book and play badminton.</p>
</td>
</tr>
</table>
<hr size="2" noshade>
<h3>Education</h3>
<ul>
<li><a href="https://www.w3schools.com/cpp/cpp_oop.asphttps://www.w3schools.com/cpp/cpp_oop.asp">Object oriented C++</a></li>
<li><a href="https://www.e2school.com/">English</a></li>
<li><a href="https://www.edx.org/course/subject/engineering">Software Engineering</a></li>
</ul>
<hr size="2" noshade>
<h3>Experience</h3>
<table cellspacing="20">
<thead>
<tr>
<th>Date</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2018-2020</td>
<td>Learn</td>
</tr>
<tr>
<td>2020-2022</td>
<td>Absent</td>
</tr>
</tbody>
<tfoot></tfoot>
</table>
<hr size="2" noshade>
<h3>Skill</h3>
<table cellspacing="20">
<td>
<table>
<tr>
<td>Web</td>
<td>⭐⭐⭐⭐</td>
<tr>
<td>Photography</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Web</td>
<td>⭐⭐⭐⭐</td>
<tr>
<td>Photography</td>
<td>⭐⭐⭐⭐⭐</td>
</table>
</td>
</table>
<hr size="2" noshade>
<h3><a href="myhobbies.html">My Hobbies</a> <a href="Contact.html">Contact</a></h3>
</body>
</html>