-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·85 lines (83 loc) · 3.23 KB
/
contact.html
File metadata and controls
executable file
·85 lines (83 loc) · 3.23 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
---
layout: page
title: Contact us!
permalink: /contact/
---
<!-- Slider Start -->
<section id="global-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>FFC</h1>
<p style="font-size: 24px">Family Folder Collector</p>
</div>
</div>
</div>
</div>
</section>
<!-- contact form start -->
<section id="contact-form">
<div class="container">
<div id="contact-box" class="row">
<div class="col-md-6 col-sm-12">
<div class="block">
<h2>สนใจข้อมูลเพิ่มเติมติดต่อ</h2>
<ul class="address-block">
<li>
<i class="fa fa-map-marker"></i>ทีมวิจัยนวัตกรรมและข้อมูลเพื่อสุขภาพ (HII)
</li>
<li>ศูนย์วิจัยเทคโนโลยีสิ่งอำนวยความสะดวกและเครื่องมือแพทย์ (A-MED)</li>
<li>สํานักงานพัฒนาวิทยาศาสตร์และเทคโนโลยีแห่งชาติ (NSTDA)</li>
<li>
<i class="fa fa-envelope-o"></i>Email: a-med-hii@nstda.or.th
</li>
<li>
<i class="fa fa-phone"></i>Phone: 02-564-6900 ต่อ 2363, 2552, 2513
</li>
</ul>
<ul class="social-icons">
<!-- <li>
<a href="https://twitter.com/FFC.NECTEC" target="_blank"><i class="fa fa-twitter"></i></a>
</li> -->
<li>
<a href="https://www.facebook.com/FFC.NECTEC/" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCteC5jwtL7nE3rNNpW8Pe3A" target="_blank"><i
class="fa fa-youtube"></i></a>
</li>
<li>
<a href="https://line.me/R/ti/p/%40lrg9149i" target="_blank">
<img src="/img/line-brands.svg" alt="Img" style="width: 28px; margin-top: -11px">
</li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="block">
<div class="google-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3869.9896897250896!2d100.59912441569426!3d14.077785890137116!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30e27f945ff7f713%3A0xa05f682498545ab0!2sNational+Electronics+and+Computer+Technology+Center!5e0!3m2!1sen!2sth!4v1515572878386"
width="555" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Call to action Start -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2 style="color: white">Download FFC</h2>
<a href="https://play.google.com/store/apps/details?id=ffc.app" target="_blank">
<img src="/img/googleplay.png" alt="Img">
</a>
</div>
</div>
</div>
</div>
</section>