diff options
| -rw-r--r-- | _includes/footer.html | 2 | ||||
| -rw-r--r-- | about.html | 10 |
2 files changed, 8 insertions, 4 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 0e03337..bbb0801 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><br><a href="https://discord.gg/EFhRDqG"><img src="https://img.shields.io/discord/502598767510290432.svg?colorB=7289DA&label=discord" alt="Discord Badge"></p> + <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> @@ -5,12 +5,16 @@ project: Silicon Linux <HTML> <HEAD> {% include heading.html %} - <TITLE>Silicon Linux</TITLE> + <TITLE>About | 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> +<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>Information about our team</h1> +<p>We currently have 8 people in our team.</p> +<p>This project started in October 18th 2018</p> {% include footer.html %} </BODY> |
