GPG key ID: B6B1654EDCB0F20C
1 changed files with 1 additions and 1 deletions
@ -19,7 +19,7 @@
|
||||
<section class="h-card" rel="me" itemscope itemtype="https://schema.org/Person">
|
||||
<img fetchpriority="high" title="PLEASE DO NOT TOUCH! I WILL CRYYYY... NOOOOOO" src="{{ url_for('home.ari_svg') }}" width="180" height="180" class="u-photo" alt="A illustration (sketch) of {{ name | escape }} with medium length red-black split dyed hair" itemprop="image" />
|
||||
<div>
|
||||
<p>Hello, World! And welcome to <strong> <a href="{{ request.scheme | escape }}://{{ request.host | escape }}{{ url_for('home.index') }}" class="u-url" rel="me noopener noreferrer" itemprop="url">my website</a></strong> — enjoy your stay, <strong>visitor {{ gcount }}</strong> :D</p>
|
||||
<p>Hello, World! Welcome to <strong> <a href="{{ request.scheme | escape }}://{{ request.host | escape }}{{ url_for('home.index') }}" class="u-url" rel="me noopener noreferrer" itemprop="url">my website</a></strong> — enjoy your stay, <strong>visitor {{ gcount }}</strong> :D</p>
|
||||
<p class="p-note">My name is <strong class="p-name" itemprop="name">{{ name | escape }}</strong>{% if aka %}, also known as <strong class="p-nickname" itemprop="alternateName">{{ aka | escape }}</strong>{% endif %} (<em>she/her</em>). I am {{ agepre }} <strong>{{ age }}-year-old</strong> <strong>neurodivergent</strong>, <strong>transgender</strong>, <strong>vegan</strong>, <strong>technology explorer</strong> & <strong itemprop="jobTitle">open source developer</strong>, <strong>thinker</strong>, <strong>tinkerer</strong>, <strong><a href="{{ distro[1] | escape }}" rel="noopener noreferrer" target="_blank">{{ distro[0] | escape }}</a> fan & user</strong>, and a <strong>wannabe cook, (im)practical writer, and researcher</strong> from <strong class="p-locality" itemprop="address" itemscope itemtype="https://schema.org/PostalAddress"><span itemprop="addressCountry">Lithuania</span></strong> in <strong>{{ iamin | escape }}</strong>.</p>
|
||||
<p>Whether you're interested in the details or not, I warmly invite you to <strong><a href="{{ url_for('guestbook.index') }}" rel="noopener noreferrer">sign the guestbook</a></strong> to let me know you've visited! :) Curious about what I'm currently up to? Check out my <strong><a href="{{ url_for('now.index') }}" rel="noopener noreferrer">now page</a></strong> or <strong><a href="{{ url_for('home.goals') }}" rel="noopener noreferrer">goals page</a></strong>. And if you want to get in touch, you can <strong><a href="{{ url_for('home.contact') }}" rel="noopener noreferrer">visit the contact page</a></strong> or reach me directly via email at <strong><a href="mailto:{{ email | escape }}" rel="noopener noreferrer" itemprop="email">{{ email | escape }}</a></strong>.</p>
|
||||
{%- if is_birthday -%}<p><em>By the way, it's my birthday!</em> 🎉</p>{%- endif -%}
|
||||
|
||||
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.