-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
168 lines (149 loc) · 8.9 KB
/
contact.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Deverloper</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a href="index.html"><img class="logo_nav" src="./image/siamsee.gif" width="30px" height="30px"></a>
<a class="navbar-brand" style="font-size: 15px;margin-left: 10px;">เซียมซี 7 สี ทำนายโรค</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">หน้าหลัก</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="selectForm.html">ลงทะเบียน</a>
</li>
<li class="nav-item">
<a class="nav-link" href="recommend.html">คําแนะนําการปฏิบัติตัว</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
โรค
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item"
href="https://www.medparkhospital.com/disease-and-treatment/high-blood-pressure-hypertension">โรคความดันโลหิต</a>
</li>
<li><a class="dropdown-item"
href="https://www.dmthai.org/new/index.php/sara-khwam-ru/sahrab-bukhkhl-thawpi/health-information-and-articles/health-information-and-articles-2561/2018-diabates-31">โรคเบาหวาน</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
เกี่ยวกับเรา
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="member.html">ประวัติจัดทำ</a></li>
<li><a class="dropdown-item"
href="https://www.sanook.com/horoscope/229409/">เกร็ดความรู้เกี่ยวกับเซียมซี</a>
</li>
<li><a class="dropdown-item"
href="http://www.bcnlp.ac.th/main/admission56.php">วิทยาลัยพยาบาล</a></li>
<li><a class="dropdown-item" href="./contact.html">ผู้พัฒนา Application</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav><br>
<div class="container">
<!--Section: Contact v.2-->
<section class="mb-4">
<!--Section heading-->
<h2 class="h1-responsive font-weight-bold text-center my-4">CONTACT US</h2>
<!--Section description-->
<p class="text-center w-responsive mx-auto mb-5">Do you have any questions? Please do not hesitate to contact us directly. Our team will come back to you within
a matter of hours to help you.</p>
<div class="row">
<!--Grid column-->
<div class="col-md-9 mb-md-0 mb-5">
<form id="contact-form" name="contact-form" action="" method="POST">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-md-6">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d5255.356793933022!2d99.48608416953243!3d18.285974050095113!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30d96c7434dc5975%3A0x53533d2c623623f4!2z4Lin4Li04LiX4Lii4Liy4Lil4Lix4Lii4LmA4LiX4LiE4LiZ4Li04LiE4Lil4Liz4Lib4Liy4LiH!5e0!3m2!1sth!2sth!4v1704770553895!5m2!1sth!2sth"
width="450" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<!--Grid column-->
<div class="col-md-6">
<div class="md-form mb-0">
<label for="email" class="">Email-Address</label>
<br>
<input type="text" id="email" name="email" class="form-control" placeholder="[email protected]">
</div><br>
<div class="md-form mb-0">
<label for="text" class="">Full name</label>
<br>
<input type="text" id="email" name="email" class="form-control" placeholder="Phuwaset Sibta">
</div><br>
<div class="md-form mb-0">
<label for="email" class="">Password</label>
<br>
<input type="password" id="email" name="email" class="form-control" placeholder="password">
</div><br>
<select class="form-select" aria-label="Default select example">
<option selected>Open this select menu</option>
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
</select>
<br>
<div class="form-floating">
<textarea class="form-control" placeholder="Leave a comment here" id="floatingTextarea2" style="height: 100px"></textarea>
<label for="floatingTextarea2">Comments</label>
</div><br>
<input type="submit" class="form-control btn btn-outline-success" value="submit">
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</form>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-3 text-center">
<div class="card" style="width: 18rem;">
<img src="./image/Tp..jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Phuwaset Sibta</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<br><br>
<ul class="list-unstyled mb-0">
<li><i class="fas fa-map-marker-alt fa-2x"></i>
<p>15 ท่าคราวน้อย ตำบล สบตุ๋ย อำเภอเมืองลำปาง ลำปาง 52100</p>
</li>
<li><i class="fas fa-phone mt-4 fa-2x"></i>
<p>7FQM+87 เทศบาลนครลำปาง อำเภอเมืองลำปาง ลำปาง</p>
</li>
<li><i class="fas fa-envelope mt-4 fa-2x"></i>
<p>http://www.lampangtc.ac.th/</p>
</li>
</ul>
</div>
<!--Grid column-->
</div>
<br>
</section>
<!--Section: Contact v.2-->
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>