Skip to content

Commit

Permalink
quiz_time added
Browse files Browse the repository at this point in the history
  • Loading branch information
Oslinjohn20 committed Jul 18, 2023
1 parent 77dde44 commit 95003f6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/views/Portfolio/Web.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default {
{ property: 'og:description', content: "Oslin Johnson's Portfolio" }
]
},
data () {
data() {
return {
dialog: false,
projects: [
Expand Down Expand Up @@ -151,6 +151,18 @@ export default {
tech4: 'JavaScript'
},
poster: 'https://i.postimg.cc/x8MyHM8b/image.png'
},
{
dialog: false,
title: 'Quiz Time ',
git: 'https://github.com/Oslinjohn20/QuizTime',
demo: 'https://unrivaled-empanada-06769d.netlify.app/',
tech: {
tech1: 'HTML',
tech2: 'CSS',
tech3: 'JavaScript'
},
poster: 'https://i.postimg.cc/DzHz8qWG/image.png'
}
]
Expand Down

0 comments on commit 95003f6

Please sign in to comment.