From b0825ccf250bc6b427c52be65e9bb8be664df3e8 Mon Sep 17 00:00:00 2001 From: Gordon Pedersen Date: Tue, 29 Nov 2022 17:08:47 +1100 Subject: [PATCH] added some link icons and made my avatar an svg Thanks to https://codepen.io/shshaw/pen/XbxvNj --- img/avatar-tt-trans.svg | 37 +++++++++++++++++++++++++++++++++++++ img/avatar-tt.svg | 38 ++++++++++++++++++++++++++++++++++++++ index.html | 12 +++++++----- styles.css | 4 ++++ 4 files changed, 86 insertions(+), 5 deletions(-) create mode 100644 img/avatar-tt-trans.svg create mode 100644 img/avatar-tt.svg diff --git a/img/avatar-tt-trans.svg b/img/avatar-tt-trans.svg new file mode 100644 index 0000000..c88f950 --- /dev/null +++ b/img/avatar-tt-trans.svg @@ -0,0 +1,37 @@ + +Made with Pixels to Svg https://codepen.io/shshaw/pen/XbxvNj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/avatar-tt.svg b/img/avatar-tt.svg new file mode 100644 index 0000000..3712fd0 --- /dev/null +++ b/img/avatar-tt.svg @@ -0,0 +1,38 @@ + +Made with Pixels to Svg https://codepen.io/shshaw/pen/XbxvNj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 70e823c..8a5218a 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,7 @@ 4. Publish the updated page! --> + Mon Repos (Death's Domain) @@ -24,7 +25,7 @@
A grim reaper in a decorated cubicle, writing and daydreaming, surrounded by many other grim reapers in bland, grey, cubicles - My profile photo — a pixelated version of me + My profile photo — a pixelated version of me

I'm Gordon Pedersen.

@@ -43,10 +44,11 @@ Follow @death.au@death.id.au -
  • My New Website
  • -
  • @deathau
  • -
  • @death_au
  • -
  • @death_au@pkm.social
  • +
  • Mon Repos (you are here)
  • +
  • @death_au@pkm.social
  • +
  • @deathau
  • +
  • @death_au
  • +
  • Gordon Pedersen
  • diff --git a/styles.css b/styles.css index 5ad5406..6c58793 100644 --- a/styles.css +++ b/styles.css @@ -32,4 +32,8 @@ button.icon-button>img { .button-input-container>label{ display:block; +} +i>img{ + max-height: 1em; + vertical-align: middle; } \ No newline at end of file