Skip to content

Commit

Permalink
images
Browse files Browse the repository at this point in the history
  • Loading branch information
Oslinjohn20 committed Feb 14, 2024
1 parent 86bf87d commit 6ada126
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Binary file added public/resized-removebg-preview (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/tech.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
{ property: 'og:url', content: 'ttps://oslinj-dark.netlify.app' },
{
property: 'og:image',
content: 'https://i.postimg.cc/NFfwBrrk/Untitled-design.jpg'
content: '../public/resized-removebg-preview (1).png'
},
{ property: 'og:description', content: "Oslin Johnson's Portfolio" }
]
Expand Down
10 changes: 5 additions & 5 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default {
{ property: 'og:url', content: 'https://oslinj-dark.netlify.app/' },
{
property: 'og:image',
content: 'https://i.postimg.cc/NFfwBrrk/Untitled-design.jpg'
content: '../public/resized-removebg-preview (1).png'
},
{ property: 'og:description', content: "Oslin Johnson's Portfolio" }
]
Expand All @@ -89,10 +89,10 @@ export default {
}
],
text1: ['Front-End Developer', 'Web Developer', 'Lecturer'],
leftImage: 'https://drive.google.com/file/d/1VpbWWkwD9SkQkBXBUiLDiR8RSQNjET57/view',
rightImage: 'https://drive.google.com/file/d/1_AXNodQ6VW8eFuCXUTV0m25jovicfmZ4/view?usp=drive_link',
leftImage2: 'https://drive.google.com/file/d/1VpbWWkwD9SkQkBXBUiLDiR8RSQNjET57/view',
rightImage2: 'https://drive.google.com/file/d/1_AXNodQ6VW8eFuCXUTV0m25jovicfmZ4/view?usp=drive_link',
leftImage: '../public/resized-removebg-preview (1).png',
rightImage: '../public/tech.jpg',
leftImage2: '../public/resized-removebg-preview (1).png',
rightImage2: '../public/tech.jpg',
sliderLine: 0,
hSize: 0,
sliderPosition: 0.5
Expand Down
2 changes: 1 addition & 1 deletion src/views/Portfolio/Portfolio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
{ property: 'og:url', content: 'https://oslinj-dark.netlify.app/' },
{
property: 'og:image',
content: 'https://i.postimg.cc/NFfwBrrk/Untitled-design.jpg'
content: '../public/resized-removebg-preview (1).png'
},
{
property: 'og:description',
Expand Down
2 changes: 1 addition & 1 deletion src/views/Portfolio/Web.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default {
{ property: 'og:url', content: 'https://oslinj-dark.netlify.app/' },
{
property: 'og:image',
content: 'https://i.postimg.cc/NFfwBrrk/Untitled-design.jpg'
content: '../public/resized-removebg-preview (1).png'
},
{ property: 'og:description', content: "Oslin Johnson's Portfolio" }
]
Expand Down

0 comments on commit 6ada126

Please sign in to comment.