adds a link back to github
This commit is contained in:
parent
a5b9a5b827
commit
1edfd16420
@ -1,8 +1,6 @@
|
|||||||
name
|
name
|
||||||
anybrowser2.gif
|
anybrowser2.gif
|
||||||
cooltext462925409710685.gif
|
|
||||||
dialup.gif
|
dialup.gif
|
||||||
geo88x31.gif
|
|
||||||
hatems.gif
|
hatems.gif
|
||||||
mspaint.gif
|
mspaint.gif
|
||||||
nofuckingthanks.gif
|
nofuckingthanks.gif
|
||||||
|
|
7
_data/navigation.csv
Normal file
7
_data/navigation.csv
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
name,link,img
|
||||||
|
home,/
|
||||||
|
comics,/comics
|
||||||
|
link dump,/helpdump
|
||||||
|
guestbook,http://users3.smartgb.com/g/g.php?a=s&i=g36-36498-b6
|
||||||
|
thanks page,/thanks
|
||||||
|
github repo,https://github.com/etherware-novice/comicsite,/assets/images/blinkers/cooltext462925409710685.gif
|
|
@ -1,10 +0,0 @@
|
|||||||
- name: home
|
|
||||||
link: /
|
|
||||||
- name: comics
|
|
||||||
link: /comic
|
|
||||||
- name: link dump
|
|
||||||
link: /helpdump
|
|
||||||
- name: free guestbook!
|
|
||||||
link: http://users3.smartgb.com/g/g.php?a=s&i=g36-36498-b6
|
|
||||||
- name: thanks page
|
|
||||||
link: /thanks
|
|
@ -1,6 +1,11 @@
|
|||||||
<nav>
|
<nav>
|
||||||
{% for item in site.data.navigation %}
|
{% for item in site.data.navigation %}
|
||||||
<a href="{{ item.link }}" {% if page.url == item.link %}class=current{% endif %}>
|
<a href="{{ item.link }}" {% if page.url == item.link %}class=current{% endif %}>
|
||||||
{{ item.name }} </a><br>
|
{% if item.img %}
|
||||||
|
<img src={{ item.img }} alt={{ item.name }}>
|
||||||
|
{% else %}
|
||||||
|
{{ item.name }}
|
||||||
|
{% endif %}
|
||||||
|
</a><br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -26,11 +26,11 @@ navbar: topnav
|
|||||||
<div class="right-sidebar">
|
<div class="right-sidebar">
|
||||||
<img src="https://slimepondcount.goatcounter.com/counter/{{ page.url }}.png" style="width: 100%">
|
<img src="https://slimepondcount.goatcounter.com/counter/{{ page.url }}.png" style="width: 100%">
|
||||||
<iframe src="https://www3.cbox.ws/box/?boxid=3539632&boxtag=JU8HaS" width="100%" height="450" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="5" marginwidth="5" scrolling="auto"></iframe>
|
<iframe src="https://www3.cbox.ws/box/?boxid=3539632&boxtag=JU8HaS" width="100%" height="450" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="5" marginwidth="5" scrolling="auto"></iframe>
|
||||||
|
|
||||||
{% for blink in site.data.blinkers %}
|
{% for blink in site.data.blinkers %}
|
||||||
<img src="assets/images/blinkers/{{ blink.name }}"
|
<img src="assets/images/blinkers/{{ blink.name }}"
|
||||||
style="max-width:100%"></img>
|
style="max-width:100%"></img>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -19,6 +19,7 @@ h1 {
|
|||||||
img {
|
img {
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
margin: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overlay {
|
.overlay {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user