Viewing file: contactus.php (6.98 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php require_once("getglobal.php"); ?> <!DOCTYPE html> <html> <head>
<!-- Basic --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<title><?php showtitle(); ?></title>
<meta name="keywords" content="<?php showkeyword(); ?>" /> <meta name="description" content="<?php showcontent(); ?>"> <meta name="author" content="mophlawyer.com">
<!-- Favicon --> <link rel="shortcut icon" href="img/favicon2.ico" type="image/x-icon" /> <link rel="apple-touch-icon" href="img/logoapple.png">
<!-- Mobile Metas --> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Web Fonts --> <link href="https://fonts.googleapis.com/css?family=Pridi" rel="stylesheet">
<!-- Vendor CSS --> <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.css"> <link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.css"> <link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.css"> <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.min.css"> <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.min.css"> <link rel="stylesheet" href="vendor/magnific-popup/magnific-popup.css">
<!-- Theme CSS --> <link rel="stylesheet" href="css/theme.css"> <link rel="stylesheet" href="css/theme-elements.css"> <link rel="stylesheet" href="css/theme-blog.css"> <link rel="stylesheet" href="css/theme-shop.css"> <link rel="stylesheet" href="css/theme-animate.css">
<!-- Skin CSS --> <link rel="stylesheet" href="css/skins/default.css">
<!-- Theme Custom CSS --> <link rel="stylesheet" href="css/custom.css">
<!-- Head Libs --> <script src="vendor/modernizr/modernizr.js"></script> <script type="text/javascript" charset="utf-8" language="javascript" src="js/jquery.dataTables.js"></script> <script type="text/javascript" charset="utf-8" language="javascript" src="js/DT_bootstrap.js"></script>
</head>
<body>
<div class="body">
<?php include('header.php'); ?> <div role="main" class="main">
<section class="page-header"> <div class="container"> <div class="row"> <div class="col-md-12"> <ul class="breadcrumb"> <li><a href="index.php">หน้าหลัก</a></li> <li class="active">ติดต่อสมาคม</li> </ul> </div> </div> <div class="row-fluid"> <div class="col-md-12"> <h1>สมาคมนักกฏหมายสาธารณสุข </h1> </div> </div> </div> </section>
<div class="container"> <div class="row"> <div class="col-md-7"> <h4> <?php require_once('admin/db.php'); $result1 = $conn->prepare("SELECT * FROM tbl_article WHERE id=2"); $result1->execute(); for($i=0; $row1 = $result1->fetch(); $i++ ){ echo $row1['detail']; } ?></h4> <p class="lead">สมาคมนักกฏหมายสาธารณสุข </p>
<hr class="invisible">
<div class="row"> <div class="col-md-6"> <a href="https://line.me/R/ti/g/BMYL4xT" target="_blank"> <div class="feature-box secundary"> <div class="feature-box-icon"> <img src="img/icon/line.png" width="40px" alt=""> </div> <div class="feature-box-info"> <h4 class="shorter">Line สมาคมนักกฏหมายสาธารณสุข</h4> </div> </div> </a> </div> <div class="col-md-6"> <a href="https://www.facebook.com/phlawyers.asso.1" target="_blank"> <div class="feature-box secundary"> <div class="feature-box-icon"> <img src="img/icon/facebook.png" width="40px" alt=""> </div> <div class="feature-box-info"> <h4 class="shorter">Facebook สมาคมนักกฏหมายสาธารณสุข</h4> </div> </div> </a> </div> </div>
<hr class="invisible">
</div> <div class="col-md-5"> <h4>ที่ตั้ง</h4>
<!-- Google Maps - Go to the bottom of the page to change settings and map location. --> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3873.814469824979!2d100.52524461468776!3d13.850172590283886!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x30e29b5fcf4611f1%3A0xb037c514e8836a84!2sMinistry+of+Health+Ministry+of+Public+Health!5e0!3m2!1sth!2sth!4v1540181378176" width="500" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
<ul class="list-unstyled push-top"> <li><i class="fa fa-map-marker"></i> <strong>ที่อยู่:</strong> อาคาร 6 ชั้น 3 ตึกสำนักงานปลัดกระทรวงสาธารณสุข 88/20 ซ.ติวานนท์ ถ.ติวานนท์ ต.ตลาดขวัญ อ.เมือง จ.นนทบุรี 11000</li> <li><i class="fa fa-phone"></i> <strong>โทรศัพท์:</strong> 02-5901432 , 08-64410306</li> <li><i class="fa fa-envelope"></i> <strong>Email:</strong> <a href="mailto:phlawyer.a@gmail.com">phlawyer.a@gmail.com</a></li> </ul>
<hr />
</div> </div>
</div> </div> <?php require_once('footer.php'); ?> </div>
<!-- Vendor --> <script src="vendor/jquery/jquery.js"></script> <script src="vendor/jquery.appear/jquery.appear.js"></script> <script src="vendor/jquery.easing/jquery.easing.js"></script> <script src="vendor/jquery-cookie/jquery-cookie.js"></script> <script src="vendor/bootstrap/js/bootstrap.js"></script> <script src="vendor/common/common.js"></script> <script src="vendor/jquery.validation/jquery.validation.js"></script> <script src="vendor/jquery.stellar/jquery.stellar.js"></script> <script src="vendor/jquery.easy-pie-chart/jquery.easy-pie-chart.js"></script> <script src="vendor/jquery.gmap/jquery.gmap.js"></script> <script src="vendor/jquery.lazyload/jquery.lazyload.js"></script> <script src="vendor/isotope/jquery.isotope.js"></script> <script src="vendor/owl.carousel/owl.carousel.js"></script> <script src="vendor/magnific-popup/jquery.magnific-popup.js"></script> <script src="vendor/vide/vide.js"></script> <!-- Theme Base, Components and Settings --> <script src="js/theme.js"></script> <!-- Theme Custom --> <script src="js/custom.js"></script> <!-- Theme Initialization Files --> <script src="js/theme.init.js"></script>
</body> </html>
|