-
Notifications
You must be signed in to change notification settings - Fork 0
/
tohoku-railway.php
145 lines (129 loc) · 6.23 KB
/
tohoku-railway.php
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
<?php
// include language configuration file based on selected language
$lang = "th";
if(isset($_GET['lang'])){
$lang = $_GET['lang'];
}
require_once("src/lang/" . $lang . ".php");
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name=viewport content="width=device-width, initial-scale=1">
<title><?php echo $language["TOHOKURAIN_META_TITLE"]; ?></title>
<meta name="description" content="<?php echo $language["TOHOKURAIN_META_DESCRIPTION"]; ?>">
<meta name="keywords" content="<?php echo $language["TOHOKURAIN_META_KEYWORD"]; ?>">
<!-- Open Graph data -->
<meta property="og:title" content="<?php echo $language["TOHOKURAIN_META_TITLE"]; ?>" />
<meta property="og:description" content="<?php echo $language["TOHOKURAIN_META_DESCRIPTION"]; ?>" />
<meta property="og:type" content="article" />
<meta property="og:url" content="/AKITA" />
<meta property="og:site_name" content="<?php echo $language["TOHOKURAIN_META_SITENAME"]; ?>" />
<meta property="og:image" content="<?php echo $language["TOHOKURAIN_META_IMAGE"]; ?>" />
<!-- Twitter Card data -->
<meta name="twitter:card" value="summary">
<meta name="twitter:title" content="<?php echo $language["TOHOKURAIN_META_TITLE"]; ?>">
<meta name="twitter:description" content="<?php echo $language["TOHOKURAIN_META_DESCRIPTION"]; ?>">
<meta name="twitter:image" content="<?php echo $language["TOHOKURAIN_META_IMAGE"]; ?>">
<link rel="stylesheet" type="text/css" href="src/css/owl.carousel.css?v=@VERSION">
<link rel="stylesheet" type="text/css" href="src/css/owl.theme.default.css?v=@VERSION">
<link rel="stylesheet" type="text/css" href="src/css/theme.css?v=@VERSION">
</head>
<body>
<section id="herobanner" class="container is-widescreen">
<div class="herobanner-bar width100 allClear">
<div class="is-pulled-left width150 has-text-centered bg-dark-gray">
<img src="src/images/icon_tohoku.png" />
</div>
<div class="is-pulled-left width-370 has-text-right bg-gray">
<dl class="herobanner-bar-social">
<dt class="is-inline-block">
<a href="https://www.facebook.com/visitjapanth/" target="_blank">
<img src="src/images/icon_banner_facebook.png" class="vMiddle" />
</a>
</dt>
<dt class="is-inline-block">
<a href="https://www.instagram.com/visitjapanth/" target="_blank">
<img src="src/images/icon_banner_ig.png" class="vMiddle" />
</a>
</dt>
<!--dt class="is-inline-block">
<a href="#" target="_blank">
<img src="src/images/icon_banner_youtube.png" class="vMiddle" />
</a>
</dt-->
</dl>
</div>
<div class="is-pulled-left width120 has-text-centered bg-black-gray">
<img src="src/images/icon_banner_logo.png" />
</div>
</div>
<div class="owl-carousel owl-theme">
<div class="item"><a href=""><img src="src/images/banner/hero_banner_tohoku_railway.jpg" alt=""></a></div>
</div>
<br />
<h1 class="is-size-4 has-text-weight-bold has-text-centered"><?php echo $language["TOHOKURAINWAY_INFO_HEADER"]; ?></h1>
<p class="is-size-4 has-text-centered"><?php echo $language["TOHOKURAINWAY_INFO"]; ?></p>
<br />
<div class="has-text-centered"><img src="src/images/tips-head-line.png" /></div>
<br />
</section>
<section id="railway-vdo" class="container is-widescreen bgsnow">
<h2 class="is-size-4 has-text-weight-bold has-text-centered"><?php echo $language["TOHOKURAINWAY_YOUTUBE"]; ?></h2>
<br />
<div class="video-container">
<iframe width="853" height="480" src="https://www.youtube.com/embed/BDGODDP-pd4" frameborder="0" allowfullscreen></iframe>
</div>
<br />
</section>
<section id="railway-location-1" class="container is-widescreen">
<h2 class="is-size-3 has-text-weight-bold has-text-centered"><?php echo $language["TOHOKURAINWAY_LOCATION"]; ?></h2>
<p class="is-size-4 has-text-centered"><?php echo $language["TOHOKURAINWAY_LOCATION_NAME"]; ?></p>
<br />
<img src="src/images/theme/themeRainway1.jpg" width="100%" />
<br />
<p class="is-size-4 lineheight1-5"><?php echo $language["TOHOKURAINWAY_LOCATION_TXT1"]; ?></p>
<br /><br />
</section>
<section id="location-temple" class="container is-widescreen">
<h2 class="is-size-4 has-text-weight-bold has-text-centered"><?php echo $language["TOHOKURAINWAY_LOCATION_NAME2"]; ?></h2>
<br />
<img src="src/images/theme/themeRainway2.jpg" width="100%" />
<br />
<p class="is-size-4 lineheight1-5"><?php echo $language["TOHOKURAINWAY_LOCATION_TXT2"]; ?></p>
<br /><br />
</section>
<section id="googleMaps" class="container is-widescreen">
<h1 class="is-size-2 has-text-weight-bold has-text-centered"><?php echo $language["HEADER_MAP"]; ?></h1>
<div class="has-text-centered"><img src="src/images/tips-head-line.png" /></div>
<br />
<div id="gmap"></div>
<br />
<br />
</section>
<section id="tips" class="container is-widescreen">
<div><a href="tohoku.php" target="_blank"><img src="src/images/tips1.jpg" /></a></div>
<div><a href="bag.html" target="_blank"><img src="src/images/tips2.jpg" /></a></div>
<br />
<hr class="has-text-grey-lighter" />
<br />
</section>
<section id="gobackhome" class="container is-widescreen">
<br />
<div class="is-size-3 has-text-weight-bold has-text-centered">
<a href="tohoku.php"><u class="has-text-black">Go To Tohoku Page</u></a>
</div>
<br />
</section>
<img height="1" width="1" style="display:none;" src="https://www.facebook.com/tr?id=1856422301142184&ev=PageView&noscript=1"/>
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-788681111"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-788681111'); </script>
<script src="https://maps.googleapis.com/maps/api/js?key=<?php echo $language["GMAPKPI"]; ?>&v=3.22&sensor=false"></script>
<script src="node_modules/jquery/dist/jquery.min.js?v=@VERSION"></script>
<script src="node_modules/maplace-js/dist/maplace.min.js?v=@VERSION"></script>
<script src="src/js/owl.carousel.min.js?v=@VERSION"></script>
<script src="src/js/gotoTop.js?v=@VERSION"></script>
<script src="src/js/scripts.js?v=@VERSION"></script>
</body>
</html>