summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcylex <joshua.schwark@refactorsoftware.com>2019-01-07 14:14:37 -0500
committercylex <joshua.schwark@refactorsoftware.com>2019-01-07 14:14:37 -0500
commitc20c1d93be4555b3901dd79bcd8dcafcfa51d863 (patch)
treef1e88f780aed85f605da21dd4db56848592cd6ab
parentd7ba3113893cc8d6b747c6817370d026e02703d5 (diff)
downloadsilicon-linux-c20c1d93be4555b3901dd79bcd8dcafcfa51d863.tar.gz
silicon-linux-c20c1d93be4555b3901dd79bcd8dcafcfa51d863.tar.bz2
silicon-linux-c20c1d93be4555b3901dd79bcd8dcafcfa51d863.zip
Fix code indentation and tag capitalization
-rw-r--r--404.html30
-rw-r--r--_includes/footer.html2
-rw-r--r--_includes/navigator.html32
-rw-r--r--_layouts/post.html24
-rw-r--r--about.html39
-rw-r--r--blog.html41
-rw-r--r--index.html25
7 files changed, 95 insertions, 98 deletions
diff --git a/404.html b/404.html
index 61bb04e..10e993b 100644
--- a/404.html
+++ b/404.html
@@ -1,18 +1,18 @@
---
project: Silicon Linux
---
-<HTML>
- <HEAD>
- {% include heading.html %}
- <TITLE>404 | Silicon Linux</TITLE>
- </HEAD>
-<BODY>
- {% include navigator.html %}
- <h1 class ="title">404</h1>
-
- <p class="center"><strong>Page not found :(</strong></p>
- <p class="center"><b>Uh Oh!</b> The requested page could not be found.</p>
- <p class="center">You may need to go back to the <a href ="/">homepage</a>.</p>
- {% include footer.html %}
-</BODY>
-</HTML>
+<html>
+ <head>
+ {% include heading.html %}
+ <title>404 | Silicon Linux</title>
+ </head>
+ <body>
+ {% include navigator.html %}
+ <h1 class ="title">404</h1>
+
+ <p class="center"><strong>Page not found :(</strong></p>
+ <p class="center"><b>Uh Oh!</b> The requested page could not be found.</p>
+ <p class="center">You may need to go back to the <a href ="/">homepage</a>.</p>
+ {% include footer.html %}
+ </body>
+</html>
diff --git a/_includes/footer.html b/_includes/footer.html
index bbb0801..304428f 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,3 +1,3 @@
<div class="footer">
- <p>&copy; Copyright 2018, Silicon Linux Development Group. <a href="https://github.com/silicon-linux/silicon-linux.github.io/issues">Report a bug.</a></p>
+ <p>&copy; Copyright 2019, Silicon Linux Development Group. <a href="https://github.com/silicon-linux/silicon-linux.github.io/issues">Report a bug.</a></p>
</div>
diff --git a/_includes/navigator.html b/_includes/navigator.html
index fac9809..17a6fad 100644
--- a/_includes/navigator.html
+++ b/_includes/navigator.html
@@ -1,23 +1,23 @@
<div id="navigation">
<ul class="navbar">
- <li class="nav logo">Silicon Linux</li>
- <li class="nav" {% if page.url == "/" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/">HOME</a></li>
- <li class="nav" {% if page.url == "/download.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav"href="/download.html">DOWNLOAD</a></li>
- <li class="nav" {% if page.url == "/blog.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/blog.html">BLOG</a></li>
- <li class="nav" {% if page.url == "/faq.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/faq.html">FAQ</a></li>
- <li class="nav" {% if page.url == "/about.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/about.html">ABOUT</a></li>
- <li class="nav"><a href="javascript:void(0);" class="icon" onclick="myFunction()"></a></li>
- <li><i class="fa fa-bars"></i></li>
+ <li class="nav logo">Silicon Linux</li>
+ <li class="nav" {% if page.url == "/" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/">HOME</a></li>
+ <li class="nav" {% if page.url == "/download.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav"href="/download.html">DOWNLOAD</a></li>
+ <li class="nav" {% if page.url == "/blog.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/blog.html">BLOG</a></li>
+ <li class="nav" {% if page.url == "/faq.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/faq.html">FAQ</a></li>
+ <li class="nav" {% if page.url == "/about.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/about.html">ABOUT</a></li>
+ <li class="nav"><a href="javascript:void(0);" class="icon" onclick="myFunction()"></a></li>
+ <li><i class="fa fa-bars"></i></li>
</ul>
- </div>
+</div>
<script>
-function myFunction() {
- var x = document.getElementById("navigation");
- if (x.className === "nav") {
- x.className += " responsive";
- } else {
- x.className = "nav";
+ function myFunction() {
+ var x = document.getElementById("navigation");
+ if (x.className === "nav") {
+ x.className += " responsive";
+ } else {
+ x.className = "nav";
+ }
}
-}
</script> \ No newline at end of file
diff --git a/_layouts/post.html b/_layouts/post.html
index d741573..b677e64 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,19 +1,19 @@
---
---
-<HTML>
- <HEAD>
+<html>
+ <head>
{% include heading.html %}
- <TITLE>{{ page.title }} | Silicon Linux Blog</TITLE>
- </HEAD>
-<BODY>
- {% include navigator.html %}
+ <title>{{ page.title }} | Silicon Linux Blog</title>
+ </head>
+ <body>
+ {% include navigator.html %}
- <h1>{{ page.title }}</h1>
- <p><b>{{ page.date | date_to_string }} | By: {{ page.author }}</b></p>
+ <h1>{{ page.title }}</h1>
+ <p><b>{{ page.date | date_to_string }} | By: {{ page.author }}</b></p>
- {{ content }}
+ {{ content }}
- {% include footer.html %}
-</BODY>
-</HTML>
+ {% include footer.html %}
+ </body>
+</html>
diff --git a/about.html b/about.html
index 5b2fb37..7cef01d 100644
--- a/about.html
+++ b/about.html
@@ -1,24 +1,23 @@
---
project: Silicon Linux
---
+<html>
+ <head>
+ {% include heading.html %}
+ <title>About Silicon Linux</title>
+ </head>
+ <body>
+ {% include navigator.html %}
+ <h1>About Us</h1>
+ <p><b>Twitter: <a href="https://twitter.com/silicon_linux">silicon_linux</a></b></p>
+ <p><b>Github: <a href="https://github.com/silicon-linux">Silicon Linux</a></b><p>
+ <p><b>Discord: <a href="https://discord.gg/QbuuAF5"><img src="https://img.shields.io/discord/502598767510290432.svg?colorB=7289DA&label=discord" alt="Discord Badge"></a></b></p>
+ <h1>Contact Us</h1>
+ <p>Any problems: <b><a href="mailto:support@silicon-linux.net">support@silicon-linux.net</a></b></p>
+ <h1>Information about our team</h1>
+ <p>We currently have 9 people on our team.</p>
+ <p>This project started on October 18th 2018</p>
-<HTML>
- <HEAD>
- {% include heading.html %}
- <TITLE>About Silicon Linux</TITLE>
- </HEAD>
-<BODY>
- {% include navigator.html %}
-<h1>About Us</h1>
-<p><b>Twitter: <a href="https://twitter.com/silicon_linux">silicon_linux</a></b></p>
-<p><b>Github: <a href="https://github.com/silicon-linux">Silicon Linux</a></b><p>
-<p><b>Discord: <a href="https://discord.gg/QbuuAF5"><img src="https://img.shields.io/discord/502598767510290432.svg?colorB=7289DA&label=discord" alt="Discord Badge"></a></b></p>
-<h1>Contact Us</h1>
- <p>Any problems: <b><a href="mailto:support@silicon-linux.net">support@silicon-linux.net</a></b></p>
-<h1>Information about our team</h1>
-<p>We currently have 9 people on our team.</p>
-<p>This project started on October 18th 2018</p>
-
- {% include footer.html %}
-</BODY>
-</HTML>
+ {% include footer.html %}
+ </body>
+</html>
diff --git a/blog.html b/blog.html
index 865a88f..492c925 100644
--- a/blog.html
+++ b/blog.html
@@ -1,25 +1,24 @@
---
project: Silicon Linux
---
+<html>
+ <head>
+ {% include heading.html %}
+ <title>Silicon Linux Blog</title>
+ </head>
+ <body>
+ {% include navigator.html %}
+ <h1>Latest Posts</h1>
-<HTML>
- <HEAD>
- {% include heading.html %}
- <TITLE>Silicon Linux Blog</TITLE>
- </HEAD>
-<BODY>
- {% include navigator.html %}
- <h1>Latest Posts</h1>
-
-<ul>
- {% for post in site.posts %}
- <li class="list-blog">
- <h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
- <p><b>{{ post.date | date_to_string }} | By: {{ post.author }}</b></p>
- <p>{{ post.excerpt }}</p>
- </li>
- {% endfor %}
-</ul>
- {% include footer.html %}
-</BODY>
-</HTML>
+ <ul>
+ {% for post in site.posts %}
+ <li class="list-blog">
+ <h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
+ <p><b>{{ post.date | date_to_string }} | By: {{ post.author }}</b></p>
+ <p>{{ post.excerpt }}</p>
+ </li>
+ {% endfor %}
+ </ul>
+ {% include footer.html %}
+ </body>
+</html>
diff --git a/index.html b/index.html
index 451fae6..29c945e 100644
--- a/index.html
+++ b/index.html
@@ -1,17 +1,16 @@
---
project: Silicon Linux
---
+<html>
+ <head>
+ {% include heading.html %}
+ <title>Silicon Linux</title>
+ </head>
+ <body>
+ {% include navigator.html %}
+ <h1 class ="title">Silicon Linux</h1>
+ <p class="center"><i>This website is under construction. Content will come soon.</i></p>
-<HTML>
- <HEAD>
- {% include heading.html %}
- <TITLE>Silicon Linux</TITLE>
- </HEAD>
-<BODY>
- {% include navigator.html %}
-<h1 class ="title">Silicon Linux</h1>
-<p class="center"><i>This website is under construction. Content will come soon.</i></p>
-
- {% include footer.html %}
-</BODY>
-</HTML>
+ {% include footer.html %}
+ </body>
+</html>