mirror of
https://codeberg.org/andyscott-pages/andyscott-dot-me.git
synced 2024-11-08 13:20:49 -05:00
improving usability and readme
This commit is contained in:
parent
a6569567d6
commit
3b15713145
4 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -6,7 +6,7 @@ const today = new Date();
|
|||
<div class="pb-2">
|
||||
© {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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue