mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Remove header from front-end
This commit is contained in:
parent
d585c83cef
commit
f9daebb029
2 changed files with 3 additions and 9 deletions
|
@ -88,10 +88,6 @@
|
||||||
|
|
||||||
<div class="row align-items-center d-flex">
|
<div class="row align-items-center d-flex">
|
||||||
|
|
||||||
<a class="btn shadow-none" href="http://30hours.dev">
|
|
||||||
<h1 class="py-3">30/HOURS</h1>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="navbar navbar-light navbar-expand text-center pb-5">
|
<nav class="navbar navbar-light navbar-expand text-center pb-5">
|
||||||
<!-- Links -->
|
<!-- Links -->
|
||||||
<ul class="navbar-nav mx-auto justify-content-center">
|
<ul class="navbar-nav mx-auto justify-content-center">
|
||||||
|
|
|
@ -88,11 +88,9 @@
|
||||||
|
|
||||||
<div class="row align-items-center d-flex">
|
<div class="row align-items-center d-flex">
|
||||||
|
|
||||||
<a class="btn shadow-none" href="http://30hours.dev">
|
|
||||||
<h1 class="py-3">30/HOURS</h1>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<nav class="navbar navbar-light navbar-expand text-center pb-5">
|
|
||||||
|
<nav class="navbar navbar-light navbar-expand text-center pb-3">
|
||||||
<ul class="navbar-nav mx-auto justify-content-center">
|
<ul class="navbar-nav mx-auto justify-content-center">
|
||||||
<li class="nav-item px-3 px-md-4">
|
<li class="nav-item px-3 px-md-4">
|
||||||
<a class="navbar-brand mx-0 menu text-decoration-underline" href="#">RADAR</a>
|
<a class="navbar-brand mx-0 menu text-decoration-underline" href="#">RADAR</a>
|
||||||
|
@ -104,7 +102,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
<div style="height: 100vh; width: 95vw" class="row d-flex">
|
<div style="height: 90vh; width: 95vw" class="row d-flex">
|
||||||
|
|
||||||
<div class="justify-content-center" id="data"></div>
|
<div class="justify-content-center" id="data"></div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue