Added future Tutorials page
This commit is contained in:
parent
68c8410f12
commit
d6fc7f9a68
@ -37,6 +37,7 @@ navContent = [
|
||||
["P", "Home", ""],
|
||||
["P", "Contact", "contact/"],
|
||||
["P", "Projects", "projects/"],
|
||||
["P", "Tutorials", "tutorials/"],
|
||||
["P", "Posts", "posts/"],
|
||||
["SEP"],
|
||||
["L", "Git", "https://git.weingardt.dev/explore/repos"],
|
||||
|
31
tutorials/index.html
Normal file
31
tutorials/index.html
Normal file
@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
|
||||
<link rel="stylesheet" href="../global/theme.css">
|
||||
<script rel="text/javascript" src="../global/global.js"></script>
|
||||
<link rel="stylesheet" href="../global/style.css">
|
||||
|
||||
<title>My Technical Tutorials and Guides</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav id="navbar"></nav>
|
||||
<main>
|
||||
<div class="content">
|
||||
<h2 class="titlebar">Technical Tutorials and Guides</h2>
|
||||
|
||||
<h1>Hmm... Nothing there, yet...</h1>
|
||||
<h2>Please be patient, I'm still working on this page</h2>
|
||||
|
||||
</div>
|
||||
<div id="footnote"><var id="toplevel" data-="../">Please enable Javascript on this page as it's required to generate the footer and navigation bar.<br>For fear of non-free Javascript: The JS is licensed under GPL v.3</var></div>
|
||||
</main>
|
||||
<footer id="footer"></footer>
|
||||
|
||||
<!-- Some variables and script-call for global site elements -->
|
||||
<var id="selected-nav" data-="Tutorials"></var>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user