Contact section and fix mobile navbar links
This commit is contained in:
parent
9c9abe885a
commit
e0a747451d
File diff suppressed because one or more lines are too long
18
index.html
18
index.html
@ -11,12 +11,16 @@
|
|||||||
<body>
|
<body>
|
||||||
<nav class="navbar is-primary" role="navigation" aria-label="main navigation">
|
<nav class="navbar is-primary" role="navigation" aria-label="main navigation">
|
||||||
<div class="navbar-brand">
|
<div class="navbar-brand">
|
||||||
<!-- navbar items, navbar burger... -->
|
<div class="navbar-item is-hidden-desktop">
|
||||||
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
<a href="https://github.com/mmacneil" class="icon is-large has-text-light">
|
||||||
<span aria-hidden="true"></span>
|
<i class="fab fa-2x fa-github"></i>
|
||||||
<span aria-hidden="true"></span>
|
</a>
|
||||||
<span aria-hidden="true"></span>
|
</div>
|
||||||
</a>
|
<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>
|
||||||
<div class="navbar-menu">
|
<div class="navbar-menu">
|
||||||
<div class="navbar-end">
|
<div class="navbar-end">
|
||||||
@ -453,7 +457,7 @@
|
|||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="content has-text-centered">
|
<div class="content has-text-centered">
|
||||||
<p>
|
<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>
|
<i class="fab fa-github"></i> <strong>devfolio</strong></a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user