You’re most welcome, Bella. I’m glad it was useful. I see that you have now successfully added the blurb and link to the ‘about me’ page. Yay!
edit:
In the email link, you might want to replace your email address characters with character entities to help prevent robots from being quickly able to mine your address in order to send you spam:
Instead of @ in your coding, type
&,#064;
(without the comma)
ampersand numbersign zero six four semicolon
You can also replace the letters in the link. For instance, instead of
href="mailto:
, you could type
href="&,#109;ai&,#108;to:
(without the commas after the ampersands – it is VERY difficult to display code in this forum)
More on character entities:
https://llizard.etherwork.net/cwc/charactmap.html#recommended