Skip to content

Commit c6ba917

Browse files
committed
refactor: ♻️ remove animation motion for experience cards
1 parent 19c58ac commit c6ba917

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pages/index.vue

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { experiences, projects } from "~/constants";
44
55
// SEO
66
useHead({
7-
title: "Home",
7+
title: "Index Of Cedrouseroll Omondi",
88
});
99
1010
// utils
@@ -191,12 +191,7 @@ onMounted(() => {
191191
<SectionHeader title="Experience" />
192192
<div>
193193
<ol class="group/list">
194-
<li
195-
v-motion-pop-visible-once
196-
v-for="(exp, i) in experiences"
197-
:key="i"
198-
class="mb-12"
199-
>
194+
<li v-for="(exp, i) in experiences" :key="i" class="mb-12">
200195
<ExperienceCard
201196
:start-date="exp.startDate"
202197
:end-date="exp.endDate"
@@ -214,7 +209,7 @@ onMounted(() => {
214209
<a
215210
class="inline-flex items-center font-medium leading-tight text-slate-200 group"
216211
aria-label="View Full Project Archive"
217-
href="/Cedrouseroll_Omondi_Resume.pdf"
212+
href="/cedrouseroll_omondi_resume_full_stack_developer.pdf"
218213
target="_blank"
219214
>
220215
<span>

0 commit comments

Comments
 (0)