Skip to content

Commit

Permalink
up legacy cloudsen12
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioContrerasH committed Aug 8, 2024
1 parent f226396 commit 48b6bce
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
Binary file added public/assets/logo_cloudsen12.webp
Binary file not shown.
18 changes: 16 additions & 2 deletions src/layouts/Home.astro
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const heroImage = post.hero.images[0];
</div>

<div
class="text-xl lg:text-2xl dark:text-white flex flex-wrap gap-2 change-color"
class="text-xl lg:text-2xl dark:text-white flex flex-wrap gap- change-color"
>
<a href="https://github.com/cloudsen12/" target="_blank">
<img
Expand Down Expand Up @@ -210,11 +210,25 @@ const heroImage = post.hero.images[0];
>
<img
loading="lazy"
class="inline-block dark:invert"
class="inline-block mr-8"
src="../assets/sdb.webp"
alt="Linkedin logo"
/>
</a>

<a
href="https://cloudsen12.github.io/Legacy/"
target="_blank"
>
<img
style="width:7rem; position"
loading="lazy"
class="inline-block"
src="../assets/logo_cloudsen12.webp"
alt="CloudSen12 logo"
/>
</a>

</div>
</div>
<div class="w-full right-0 h-auto flex items md:w-8/12 lg:w-6/12 absolute inline-block">
Expand Down

0 comments on commit 48b6bce

Please sign in to comment.