Skip to content

Commit

Permalink
Removed some animations
Browse files Browse the repository at this point in the history
  • Loading branch information
SamElfring committed Sep 27, 2023
1 parent dd812f3 commit b8dddd6
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,42 +6,27 @@

<NavigationButtons class="mt-8" />

<AboutMe
class="mt-8"
v-motion-slide-top
:delay="200"
/>
<AboutMe class="mt-8" />

<div class="mt-8 block lg:flex lg:gap-16">
<Experiences
class="flex-1"
v-motion-slide-visible-once-top
:delay="200"
/>

<Study
class="flex-1"
v-motion-slide-visible-once-top
:delay="200"
/>
<Experiences class="flex-1" />

<Study class="flex-1" />
</div>

<Projects
class="mt-8"
v-motion-slide-visible-once-top
:delay="200"
/>

<Skills
class="mt-8"
v-motion-slide-visible-once-top
:delay="200"
/>

<Contact
class="mt-8"
v-motion-slide-visible-once-top
:delay="200"
/>
</div>

Expand Down

0 comments on commit b8dddd6

Please sign in to comment.