-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathc13.html
127 lines (108 loc) · 6.1 KB
/
c13.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!doctype html>
<html lang="en">
<head>
<title>วิทยบริการดารารัศมี</title>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Bootstrap CSS v5.2.1 -->
<link rel="shortcut icon" href="./img/logo-yrcremovebg.png"
type="image/x-icon">
<link rel="icon" type="image/x-icon" href="./img/logo-yrcremovebg.png">
<link rel="stylesheet"
href="./Framework/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="./Framework/aos/dist/aos.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./Framework/popup/popup.css">
</head>
<body>
<header>
<!-- place navbar here -->
</header>
<main class="p-3">
<div id="loader" class="center"></div>
<div class="container body-link box p-3">
<div class="header">
<div class="d-flex">
<img src="./img/logo-yrcremovebg.png"
class="logo-img m-auto col-8 col-md-5 col-xl-3"
data-aos="fade-down" alt>
</div>
<div class data-aos="fade-up">
<h1 class="text-center mt-3 fs-1">แผนที่แนะนำการนำทางในโรงเรียนยุพราชวิทยาลัย</h1>
<h3 class="text-center mt-1 ">YUPPARAJ NAVIGATION</h3>
</div>
</div>
<div class="container mb-6 mt-3 d-flex">
<div class="m-auto">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d333.8172741450334!2d98.98795114972678!3d18.792755778269868!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30da3ba1a9db1c67%3A0xec26f04fbdc0992f!2z4Lit4Liy4LiE4Liy4LijIDEzIOC4leC4tuC4geC4p-C4tOC4l-C4ouC4muC4o-C4tOC4geC4suC4o-C4lOC4suC4o-C4suC4o-C4seC4qOC4oeC4tQ!5e0!3m2!1sth!2sth!4v1708483821037!5m2!1sth!2sth" width="100%" height="120%" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade" class="map"></iframe>
<h1 class="text-center mt-3">อาคาร 13 / ตึกวิทยบริการดารารัศมี</h1>
<img src="./map/IMG_3988.jpg" class="w-100 h-100 img" alt="ตึกยุพราช">
<img src="./map/IMG_4001.jpg" class="w-100 h-100 img" alt="ตึกยุพราช">
<img src="./map/IMG_4003.jpg" class="w-100 h-100 img" alt="ตึกยุพราช">
<img src="./map/IMG_4007.jpg" class="w-100 h-100 img" alt="ตึกยุพราช">
<img src="./map/IMG_4009.jpg" class="w-100 h-100 img" alt="ตึกยุพราช">
<img src="./map/IMG_4010.jpg" class="w-100 h-100 img" alt="ตึกยุพราช">
<img src="./map/IMG_4014.jpg" class="w-100 h-100 img" alt="ตึกยุพราช">
<img src="./map/IMG_4016.jpg" class="w-100 h-100 img" alt="ตึกยุพราช">
<img src="./map/IMG_4017.jpg" class="w-100 h-100 img" alt="ตึกยุพราช">
<div class=" mt-5" data-aos="fade-up">
<div class="row">
<div class="col-4">
<div class="d-flex">
<a
name
id
class="btn btn-primary m-auto"
href="./c12.html"
role="button"><i
class="fa-solid fa-arrow-left"></i> Back</a>
</div>
</div>
<div class="col-4">
<div class="d-flex">
<a
name
id
class="btn btn-primary m-auto"
href="./index.html"
role="button"><i
class="fa-solid fa-house"></i> Home</a>
</div>
</div>
<div class="col-4">
<div class="d-flex">
<a
name
id
class="btn btn-primary m-auto"
href="./index.html"
role="button">Next <i
class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer>
<!-- place footer here -->
</footer>
<script src="./loading.js"></script>
<script src="./popup.js"></script>
<!-- Bootstrap JavaScript Libraries -->
<script src="./Framework/bootstrap/js/bootstrap.bundle.js"></script>
<script src="https://kit.fontawesome.com/42b75145a7.js"
crossorigin="anonymous"></script>
<script src="./Framework/aos/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="./Framework/popup/popup.js"></script>
</body>
</html>