diff options
| -rw-r--r-- | 404.html | 30 | ||||
| -rw-r--r-- | _includes/footer.html | 2 | ||||
| -rw-r--r-- | _includes/navigator.html | 32 | ||||
| -rw-r--r-- | _layouts/post.html | 24 | ||||
| -rw-r--r-- | about.html | 39 | ||||
| -rw-r--r-- | blog.html | 41 | ||||
| -rw-r--r-- | index.html | 25 |
7 files changed, 95 insertions, 98 deletions
@@ -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>© Copyright 2018, Silicon Linux Development Group. <a href="https://github.com/silicon-linux/silicon-linux.github.io/issues">Report a bug.</a></p> + <p>© 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> @@ -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> @@ -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> @@ -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> |
