summaryrefslogtreecommitdiff
path: root/layouts/partials/homepage/buttons.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/homepage/buttons.html')
-rw-r--r--layouts/partials/homepage/buttons.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/layouts/partials/homepage/buttons.html b/layouts/partials/homepage/buttons.html
new file mode 100644
index 0000000..39fd0c4
--- /dev/null
+++ b/layouts/partials/homepage/buttons.html
@@ -0,0 +1,36 @@
+<section class="buttons">
+ <h2 id="buttons">Buttons</h2>
+ <nav>
+ {{ partial "button-15" (dict "button" . "file" "open-bsd.png" "alt" "Powered by OpenBSD" "href" "https://openbsd.org") }}
+ {{ partial "button-15" (dict "button" . "file" "gnu-emacs.png" "alt" "Powered by GNU Emacs" "href" "https://www.gnu.org/software/emacs/") }}
+ {{ partial "button-15" (dict "button" . "file" "star-trek.gif" "alt" "I am a trekkie" "href" "/star-trek/") }}
+ {{ partial "button-15" (dict "button" . "file" "rss-20.gif" "alt" "RSS Feed" "href" "/index.xml") }}
+ {{ partial "button-15" (dict "button" . "file" "self-hosted.gif" "alt" "Self hosted on OpenBSD Amsterdam" "href" "https://openbsd.amsterdam/") }}
+ {{ partial "button-15" (dict "button" . "file" "text-powered.gif" "alt" "Text powered" ) }}
+ {{ partial "button-15" (dict "button" . "file" "freebsd.gif" "alt" "Freebsd" "href" "https://freebsd.org" ) }}
+ {{ partial "button-15" (dict "button" . "file" "coffee.gif" "alt" "Powered by cofee") }}
+ {{ partial "button-15" (dict "button" . "file" "firefox.png" "alt" "Gef Firefox" "href" "https://www.mozilla.org/firefox/") }}
+ {{ partial "button-15" (dict "button" . "file" "http-11.png" "alt" "Served with HTTP 1.1") }}
+ {{ partial "button-15" (dict "button" . "file" "jabber.gif" "alt" "Use Jabber") }}
+ {{ partial "button-15" (dict "button" . "file" "lisp.png" "alt" "Use Lisp") }}
+ {{ partial "button-15" (dict "button" . "file" "ruby-lang.png" "alt" "Use Ruby" "href" "https://www.ruby-lang.org/") }}
+ {{ partial "button-15" (dict "button" . "file" "evangelion.png" "alt" "Neon Genesis Evangelion 4 Life" ) }}
+ {{ partial "button-15" (dict "button" . "file" "lain.png" "alt" "Serial Experiments Lain 4 Life" ) }}
+ {{ partial "button-15" (dict "button" . "file" "2600.gif" "alt" "Read 2600" "href" "https://2600.com") }}
+ {{ partial "button-15" (dict "button" . "file" "digitial-freedom.png" "alt" "Digital Freedom") }}
+ {{ partial "button-15" (dict "button" . "file" "about-me.gif" "alt" "about me" "href" "/about" ) }}
+ {{ partial "button-15" (dict "button" . "file" "archive-rg.png" "alt" "Archive.org" ) }}
+ {{ partial "button-15" (dict "button" . "file" "bash.png" "alt" "bash nerd" ) }}
+ {{ partial "button-15" (dict "button" . "file" "cc-sa.png" "alt" "CC-by-SA" ) }}
+ {{ partial "button-15" (dict "button" . "file" "gpg.png" "alt" "gpg" "href" "/me/contact/" ) }}
+ {{ partial "button-15" (dict "button" . "file" "knoppix.gif" "alt" "knoppix" ) }}
+ {{ partial "button-15" (dict "button" . "file" "mp3.png" "alt" "mp3" ) }}
+ {{ partial "button-15" (dict "button" . "file" "no-win.gif" "alt" "No windows" ) }}
+ {{ partial "button-15" (dict "button" . "file" "opensource.png" "alt" "Open Source" "href" "/git" ) }}
+ {{ partial "button-15" (dict "button" . "file" "quake.gif" "alt" "Quake" ) }}
+ {{ partial "button-15" (dict "button" . "file" "seinfeld.gif" "alt" "Seinfeld" ) }}
+ {{ partial "button-15" (dict "button" . "file" "st-voy.gif" "alt" "Voyager" ) }}
+ {{ partial "button-15" (dict "button" . "file" "thinkpad.gif" "alt" "IBM Thinkpad" ) }}
+ {{ partial "button-15" (dict "button" . "file" "torrent.png" "alt" "Torrent" ) }}
+ </nav>
+</section>