Skip to content

Commit

Permalink
change secondary for more fun
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie committed Mar 13, 2024
1 parent a0599ff commit 021a253
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions src/sections/hero/HeroView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<div
data-aos="fade-left"
data-aos-duration="3000"
class="relative order-2 p-4 border border-primary rounded-full border-opacity-50 lg:p-7 xl:p-9">
<div class="relative p-4 border border-primary rounded-full border-primary border-opacity-50 lg:p-7 xl:p-9">
class="relative order-2 p-4 border border-2 border-primary rounded-full border-opacity-50 lg:p-7 xl:p-9">
<div class="relative p-4 border border-2 rounded-full border-primary border-opacity-50 lg:p-7 xl:p-9">
<img
loading="lazy"
class="w-full rounded-full"
Expand Down Expand Up @@ -98,6 +98,7 @@
hero-img"
title="Tailwind"
home-skill>
<img class="w-full max-w-xs mx-auto lg:max-w-lg xl:max-w-xl" src="https://landingfoliocom.imgix.net/store/collection/dusk/images/hero/1/3d-illustration.png" alt="" />
<img
loading="lazy"
:src="require('@/imgs/hero/technologies/tailwind.svg')"
Expand Down
6 changes: 3 additions & 3 deletions src/sections/portfolio/PortfolioSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
alt="Ngtv Project"
class="skew-y-6 rounded-lg"
data-aos="fade-right"
data-aos-duration="2000"
data-aos-duration="1000"
:src="require('@/imgs/portfolio/ng.webp')">
<DotSvg
class="-mt-10 -ml-10" />
Expand Down Expand Up @@ -65,7 +65,7 @@
alt="Cegedim srh"
class="skew-y-6 rounded-lg"
data-aos="fade-right"
data-aos-duration="2000"
data-aos-duration="1000"
:src="require('@/imgs/portfolio/srh.webp')">
<DotSvg class="-mt-10 -ml-10" />
</div>
Expand Down Expand Up @@ -114,7 +114,7 @@
alt="Orange logo"
class="skew-y-6 rounded-lg"
data-aos="fade-right"
data-aos-duration="2000"
data-aos-duration="1000"
:src="require('@/imgs/portfolio/Orange-logo.jpg')">
<DotSvg class="-mt-10 -ml-10" />
</div>
Expand Down

0 comments on commit 021a253

Please sign in to comment.