Header nav.
This commit is contained in:
parent
52c743c8c4
commit
e17e74b1db
25
index.html
25
index.html
@ -5,9 +5,27 @@
|
|||||||
<title>My custom Bulma website</title>
|
<title>My custom Bulma website</title>
|
||||||
<link rel="icon" href="favicon.png" type="image/x-icon">
|
<link rel="icon" href="favicon.png" type="image/x-icon">
|
||||||
<link rel="stylesheet" href="css/main.bundle.css">
|
<link rel="stylesheet" href="css/main.bundle.css">
|
||||||
|
<script src="https://kit.fontawesome.com/4e5a72c756.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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">
|
<section class="hero is-primary">
|
||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
@ -24,7 +42,7 @@
|
|||||||
Mark Macneil
|
Mark Macneil
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="subtitle">
|
<h2 class="subtitle">
|
||||||
FullStack .NET Developer, Halifax, NS
|
FullStack .NET Developer, Halifax, NS
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -35,7 +53,9 @@
|
|||||||
<section class="section">
|
<section class="section">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title">About Me</h1>
|
<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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -68,4 +88,5 @@
|
|||||||
<a class="button is-link">Link</a>
|
<a class="button is-link">Link</a>
|
||||||
</div> -->
|
</div> -->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user