-
Notifications
You must be signed in to change notification settings - Fork 0
/
snip_menuoverlay.php
30 lines (30 loc) · 1.2 KB
/
snip_menuoverlay.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
<div class="overlay-screen-menu">
<a class="overlay-close">
<span class="icon-cross"></span>
</a>
<div class="wrapper-menu">
<div class="level-top">
<a href="http://percolatestudio.com/">
<!-- <span class="title-link">Why</span> -->
<span class="title-link">Home</span>
<span class="subtitle-link">Our intent</span>
</a>
<a href="http://percolatestudio.com/how">
<span class="title-link">How</span>
<span class="subtitle-link">The approach</span>
</a>
<a href="http://percolatestudio.com/what">
<span class="title-link">What</span>
<span class="subtitle-link">Our work</span>
</a>
</div>
<div class="level-bottom">
<a href="http://percolatestudio.com/careers" class="monochrome">Join Us</a>
<a href="http://blog.percolatestudio.com" class="monochrome">Blog</a>
<a data-contact class="monochrome">Contact</a>
<br>
<a href="http://twitter.com/percolatestudio" class="monochrome" target="_blank"><span class="icon-twitter"></span></a>
<a href="http://github.com/percolatestudio" class="monochrome" target="_blank"><span class="icon-github"></span></a>
</div>
</div>
</div>