feat: update home message

This commit is contained in:
Ayo 2023-05-21 20:05:17 +02:00
parent 3a53b5407f
commit f400c76442

View file

@ -5,25 +5,26 @@ layout: default
<div class="blog-home">
<div
style="
margin: 1em 0;
background-color: white;
margin: 1em 0 2em;
color: black;
border-radius: 5px;
border: 5px dotted rgba(141, 191, 66, 0.97) !important;
border: 5px dotted #ccc !important;
padding: 0.5em 1em;
"
>
<h2 style="font-weight: bold">Hello, fellow human!</h2>
<p>
Welcome to my personal blog! Like you, I have many areas of interests, and
in this site you will find posts on varying topics that are not always
confined to my professional life.
Welcome. Like you, I have many areas of interests, and in this site you
will find posts on varying topics that are not always confined to my
professional life.
</p>
<p>
There really is no central theme here, and even the quality of writing may
change between posts. My only rule is that I put out words about stuff I
find helpful to talk about.
</p>
<p>
<!--p>
There may be some topics that pop up more than others.
<a href="/technology">Technology</a> posts are mostly about web
development, and may be more relatable to people who found me for my
@ -32,7 +33,7 @@ layout: default
the open for their potential to help others as well. However, other topics
will most likely be included in the future and a lot of things may change
over time.
</p>
</p-->
<p>
Thank you for the interest in reading. I look forward to any feedback or
even the possibility of collaboration. Hit me up about any topic you find
@ -42,7 +43,7 @@ layout: default
<li>email: <a href="mailto:ayo@ayco.io">ayo@ayco.io</a></li>
<li>chat: <a href="https://t.me/ayoayco">ayoayco @ Telegram</a></li>
</ul>
<p>- <em>Ayo Ayco</em></p>
<p>~ <em>Ayo Ayco</em></p>
</div>
{% if site.posts.size > 0 %}
<ul class="blog-home__list-items">