mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-12-22 01:33:11 -05:00
Minor update to greeting text
This commit is contained in:
parent
2aeea9f6fc
commit
867c51ae95
1 changed files with 4 additions and 3 deletions
|
@ -20,9 +20,10 @@ const last_posts = posts.slice(0, 3);
|
||||||
</div>
|
</div>
|
||||||
<div class="py-2">
|
<div class="py-2">
|
||||||
<text class="text-lg">
|
<text class="text-lg">
|
||||||
I created this site to showcase my projects, and occasionally blog about
|
I created this site to showcase my projects as well as occasionally blog about
|
||||||
their developement. Feel free to navigate the site via the sidebar, or continue
|
developement and my journey toward earning my degree. Feel free to navigate
|
||||||
reading if you’d like to know more about my recent work
|
the site via the sidebar, or continue reading if you’d like to know more about
|
||||||
|
my recent work!
|
||||||
</text>
|
</text>
|
||||||
</div>
|
</div>
|
||||||
<div class="mt-8">
|
<div class="mt-8">
|
||||||
|
|
Loading…
Reference in a new issue