-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbawah.php
37 lines (34 loc) · 1.87 KB
/
bawah.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
<!-- bar bawah waktu gede -->
<div class="w3-bar w3-theme-light w3-center w3-border-top w3-border-theme w3-hide-small">
<div class="w3-xxlarge w3-margin">
<b class="w3-text-theme">KOS-Q</b>
</div>
<div class="w3-row w3-margin-bottom">
<i onclick="window.open('//twitter.com/mykosq')" class="fa fa-twitter w3-xlarge w3-button w3-padding w3-hover-theme" aria-hidden="true"></i>
<i onclick="window.open('//fb.me/mykosq')" class="fa fa-facebook w3-xlarge w3-button w3-padding w3-hover-theme" aria-hidden="true"></i>
<i onclick="window.open('//www.instagram.com/mykosq/')" class="fa fa-instagram w3-xlarge w3-button w3-padding w3-hover-theme" aria-hidden="true"></i>
</div>
<div class="w3-row w3-margin-bottom">
<i class="fa fa-envelope-o" aria-hidden="true"></i> [email protected]
<i class="fa fa-whatsapp" aria-hidden="true"></i> +6281234567890
<i class="fa fa-weixin" aria-hidden="true"></i> kosqkosq
</div>
</div>
<!-- bar waktu kecil -->
<div class="w3-bar w3-theme-light w3-center w3-border-top w3-border-theme w3-hide-medium w3-hide-large">
<div class="w3-large">
<b class="w3-text-theme">KOS-Q</b>
</div>
<div class="w3-row">
<i onclick="window.open('//twitter.com/mykosq')" class="fa fa-twitter w3-large w3-button w3-padding w3-hover-theme" aria-hidden="true"></i>
<i onclick="window.open('//fb.me/mykosq')" class="fa fa-facebook w3-large w3-button w3-padding w3-hover-theme" aria-hidden="true"></i>
<i onclick="window.open('//www.instagram.com/mykosq/')" class="fa fa-instagram w3-large w3-button w3-padding w3-hover-theme" aria-hidden="true"></i>
</div>
<div class="w3-row w3-margin-bottom w3-small">
<i class="fa fa-envelope-o" aria-hidden="true"></i> [email protected]
<i class="fa fa-whatsapp" aria-hidden="true"></i> +6281234567890
<i class="fa fa-weixin" aria-hidden="true"></i> kosqkosq
</div>
</div>
</body>
</html>