-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (81 loc) · 2.03 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> DDT's personal site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="image/DoDuyThanh.png" alt="Do Duy Thanh picture in Facebook" width="200" height="200"></td>
<td>
<h1>Do Duy Thanh</h1>
<p> <em>The founder of <strong><a href="https://www.facebook.com/profile.php?id=100004163495586">DDT company</a></strong> and DT flouris</em></p>
<p>I am an new engineering in web development field. I keen on coffee</p>
</td>
</tr>
</table>
<hr size="3" noshade>
<h3><strong>Education and school</strong></h3>
<ul>
<li>University: Ho Chi Minh University of Technology: Mechatronisc</li>
<li>High School: Le Hong Phong Highschool for the gifts</li>
<li>Secondary School: Can Duoc Secondary School</li>
</ul>
<hr size="3" noshade>
<h3> Work Experiences</h3>
<table cellspacing = 10>
<thead>
<th>Dates</th>
<th>Works</th>
</thead>
<tbody>
<tr>
<td>2020-2021 </td>
<td>Production engineering at SMC company</td>
</tr>
<tr>
<td>2018</td>
<td>Designer at Anh Duong Company </td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr size="3" noshade>
<h3>Skills</h3>
<table cellspacing=10>
<tr>
<td>Wed development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Matlab</td>
<td>⭐⭐</td>
</tr>
</table>
<hr size="3" noshade>
<h3>My Hobbies</h3>
<ul>
<li>Outside Activities</li>
<ul>
<li>Going Fishing</li>
<li>Going Camping</li>
<li>Eating Buffet</li>
</ul>
<li>Inside Activities</li>
<ul>
<li>Reading Books</li>
<li>Chating with Friends</li>
<li>Netflix and Chill</li>
<li>Learning Something News</li>
</ul>
</ul>
<hr size="3" noshade>
<h3><strong><i><a href="Contact.html">Contact me</a></i></strong></h3>
</body>
</html>