adds a link back to github

This commit is contained in:
etherware-novice 2024-07-29 18:53:30 -05:00
parent a5b9a5b827
commit 1edfd16420
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701
6 changed files with 19 additions and 18 deletions

View File

@ -1,8 +1,6 @@
name
anybrowser2.gif
cooltext462925409710685.gif
dialup.gif
geo88x31.gif
hatems.gif
mspaint.gif
nofuckingthanks.gif

1 name
2 anybrowser2.gif
cooltext462925409710685.gif
3 dialup.gif
geo88x31.gif
4 hatems.gif
5 mspaint.gif
6 nofuckingthanks.gif

7
_data/navigation.csv Normal file
View 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 name,link,img
2 home,/
3 comics,/comics
4 link dump,/helpdump
5 guestbook,http://users3.smartgb.com/g/g.php?a=s&i=g36-36498-b6
6 thanks page,/thanks
7 github repo,https://github.com/etherware-novice/comicsite,/assets/images/blinkers/cooltext462925409710685.gif

View File

@ -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

View File

@ -1,6 +1,11 @@
<nav>
{% for item in site.data.navigation %}
<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 %}
</nav>

View File

@ -27,10 +27,10 @@ navbar: topnav
<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>
{% for blink in site.data.blinkers %}
<img src="assets/images/blinkers/{{ blink.name }}"
style="max-width:100%"></img>
{% endfor %}
{% for blink in site.data.blinkers %}
<img src="assets/images/blinkers/{{ blink.name }}"
style="max-width:100%"></img>
{% endfor %}
</div>
</div>
</div>

View File

@ -19,6 +19,7 @@ h1 {
img {
width: auto;
height: auto;
margin: 2px;
}
.overlay {