summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/contact-table.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/contact-table.html')
-rw-r--r--layouts/shortcodes/contact-table.html109
1 files changed, 109 insertions, 0 deletions
diff --git a/layouts/shortcodes/contact-table.html b/layouts/shortcodes/contact-table.html
new file mode 100644
index 0000000..ffffaeb
--- /dev/null
+++ b/layouts/shortcodes/contact-table.html
@@ -0,0 +1,109 @@
+{{ $i := .Inner }}
+
+<table class="contact-table">
+ <tr>
+ <td>
+ {{- $img := resources.Get "more/images/liberachat.png" }}
+ {{- $img := $img.Resize "x13 png q90"}}
+ <img alt="logo" width="{{$img.Width}}" height="{{$img.Height}}" src="{{ $img.Permalink }}">
+ </td>
+ <td>
+ Libera.chat:
+ <b>
+ mms
+ </b>
+
+ (for example on
+ <a href="/more/irc">##cryschan</a>
+ )
+ </td>
+ </tr>
+
+
+
+ <tr>
+ <td>
+ {{- $img := resources.Get "more/images/mastodon.png" }}
+ {{- $img := $img.Resize "x13 png q90"}}
+ <img alt="logo" width="{{$img.Width}}" height="{{$img.Height}}" src="{{ $img.Permalink }}">
+ </td>
+ <td>
+ Mastodon:
+ <b>
+ <a href="https://mastodon.bsd.cafe/@mms">@mms@bsd.cafe</a>
+ </b>
+ </td>
+ </tr>
+
+ <tr>
+ <td>
+ {{- $img := resources.Get "more/images/kofi.png" }}
+ {{- $img := $img.Resize "x13 png q90"}}
+ <img alt="logo" width="{{$img.Width}}" height="{{$img.Height}}" src="{{ $img.Permalink }}">
+ </td>
+ <td>
+ Ko-Fi:
+ <b>
+ <a href="https://ko-fi.com/mmspl">mmspl</a>
+ </b>
+ </td>
+ </tr>
+
+ <tr>
+ <td>
+ {{- $img := resources.Get "more/images/lobsters.png" }}
+ {{- $img := $img.Resize "x13 png q90"}}
+ <img alt="logo" width="{{$img.Width}}" height="{{$img.Height}}" src="{{ $img.Permalink }}">
+ </td>
+ <td>
+ Lobste.rs:
+ <b>
+ <a href="https://lobste.rs/~mms">mms</a>
+ </b>
+ </td>
+ </tr>
+
+ <tr>
+ <td>
+ {{- $img := resources.Get "more/images/freebsd.png" }}
+ {{- $img := $img.Resize "x13 png q90"}}
+ <img alt="logo" width="{{$img.Width}}" height="{{$img.Height}}" src="{{ $img.Permalink }}">
+ </td>
+ <td>
+ FreeBSD forums:
+ <b>
+ <a href="https://forums.freebsd.org/members/d-s.74007/">mms</a>
+ </b>
+ </td>
+ </tr>
+
+
+
+ <tr>
+ <td>
+ {{- $img := resources.Get "more/images/gog.png" }}
+ {{- $img := $img.Resize "x13 png q90"}}
+ <img alt="logo" width="{{$img.Width}}" height="{{$img.Height}}" src="{{ $img.Permalink }}">
+ </td>
+ <td>
+ gog.com:
+ <b>
+ <a href="https://www.gog.com/u/coryza">coryza</a>
+ </b>
+ </td>
+ </tr>
+
+ <tr>
+ <td>
+ {{- $img := resources.Get "more/images/steam.png" }}
+ {{- $img := $img.Resize "x13 png q90"}}
+ <img alt="logo" width="{{$img.Width}}" height="{{$img.Height}}" src="{{ $img.Permalink }}">
+ </td>
+ <td>
+ steam:
+ <b>
+ <a href="https://steamcommunity.com/id/mms__">mms</a>
+ </b>
+ </td>
+ </tr>
+ </table>