-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
130 lines (103 loc) · 4.94 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
</main>
<?php do_action( 'tailpress_content_end' ); ?>
</div>
<?php do_action( 'tailpress_content_after' ); ?>
<div class="">
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="parallax">
<!-- <use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(77,186,189,0.7)" />
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(77,186,189,0.5)" />
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(77,186,189,0.3)" /> -->
<use xlink:href="#gentle-wave" x="48" y="7" fill="rgba(77,186,189,1)" />
</svg>
</div>
<footer id="colophon" class="site-footer bg-primary pt-12 pb-6 text-slate-50 " role="contentinfo">
<?php do_action( 'tailpress_footer' ); ?>
<div class="container max-w-screen-xl mx-auto md:grid grid-cols-3">
<!-- © <?php // echo date_i18n( 'Y' );?> - <?php // echo get_bloginfo( 'name' );?> -->
<div>
<?php
$locations = get_nav_menu_locations();
$menu = wp_get_nav_menu_object( $locations['secondary'] );
echo '<h4 class="font-bold mb-3">' . wp_kses_post( $menu->name ) . '</h4>';
wp_nav_menu(
array(
'container_id' => 'secondary-menu',
'container_class' => ' md:mt-4 md:p-4 lg:mt-0 lg:p-0 lg:block',
'menu_class' => '',
'theme_location' => 'secondary',
'li_class' => 'text-slate-50 hover:text-dark',
'fallback_cb' => false,
)
);
?>
</div>
<div>
<?php
$locations = get_nav_menu_locations();
$menu = wp_get_nav_menu_object( $locations['third'] );
echo '<div class="font-bold mb-3 mt-6 md:mt-0">' . wp_kses_post( $menu->name ) . '</div>';
wp_nav_menu(
array(
'container_id' => 'third-menu',
'container_class' => ' md:mt-4 md:p-4 lg:mt-0 lg:p-0 lg:block',
'menu_class' => '',
'theme_location' => 'third',
'li_class' => ' text-slate-50',
'fallback_cb' => false,
)
);
?>
<!-- Begin Mailchimp Signup Form -->
<div id="mc_embed_signup" class="mb-6 mt-3 md:mb-0 md:mt-6">
<p class="mb-2">Für den Newsletter registrieren</p>
<form action="https://freibad-mirke.us14.list-manage.com/subscribe/post?u=019ee74186a81164d81b45391&id=6ec16cff59" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<!-- <label for="mce-EMAIL">E-Mail Adresse <span class="asterisk">*</span> -->
</label>
<input type="email" value="" name="EMAIL" class="text-primary required email px-4 py-2 placeholder:text-primary" id="mce-EMAIL" placeholder="Deine E-Mail Adresse">
</div>
<div id="mce-responses" class="clear foot">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_019ee74186a81164d81b45391_6ec16cff59" tabindex="-1" value=""></div>
<div class="optionalParent">
<div class="clear foot">
<input type="submit" value="Anmelden" name="subscribe" id="mc-embedded-subscribe" class=" mt-2 bg-transparent hover:bg-secondary hover:text-white py-1 cursor-pointer px-4 border border-white hover:border-transparent " >
</div>
</div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
<div class="text-slate-50"><b>
<h4 class="font-bold mb-3">Kontakt</h4>
<p class="text-slate-50 font-normal">
E-Mail: <a href="mailto:[email protected]">[email protected]</a><br>
Telefon: <a href="tel:+49176 62228840">0202 87005509</a><br>
</div>
</div>
<div class="container max-w-screen-xl mx-auto flex justify-between md:grid md:grid-cols-3 mt-8 text-sm ">
<div class="hover:text-white">
<a href="<?php echo get_site_url()."/impressum/";?>" class="text-slate-200 font-normal">Impressum</a>
<a href="<?php echo get_site_url()."/datenschutz/";?>" class="text-slate-200 font-normal ml-6">Datenschutz</a>
</div>
<div class=" md:block hover:text-white">
<a href="https://www.instagram.com/freibad_mirke/" class="text-slate-200 font-normal"><span class="inline text-5xl dashicons dashicons-instagram mb-4 "></span></a>
<a href="https://de-de.facebook.com/mirkerfreibad/" class="text-slate-200 font-normal"><span class="inline text-5xl dashicons dashicons-facebook"></span></a>
</div>
<div class=" ">
<a href="<?php echo get_site_url();?>" class="text-slate-200 font-normal">© Pro Mirke e.V.</a>
</div>
</div>
</footer>
</div>
<?php wp_footer(); ?>
</body>
</html>