File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { experiences, projects } from "~/constants";
4
4
5
5
// SEO
6
6
useHead ({
7
- title: " Home " ,
7
+ title: " Index Of Cedrouseroll Omondi " ,
8
8
});
9
9
10
10
// utils
@@ -191,12 +191,7 @@ onMounted(() => {
191
191
<SectionHeader title =" Experience" />
192
192
<div >
193
193
<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" >
200
195
<ExperienceCard
201
196
:start-date =" exp.startDate"
202
197
:end-date =" exp.endDate"
@@ -214,7 +209,7 @@ onMounted(() => {
214
209
<a
215
210
class =" inline-flex items-center font-medium leading-tight text-slate-200 group"
216
211
aria-label =" View Full Project Archive"
217
- href =" /Cedrouseroll_Omondi_Resume .pdf"
212
+ href =" /cedrouseroll_omondi_resume_full_stack_developer .pdf"
218
213
target =" _blank"
219
214
>
220
215
<span >
You can’t perform that action at this time.
0 commit comments