Header nav.
This commit is contained in:
parent
e17e74b1db
commit
0dfb82d75d
File diff suppressed because one or more lines are too long
12
index.html
12
index.html
@ -10,10 +10,18 @@
|
||||
|
||||
<body>
|
||||
<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 class="navbar-end">
|
||||
<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>
|
||||
</a>
|
||||
</div>
|
||||
@ -54,7 +62,7 @@
|
||||
<div class="container">
|
||||
<h1 class="title">About Me</h1>
|
||||
<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>
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user