-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (60 loc) · 2.38 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
<!DOCTYPE html>
<html lang="th">
<head>
<title>Index</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="image/favicon.ico">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="content">
<div class="profile">
<div id="profile_image">
<a href="https://www.cpall.co.th/">
<img src="img/pexels-photo-771742.webp" title="profile_image" class="profile_image"/>
</a>
</div>
<div id="profile_info" style="padding: 20px;">
<h1>Thaninrat Thanatharavat</1>
<h2>CPALL Co., Ltd.</h2>
<a href="contact.html" class="contact"><h2>Contact</h2></a>
<h3>ความสนใจ : เล่นเกม เขียนโคด แค้มป์ปิ้ง
</h3>
</div>
</div>
<div style="width:100%; display:flex;">
<div style="width:60%;">
<h2>ประวัติการทำงาน</h2>
<table style="width: 90%;" >
<thead>
<tr>
<th>Year</th>
<th>Company</th>
</tr>
</thead>
<tbody>
<tr>
<td>2014 - 2016</td>
<td>Apple Inc.</td>
</tr>
<tr>
<td>2016 - 2018</td>
<td>Amazon. com, Inc.</td>
</tr>
<tr>
<td>2018 - 2024</td>
<td>Pride Tech Studio</td>
</tr>
<tr>
<td>2024 - present</td>
<td>CPALL Co., Ltd.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</body>
</html>