-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsection-event.php
More file actions
31 lines (31 loc) · 1.71 KB
/
section-event.php
File metadata and controls
31 lines (31 loc) · 1.71 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
<script type="text/javascript" src="http://maps.google.com/maps/api/js"></script>
<section id="id_section_event">
<div class="container">
<div class="row">
<div id="id_div_section_event_ceremony" class="col-sm-4 text-center">
<img src="res/fab_ceremony.png?<?php echo $version ?>" />
<h3 class="text-dark-grey" style="margin-bottom: 5px"><strong>Akad</strong></h3>
<h1 class="text-dark-grey" style="margin-top: 5px; margin-bottom: 5px;">09:00</h1>
<h4 class="text-dark-grey" style="margin-top: 5px; margin-bottom: 5px;">Minggu, 11 Okt 2015</h4>
<h4 class="text-dark-grey" style="margin-top: 5px; margin-bottom: 5px;">Padepokan KHA Dahlan, <br />Yogyakarta</h4>
</div>
<div id="id_div_section_event_party" class="col-sm-4 text-center">
<img src="res/fab_party.png?<?php echo $version ?>" />
<h3 class="text-dark-grey" style="margin-bottom: 5px"><strong>Syukuran</strong></h3>
<h1 class="text-dark-grey" style="margin-top: 5px; margin-bottom: 5px;">11:00-13:00</h1>
<h4 class="text-dark-grey" style="margin-top: 5px; margin-bottom: 5px;">Minggu, 11 Okt 2015</h4>
<h4 class="text-dark-grey" style="margin-top: 5px; margin-bottom: 5px;">GOR Tompeyan, <br />Yogyakarta</h4>
</div>
<div id="id_div_section_event_location" class="col-sm-4 text-center">
<img src="res/fab_location.png?<?php echo $version ?>" />
<div id="gmap_canvas"></div>
<noscript><a href="http://goo.gl/maps/4uxub">Click here!</a></noscript>
</div>
</div>
<div class="row">
<div id="id_div_section_event_location" class="col-xs-12 text-center">
<p class="text-dark-grey" style="margin-top: 5px; margin-bottom: 5px;"><small>*Tidak menerima tamu di Rumah</small></p>
</div>
</div>
</div>
</section>