-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
85 lines (79 loc) · 3.32 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
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
83
84
85
</main>
<footer class="text-gray-600 body-font">
<div class="bg-gray-100 px-8 py-16 mx-auto flex md:items-center lg:items-start md:flex-row md:flex-nowrap flex-wrap flex-col">
<div class="w-64 flex-shrink-0 md:mx-0 mx-auto text-center md:text-left md:mt-0 mt-10">
<a class="flex title-font font-medium items-center md:justify-start justify-center text-gray-900">
<img class="w-36" src="<?php echo get_template_directory_uri(); ?>/assets/images/logo-blue.png" alt="Stichting de Pyramide - Logo" title="Stichting de Pyramide - Logo">
<!-- <span class="ml-3 text-xl">Tailblocks</span> -->
</a>
<p class="mt-2 text-sm text-gray-500">Niet raden, maar weten.</p>
</div>
<div class="flex-grow flex flex-wrap md:pr-20 -mb-10 md:text-left text-center order-first">
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<!-- <h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mb-3">ARTIKELEN</h2> -->
<!-- <nav class="list-none mb-10">
<li>
<a class="text-gray-600 hover:text-gray-800">Algemeen</a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800">Esotherie</a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800">Online lessen</a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800">Overig</a>
</li>
</nav> -->
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<!-- <h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mb-3">ONLINE LESSEN</h2>
<nav class="list-none mb-10">
<li>
<a class="text-gray-600 hover:text-gray-800">Meer info</a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800">Abonnementen</a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800">Aanbod online lessen</a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800">Contact opnemen</a>
</li>
</nav> -->
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<!-- <h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mb-3">OVER ONS</h2>
<nav class="list-none mb-10">
<li>
<a class="text-gray-600 hover:text-gray-800">Stichting de Pyramide</a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800">Instructeurs eLessen</a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800">Algemene voorwaarden</a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800">Privacybeleid</a>
</li>
</nav> -->
</div>
</div>
</div>
<!-- <div class="mx-auto py-4 px-8 flex flex-wrap flex-col sm:flex-row">
<p class="text-gray-500 text-sm text-center sm:text-left"> © <?php echo date_i18n( 'Y' );?> - <?php echo get_bloginfo( 'name' );?> </p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-2 justify-baseline sm:justify-start">
<a href="tel:+31186843046" class="text-gray-500 mr-4">
<i class="fas fa-phone"></i>
</a>
<a href="mailto:info@stichtingdepyramide.com" class="text-gray-500">
<i class="fas fa-envelope"></i>
</a>
</span>
</div> -->
</footer>
<?php wp_footer(); ?>
</body>
</html>