-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdestination.php
124 lines (123 loc) · 4.79 KB
/
destination.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<?php
$current = 3;
require('header.php');
?>
<!--
#Portfolio
========================== -->
<section id="portfolio" style="padding-bottom:0px;">
<img class="img-responsive dest-indo" src="img/dest/indonesia.jpg" alt="">
<div class="section-title text-center wow fadeInDown">
<h2>Destination</h2>
<p>Temukan berbagai macam kebudayaan dari seluruh provinsi di indonesia.</p>
</div>
<div id="projects" class="clearfix" style="margin-top:30px;">
<figure class="mix dest-item app">
<img class="img-responsive dest-mini" src="img/dest/jogja.jpg" alt="Portfolio Item">
<a href="room.php">
<span class="more"></span>
</a>
<figcaption class="mask">
<h3>Jogjakarta</h3>
<span>"Jogja Istimewa"</span>
</figcaption>
</figure>
<figure class="mix dest-item photography">
<img class="img-responsive dest-mini" src="img/dest/javac.jpg" alt="Portfolio Item">
<a href="room.php">
<span class="more"></span>
</a>
<figcaption class="mask">
<h3>Jawa Tengah</h3>
<span>"Jateng Gayeng"</span>
</figcaption>
</figure>
<figure class="mix dest-item web">
<img class="img-responsive dest-mini" src="img/dest/javae.jpg" alt="Portfolio Item">
<a href="room.php">
<span class="more"></span>
</a>
<figcaption class="mask">
<h3>Jawa Timur</h3>
<span>"Forget the Rest, Come to the Best"</span>
</figcaption>
</figure>
<figure class="mix dest-item print">
<img class="img-responsive dest-mini" src="img/dest/javaw.jpg" alt="Portfolio Item">
<a href="room.php">
<span class="more"></span>
</a>
<figcaption class="mask">
<h3>Jawa Barat</h3>
<span>"Gemah Ripah Repeh Rapih"</span>
</figcaption>
</figure>
<figure class="mix dest-item app">
<img class="img-responsive dest-mini" src="img/dest/bali.jpg" alt="Portfolio Item">
<a href="room.php">
<span class="more"></span>
</a>
<figcaption class="mask">
<h3>Bali</h3>
<span>"Bali Dwipa Jaya"</span>
</figcaption>
</figure>
<figure class="mix dest-item photography">
<img class="img-responsive dest-mini" src="img/dest/banten.jpg" alt="Portfolio Item">
<a href="room.php">
<span class="more"></span>
</a>
<figcaption class="mask">
<h3>Banten</h3>
<span>"Iman Taqwa"</span>
</figcaption>
</figure>
<figure class="mix dest-item web app">
<img class="img-responsive dest-mini" src="img/dest/jakarta.jpg" alt="Portfolio Item">
<a href="room.php">
<span class="more"></span>
</a>
<figcaption class="mask">
<h3>Jakarta</h3>
<span>"Enjoy Jakarta"</span>
</figcaption>
</figure>
<figure class="mix dest-item print web">
<img class="img-responsive dest-mini" src="img/dest/sulawesin.jpg" alt="Portfolio Item">
<a href="room.php">
<span class="more"></span>
</a>
<figcaption class="mask">
<h3>Sulawesi Utara</h3>
<span>"Torang Samua Ciptaan Tuhan"</span>
</figcaption>
</figure>
<figure class="mix dest-item print web">
<img class="img-responsive dest-mini" src="img/dest/papua.jpg" alt="Portfolio Item">
<a href="room.php">
<span class="more"></span>
</a>
<figcaption class="mask">
<h3>Papua</h3>
<span>"Karya Swadaya"</span>
</figcaption>
</figure>
</div> <!-- end #projects -->
</section>
<div class="text-center" style="margin: 3% 0;">
<h4 style="font-family:'Open Sans', sans-serif;color: black;margin-bottom: 1%;">Apakah anda memiliki informasi destinasi menarik yang kami tidak ketahui?</h4>
<a class="btn btn-warning text-center" href="#" style="padding: 10px 10px;font-weight: 600;font-size: 1.2em;">Suggest Destination</a>
</div>
<!--
End #Portfolio
========================== -->
<?php
require('footer.php');
?>
</body>
</html>