diff options
| -rw-r--r-- | _config.yml | 4 | ||||
| -rw-r--r-- | _includes/navigator.html | 2 | ||||
| -rw-r--r-- | about.html | 2 | ||||
| -rw-r--r-- | faq.html (renamed from support.html) | 5 |
4 files changed, 7 insertions, 6 deletions
diff --git a/_config.yml b/_config.yml index 9f86a5e..275fe40 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_includes/navigator.html b/_includes/navigator.html index 79b7ce7..fac9809 100644 --- a/_includes/navigator.html +++ b/_includes/navigator.html @@ -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> @@ -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> @@ -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> |
