Contact section and fix mobile navbar links

This commit is contained in:
mmacneil 2019-08-23 22:21:17 -03:00
parent 9c9abe885a
commit e0a747451d
2 changed files with 12 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -11,12 +11,16 @@
<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 class="navbar-item is-hidden-desktop">
<a href="https://github.com/mmacneil" class="icon is-large has-text-light">
<i class="fab fa-2x fa-github"></i>
</a>
</div>
<div class="navbar-item is-hidden-desktop">
<a href="https://fullstackmark.com" class="icon is-large has-text-light">
<i class="fas fa-2x fa-globe"></i>
</a>
</div>
</div>
<div class="navbar-menu">
<div class="navbar-end">
@ -453,7 +457,7 @@
<footer class="footer">
<div class="content has-text-centered">
<p>
<a href="https://github.com/mmacneil/devfolio" target="_blank" class="icon has-text-primary">
<a href="https://github.com/mmacneil/devfolio" target="_blank" class="icon has-text-info">
<i class="fab fa-github"></i> <strong>devfolio</strong></a>
</p>
</div>