-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
86 lines (81 loc) · 3.84 KB
/
about.html
File metadata and controls
86 lines (81 loc) · 3.84 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!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">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Bai+Jamjuree" rel="stylesheet">
<link rel="icon" type="image/png" href="img/icon.png">
<title>เกี่ยวกับเรา</title>
</head>
<body>
<!-- HEADER -->
<ul>
<li><a href="index.html">หน้าหลัก</a></li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">เนื้อหามัธยมปีที่ 4</a>
<div class="dropdown-content">
<a href="m4/m4.html">รวมเนื้อหา ม.4</a>
<a href="m4/set.html">เซต</a>
<a href="m4/reason.html">การให้เหตุผล</a>
<a href="m4/real.html">จำนวนจริง</a>
<a href="m4/function.html">ความสัมพันธ์และฟังก์ชัน</a>
</div>
</li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">เนื้อหามัธยมปีที่ 5</a>
<div class="dropdown-content">
<a href="m5/m5.html">รวมเนื้อหา ม.5</a>
<a href="m5/exponential.html">เลขยกกำลัง</a>
<a href="m5/trigonometry.html">ตรีโกณมิติ</a>
</div>
</li>
<li class="dropdown">
<a href="javascript:void(0)" class="dropbtn">เนื้อหามัธยมปีที่ 6</a>
<div class="dropdown-content">
<a href="m6/m6.html">รวมเนื้อหา ม.6</a>
<a href="m6/statistics.html">สถิติ</a>
<a href="m6/sequence_series.html">ลำดับและอนุกรม</a>
</div>
</li>
<li><a class="active" href="about.html">เกี่ยวกับเรา</a></li>
</ul><hr>
<!-- END HEADER -->
<!-- CONTENT -->
<div class="board">
<div class="column">
<div class="card">
<img src="img/profile_pattarapong.jpg" style="width:100%">
<h3 class="color-inboard">Pattarapong<br>Intubtim</h3>
<p class="color-inboard">Web Developer</p>
<p class="color-inboard">IT, KMITL</p>
<p><button><a href="https://www.facebook.com/mezz3s">Contact</a></button></p>
</div>
<div class="card">
<img src="img/profile_peerapol.jpg" style="width:100%">
<h3 class="color-inboard">Peerapol<br>Onhan</h3>
<p class="color-inboard">Web Developer</p>
<p class="color-inboard">IT, KMITL</p>
<p><button><a href="https://www.facebook.com/peerapol.onhan">Contact</a></button></p>
</div>
<div class="card">
<img src="img/profile_suthee.jpg" style="width:100%">
<h3 class="color-inboard">Suthee<br>Pilamart</h3>
<p class="color-inboard">Web Developer</p>
<p class="color-inboard">IT, KMITL</p>
<p><button><a href="https://www.facebook.com/kpez.itisowen">Contact</a></button></p>
</div>
</div>
</div><hr>
<!-- END CONTENT -->
<!-- FOOTER -->
<div>
<footer class="color-inboard">
<p class="footer">Information Technology<br>
King Mongkut's Institute Of Technology Ladkrabang</p>
</footer>
</div>
<!-- END FOOTER -->
</body>
</html>