Skip to content

Commit

Permalink
Merge pull request #187 from abridger/kano-world-migration
Browse files Browse the repository at this point in the history
Remove Make link from primary links
  • Loading branch information
murilopolese authored Dec 12, 2017
2 parents 42fb9a2 + 9c48a82 commit 793d479
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
Empty file.
Empty file added kano-particle-burst/index.html
Empty file.
12 changes: 1 addition & 11 deletions kano-primary-links/kano-primary-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,24 +105,14 @@
</style>
<ul id="primary-nav-items" class="nav-menu-items">
<li class="menu-item">
<a href$="[[_computeLink(worldRoot, '/shares', 'false', currentSite, selectedRegion)]]" class$="link [[_computeLinkClass(worldRoot, worldPaths, currentSite, selectedLink)]]">
<a href$="[[_computeLink(worldRoot, '/', 'false', currentSite, selectedRegion)]]" class$="link [[_computeLinkClass(worldRoot, worldPaths, currentSite, selectedLink)]]">
<svg class="menu-item-icon" id="world-icon" data-name="Kano World Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14">
<title>Kano World Icon</title>
<path class="icon-component" d="M8.41,11.26a4.34,4.34,0,0,0,2.68-2.63,21.12,21.12,0,0,1-5.52,2.62A4.34,4.34,0,0,0,8.41,11.26Zm5.54-6v-.1l0,0A.71.71,0,0,0,13.83,5a.91.91,0,0,0-.34-.28,2.49,2.49,0,0,0-1.07-.16,10.41,10.41,0,0,0-1.79.24,4.36,4.36,0,0,0-8,2.57l-.36.16a9,9,0,0,0-1.23.69,3.65,3.65,0,0,0-.6.5,1.83,1.83,0,0,0-.3.4A1.19,1.19,0,0,0,0,9.42v.13a1.21,1.21,0,0,0,0,.16v.11l0,.09h0v0l0,.06.06.11a1.11,1.11,0,0,0,.15.17,1.28,1.28,0,0,0,.29.2,1.93,1.93,0,0,0,.48.16,4.52,4.52,0,0,0,.79.08,8.79,8.79,0,0,0,1.28-.08l.15,0c.3,0,.6-.08.89-.14.6-.11,1.18-.25,1.74-.4.83-.24,1.61-.49,2.35-.78a20.18,20.18,0,0,0,2-.91c.34-.17.66-.35,1-.52l.42-.25L12,7.47a10.69,10.69,0,0,0,1.21-.88,2.69,2.69,0,0,0,.71-.84A.89.89,0,0,0,14,5.27Zm-10.84,4a10,10,0,0,1-1.23.15H1.45l.3-.28a10.11,10.11,0,0,1,1-.74l0,0,.07.23a4.18,4.18,0,0,0,.29.66Zm10-3.82h0a1.85,1.85,0,0,1-.52.49,7.93,7.93,0,0,1-1.16.66l-.13.06a4.43,4.43,0,0,0-.2-.88A3.76,3.76,0,0,0,11,5.33a9,9,0,0,1,1.47-.08,1.84,1.84,0,0,1,.71.13s0,0,0,0h0Z"/>
</svg>
<span class="menu-item-label">World</span>
</a>
</li>
<li class="menu-item">
<a href$="[[_computeLink(worldRoot, '/projects', 'false', currentSite, selectedRegion)]]" class$="link [[_computeLinkClass(worldRoot, '/projects', currentSite, selectedLink)]]">
<svg class="menu-item-icon" id="make-icon" data-name="Kano Make Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14">
<title>Kano Make Icon</title>
<path class="icon-component" d="M5.6,4.91v4A.3.3,0,0,0,6,9.14l3.31-2a.3.3,0,0,0,0-.51L6,4.65A.3.3,0,0,0,5.6,4.91Z"/>
<path class="icon-component" d="M12.78,7A5.75,5.75,0,1,0,7,12.76,5.75,5.75,0,0,0,12.78,7ZM2.26,7A4.77,4.77,0,1,1,7,11.78,4.77,4.77,0,0,1,2.26,7Z"/>
</svg>
<span class="menu-item-label">Make</span>
</a>
</li>
<li class="menu-item">
<a href$="[[_computeLink(storeRoot, '/store', 'true', currentSite, selectedRegion)]]" class$="link [[_computeLinkClass(storeRoot, '/store', currentSite, selectedLink)]]">
<svg class="menu-item-icon" id="store-icon" data-name="Kano Store Icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14">
Expand Down

0 comments on commit 793d479

Please sign in to comment.