Header nav.

This commit is contained in:
mmacneil 2019-08-16 22:46:44 -03:00
parent e17e74b1db
commit 0dfb82d75d
2 changed files with 16 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -10,18 +10,26 @@
<body> <body>
<nav class="navbar is-primary" role="navigation" aria-label="main navigation"> <nav class="navbar is-primary" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<!-- navbar items, navbar burger... -->
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu"> <div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-end"> <div class="navbar-end">
<div class="navbar-item"> <div class="navbar-item">
<a href="https://github.com/mmacneil/devfolio" class="icon is-large"> <a href="https://github.com/mmacneil" class="icon is-large">
<i class="fab fa-2x fa-github"></i> <i class="fab fa-2x fa-github"></i>
</a> </a>
</div> </div>
<div class="navbar-item"> <div class="navbar-item">
<a href="https://fullstackmark.com" class="icon is-large"> <a href="https://fullstackmark.com" class="icon is-large">
<i class="fas fa-2x fa-globe"></i> <i class="fas fa-2x fa-globe"></i>
</a> </a>
</div> </div>
</div> </div>
</div> </div>
</nav> </nav>
@ -54,7 +62,7 @@
<div class="container"> <div class="container">
<h1 class="title">About Me</h1> <h1 class="title">About Me</h1>
<p>I'm a senior developer whose spent the last 14+ years obsessively <p>I'm a senior developer whose spent the last 14+ years obsessively
helping deliver .NET-based web, mobile and cloud solutions for a range of helping deliver .NET-based web, mobile and cloud solutions across a variety of industries and
clients from small startups to large enterprises like Macy's and McDonald's.</p> clients from small startups to large enterprises like Macy's and McDonald's.</p>
</div> </div>
</section> </section>