renamed support to faq and added our email address

This commit is contained in:
Andrew Lee 2018-11-04 17:14:08 -05:00
parent cfedcb526d
commit a8abcd3de1
4 changed files with 7 additions and 6 deletions

View file

@ -14,11 +14,11 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Silicon Linux
email: your-email@example.com
email: support@silicon-linux.net
description: >- # this means to ignore newlines until "baseurl:"
A Linux distribution by the Silicon Linux group.
# baseurl: "" # the subpath of your site, e.g. /blog
url: "http://silicon-linux.ml" # the base hostname & protocol for your site, e.g. http://example.com
url: "http://silicon-linux.net" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
markdown: kramdown

View file

@ -4,7 +4,7 @@
<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 == "/support.html" %}style="background-color: #1f8e42;"{% endif %}><a class="nav" href="/support.html">SUPPORT</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>

View file

@ -12,6 +12,8 @@ project: Silicon Linux
<h1>About Us</h1>
<p><b>Github: <a href="https://github.com/silicon-linux">Silicon Linux</a></b><p>
<p><b>Our 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>support@silicon-linux.net</b></p>
<h1>Information about our team</h1>
<p>We currently have 8 people in our team.</p>
<p>This project started in October 18th 2018</p>

View file

@ -5,13 +5,12 @@ project: Silicon Linux
<html>
<HEAD>
{% include heading.html %}
<TITLE>Silicon Linux Support</TITLE>
<TITLE>Silicon Linux FAQ</TITLE>
</HEAD>
<BODY>
{% include navigator.html %}
<h1 class="subtitle">Silicon Linux Support</h1>
<h1 class="subtitle">Silicon Linux FAQ</h1>
<p>
<iframe class="iframe" src="https://titanembeds.com/embed/502598767510290432?css=discord&defaultchannel=502881083684028426&username=Website%20User" height="520" width="300" frameborder="5" align="right"></iframe>
<h1>Frequently Asked Questions:</h1>
<h2 class="Question">Q: What is Silicon Linux?</h2>
<h2 class="answer">A: It's a linux distro by Alee14.</h2>