new root page yeye
This commit is contained in:
parent
beab779007
commit
5e0cd5d6e8
1
make
1
make
@ -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
12
prebuild/stream.md
Normal 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:
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user