-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
83 lines (61 loc) · 3.37 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
<!Doctype html>
<html>
<head>
<title>
About Me
</title>
<link href="css/reset.css"type="text/css"rel="stylesheet"/>
<link href="css/styles.css"type="text/css"rel="stylesheet"/>
</head>
<body>
<header >
<h1>All About Me!!</h1>
</header>
<main>
<table style="width:40%">
<tr>
<th class="toph1"> Past ( Like to do)</th>
<th class="toph1"> Present ( Doin now)</th>
<th class="toph1"> Future (Love to dev)</th>
</tr>
<tr>
<td class="td1"><img src="img/bartender.jpg" width="511" height="250" alt="current job">
</br>I am Poramase Tong (PT) I came from Thailand last 10 years ago. I have worked in restaurant
industry over 10 years. I am bartender and manager to help them grow hugh profit.
</br>
</td>
<td class="td1"><img src="img/codefellows.jpg" width="511" height="250" alt="current job">
<br> for better carreer !!! to go to study at codefellows to be
software developer is to change my future!!
</td>
<td class="td1"><img src="img/python1.jpg" width="511" height="250" alt="current job">
<br> future will be what I love to do and really want to be "Python develop & AI and Machine Learning"
</td>
</tr>
<tr>
<th class="toph1">Can't wait to go visit</th>
<th class="toph1">As job seeker</th>
</tr>
<td class="td1"><img src="img/japan.jpg" width="511" height="250" alt="current job"></br>
<ol class="table">
<li>Tokyo</li>
<li>Maldives</li>
<li>Paris</li>
<li>Venice</li>
<li>Taj Mahal</li>
<li>Great Wall of China</li>
<li>Pyramids of Giza</li>
<li>Santorini</li>
<li>London</li>
<li>Singapore</li>
</ol>
</td>
<td class="td1"><img src="img/Jobseek.jpg" width="511" height="250" alt="current job"></br>
</td>
</table>
</main>
<footer>
</footer>
<script src="js/app.js" type="text/javascript"> </script>
</body>
</html>