1
0
Fork 0

Removed warning message

master
Stefan 1 year ago
parent a020f64e3a
commit 58136a0cf9

@ -1,19 +1,8 @@
{{ define "main" }} {{ define "main" }}
<div class="warning">
<span>
{{- $fname:=print "/static/icons/warn.svg" -}}
{{- $path:="<path" -}}
{{- $fill:="<path fill=\"white\"" -}}
{{ replace (readFile $fname) $path $fill | safeHTML }}
</span>
<p>Due to high disk usage, email is currently disabled.
You can still contact me via Matrix or through my temporary email address
<b>elpengu@danwin1210.de</b></p>
</div>
<div class='main-container'> <div class='main-container'>
<div class='title'> <div class='title'>
<h1>elpengu's home</h1> <h1>elpengu's home</h1>
<hr style="margin-top: 10px;"/> <hr style="margin-top: 10px;" />
</div> </div>
<div class="i-main"> <div class="i-main">
<div class='left'> <div class='left'>
@ -30,9 +19,9 @@
<b>Matrix</b>, <b>Matrix</b>,
<b>IRC</b>, <b>Fediverse</b> etc. <b>IRC</b>, <b>Fediverse</b> etc.
</li> </li>
<li>Decentralisation. Having all your eggs in the same basket has never been a worse idea than today. <li>Decentralisation. Having all your eggs in the same basket has never been a worse idea than today.
</li> </li>
<li>Minimalism and the UNIX philosophy: all programs should do one thing, do it well and in a simple <li>Minimalism and the UNIX philosophy: all programs should do one thing, do it well and in a simple
manner. manner.
</li> </li>
<li>Abstinence from consumerism. The web is a powerful tool, but at the same time a weapon for <li>Abstinence from consumerism. The web is a powerful tool, but at the same time a weapon for
@ -41,130 +30,112 @@
</li> </li>
</ul> </ul>
<a href="./about" class="i-button"> <a href="./about" class="i-button">
<span class="i-small-icon"> <span class="i-small-icon">
{{- $fname:=print "/static/icons/link-solid.svg" -}} {{- $fname:=print "/static/icons/link-solid.svg" -}}
{{- $path:="<path" -}} {{- $path:="<path" -}} {{- $fill:="<path fill=\" white\"" -}} {{ replace (readFile $fname) $path
{{- $fill:="<path fill=\"white\"" -}} $fill | safeHTML }} </span>
{{ replace (readFile $fname) $path $fill | safeHTML }} About me</a>
</span>
About me</a>
<h2> <h2>
<span class="i-big-icon"> <span class="i-big-icon">
{{- $fname:=print "/static/icons/server.svg" -}} {{- $fname:=print "/static/icons/server.svg" -}}
{{- $path:="<path" -}} {{- $path:="<path" -}} {{- $fill:="<path fill=\" #D092FC\"" -}} {{ replace (readFile $fname) $path
{{- $fill:="<path fill=\"#D092FC\"" -}} $fill | safeHTML }} </span>
{{ replace (readFile $fname) $path $fill | safeHTML }} Services
</span>
Services
</h2> </h2>
<p>I host multiple <b>open-source & privacy-friendly</b> services, providing an alternative to popular <p>I host multiple <b>open-source & privacy-friendly</b> services, providing an alternative to popular
websites. websites.
Everything is <b>free as in freedom</b> (no ads, no tracking). Take a look at them below!</p> Everything is <b>free as in freedom</b> (no ads, no tracking). Take a look at them below!</p>
<a href="./services" class="i-button"> <a href="./services" class="i-button">
<span class="i-small-icon"> <span class="i-small-icon">
{{- $fname:=print "/static/icons/link-solid.svg" -}} {{- $fname:=print "/static/icons/link-solid.svg" -}}
{{- $path:="<path" -}} {{- $path:="<path" -}} {{- $fill:="<path fill=\" white\"" -}} {{ replace (readFile $fname) $path
{{- $fill:="<path fill=\"white\"" -}} $fill | safeHTML }} </span>
{{ replace (readFile $fname) $path $fill | safeHTML }} Services</a>
</span>
Services</a>
</div> </div>
<div class='right'> <div class='right'>
<h2> <h2>
<span class="i-big-icon"> <span class="i-big-icon">
{{- $fname:=print "/static/icons/book.svg" -}} {{- $fname:=print "/static/icons/book.svg" -}}
{{- $path:="<path" -}} {{- $path:="<path" -}} {{- $fill:="<path fill=\" #D092FC\"" -}} {{ replace (readFile $fname) $path
{{- $fill:="<path fill=\"#D092FC\"" -}} $fill | safeHTML }} </span>
{{ replace (readFile $fname) $path $fill | safeHTML }} Articles
</span>
Articles
</h2> </h2>
<p>I sometimes post about technology and its implications in real life, philosophy and other topics of interest. Here are some of my articles:</p> <p>I sometimes post about technology and its implications in real life, philosophy and other topics of
interest. Here are some of my articles:</p>
<ul class='i-blog'> <ul class='i-blog'>
<!-- Ranges through content/posts/*.md --> <!-- Ranges through content/posts/*.md -->
{{ range where .Paginator.Pages.ByDate.Reverse "Section" "posts" | first 8 }} {{ range where .Paginator.Pages.ByDate.Reverse "Section" "posts" | first 8 }}
<li>{{.Date.Format "2006 Jan 02"}} - <a <li>{{.Date.Format "2006 Jan 02"}} - <a href="{{.RelPermalink}}">{{.Title}}</a></li>
href="{{.RelPermalink}}">{{.Title}}</a></li>
{{ end }} {{ end }}
</ul> </ul>
<p class="i-blog"><a href="./posts">Read more...</a></p> <p class="i-blog"><a href="./posts">Read more...</a></p>
<h2> <h2>
<span class="i-big-icon"> <span class="i-big-icon">
{{- $fname:=print "/static/icons/address-card.svg" -}} {{- $fname:=print "/static/icons/address-card.svg" -}}
{{- $path:="<path" -}} {{- $path:="<path" -}} {{- $fill:="<path fill=\" #D092FC\"" -}} {{ replace (readFile $fname) $path
{{- $fill:="<path fill=\"#D092FC\"" -}} $fill | safeHTML }} </span>
{{ replace (readFile $fname) $path $fill | safeHTML }} Contact
</span>
Contact
</h2> </h2>
<p class="i-blog">You can contact me via <b>Email</b> or <b>Matrix</b>. No, I don't use Discord and I don't have a Discord <p class="i-blog">You can contact me via <b>Email</b> or <b>Matrix</b>. No, I don't use Discord and I don't
server, but you could join my <a href="https://matrix.to/#/#chat:matrix.elpengu.com">Matrix room</a>.</p> have a Discord
server, but you could join my <a href="https://matrix.to/#/#chat:matrix.elpengu.com">Matrix room</a>.
</p>
<div style='display: inline-block; width: 100%'> <div style='display: inline-block; width: 100%'>
<a href="https://matrix.to/#/@stefan911:matrix.elpengu.com" rel="noopener" target="_blank" <a href="https://matrix.to/#/@stefan911:matrix.elpengu.com" rel="noopener" target="_blank"
style="float: left; margin-right: 30px"><img src="/logos/matrix-logo-white.svg" style="float: left; margin-right: 30px"><img src="/logos/matrix-logo-white.svg" alt="Matrix"
alt="Matrix" style='max-width: 80px'></a> style='max-width: 80px'></a>
<a href="mailto:contact@elpengu.com" style="float: left"> <a href="mailto:elpengu@danwin1210.de" style="float: left">
<span class="i-big-icon" style="margin-right: 30px"> <span class="i-big-icon" style="margin-right: 30px">
{{- $fname:=print "/static/icons/email.svg" -}} {{- $fname:=print "/static/icons/email.svg" -}}
{{- $path:="<path" -}} {{- $path:="<path" -}} {{- $fill:="<path fill=\" #ffffff\"" -}} {{ replace (readFile $fname)
{{- $fill:="<path fill=\"#ffffff\"" -}} $path $fill | safeHTML }} </span>
{{ replace (readFile $fname) $path $fill | safeHTML }}
</span>
</a> </a>
<a href="/keys/contact-gpg-key.txt" style="float: left"> {{/* <a href="/keys/contact-gpg-key.txt" style="float: left">
<span class="i-big-icon"> <span class="i-big-icon">
{{- $fname:=print "/static/icons/key.svg" -}} {{- $fname:=print "/static/icons/key.svg" -}}
{{- $path:="<path" -}} {{- $path:="<path" -}} {{- $fill:="<path fill=\" #ffffff\"" -}} {{ replace (readFile $fname)
{{- $fill:="<path fill=\"#ffffff\"" -}} $path $fill | safeHTML }} </span>
{{ replace (readFile $fname) $path $fill | safeHTML }} </a> */}}
</span>
</a>
</div> </div>
<h2> <h2>
<span class="i-big-icon"> <span class="i-big-icon">
{{- $fname:=print "/static/icons/dollar.svg" -}} {{- $fname:=print "/static/icons/dollar.svg" -}}
{{- $path:="<path" -}} {{- $path:="<path" -}} {{- $fill:="<path fill=\" #D092FC\"" -}} {{ replace (readFile $fname) $path
{{- $fill:="<path fill=\"#D092FC\"" -}} $fill | safeHTML }} </span>
{{ replace (readFile $fname) $path $fill | safeHTML }} Donate
</span>
Donate
</h2> </h2>
<p>If you think this website helped you in any way, please consider donating. All donations go towards improving <p>If you think this website helped you in any way, please consider donating. All donations go towards
services and paying for hosting. Donators also gain access to <b>private instances</b> hosted on this site. improving
services and paying for hosting. Donators also gain access to <b>private instances</b> hosted on this
site.
</p> </p>
<a href="./donate" class="i-button"> <a href="./donate" class="i-button">
<span class="i-small-icon" style='margin-right: 15px; top:-1px'> <span class="i-small-icon" style='margin-right: 15px; top:-1px'>
{{- $fname:=print "/static/icons/monero.svg" -}} {{- $fname:=print "/static/icons/monero.svg" -}}
{{- $path:="<path" -}} {{- $path:="<path" -}} {{- $fill:="<path fill=\" white\"" -}} {{ replace (readFile $fname) $path
{{- $fill:="<path fill=\"white\"" -}} $fill | safeHTML }} </span>
{{ replace (readFile $fname) $path $fill | safeHTML }} Donate!</a>
</span>
Donate!</a>
</div> </div>
</div> </div>
<div class='end-ring'> <div class='end-ring'>
<hr style="margin-top: 10px;"/> <hr style="margin-top: 10px;" />
<a href="https://elpengu.com"> <a href="https://elpengu.com">
<img style="display: inline-block;" src="webring/elpengu.webp" <img style="display: inline-block;" src="webring/elpengu.webp" alt="elpengu">
alt="elpengu">
</a> </a>
<a href="https://denshi.org"> <a href="https://denshi.org">
<img style="display: inline-block;" src="webring/denshi.png" <img style="display: inline-block;" src="webring/denshi.png" alt="DenshiSite">
alt="DenshiSite">
</a> </a>
<a href="https://femboy.hu"> <a href="https://femboy.hu">
<img style="display: inline-block;" src="webring/femboy.png" <img style="display: inline-block;" src="webring/femboy.png" alt="femboy.hu">
alt="femboy.hu">
</a> </a>
<a href="https://chaox.ro"> <a href="https://chaox.ro">
<img style="display: inline-block;" src="webring/chaox.png" <img style="display: inline-block;" src="webring/chaox.png" alt="Chaox">
alt="Chaox">
</a> </a>
</div> </div>
</div> </div>

Loading…
Cancel
Save