Updated Disclaimer Links

Added Footer and Header njk templates.
This commit is contained in:
Matthew McKinnon 2022-08-07 12:45:34 +10:00
parent c897699796
commit a7e57fb409
5 changed files with 38 additions and 67 deletions

View File

@ -1,24 +1,4 @@
<html>
<head>
<title>{{ title }}</title>
<link rel="stylesheet" href="/css/global.css" />
<div class="menu">
<ul class="menu>">
<li class="menu"><a href="/">Home</a></li>
<li class="menu"><a href="/disclaimer">Disclaimer</a></li>
<li class="menu"><a href="/contact">Contact Me</a></li>
<!-- <li class="menu" float=right><a href="#About">Remote Support</a></li> !-->
</ul>
</div>
<div class="hero-image">
<div class="hero-text">
<h1 style="font-size:50px">Comprofix</h1>
<p style="font-size:24px">Computer Problems Fixed</p>
</div>
</div>
{% block head %}
{% endblock %}
</head>
{% include "layouts/header.njk" %}
<body>
<article class="post_content">
{% block content %}
@ -26,15 +6,4 @@
{% endblock %}
</article>
</body>
<div class="container-footer">
<div class="footer">
<span class="footer-text">
Built with Eleventy
<br>
Copyright (c) 2022 - Comprofix
</span>
</div>
</div>
</html>
{% include "layouts/footer.njk" %}

View File

@ -0,0 +1,12 @@
<div class="container-footer">
<div class="footer">
<span class="footer-text">
Built with Eleventy
<br>
Copyright (c) 2022 - Comprofix
</span>
</div>
</div>
</html>

View File

@ -0,0 +1,21 @@
<html>
<head>
<title>{{ title }}</title>
<link rel="stylesheet" href="/css/global.css" />
<div class="menu">
<ul class="menu>">
<li class="menu"><a href="/">Home</a></li>
<li class="menu"><a href="/disclaimer">Disclaimer</a></li>
<li class="menu"><a href="/contact">Contact Me</a></li>
<!-- <li class="menu" float=right><a href="#About">Remote Support</a></li> !-->
</ul>
</div>
<div class="hero-image">
<div class="hero-text">
<h1 style="font-size:50px">Comprofix</h1>
<p style="font-size:24px">Computer Problems Fixed</p>
</div>
</div>
{% block head %}
{% endblock %}
</head>

View File

@ -1,24 +1,4 @@
<html>
<head>
<title>{{ title }}</title>
<link rel="stylesheet" href="/css/global.css" />
<div class="menu">
<ul class="menu>">
<li class="menu"><a href="/">Home</a></li>
<li class="menu"><a href="/disclaimer">Disclaimer</a></li>
<li class="menu"><a href="/contact">Contact Me</a></li>
<!-- <li class="menu" float=right><a href="#About">Remote Support</a></li> !-->
</ul>
</div>
<div class="hero-image">
<div class="hero-text">
<h1 style="font-size:50px">Comprofix</h1>
<p style="font-size:24px">Computer Problems Fixed</p>
</div>
</div>
{% block head %}
{% endblock %}
</head>
{% include "layouts/header.njk" %}
<body>
{% block content %}
@ -26,15 +6,4 @@
{% endblock %}
</body>
<div class="container-footer">
<div class="footer">
<span class="footer-text">
Built with Eleventy
<br>
Copyright (c) 2022 - Comprofix
</span>
</div>
</div>
</html>
{% include "layouts/footer.njk" %}

View File

@ -6,7 +6,7 @@ eleventyExcludeFromCollections: true
# Disclaimer:
You are 100% responsible for your own IT Infrastructure, applications, services and documentation. TheLazyAdministrator.com owners, authors and contributors assume no liability or responsibility for your work. Please independently confirm anything you read on this blog before executing any changes or implementing new products or services in your own environment.
You are 100% responsible for your own IT Infrastructure, applications, services and documentation. Comprofix.com owners, authors and contributors assume no liability or responsibility for your work. Please independently confirm anything you read on this blog before executing any changes or implementing new products or services in your own environment.
Furthermore, authors and contributors are free to express their opinions, positive or negativethey are, like all opinions, not reflective of any larger group, and do not represent the opinions of anyone else.