Header nav.

This commit is contained in:
mmacneil 2019-08-16 22:46:44 -03:00
parent 3f8c82e624
commit 554e89f92a
3 changed files with 20 additions and 10 deletions

File diff suppressed because one or more lines are too long

20
src/dist/index.html vendored
View File

@ -10,18 +10,26 @@
<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>
<div class="navbar-item">
<a href="https://fullstackmark.com" class="icon is-large">
<i class="fas fa-2x fa-globe"></i>
</a>
</div>
<a href="https://fullstackmark.com" class="icon is-large">
<i class="fas fa-2x fa-globe"></i>
</a>
</div>
</div>
</div>
</nav>
@ -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>

View File

@ -9,18 +9,20 @@ $pink: #FA7C91;
$brown: #757763;
$beige-light: #D0D1CD;
$beige-lighter: #EFF0EB;
$black: #333;
// Update Bulma's global variables
$family-sans-serif: "Lato", sans-serif;
$grey-dark: $brown;
$grey-light: $beige-light;
//$primary: $purple;
$link: $pink;
//$link: $pink;
$link: $black;
$widescreen-enabled: false;
$fullhd-enabled: false;
// Update some of Bulma's component variables
$body-background-color: $beige-lighter;
//$body-background-color: $beige-lighter;
$control-border-width: 2px;
$input-border-color: transparent;
$input-shadow: none;