Minor bug has been fixed

This commit is contained in:
Sameer Rahmani 2019-03-29 09:33:53 +00:00
parent 4fe8642a00
commit 1ee94eae90
1 changed files with 72 additions and 61 deletions

View File

@ -1,19 +1,32 @@
<!DOCTYPE html> <!DOCTYPE html>
<html class="{% if page.theme %}{{page.theme }}{% else %}light{% endif %}"> <html class="{% if page.theme %}{{page.theme }}{% else %}light{% endif %}">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
{% seo %} {% seo %}
<link href="/assets/styles/web.css" rel="stylesheet"/> <link href="/assets/styles/web.css?1" rel="stylesheet" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous"> <link
<meta name="viewport" content="width=device-width, initial-scale=1"> rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr"
crossorigin="anonymous"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head> </head>
<body class="{% if page.theme %}{{page.theme }}{% else %}light{% endif %}"> <body class="{% if page.theme %}{{page.theme }}{% else %}light{% endif %}">
<nav
class="navbar is-primary"
<nav class="navbar is-primary" role="navigation" aria-label="main navigation"> role="navigation"
aria-label="main navigation"
>
<div class="container"> <div class="container">
<div class="navbar-brand"> <div class="navbar-brand">
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navcontainer"> <a
role="button"
class="navbar-burger burger"
aria-label="menu"
aria-expanded="false"
data-target="navcontainer"
>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
@ -54,7 +67,6 @@
<i class="pad fab fa-linkedin fa-lg"></i> <i class="pad fab fa-linkedin fa-lg"></i>
Linkedin Linkedin
</span> </span>
</a> </a>
<a class="navbar-item" href="https://twitter.com/lxsameer"> <a class="navbar-item" href="https://twitter.com/lxsameer">
@ -66,7 +78,6 @@
<i class="pad fab fa-twitter fa-lg"></i> <i class="pad fab fa-twitter fa-lg"></i>
Twitter Twitter
</span> </span>
</a> </a>
</div> </div>
</div> </div>