-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkontakt.php
82 lines (67 loc) · 2.28 KB
/
kontakt.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
<?php
session_start();
require 'zaglavlje.php';
?>
<!-- Start Contact Section -->
<div class="container">
<div class="row">
<div class="text-center">
<h1 style="color:white;">Kontaktirajte nas</h1>
</div>
</div>
<div class="row">
<div class="col-md-4" >
<div class="footer-contact-info">
<h4>Kontakt informacije</h4>
<ul>
<li><strong>E-mail :</strong> [email protected]</li>
<li><strong>Phone :</strong> +8801-6778776</li>
<li><strong>Mobile :</strong> +8801-45565378</li>
<li><strong>Web :</strong>www.ticketbuy.com</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="footer-social text-center">
<ul>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="footer-contact-info">
<h4>Radno vrijeme</h4>
<ul>
<li><strong>Pon-Sub :</strong> 0 - 24 h</li>
<li><strong>Nedjelja :</strong> Zatvoreno</li>
<li><br></li>
<li><br></li>
</ul>
</div>
</div>
</div><!--/.row -->
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
<!-- End Cntact Section -->
<?php
require 'modali.php';
require 'podnozje.php';
?>