-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
53 lines (38 loc) · 1.25 KB
/
footer.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
<footer class="fixed-bottom">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="fut">CONTACT</div>
<hr style="color:#d6d6d5;width:70%;" />
<div style="color:white;font-size: 15px;margin-top: 30px;margin-left:120px">
- kontakt<br />
- email<br />
- kontakt<br />
- email<br />
- kontakt<br />
- email<br />
- kontakt</div>
</div>
<div class="col-md-4">
<div class="fut">SOCIAL MEDIA</div>
<hr style="color:#d6d6d5;width:70%;" />
<div style="text-align:center;">
<img src="<?php echo $put ?>slike/social_facebook_box_blue.png" style="width:10%;margin-right:10px;" />
<img src="<?php echo $put ?>slike/Twitter.png" style="width:10%;margin-left:10px;" /></div>
<br />
<div class="fut" style="margin-top:10px">FINANCIRAJ</div>
<hr style="color:#d6d6d5;width:70%;" />
<div style="text-align:center;">
<img src="<?php echo $put ?>slike/credit-card.png" style="width:40%;margin-right:10px;" />
</div>
</div>
<div class="col-md-4">
<div class="fut">PROJEKTI</div>
<hr style="color:#d6d6d5;width:70%;" />
<div class="fut">POKRENI PROJEKT
<br />
DOSADAŠNJI PROJEKTI</div>
</div>
</div>
</div>
</footer>