-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
55 lines (53 loc) · 2.23 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
54
55
<img class="divider" src="<?php echo image('divider-right.svg')?>" alt="">
<footer id="footer" class="section">
<div class="max-content-width column">
<div class="socials row space-between">
<img src="<?php echo image('logo-light.svg') ?>" alt="Logo Michal Škoula">
<div class="socials">
<a rel="nofollow" target="_blank" href="https://github.com/Michal-Skoula/">
<img src="<?php echo image('github-square.svg') ?>" alt="Github Icon">
</a>
<a rel="nofollow" target="_blank" href="https://www.linkedin.com/in/michal-skoula/">
<img src="<?php echo image('linkedin-square.svg') ?>" alt="Linkedin Icon">
</a>
</div>
</div>
<div class="animate main-body row space-between">
<div class="cta column">
<h3>Tvořím <b>špičkové weby</b> na míru vašim potřebám.</h3>
<a class="button-primary" href="#contact">Rezervovat schůzku</a>
</div>
<div class="links row space-between">
<!-- <div class="link column">-->
<!-- <b>Rozcestník</b>-->
<!-- <a href="#">Mapa webu</a>-->
<!-- <a href="#faq">Časté dotazy</a>-->
<!-- <a href="#projects">Projekty</a>-->
<!-- <a href="#">O mně</a>-->
<!-- <a href="#">O spolupráci</a>-->
<!-- </div>-->
<!-- <div class="link column">-->
<!-- <b>Dokumenty</b>-->
<!-- <a href="#">Zásady Cookies</a>-->
<!-- <a href="#">Zásady GDPR</a>-->
<!-- <a href="#">Ochrana osobních údajů</a>-->
<!-- </div>-->
<div class="link column">
<b>Kontakt</b>
<a target="_blank" rel="nofollow" class="ico-phone" href="tel:+420704502951">+420 704 502 951</a>
<a target="_blank" rel="nofollow" class="ico-mail" href="mailto:michal@skoula.com">michal@skoula.com</a>
<a target="_blank" class="ico-linkedin" rel="nofollow"
href="https://www.linkedin.com/in/michal-skoula/">Navázat spojení</a>
</div>
</div>
</div>
<div class="copyright row space-between">
<p>© Michal Škoula, <?= date('Y', time())?>.</p>
<div class="row">
<!-- <p>IČ: TODO</p>-->
</div>
</div>
</div>
</footer>
<?php wp_footer() ?>
</body>