Header nav.
This commit is contained in:
parent
52c743c8c4
commit
e17e74b1db
23
index.html
23
index.html
@ -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>
|
Loading…
Reference in New Issue
Block a user