-
Notifications
You must be signed in to change notification settings - Fork 0
/
nav-links.html
29 lines (17 loc) · 1.27 KB
/
nav-links.html
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
{% assign contact_link = "mailto:" | append: site.contact_email %}
<div class="search-widget">
<input type="search" id="siteSearchInput" placeholder="Type to search…">
</div>
{% include nav-page-link.html htmlclass="application" url="/application/" title="Application" active_for_nested=true %}
{% include nav-page-link.html htmlclass="learn" url="/learn/" title="Learn" active_for_nested=true %}
{% include nav-page-link.html htmlclass="standard" url="/standard/" title="Standard" active_for_nested=true %}
{% include nav-page-link.html htmlclass="domain" url="/domain/" title="Domain" active_for_nested=true %}
{% include nav-page-link.html htmlclass="scope" url="/scope/" title="Scope" active_for_nested=true %}
<!--
{% include nav-page-link.html htmlclass="software" url="/software/" title="Software" active_for_nested=true %}
-->
<!-- {% include nav-page-link.html htmlclass="fonts" url="/fonts/" title="Fonts" active_for_nested=true %} -->
{% include project-nav.html %}
{% include nav-page-link.html htmlclass="about" url="/about/" title="About" active_for_nested=true %}
{% include nav-page-link.html htmlclass="blog" url="/blog/" title="Blog" active_for_nested=true %}
<a href="javascript: void 0;" class="search" aria-label="site search button"><i class="fas fa-search"></i></a>