Skip to content

Commit

Permalink
fixed icons
Browse files Browse the repository at this point in the history
  • Loading branch information
name committed Feb 21, 2024
1 parent 1f2fed1 commit 089a42c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ <h1 class="font-mono text-6xl antialiased md:text-2xl text-primary animate">
</a>
<a class="group animate" href="https://laravel.com" target="_blank" rel="noopener noreferrer"><img
class="w-20 h-20 transition-all ease-in-out rounded-lg group-hover:-mt-9 md:w-15 md:h-15 group-hover:animate-pulse group-hover:shadow-xl group-hover:shadow-primary"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/laravel/laravel-plain.svg" />
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/laravel/laravel-original.svg" />
<div class='skill'>
<div class='skill-name'>
<div class='skill-bar'>
Expand All @@ -317,7 +317,7 @@ <h1 class="font-mono text-6xl antialiased md:text-2xl text-primary animate">

<a class="group animate" href="https://getbootstrap.com" target="_blank" rel="noopener noreferrer"><img
class="w-20 h-20 transition-all ease-in-out rounded-lg group-hover:-mt-9 md:w-15 md:h-15 group-hover:animate-pulse group-hover:shadow-xl group-hover:shadow-primary"
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/bootstrap/bootstrap-plain-wordmark.svg" />
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bootstrap/bootstrap-original-wordmark.svg" />
<div class='skill'>
<div class='skill-name'>
<div class='skill-bar'>
Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.emerenciano.dev/</loc>
<lastmod>2024-02-03</lastmod>
<lastmod>2024-02-21</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
Expand Down

0 comments on commit 089a42c

Please sign in to comment.