-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (67 loc) · 2.93 KB
/
index.html
File metadata and controls
71 lines (67 loc) · 2.93 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>About</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Kanit&display=swap" rel="stylesheet">
</head>
<body>
<!-- <img class="imgbg" src="./bg1.jpg" alt=""> -->
<h1 class="texthead">Profile Rapeekhung</h1>
<div class="box">
<div>
<img src="./img/profile.jpg" alt="" class="profile">
</div>
<div class="iconbox">
<img class="icon" src="https://img.icons8.com/nolan/64/000000/facebook-new.png">
<img class="icon" src="https://img.icons8.com/nolan/64/000000/linkedin.png">
<img class="icon" src="https://img.icons8.com/nolan/64/000000/github.png">
<img class="icon" src="https://img.icons8.com/nolan/64/000000/instagram-new.png">
</div>
<div class="textbox">
<div class="text">
<p>ชื่อ: ระพีพันธ์ มูนไทย</p>
<p>ชื่อเล่น: ระพี</p>
<p>วันเกิด: 5 กันยายน 2542</p>
<p>อายุ: 19 ปี</p>
<p>ราศี: สิงห์</p>
<p>รหัสนักศึกษา: 61070181</p>
<p>กรุ๊ปเลือด: B</p>
<p>E-mail: 61070181@kmitl.ac.th</p>
<img src="https://img.icons8.com/nolan/64/000000/map.png" class="map">
<p class="p1">Chonburi Thailand</p>
</div>
</div>
<h2 class="ed">การศึกษา</h2>
<hr>
<div class="container ">
<div class="card">
<img src="./img/images.png" alt="">
<div class="cardtext">
<h4>โรงเรียนอนุบาลบ่อทอง</h4>
<p>อนุบาล-ประถม</p>
</div>
</div>
<div class="card">
<img src="./img/view1.jpg" alt="">
<div class="cardtext">
<h4>โรงเรียนบ่อทองวงษ์จันทร์วิทยา</h4>
<p>มัธยมศึกษา</p>
</div>
</div>
<div class="card">
<img src="./img/kmitl.jpg" alt="">
<div class="cardtext">
<h4>สถาบันเทคโนโลยีพระจอมเกล้าเจ้าคุณทหารลาดกระบัง</h4>
<p>ปัจจุบัน</p>
</div>
</div>
</div>
<hr>
<p>© 2019 Rapeepan Moonthai All Rights Reserved</p>
</div>
</body>
</html>