-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
38 lines (32 loc) · 1.39 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
<footer>
<div class="social_icons_section">
<i class="material-icons footer-social-arrow">chevron_right</i>
<a href="mailto:[email protected]">
<i class="fa fa-envelope" area-hidden="true"></i>
</a>
<a href="tel:+972-52-636-3675">
<i class="fa fa-phone" area-hidden="true"></i>
</a>
<a href="http://stackoverflow.com/users/5094787/gal-gr%C3%BCnfeld">
<i class="fa fa-stack-exchange" area-hidde="true"></i>
</a>
<a href="https://stackexchange.com/users/6594572/gal-grünfeld?tab=accounts">
<i class="fa fa-stack-overflow" area-hidden="true"></i>
</a>
<a id="TeX_StackExchange_icon" href="https://tex.stackexchange.com/users/118996/gal-gr%C3%BCnfeld">
<span area-hidden="true">{ }</span>
</a>
<i class="material-icons footer-social-arrow">chevron_left</i>
</div>
<p id="running_mathjax_message_container">
<!--
Proudly running $ \> \LaTeX \> $ using
<img src="https://www.mathjax.org/badge/mj-logo.svg" id="mathjax_logo"></img>
$ \>\> \mid \>\> $
© Gal Grünfeld. All rights reserved.
-->
</p>
</footer>
<?php wp_footer(); ?>
</body>
</html>