Skip to content

Instantly share code, notes, and snippets.

View Grant-Smith-74's full-sized avatar
๐Ÿ˜†

Grant Smith Grant-Smith-74

๐Ÿ˜†
View GitHub Profile
@Grant-Smith-74
Grant-Smith-74 / Perch-Runway-Collection-Menu.md
Last active April 8, 2019 14:50
Perch Runway Collection Menu

#Perch Runway Collection Menu

This is to document how to make a menu with collection items. For this project I needed a Services collection, consisting of a Services page with Service sub pages as menu items in the Header Nav of my project.

The project also uses Bulma Navbar.

To achieve, you need to of setup a Perch Collection and then the following templates require creating if you haven't already done so.

/layouts/global/header.php
/navigation/level_1.html

a {
text-decoration: none;
}
.fa {
font-size: 1.2em;
line-height: 2em;
background: white;
border-radius: 2em;
height: 2em;
width: 2em;
@Grant-Smith-74
Grant-Smith-74 / menu.html
Created June 10, 2017 17:17
Responsive branded navigation menu
<section class="navigation">
<div class="nav-container">
<div class="brand">
<a href="#!">Logo</a>
</div>
<nav>
<div class="nav-mobile">
<a id="nav-toggle" href="#!"><span></span></a>
</div>
<ul class="nav-list">