-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
executable file
·65 lines (41 loc) · 1.36 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
<footer class="gravurregular">
<div id="contact">
<h3>Contact</h3>
<p>New Business and<br> Career Inquiries<br>
<span class="gravurlight"><a href="#">[email protected]</a></span>
</p>
</div>
<div id="offices">
<h3>Offices</h3>
<div>
<h4>Party New York</h4>
<p class="gravurlight">20 Jay Street<br>
Suite 404<br>
Brooklyn, NY 11201<br>
U.S.A.
<a href="http://www.prty.nyc" title="">prty.nyc</a>
</p>
</div>
<div>
<h4>Party Tokyo</h4>
<p class="gravurlight">
Hillside Terrace F-201<br>
18-8 Sarugaku-cho<br>
Shibuya-ku, Tokyo 150-0033<br>
Japan
<a href="http://www.prty.jp" title="">prty.jp</a>
</p>
</div>
</div>
<div id="social">
<h3>Social</h3>
<div>
<a class="twitter" href="https://twitter.com/prty_ny" target="_blank"><img src="<?php bloginfo('template_url'); ?>/img/twitter.svg" width="23" height="20" alt="twitter"></a>
<a class="facebook" href="https://www.facebook.com/prty.tokyo" target="_blank"><img src="<?php bloginfo('template_url'); ?>/img/facebook.svg" width="22" height="22" alt="facebook"></a>
</div>
</div>
</footer>
</div>
<!-- <?php wp_footer(); ?> -->
</body>
</html>