Skip to content

Commit

Permalink
Add Mastodon link and author meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Remzi1993 committed Feb 16, 2025
1 parent 8ed167e commit 53a3653
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ useHead({
name: 'author',
content: 'Remzi Cavdar'
},
{
name: 'fediverse:creator',
content: '@[email protected]'
},
],
link: [
{
Expand Down
4 changes: 4 additions & 0 deletions src/components/NotFound.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ useHead({
name: 'author',
content: 'Remzi Cavdar'
},
{
name: 'fediverse:creator',
content: '@[email protected]'
},
]
});
</script>
Expand Down
4 changes: 4 additions & 0 deletions src/components/Portfolio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ useHead({
name: 'author',
content: 'Remzi Cavdar'
},
{
name: 'fediverse:creator',
content: '@[email protected]'
},
],
link: [
{
Expand Down
4 changes: 4 additions & 0 deletions src/components/Resume.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ useHead({
name: 'author',
content: 'Remzi Cavdar'
},
{
name: 'fediverse:creator',
content: '@[email protected]'
},
],
link: [
{
Expand Down
13 changes: 11 additions & 2 deletions src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,15 @@
<p>
<strong><i class="bi bi-linkedin"></i> LinkedIn:</strong> <a href="https://www.linkedin.com/in/remzicavdar"
target="_blank">linkedin.com/in/remzicavdar</a><br>
<strong><i class="bi bi-github"></i> GitHub:</strong> <a href="https://github.com/Remzi1993" target="_blank">github.com/Remzi1993</a>
<strong><i class="bi bi-github"></i> GitHub:</strong> <a href="https://github.com/Remzi1993"
target="_blank">github.com/Remzi1993</a><br>
<strong><i class="bi bi-mastodon"></i> Mastodon:</strong> <a rel="me" href="https://mastodon.social/@Remzi1993"
target="_blank">mastodon.social/@Remzi1993</a>
</p>




<p>
<a class="btn btn-primary" href="https://storage.remzi.info/assets/docs/Curriculum-vitae-R.Cavdar.pdf"
target="_blank" role="button" download="Curriculum-vitae–R.Cavdar.pdf">Download cv</a>
Expand Down Expand Up @@ -67,4 +74,6 @@
font-size: 1rem;
}
}
</style>
</style>
<script setup lang="ts">
</script>

0 comments on commit 53a3653

Please sign in to comment.