aboutsummaryrefslogtreecommitdiff
path: root/src/templates/nav.html
blob: 35b00a60fba2402b9d8254d84f56b44a094585b6 (plain)
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
<nav class="nav" id="nav">
    <div class="floatwrapper">
      <div>
        <a href="/" class="header-image" aria-label="Home" title="Home">
          <img loading="lazy" class="noaa" alt="A pixelated Lycoris Radiata between &quot;infernal&quot; and &quot;garden&quot;" src="/assets/image/header.png">
          <img loading="lazy" class="noaa" alt="A pixelated Lycoris Radiata" src="/assets/image/icon.png">
        </a>
        <div class="nav-button">
          <a href="/about/" aria-label="About" title="About">
            <i class="fa fa-newspaper-o" aria-hidden="true"></i>
            <span>About</span>
          </a>
        </div>
        <div class="nav-button">
          <a href="/projects/" aria-label="Projects" title="Projects">
            <i class="fa fa-code" aria-hidden="true"></i>
            <span>Projects</span>
          </a>
        </div>
        <div class="nav-button">
          <a href="/services/" aria-label="Services" title="Services">
            <i class="fa fa-cogs" aria-hidden="true"></i>
            <span>Services</span>
          </a>
        </div>
        <div class="nav-button">
          <a href="/people/" aria-label="People" title="People">
            <i class="fa fa-address-book" aria-hidden="true"></i>
            <span>People</span>
          </a>
        </div>
      </div>
      <div>
        <div class="nav-button">
          <a href="/contact/" aria-label="Contact" title="Contact">
            <i class="fa fa-envelope" aria-hidden="true"></i>
            <span>Contact</span>
          </a>
        </div>
      </div>
    </div>
</nav>