mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2026-03-07 10:37:58 +00:00
Add base header footer
This commit is contained in:
BIN
themes/clortox/layouts/_default/.baseof.html.swp
Normal file
BIN
themes/clortox/layouts/_default/.baseof.html.swp
Normal file
Binary file not shown.
BIN
themes/clortox/layouts/partials/.header.html.swp
Normal file
BIN
themes/clortox/layouts/partials/.header.html.swp
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="{{ "css/clortox.css" | relURL }}">
|
||||
</head>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<header>
|
||||
<header class="navbar sticky">
|
||||
<a href="{{ "/" | relURL }}">Home</a>
|
||||
<a href="{{ "/about/" | relURL }}">About</a>
|
||||
</header>
|
||||
|
||||
14
themes/clortox/static/css/clortox.css
Normal file
14
themes/clortox/static/css/clortox.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.navbar {
|
||||
margin: 0;
|
||||
background: rgb(11,11,12);
|
||||
height: 3em;
|
||||
border-color: white;
|
||||
border-bottom: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.sticky {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user