-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (87 loc) · 2.34 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Hongsin's personal side</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Image/Profile.png" alt="AING HONGSIN Profile"></td>
<td>
<h1>AING HONGSIN</h1>
<p><em>Frashman af the <strong><a href="http://itc.edu.kh/">Institute of Technology of Cambodia</a>.
</strong></em></p>
<p>I ame a freeshman in <strong>Intstitute of Technology of Cambodia
</strong> in <strong>Department of
Foundation Year</strong>. I stude the foundation in 2 year.
When a till year 3 I
study in <strong>Department of Information Communication Egineering</strong>.
</p>
</td>
</tr>
</table>
<hr side=3>
<h3>Educaiton</h3>
<ul>
<li>Secondery School: Samdach Techo Humsen Stueng Trang</li>
<li>High School: <a href="https://www.beltei.edu.kh/eng/index.php?option=com_content&view=article&id=889%20target=_blank">Beltei Internetional school Campus 7</a></li>
<li>University: <a href="http://itc.edu.kh/">Institute of Technology of Cambodia</a></li>
</ul>
<hr>
<h3>School</h3>
<table border=1>
<thead>
<tr>
<th>Date</th>
<th>School or University</th>
</tr>
</thead>
<tbody>
<tr>
<td>2018-2019</td>
<td>Beltei Internetional School Campus 7</td>
</tr>
<tr>
<td>2019</td>
<td>Institute of Technology of Cambodia</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skill</h3>
<table celspacing="10">
<tr>
<td>
<table>
<tr>
<td>Python</td>
<td>⭐️⭐️⭐️⭐️</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐️⭐️</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Photography</td>
<td>⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Github</td>
<td> ⭐️</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="hobbie.html">My Hobbie</a>
<br>
<a href="contectme.html">Contect Me</a>
</body>
</html>