Add Footer as an include.
This commit is contained in:
@@ -5,28 +5,31 @@
|
|||||||
<title>Acknowledgements | Cutieguwu</title>
|
<title>Acknowledgements | Cutieguwu</title>
|
||||||
<include src="includes/meta.html" />
|
<include src="includes/meta.html" />
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body>
|
||||||
<nav class="pane_nav">
|
<div class="viewport">
|
||||||
<include src="includes/nav_logo.html" />
|
<nav class="pane_nav">
|
||||||
<include src="includes/nav_menu.html" />
|
<include src="includes/nav_logo.html" />
|
||||||
<div class="location">
|
<include src="includes/nav_menu.html" />
|
||||||
<p class="location_header">You are here:</p>
|
<div class="location">
|
||||||
<p class="location_page">Acknowledgements</p>
|
<p class="location_header">You are here:</p>
|
||||||
|
<p class="location_page">Acknowledgements</p>
|
||||||
|
</div>
|
||||||
|
<include src="includes/nav_quick_links.html" />
|
||||||
|
</nav>
|
||||||
|
<div class="pane_main">
|
||||||
|
<p>There are currently no acknowledgements</p>
|
||||||
|
<p>In terms of security, hopefully that means I'm doing a good-ish job.</p>
|
||||||
|
<p>
|
||||||
|
I will get my thanks to various open projects in here in time, but I'm still
|
||||||
|
busy getting the basics handled.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="pane_spacer">
|
||||||
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
</div>
|
</div>
|
||||||
<include src="includes/nav_quick_links.html" />
|
|
||||||
</nav>
|
|
||||||
<div class="pane_main">
|
|
||||||
<p>There are currently no acknowledgements</p>
|
|
||||||
<p>In terms of security, hopefully that means I'm doing a good-ish job.</p>
|
|
||||||
<p>
|
|
||||||
I will get my thanks to various open projects in here in time, but I'm still busy
|
|
||||||
getting the basics handled.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class="pane_spacer">
|
|
||||||
<div class="spacer_container"><p>#AD</p></div>
|
|
||||||
<div class="spacer_container"><p>#AD</p></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<include src="includes/footer.html" />
|
||||||
<include src="includes/scripts.html" />
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
1
src/includes/footer.html
Normal file
1
src/includes/footer.html
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<p class="footer">Made with love in Canada 🇨🇦.</p>
|
||||||
@@ -5,24 +5,27 @@
|
|||||||
<title>Home | Cutieguwu</title>
|
<title>Home | Cutieguwu</title>
|
||||||
<include src="includes/meta.html" />
|
<include src="includes/meta.html" />
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body>
|
||||||
<nav class="pane_nav">
|
<div class="viewport">
|
||||||
<include src="includes/nav_logo.html" />
|
<nav class="pane_nav">
|
||||||
<include src="includes/nav_menu.html" />
|
<include src="includes/nav_logo.html" />
|
||||||
<div class="location">
|
<include src="includes/nav_menu.html" />
|
||||||
<p class="location_header">You are here:</p>
|
<div class="location">
|
||||||
<p class="location_page">Home</p>
|
<p class="location_header">You are here:</p>
|
||||||
|
<p class="location_page">Home</p>
|
||||||
|
</div>
|
||||||
|
<include src="includes/nav_quick_links.html" />
|
||||||
|
</nav>
|
||||||
|
<div class="pane_main">
|
||||||
|
<h1>Home</h1>
|
||||||
|
<p>lorem ipsum idk what else there is in this latin phrase</p>
|
||||||
|
</div>
|
||||||
|
<div class="pane_spacer">
|
||||||
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
</div>
|
</div>
|
||||||
<include src="includes/nav_quick_links.html" />
|
|
||||||
</nav>
|
|
||||||
<div class="pane_main">
|
|
||||||
<h1>Home</h1>
|
|
||||||
<p>lorem ipsum idk what else there is in this latin phrase</p>
|
|
||||||
</div>
|
|
||||||
<div class="pane_spacer">
|
|
||||||
<div class="spacer_container"><p>#AD</p></div>
|
|
||||||
<div class="spacer_container"><p>#AD</p></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<include src="includes/footer.html" />
|
||||||
<include src="includes/scripts.html" />
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -5,26 +5,29 @@
|
|||||||
<title>Error Template | Cutieguwu</title>
|
<title>Error Template | Cutieguwu</title>
|
||||||
<include src="includes/meta.html" />
|
<include src="includes/meta.html" />
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body>
|
||||||
<nav class="pane_nav">
|
<div class="viewport">
|
||||||
<include src="includes/nav_logo.html" />
|
<nav class="pane_nav">
|
||||||
<include src="includes/nav_menu.html" />
|
<include src="includes/nav_logo.html" />
|
||||||
<div class="location">
|
<include src="includes/nav_menu.html" />
|
||||||
<p class="location_header">You are here:</p>
|
<div class="location">
|
||||||
<p class="location_page">Error Template</p>
|
<p class="location_header">You are here:</p>
|
||||||
|
<p class="location_page">Error Template</p>
|
||||||
|
</div>
|
||||||
|
<include src="includes/nav_quick_links.html" />
|
||||||
|
</nav>
|
||||||
|
<div class="pane_error">
|
||||||
|
<h1>Error Code</h1>
|
||||||
|
<h2>Error Title</h2>
|
||||||
|
<hr />
|
||||||
|
<p>Error details and explaination.</p>
|
||||||
|
</div>
|
||||||
|
<div class="pane_spacer">
|
||||||
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
</div>
|
</div>
|
||||||
<include src="includes/nav_quick_links.html" />
|
|
||||||
</nav>
|
|
||||||
<div class="pane_error">
|
|
||||||
<h1>Error Code</h1>
|
|
||||||
<h2>Error Title</h2>
|
|
||||||
<hr />
|
|
||||||
<p>Error details and explaination.</p>
|
|
||||||
</div>
|
|
||||||
<div class="pane_spacer">
|
|
||||||
<div class="spacer_container"><p>#AD</p></div>
|
|
||||||
<div class="spacer_container"><p>#AD</p></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<include src="includes/footer.html" />
|
||||||
<include src="includes/scripts.html" />
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -5,21 +5,24 @@
|
|||||||
<title>Main Template | Cutieguwu</title>
|
<title>Main Template | Cutieguwu</title>
|
||||||
<include src="includes/meta.html" />
|
<include src="includes/meta.html" />
|
||||||
</head>
|
</head>
|
||||||
<body class="viewport">
|
<body>
|
||||||
<nav class="pane_nav">
|
<div class="viewport">
|
||||||
<include src="includes/nav_logo.html" />
|
<nav class="pane_nav">
|
||||||
<include src="includes/nav_menu.html" />
|
<include src="includes/nav_logo.html" />
|
||||||
<div class="location">
|
<include src="includes/nav_menu.html" />
|
||||||
<p class="location_header">You are here:</p>
|
<div class="location">
|
||||||
<p class="location_page">Main Template</p>
|
<p class="location_header">You are here:</p>
|
||||||
|
<p class="location_page">Main Template</p>
|
||||||
|
</div>
|
||||||
|
<include src="includes/nav_quick_links.html" />
|
||||||
|
</nav>
|
||||||
|
<div class="pane_main"></div>
|
||||||
|
<div class="pane_spacer">
|
||||||
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
|
<div class="spacer_container"><p>#AD</p></div>
|
||||||
</div>
|
</div>
|
||||||
<include src="includes/nav_quick_links.html" />
|
|
||||||
</nav>
|
|
||||||
<div class="pane_main"></div>
|
|
||||||
<div class="pane_spacer">
|
|
||||||
<div class="spacer_container"><p>#AD</p></div>
|
|
||||||
<div class="spacer_container"><p>#AD</p></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
<include src="includes/footer.html" />
|
||||||
<include src="includes/scripts.html" />
|
<include src="includes/scripts.html" />
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user