Header nav.

This commit is contained in:
mmacneil 2019-08-16 22:32:24 -03:00
parent d7cbfafc9b
commit f9b8c8e18f

23
src/dist/index.html vendored
View File

@ -5,9 +5,27 @@
<title>My custom Bulma website</title>
<link rel="icon" href="favicon.png" type="image/x-icon">
<link rel="stylesheet" href="css/main.bundle.css">
<script src="https://kit.fontawesome.com/4e5a72c756.js"></script>
</head>
<body>
<nav class="navbar is-primary" role="navigation" aria-label="main navigation">
<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">
<i class="fab fa-2x fa-github"></i>
</a>
</div>
<div class="navbar-item">
<a href="https://fullstackmark.com" class="icon is-large">
<i class="fas fa-2x fa-globe"></i>
</a>
</div>
</div>
</div>
</nav>
<section class="hero is-primary">
<div class="hero-body">
<div class="container">
@ -35,7 +53,9 @@
<section class="section">
<div class="container">
<h1 class="title">About Me</h1>
<p>adfasfasf</p>
<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
clients from small startups to large enterprises like Macy's and McDonald's.</p>
</div>
</section>
@ -68,4 +88,5 @@
<a class="button is-link">Link</a>
</div> -->
</body>
</html>