-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
69 lines (65 loc) · 1.69 KB
/
about.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
<?php
include 'conn.php';
include 'conf.php';
include "header.php";
?>
<br>
<div class="row">
<div class="large-8 columns">
<h2>Tentang Kami</h2>
<p>
Tuban Street merupakan portal informasi kota tuban mulai dari wisata, lowongan pekerjaan, berita, event dan lain - lain. Dengan adanya website ini diharapkan mempermudah informasi yang ada di Kota Tuban.
</p>
</div>
<div class="large-4 columns">
<aside>
<div class="row small-up-3">
<div class="column text-center">
<i class="fa fa-facebook fa-5x" aria-hidden="true" style="color:#376099"></i>
<h6>56,009</h6>
<p><small>FOLLOWERS</small></p>
<br>
</div>
<div class="column text-center">
<i class="fa fa-twitter fa-5x" aria-hidden="true" style="color:#6CC4E2"></i>
<h6>76,905</h6>
<p><small>FOLLOWERS</small></p>
<br>
</div>
<div class="column text-center">
<i class="fa fa-instagram fa-5x" aria-hidden="true" style="color:#527FA4"></i>
<h6>34,099</h6>
<p><small>FOLLOWERS</small></p>
<br>
</div>
<div class="column text-center">
<i class="fa fa-tumblr-square fa-5x" aria-hidden="true" style="color:#395976"></i>
<h6>13,765</h6>
<p><small>FOLLOWERS</small></p>
</div>
<div class="column text-center">
<i class="fa fa-pinterest-square fa-5x" aria-hidden="true" style="color:#E33F46"></i>
<h6>9,283</h6>
<p><small>FOLLOWERS</small></p>
</div>
<div class="column text-center">
<i class="fa fa-youtube-square fa-5x" aria-hidden="true" style="color:#DA2723"></i>
<h6>99,000</h6>
<p><small>FOLLOWERS</small></p>
</div>
</div>
<br>
<div class="row column">
<p class="lead">PASANG IKLAN</p>
<p><img src="admin/assets/img/pasang.gif" width="100%" alt="advertisement of ShamWow"></p>
</div>
<br>
<?php
include 'trending.php';
?>
</aside>
</div>
</div>
<?php
include "footer.php";
?>