summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNayab W <42422512+nayabw@users.noreply.github.com>2018-10-19 14:37:29 -0500
committerGitHub <noreply@github.com>2018-10-19 14:37:29 -0500
commit58bb45acc942ec286522c07b765593171a43953b (patch)
tree992df97cc338efd4bcc71a23c252f2ff4767a951
parentfeaef4d419745b9bfe22f2fa06b118733217b4c3 (diff)
downloadsilicon-linux-58bb45acc942ec286522c07b765593171a43953b.tar.gz
silicon-linux-58bb45acc942ec286522c07b765593171a43953b.tar.bz2
silicon-linux-58bb45acc942ec286522c07b765593171a43953b.zip
Finalize Support Page
-rw-r--r--style.css29
-rw-r--r--support.html20
2 files changed, 41 insertions, 8 deletions
diff --git a/style.css b/style.css
index becd5e9..cdf0b73 100644
--- a/style.css
+++ b/style.css
@@ -3,6 +3,30 @@ body{
background: #333;
color: white
}
+a {
+ color: white;
+}
+.iframe {
+ display: block;
+}
+.subtitle {
+ font-size: 40px;
+ text-align: center;
+}
+
+.answer {
+ font-style: italic;
+ padding: 0;
+}
+.footer {
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ width: 100%;
+ color: white;
+ text-align: center;
+}
+
.title{
font-size: 50px;
text-align: center;
@@ -57,4 +81,9 @@ li a:hover {
.center {
text-align: center;
+}
+
+.Quesion {
+ padding: 0;
+
} \ No newline at end of file
diff --git a/support.html b/support.html
index cf9a53f..ca8b9ac 100644
--- a/support.html
+++ b/support.html
@@ -1,23 +1,27 @@
-
-HTML>
+<html>
<HEAD>
<link href="./style.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
- <TITLE>Silicon Linux</TITLE>
+ <TITLE>Support | Silicon Linux</TITLE>
</HEAD>
<BODY>
<div id="navigation">
<ul>
<li class="nav logo">Silicon Linux</li>
- <li class="active nav"><a class="nav" href="./index.html">HOME</a></li>
+ <li class="nav"><a class="nav" href="./index.html">HOME</a></li>
<li class="nav"><a class="nav"href="./index.html">DOWNLOAD</a></li>
- <li class="nav"><a class="nav" href="./index.html">SUPPORT</a></li>
+ <li class="active nav"><a class="nav" href="./index.html">SUPPORT</a></li>
</ul>
</div>
- <iframe src="https://titanembeds.com/embed/502598767510290432" height="600" width="800" frameborder="0"></iframe>
-
+ <h1 class="subtitle">Silicon Linux Support</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>
+ </p>
<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>
</div>
</BODY>
-</HTML>
+</html>