-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit eda131e
Showing
119 changed files
with
5,674 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<browserconfig> | ||
<msapplication> | ||
<tile> | ||
<square150x150logo src="images/favicons/mstile-150x150.png"/> | ||
<TileColor>#da532c</TileColor> | ||
</tile> | ||
</msapplication> | ||
</browserconfig> |
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,173 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"><head> | ||
<title>Justin Hiemstra</title> | ||
|
||
<meta name ="author" content="Justin Hiemstra"/> | ||
<meta name="theme-color" content="" /> | ||
<meta charset="utf-8" /> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport" /> | ||
<meta name="description" content="Justin Hiemstra" /> | ||
<meta name="author" content="Justin Hiemstra" /> | ||
<meta name="generator" content="aafu theme by Darshan in Hugo 0.101.0" /> | ||
|
||
|
||
|
||
<link | ||
rel="stylesheet" | ||
href="/css/bootstrap/bootstrap.min.css" | ||
/> | ||
<script src="https://kit.fontawesome.com/b1307f3c2c.js" crossorigin="anonymous"></script> | ||
|
||
<link | ||
rel="stylesheet" | ||
href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="//fonts.googleapis.com/css?family=Didact+Gothic%7CRoboto:400%7CRoboto+Mono" | ||
/> | ||
<link rel="stylesheet" href="/css/aafu_light.css" /> | ||
<link rel="stylesheet" href="/css/aafu.css" /> | ||
|
||
<script> | ||
var themeColor = document.querySelector("meta[name=theme-color]"); | ||
window.onload = () => { | ||
themeColor.content = getComputedStyle(document.body)["background-color"]; | ||
let defaultActivePanel = document.querySelector(".accordion.active"); | ||
if (defaultActivePanel) { | ||
defaultActivePanel.nextElementSibling.style.maxHeight = | ||
defaultActivePanel.nextElementSibling.scrollHeight + "px"; | ||
} | ||
}; | ||
window.onresize = () => { | ||
let defaultActivePanel = document.querySelector(".accordion.active"); | ||
if (defaultActivePanel) { | ||
defaultActivePanel.nextElementSibling.style.maxHeight = | ||
defaultActivePanel.nextElementSibling.scrollHeight + "px"; | ||
} | ||
}; | ||
</script> | ||
</head> | ||
<body class="container"> | ||
<main style="min-height: calc(100vh - 60px);"> | ||
|
||
<div class="d-flex flex-row row p-2"> | ||
<h3 class="main-menu mr-3"> | ||
<a href="https://jhiems.github.io">Home</a> | ||
</h3> | ||
<h3 class="main-menu mr-3"> | ||
<a href="/contact">Contact</a> | ||
</h3> | ||
<h3 class="main-menu mr-3"> | ||
<a href="/projects">Projects</a> | ||
</h3> | ||
</div> | ||
|
||
|
||
<h1 class="standard top-h1 mb-3">Hobbies</h1> | ||
<div class="standard grid-container"> | ||
|
||
<div class="index-box p-3 shadow rounded mb-4"> | ||
<h3> | ||
<a href="/projects/scuba/">Scuba Diving</a> | ||
</h3> | ||
<p>Reading Time: 1 minutes</p><div class="mb-2"> | ||
<p class="mb-1">May 26, 2022</p> | ||
|
||
|
||
<p class="metadata-value mb-1 taxa taxa-container-div list-categories"> | ||
Categories: | ||
<a | ||
class="pl-1 pr-1 rounded border border-secondary" | ||
href="/categories/hobbies" | ||
title="categories" | ||
>Hobbies</a> | ||
|
||
</p> | ||
|
||
|
||
|
||
<p class="metadata-value mb-1 taxa taxa-container-div list-tags"> | ||
Tags: | ||
<a | ||
class="pl-1 pr-1 rounded border border-secondary" | ||
href="/tags/scuba" | ||
title="tags" | ||
>Scuba</a> | ||
|
||
<a | ||
class="pl-1 pr-1 rounded border border-secondary" | ||
href="/tags/diving" | ||
title="tags" | ||
>Diving</a> | ||
|
||
</p> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<div class="index-box p-3 shadow rounded mb-4"> | ||
<h3> | ||
<a href="/projects/mycology/">Mycology</a> | ||
</h3> | ||
<p>Reading Time: 1 minutes</p><div class="mb-2"> | ||
<p class="mb-1">May 25, 2022</p> | ||
|
||
|
||
<p class="metadata-value mb-1 taxa taxa-container-div list-categories"> | ||
Categories: | ||
<a | ||
class="pl-1 pr-1 rounded border border-secondary" | ||
href="/categories/hobbies" | ||
title="categories" | ||
>Hobbies</a> | ||
|
||
</p> | ||
|
||
|
||
|
||
<p class="metadata-value mb-1 taxa taxa-container-div list-tags"> | ||
Tags: | ||
<a | ||
class="pl-1 pr-1 rounded border border-secondary" | ||
href="/tags/mushrooms" | ||
title="tags" | ||
>mushrooms</a> | ||
|
||
<a | ||
class="pl-1 pr-1 rounded border border-secondary" | ||
href="/tags/mycology" | ||
title="tags" | ||
>mycology</a> | ||
|
||
<a | ||
class="pl-1 pr-1 rounded border border-secondary" | ||
href="/tags/fungus" | ||
title="tags" | ||
>fungus</a> | ||
|
||
</p> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
<div class="mt-4 d-flex justify-content-center"> | ||
|
||
</div> | ||
|
||
</main> | ||
|
||
<footer class=" mt-2 mb-4 text-center "> | ||
<span class="markdownify">Justin Hiemstra 2023 - <a href="mailto:justinhiemstra+website@protonmail.com">justinhiemstra+website@protonmail.com</a></span> | ||
<span style="font-size:0px;"> | ||
· | ||
|
||
</span> | ||
</footer> | ||
|
||
|
||
</body> | ||
</html> |
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,29 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Hobbies on </title> | ||
<link>https://jhiems.github.io/categories/hobbies/</link> | ||
<description>Recent content in Hobbies on </description> | ||
<generator>Hugo -- gohugo.io</generator> | ||
<language>en-us</language> | ||
<lastBuildDate>Thu, 26 May 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jhiems.github.io/categories/hobbies/index.xml" rel="self" type="application/rss+xml" /> | ||
<item> | ||
<title>Scuba Diving</title> | ||
<link>https://jhiems.github.io/projects/scuba/</link> | ||
<pubDate>Thu, 26 May 2022 00:00:00 +0000</pubDate> | ||
|
||
<guid>https://jhiems.github.io/projects/scuba/</guid> | ||
<description>Scuba Diving Stay tuned :)</description> | ||
</item> | ||
|
||
<item> | ||
<title>Mycology</title> | ||
<link>https://jhiems.github.io/projects/mycology/</link> | ||
<pubDate>Wed, 25 May 2022 00:00:00 +0000</pubDate> | ||
|
||
<guid>https://jhiems.github.io/projects/mycology/</guid> | ||
<description>Mycological Musings Stay tuned for some news regarding my mycological musings!</description> | ||
</item> | ||
|
||
</channel> | ||
</rss> |
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,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
<title>https://jhiems.github.io/categories/hobbies/</title> | ||
<link rel="canonical" href="https://jhiems.github.io/categories/hobbies/"> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=https://jhiems.github.io/categories/hobbies/"> | ||
</head> | ||
</html> |
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,101 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"><head> | ||
<title>Justin Hiemstra</title> | ||
|
||
<meta name ="author" content="Justin Hiemstra"/> | ||
<meta name="theme-color" content="" /> | ||
<meta charset="utf-8" /> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport" /> | ||
<meta name="description" content="Justin Hiemstra" /> | ||
<meta name="author" content="Justin Hiemstra" /> | ||
<meta name="generator" content="aafu theme by Darshan in Hugo 0.101.0" /> | ||
|
||
|
||
|
||
<link | ||
rel="stylesheet" | ||
href="/css/bootstrap/bootstrap.min.css" | ||
/> | ||
<script src="https://kit.fontawesome.com/b1307f3c2c.js" crossorigin="anonymous"></script> | ||
|
||
<link | ||
rel="stylesheet" | ||
href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="//fonts.googleapis.com/css?family=Didact+Gothic%7CRoboto:400%7CRoboto+Mono" | ||
/> | ||
<link rel="stylesheet" href="/css/aafu_light.css" /> | ||
<link rel="stylesheet" href="/css/aafu.css" /> | ||
|
||
<script> | ||
var themeColor = document.querySelector("meta[name=theme-color]"); | ||
window.onload = () => { | ||
themeColor.content = getComputedStyle(document.body)["background-color"]; | ||
let defaultActivePanel = document.querySelector(".accordion.active"); | ||
if (defaultActivePanel) { | ||
defaultActivePanel.nextElementSibling.style.maxHeight = | ||
defaultActivePanel.nextElementSibling.scrollHeight + "px"; | ||
} | ||
}; | ||
window.onresize = () => { | ||
let defaultActivePanel = document.querySelector(".accordion.active"); | ||
if (defaultActivePanel) { | ||
defaultActivePanel.nextElementSibling.style.maxHeight = | ||
defaultActivePanel.nextElementSibling.scrollHeight + "px"; | ||
} | ||
}; | ||
</script> | ||
</head> | ||
<body class="container"> | ||
<main style="min-height: calc(100vh - 60px);"> | ||
|
||
<div class="d-flex flex-row row p-2"> | ||
<h3 class="main-menu mr-3"> | ||
<a href="https://jhiems.github.io">Home</a> | ||
</h3> | ||
<h3 class="main-menu mr-3"> | ||
<a href="/contact">Contact</a> | ||
</h3> | ||
<h3 class="main-menu mr-3"> | ||
<a href="/projects">Projects</a> | ||
</h3> | ||
</div> | ||
|
||
|
||
<h1 class="standard top-h1 mb-3">Categories</h1> | ||
<div class="standard grid-container"> | ||
|
||
<div class="index-box p-3 shadow rounded mb-4"> | ||
<h3> | ||
<a href="/categories/hobbies/">Hobbies</a> | ||
</h3> | ||
<p>Reading Time: 0 minutes</p><div class="mb-2"> | ||
<p class="mb-1">May 26, 2022</p> | ||
|
||
|
||
|
||
|
||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
<div class="mt-4 d-flex justify-content-center"> | ||
|
||
</div> | ||
|
||
</main> | ||
|
||
<footer class=" mt-2 mb-4 text-center "> | ||
<span class="markdownify">Justin Hiemstra 2023 - <a href="mailto:justinhiemstra+website@protonmail.com">justinhiemstra+website@protonmail.com</a></span> | ||
<span style="font-size:0px;"> | ||
· | ||
|
||
</span> | ||
</footer> | ||
|
||
|
||
</body> | ||
</html> |
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,20 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Categories on </title> | ||
<link>https://jhiems.github.io/categories/</link> | ||
<description>Recent content in Categories on </description> | ||
<generator>Hugo -- gohugo.io</generator> | ||
<language>en-us</language> | ||
<lastBuildDate>Thu, 26 May 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jhiems.github.io/categories/index.xml" rel="self" type="application/rss+xml" /> | ||
<item> | ||
<title>Hobbies</title> | ||
<link>https://jhiems.github.io/categories/hobbies/</link> | ||
<pubDate>Thu, 26 May 2022 00:00:00 +0000</pubDate> | ||
|
||
<guid>https://jhiems.github.io/categories/hobbies/</guid> | ||
<description></description> | ||
</item> | ||
|
||
</channel> | ||
</rss> |
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,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-us"> | ||
<head> | ||
<title>https://jhiems.github.io/categories/</title> | ||
<link rel="canonical" href="https://jhiems.github.io/categories/"> | ||
<meta name="robots" content="noindex"> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="refresh" content="0; url=https://jhiems.github.io/categories/"> | ||
</head> | ||
</html> |
Oops, something went wrong.