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