diff --git a/assets/sass/researcher.scss b/assets/sass/researcher.scss index b0799cd..9d5a999 100644 --- a/assets/sass/researcher.scss +++ b/assets/sass/researcher.scss @@ -199,6 +199,14 @@ $toc-left-width: $toc-width + $max-width + 25px; height: $avatar-size; width: $avatar-size; } + .webbuttons { + display: flex; + flex-direction: row; + gap: 5px; + } + .webbuttons > figure { + margin: 0px; + } ol { counter-reset: list; list-style: none; diff --git a/content/_index.md b/content/_index.md index 45a1ea1..551768f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -23,6 +23,11 @@ Graduate student of Saint-Petersburg State Electrotechnical University, Russia. Watch out if your RSS reader marks updated entries as unread --- entries in the packages feed are updated pretty often. +### Buttons +
+{{< figure src="/buttons/button.png" >}} +
+ ### Also * [My instance of Gitea](https://sqrtminusone.xyz/git/) * [My PGP key](/0x914472A1FD6775C166F96EBEED739ADF81C78160.asc) diff --git a/static/buttons/EmacsNow.gif b/static/buttons/EmacsNow.gif new file mode 100644 index 0000000..d5939e2 Binary files /dev/null and b/static/buttons/EmacsNow.gif differ diff --git a/static/buttons/button.png b/static/buttons/button.png new file mode 100644 index 0000000..4d9fc00 Binary files /dev/null and b/static/buttons/button.png differ