-
Notifications
You must be signed in to change notification settings - Fork 0
/
condition.html
86 lines (73 loc) · 3.77 KB
/
condition.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
<!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">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<title>15 years free book</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- FontAwesome CSS -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Swiper CSS -->
<link rel="stylesheet" href="css/swiper.min.css">
<!-- Styles -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/jquery.dataTables.min.css">
</head>
<body>
<div class="container-fluid">
<header class="site-header">
<div class="row align-items-center">
<div class="col-4 col-sm-4 col-lg-2 order-lg-1">
<div class="site-branding">
<h1 class="site-title">
<a href="index.html" rel="home"><img src="images/logo.png" alt="Logo"></a>
</h1>
</div>
<!-- .site-branding -->
</div>
<!-- .col-8 -->
<div class="col-8 col-sm-8 col-lg-10 order-3 order-md-3 order-lg-2" id="divmenu">
<!-- .site-navigation -->
</div>
<!-- .col-2 -->
</div>
<!-- .row -->
</header>
<!-- .site-header -->
<div id="hero-sel">
<div class="hero-section">
<div class="row">
<div class="col-12">
<h1>boonlong.github.io/15free</h1>
<p> เว็บไซต์นี้จัดทำขึ้นโดยมีวัตถุประสงค์เพื่อเรียนรู้วิธีการและหลักการของภาษาโปรแกรมเว็บ โดย Template ใช้จาก <a href="https://colorlib.com" target="_blank">Colorlib</a> รูปประกอบจาก <a href="http://www.freepik.com" target="_blank">www.freepik.com</a> รายชื่อหนังสือจากเอกสาร ต้นแบบ PDF <a href="https://www.vec.go.th/Default.aspx?tabid=1294" target="_blank">https://www.vec.go.th/Default.aspx?tabid=1294 </a>โดยการนำข้อมูลไม่ครบทุกรายการ สามารถ Download Code ได้ที่ <a href="https://github.com/boonlong/15free"
target="_blank">https://github.com/boonlong/15free</a>
</p>
</div>
<!-- .col-md-10 -->
</div>
<!-- .row -->
</div>
</div>
<!-- .hero-section -->
<footer class="site-footer" id="divfoot">
<!-- .row -->
</footer>
<!-- .site-footer -->
</div>
<!-- .container-fluid -->
<script type='text/javascript' src='js/jquery-3.3.1.js'></script>
<script type='text/javascript' src='js/swiper.min.js'></script>
<script type='text/javascript' src='js/jquery.magnific-popup.min.js'></script>
<script type='text/javascript' src='js/masonry.pkgd.min.js'></script>
<script type='text/javascript' src='js/custom.js'></script>
<script type='text/javascript' src='js/jquery.dataTables.min.js'></script>
<script type='text/javascript' src='js/dataTables.bootstrap4.min.js'></script>
<script type='text/javascript' src='main.js'></script>
</body>
</html>