Add wrongos 88x31 to index, add link favicon to bookmarks, add hotlinking page, add appak to home friends and rename friends section to hotlinks.
This commit is contained in:
parent
cd0e5d2945
commit
e0b3e7a745
14 changed files with 69 additions and 6 deletions
|
|
@ -19,6 +19,8 @@ tags: misc
|
|||
<h2>{{ t.me }}</h2>
|
||||
<div class="homeBadgesBox">
|
||||
{{ i88x31("tenkuma.gif") }}
|
||||
{{ i88x31("tenkuma2.gif") }}
|
||||
{{ i88x31("tenkuma-splash.gif") }}
|
||||
{{ i88x31("mrnandokk.gif") }}
|
||||
</div>
|
||||
<h2>{{ t.others }}</h2>
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ background: "bear3.jpg"
|
|||
<dd><a href="https://88x31.nl/">88x31.nl</a></dd>
|
||||
<dd><a href="https://cyber.dabamos.de/88x31/">dabamos.de</a></dd>
|
||||
<dd><a href="https://neocities.org/browse">{{ t.neocitiesCommunity }}</a></dd>
|
||||
<dd><a href="https://88x31.datakra.sh/">88x31 generator</a></dd>
|
||||
<dt>{{ t.clickSoundLabel }}</dt>
|
||||
<dd><a href="https://www.myinstants.com/en/instant/dog-clicker-7758/">lilypids @ Myinstants</a></dd>
|
||||
</dl>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ backgroundOpacity: .2
|
|||
<dl>
|
||||
{% for link in section.links %}
|
||||
<div class="favoritesDefinitionListItem">
|
||||
<dt><a href="{{ link.link }}">{{ link.name }}</a></dt>
|
||||
<dt>{% ai link.link %}{{ link.name }}{% endai %}</dt>
|
||||
<hr class="favoritesDivider">
|
||||
<dd>
|
||||
{{ link.description[langKey] }}
|
||||
|
|
|
|||
5
site/misc/hotlinking/en.json
Normal file
5
site/misc/hotlinking/en.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"pageTitle": "Hotlinking me",
|
||||
"pageDescription": "Instructions and resources for other cool netizens linking me in their page.",
|
||||
"intro": "You're here probably because you want to link me in your page, that's cooool! To help you I've compiled some resources and snippets that carry some of my visual identity. Of course you're free to modify, reupload or even not use these."
|
||||
}
|
||||
45
site/misc/hotlinking/index.njk
Normal file
45
site/misc/hotlinking/index.njk
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
---
|
||||
layout: text.njk
|
||||
pagination:
|
||||
data: languages
|
||||
size: 1
|
||||
alias: langKey
|
||||
---
|
||||
{% from "macros.njk" import i88x31 with context %}
|
||||
|
||||
<main>
|
||||
<div class="box pageHeaderBox">
|
||||
<h1>{{ t.pageTitle }}</h1>
|
||||
<p>{{ t.intro }}</p>
|
||||
</div>
|
||||
<hr>
|
||||
<h2>88x31</h2>
|
||||
{{ i88x31("tenkuma.gif") }}
|
||||
{% highlight "html" %}
|
||||
<a href="https://adrianvic.github.io/"><img src="https://adrianvic.github.io/static/images/88x31/tenkuma.gif"></a>
|
||||
{% endhighlight %}
|
||||
{{ i88x31("tenkuma2.gif") }}
|
||||
{% highlight "html" %}
|
||||
<a href="https://adrianvic.github.io/"><img src="https://adrianvic.github.io/static/images/88x31/tenkuma2.gif"></a>
|
||||
{% endhighlight %}
|
||||
{{ i88x31("tenkuma-splash.gif") }}
|
||||
{% highlight "html" %}
|
||||
<a href="https://adrianvic.github.io/"><img src="https://adrianvic.github.io/static/images/88x31/tenkuma-splash.gif"></a>
|
||||
{% endhighlight %}
|
||||
|
||||
<h2>HTML</h2>
|
||||
<a href="https://adrianvic.github.io/" style="width: fit-content;">
|
||||
<div style="height: 10em; width: fit-content; display: flex; border: medium solid white;">
|
||||
<p style="font-size: 3em; margin: auto 0px 1rem 1rem; color: white; text-decoration: none;">tenkuma</p>
|
||||
<img src="https://adrianvic.github.io/static/images/arrow-cursor.svg" style="height=100%; filter: invert(1);" alt="Computer cursor arrow line drawing">
|
||||
</div>
|
||||
</a>
|
||||
{% highlight "html" %}
|
||||
<a href="https://adrianvic.github.io/" style="width: fit-content;">
|
||||
<div style="height: 10em; width: fit-content; display: flex; border: medium solid white;">
|
||||
<p style="font-size: 3em; margin: auto 0px 1rem 1rem; color: white; text-decoration: none;">tenkuma</p>
|
||||
<img src="https://adrianvic.github.io/static/images/arrow-cursor.svg" style="height=100%; filter: invert(1);" alt="Computer cursor arrow line drawing">
|
||||
</div>
|
||||
</a>
|
||||
{% endhighlight %}
|
||||
</main>
|
||||
5
site/misc/hotlinking/pt.json
Normal file
5
site/misc/hotlinking/pt.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"pageTitle": "Me linkando",
|
||||
"pageDescription": "Instruções e recursos para outros internautas legais me colocarem nas suas páginas.",
|
||||
"intro": "Você provavelmente veio aqui porque quer me linkar na sua página, que legaaaaal! Para te ajudar eu juntei uns recursos que carregam um pouco da minha identidade visual. Claro que você pode modificar, salvar ou nem usar eles."
|
||||
}
|
||||
Loading…
Reference in a new issue