-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhotspot.php
More file actions
75 lines (70 loc) · 3.41 KB
/
hotspot.php
File metadata and controls
75 lines (70 loc) · 3.41 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
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<title>Informasi Hotspot</title>
<meta charset=utf-8 >
<?php include "header.php"; ?>
<div class="popular_places_area">
<div class="container">
<h2 class="section_title mb_70 text-center" style = "margin-top:-70px">Informasi Hotspot</h2>
<div class="row justify-content-center">
<div class="col-lg-5 col-md-5">
<div class="single_trip">
<div class="thumb">
<a class= "image-popup"href="http://dataweb.bmkg.go.id/Satelit/IMAGE/HOTSPOT/Hotspot_kalbar.png"><img src="http://dataweb.bmkg.go.id/Satelit/IMAGE/HOTSPOT/Hotspot_kalbar.png"target="_blank" alt="" style="height: 325px;"></a> </div>
<div class="info">
<a href="http://dataweb.bmkg.go.id/Satelit/IMAGE/HOTSPOT/Hotspot_kalbar.png">
<h5>Peta Sebaran Hot Spot</h5></p></p><br>
</a>
</div>
</div>
</div>
<div class="col-lg-5 col-md-5">
<div class="single_trip">
<div class="thumb">
<iframe onload="iFrameHeight()" id="blockrandom"
name=""
src="https://www.google.com/maps/d/embed?mid=1HmpHp-zFFjKYmXiD-cUr7q9ZjbUswdtG"
width="480"
height="313"
scrolling="auto"
frameborder="1"
class="wrapper" >Tanpa Iframe
</iframe>
</div>
<div class="info">
<a href="https://www.google.com/maps/d/embed?mid=1HmpHp-zFFjKYmXiD-cUr7q9ZjbUswdtG">
<h5>Sebaran Hotspot Kapuas Hulu</h3></p></p><br>
</a>
</div>
</div>
</div>
<div class="col-lg-5 col-md-5">
<div class="single_trip">
<div class="thumb">
<a class= "image-popup"href="img/hs/sebaranhs_16sept.jpg"><img src="img/hs/sebaranhs_16sept.jpg"target="_blank" alt="" style="height: 325px;"></a>
</div>
<div class="info">
<a href="#">
<h5>Sebaran Hotspot Kalimantan Barat</h5>
</a>
</div>
</div>
</div>
<div class="col-lg-5 col-md-5">
<div class="single_trip">
<div class="thumb">
<a class= "image-popup"href="img/hs/potensikarhutla_16sept.jpg"><img src="img/hs/potensikarhutla_16sept.jpg"target="_blank" alt="" style="height: 325px;"></a>
</div>
<div class="info">
<a href="#">
<h5>Potensi Terjadinya KarHutLa</h3>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include "footer.php"; ?>
</html>