-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1163847
commit a1c106e
Showing
101 changed files
with
2,022 additions
and
2,970 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
<!doctype html> | ||
<html class="h-100" lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="description" content="A well made and handcrafted Bootstrap 5 template"> | ||
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png"> | ||
<link rel="icon" type="image/png" sizes="96x96" href=".t/img/favicon.png"> | ||
<meta name="author" content="Holger Koenemann"> | ||
<meta name="generator" content="Eleventy v2.0.0"> | ||
<meta name="HandheldFriendly" content="true"/> | ||
<title>Brook HTML Template - Frontpage one</title> | ||
<link rel="stylesheet" href="./css/theme.min.css"> | ||
|
||
<style> | ||
|
||
/* inter-300 - latin */ | ||
@font-face { | ||
font-family: 'Inter'; | ||
font-style: normal; | ||
font-weight: 300; | ||
font-display: swap; | ||
src: local(''), | ||
url('./fonts/inter-v12-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ | ||
url('./fonts/inter-v12-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | ||
} | ||
|
||
/* inter-400 - latin */ | ||
@font-face { | ||
font-family: 'Inter'; | ||
font-style: normal; | ||
font-weight: 400; | ||
font-display: swap; | ||
src: local(''), | ||
url('./fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ | ||
url('./fonts/inter-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | ||
} | ||
|
||
@font-face { | ||
font-family: 'Inter'; | ||
font-style: normal; | ||
font-weight: 500; | ||
font-display: swap; | ||
src: local(''), | ||
url('./fonts/inter-v12-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ | ||
url('./fonts/inter-v12-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | ||
} | ||
@font-face { | ||
font-family: 'Inter'; | ||
font-style: normal; | ||
font-weight: 700; | ||
font-display: swap; | ||
src: local(''), | ||
url('./fonts/inter-v12-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ | ||
url('./fonts/inter-v12-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ | ||
} | ||
|
||
</style> | ||
|
||
</head> | ||
|
||
<body data-bs-spy="scroll" data-bs-target="#navScroll"> | ||
|
||
<nav id="navScroll" class="navbar navbar-expand-lg navbar-light py-vh-3 pb-0 px-vw-5" tabindex="0"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand pe-4 fs-4" href="/"> | ||
<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="currentColor" class="bi bi-boxes mb-1" viewBox="0 0 16 16"> | ||
<path d="M7.752.066a.5.5 0 0 1 .496 0l3.75 2.143a.5.5 0 0 1 .252.434v3.995l3.498 2A.5.5 0 0 1 16 9.07v4.286a.5.5 0 0 1-.252.434l-3.75 2.143a.5.5 0 0 1-.496 0l-3.502-2-3.502 2.001a.5.5 0 0 1-.496 0l-3.75-2.143A.5.5 0 0 1 0 13.357V9.071a.5.5 0 0 1 .252-.434L3.75 6.638V2.643a.5.5 0 0 1 .252-.434L7.752.066ZM4.25 7.504 1.508 9.071l2.742 1.567 2.742-1.567L4.25 7.504ZM7.5 9.933l-2.75 1.571v3.134l2.75-1.571V9.933Zm1 3.134 2.75 1.571v-3.134L8.5 9.933v3.134Zm.508-3.996 2.742 1.567 2.742-1.567-2.742-1.567-2.742 1.567Zm2.242-2.433V3.504L8.5 5.076V8.21l2.75-1.572ZM7.5 8.21V5.076L4.75 3.504v3.134L7.5 8.21ZM5.258 2.643 8 4.21l2.742-1.567L8 1.076 5.258 2.643ZM15 9.933l-2.75 1.571v3.134L15 13.067V9.933ZM3.75 14.638v-3.134L1 9.933v3.134l2.75 1.571Z"/> | ||
</svg> | ||
<span class="ms-1 mt-1 fw-bolder me-5">Brook</span> | ||
</a> | ||
|
||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav mx-auto mb-2 mb-lg-0"> | ||
<li class="nav-item"> | ||
<a class="nav-link fs-5" href="index.html" aria-label="The Blog Archive"> | ||
Home | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link fs-5" href="blog.html" aria-label="The Blog Archive"> | ||
Journal | ||
</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link fs-5" href="content.html" aria-label="The Blog Archive"> | ||
About | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
<a href="https://templatedeck.com" aria-label="Download this template" class="fs-6 link-fancy"> | ||
Download Template | ||
</a> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<main> | ||
<div class="w-100 overflow-hidden position-relative" id="top"> | ||
<div class="container py-vh-5"> | ||
<div class="row d-flex justify-content-center text-center"> | ||
<div class="col-12 col-lg-10"> | ||
<h1 class="display-huge mb-3">Welcome to Brook</h1> | ||
<a href="#" class="btn btn-primary btn-xl shadow">Download Template</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
<div class="container"> | ||
<div class="row d-flex justify-content-center"> | ||
<div class="col-11 col-lg-10 col-xl-6"> | ||
<div class="row border-bottom"> | ||
<article class="col-12 border-top px-0 py-4 d-flex justify-content-between align-items-center"> | ||
<h2 class="h4 lh-1 mb-0"><a href=".//post-zombier-or-vampie.html" class="text-decoration-none">Zombier or Vampie?</a></h2> | ||
<time datetime="2022-10-23">23 Oct 2022</time> | ||
</article> | ||
<article class="col-12 border-top px-0 py-4 d-flex justify-content-between align-items-center"> | ||
<h2 class="h4 lh-1 mb-0"><a href=".//post-if-a-daywalker-bites-a-nuke-zombie.html" class="text-decoration-none">If a Daywalker bites a Nuke Zombie</a></h2> | ||
<time datetime="2022-10-19">19 Oct 2022</time> | ||
</article> | ||
|
||
|
||
|
||
<a href="./" class="btn btn-outline-primary">Previous Page</a> | ||
|
||
|
||
|
||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</main> | ||
|
||
<footer> | ||
<div class="container text-center small py-vh-3">Made by | ||
<a href="https://templatedeck.com" class="link-fancy" target="_blank">templatedeck.com</a> | ||
</div> | ||
<script src="js/bootstrap.bundle.min.js"></script> | ||
</footer> | ||
|
||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.