improving usability and readme

This commit is contained in:
Manuel Ernesto Garcia 2022-10-03 09:10:39 -04:00
parent a6569567d6
commit 3b15713145
4 changed files with 9 additions and 5 deletions

View file

@ -2,9 +2,13 @@
![Astro Modern Personal Website](public/social_img.png)
Modern Personal Website Template with Project Section, CV Section, Paginated Blog, RSS Feed, SEO Friendly, Visual themes and Responsive Desing for Astro framework.
## Demo
View a live demo of the [Astro Modern Personal Website](https://astro-modern-personal-website.netlify.app/)
## Installation
Run the following command in your terminal

View file

@ -6,7 +6,7 @@ const today = new Date();
<div class="pb-2">
&copy; {today.getFullYear()} Manuel Ernesto
</div>
<div class="inline opacity-50">
<div class="inline opacity-75">
<!-- Thanks for using this template. Please keep this line to support my work :) -->
<a href="https://github.com/manuelernestog/astro-modern-personal-website" target="_blank" class="font-bold">Website Template</a> developed by
<a href="https://manuelernestog.github.io/website" target="_blank" class="font-bold">Manuel Ernesto ⚡️</a>

View file

@ -5,7 +5,7 @@
<a href="/">
<div class="avatar transition ease-in-out w-1/2 hover:scale-[102%] block m-auto mt-3 mb-6">
<div>
<img class="mask mask-circle" src="/profile.jpg" />
<img class="mask mask-circle" src="/profile.jpg" alt="profile image" />
</div>
</div>
</a>

View file

@ -17,8 +17,8 @@ const last_posts = posts.slice(0, 3);
<div class="text-3xl py-3 font-bold">Software Engineer and Entrepreneur</div>
<div class="py-2">
<text class="text-lg">
I work creating software that solve problems in a simple way and sharing what I learn along the way. I like
minimalism, Open-Source and good music. You can find me mostly on Twitter.</text
I made this template for everyone like me who needs a personal website with projects, resume, social networks and a blog. I hope you find it useful!
</text
>
</div>
<div class="mt-8">