-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
100 lines (100 loc) · 4.53 KB
/
home.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
96
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<title>ประวัติส่วนตัว</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Athiti" rel="stylesheet">
</head>
<body>
<!--Header page like book cover-->
<header class="header-background">
<h1 class="header-text"><b>ประวัติส่วนตัว</b></h1><br>
<img src="profile.jpg" class="header-img"><br>
<p>
<h2 class="header-text-name">นายฐิติกร ผดุงเวทสวัสดิ์</h2>
<h2 class="header-text-name">Thitikorn Padungwatsawat</h2>
</p>
<a href="#basic_information" class="scroll-down">
<img src="img/arrow_icon.png" alt="Next Section">
</a>
</header>
<!--Information section for basic infprmation-->
<section>
<div class="information_section" id="basic_information">
<h1>ข้อมูลส่วนตัว<br>Persernal Information</h1><br>
<table class="table-center">
<tr>
<td class="td-center">
<img src="information_bg.jpg" alt="Image" class="information_bg">
</td>
<td>
<p class="information_format">
<h2 class="text-detail">ชื่อ-นามสกุล: นายฐิติกร ผดุงเวทสวัสดิ์<br>
ชื่อเล่น: แม็ก<br>
อายุ: 19 ปี<br>
กรุ๊ปเลือด: A<br>
วันเกิด: 23 พฤศจิกายน พ.ศ.2541<br>
น้ำหนัก: 47 กิโลกรัม<br>
ส่วนสูง: 166 เซนติเมตร<br>
เบอร์โทรศัพท์: 083-888-2241<br>
Facebook: <a href="https://www.facebook.com/maxthitikorn" style="color: #000000" class="no-underline">Thitikorn Padungwatsawat</a><br>
GitHub: <a href="https://github.com/maxlunla" style="color: #000000" class="no-underline">maxlunla</a></h2>
<p class="td-center" >
<a href="#education" class="scroll-down-n">
<img src="img/icon_arrow_black_n.png" alt="Next Section">
</a>
</p>
</td>
</tr>
</table>
</div>
</section>
<!--Education section for history of education-->
<section>
<div class="education" id="education">
<h1 class="edu-content">ประวัติทางการศึกษา<br>Education History</h1>
<div class="edu-bg">
<table>
<tr>
<td width="400px">
<img src="img/ITKMITL.jpeg" alt="Present" class="edu-img">
</td>
<td width="600px">
<p>
<h2>ปีการศึกษา 2560-ปัจจุบัน</h2><br>
คณะเทคโนโลยีสารสนเทศ (ชั้นปีที่2)<br>
สถาบันเทคโนโลยีพระจอมเกล้าเจ้าคุณทหารลาดกระบัง<br>
</p>
</td>
</tr>
</table>
</div>
<div class="edu-bg-n">
<table>
<tr>
<td width="400px">
<img src="img/NR.jpg" alt="Present" class="edu-img-n">
</td>
<td width="600px">
<h2>ปีการศึกษา 2554-2559</h2><br>
ระดับชั้นมัธยมศึกษา (วิทยาศาสตร์-คณิตศาสตร์)<br>
โรงเรียนฤทธิณรงค์รอน
</td>
</tr>
</table>
</div>
</section>
<!--More details will be add soon-->
<!--Footer section-->
<footer class="footer-bg">
<div>
<p class="footer-left">เว็บไซต์นี้เป็นส่วนหนึ่งของวิชา Web Technology (06016312)</p>
<p class="footer-right">©️ จัดทำโดย นายฐิติกร ผดุงเวทสวัสดิ์ (60070018)</p>
<a href="https://github.com/maxlunla/Web-Technology" target="_blank">
<img src="img/icon-github.png" class="img-resize">
</a>
</div>
</footer>
</body>
</html>