new root page yeye

This commit is contained in:
shockrah 2020-01-25 20:37:23 -08:00
parent beab779007
commit 5e0cd5d6e8
4 changed files with 16 additions and 9 deletions

1
make
View File

@ -74,6 +74,7 @@ while getopts ":aslrhp:" opt;do
post './prebuild/about.md'
post './prebuild/links.md'
post './prebuild/index.md'
post './prebuild/stream.md'
exit 0
;;
p)

12
prebuild/stream.md Normal file
View File

@ -0,0 +1,12 @@
# Twitch Stream
<iframe src="https://player.twitch.tv/?channel=shockrah" frameborder="0" allowfullscreen="true" scrolling="no" height="378" width="620"></iframe>
# Latest Interesting highlight
<div style="width: 100%; height: 0px; position: relative; padding-bottom: 56.250%;"><iframe src="https://streamable.com/s/57p3v/ovyrnz" frameborder="0" width="100%" height="100%" allowfullscreen style="width: 100%; height: 100%; position: absolute;"></iframe></div>
# Various Social Media's
* Discord:
* Mastadon:

View File

@ -1,9 +0,0 @@
<div class="topnav" id="myTopnav">
<a href="#home" class="active">Home</a>
<a href="https://gitlab.com/shockrahwow">Site Source</a>
<a href="./page/links.html">Contact</a>
<a href="./page/about.html">About</a>
<i class="fa fa-bars"></i>
</a>
</div>

View File

@ -22,6 +22,9 @@
<li class="pure-menu-item">
<a class="pure-menu-link" href="/links.html">Links</a>
</li>
<li class="pure-menu-item">
<a class="pure-menu-link" href="/stream.html">Stream - Twitch</a>
</li>
</ul>
</div>
</div>