Fixed errors and updated links
This commit is contained in:
parent
28afbfe759
commit
3a8985cdd6
4 changed files with 65 additions and 62 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Contacts - MassiveBox</title>
|
||||
<link rel="stylesheet" href="deps/bulma.min.css">
|
||||
|
@ -33,7 +33,7 @@
|
|||
<meta name="description" content="MassiveBox is a free time developer and FOSS enthusiast. Here you can contact him." />
|
||||
<meta name="keywords" content="developer, web, backend, telegram, session, massive, box, massivebox" />
|
||||
|
||||
<script async>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
|
||||
// Check for click events on the navbar burger icon
|
||||
|
@ -54,7 +54,7 @@
|
|||
|
||||
<section class="hero is-primary" style="padding: 2vw 7vw 2vw 7vw; background: #050732 !important">
|
||||
|
||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
<nav class="navbar" aria-label="main navigation">
|
||||
<div class="navbar-brand">
|
||||
<a class="navbar-item" href="./">
|
||||
<img src="assets/navlogo.jpg" alt="Navigation bar logo">
|
||||
|
@ -72,7 +72,8 @@
|
|||
<div class="navbar-end">
|
||||
<a class="navbar-item" href="./"><span class="icon-text"><span class="icon"><i class="fas fa-home"></i></span><span>Home</span></span></a>
|
||||
<a class="navbar-item" href="projects.html"><span class="icon-text"><span class="icon"><i class="fas fa-swatchbook"></i></span><span>Projects</span></span></a>
|
||||
<a class="navbar-item" href="contact.html"><span class="icon-text"><span class="icon"><i class="fas fa-envelope"></i></span><span>Contact</span></span></a>
|
||||
<a class="navbar-item" href="https://blog.massivebox.net" target="_blank" rel="noopener noreferrer"><span class="icon-text"><span class="icon"><i class="fas fa-blog"></i></span><span>Blog</span></span></a>
|
||||
<a class="navbar-item" href="contact.html"><span class="icon-text"><span class="icon"><i class="fas fa-envelope"></i></span><span>Contact</span></span></a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue