Skip to content

Commit

Permalink
feat: Add social media links to about page
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Jul 7, 2024
1 parent 265a25f commit 78a39d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/about/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
<v-img src="https://secure.gravatar.com/avatar/f95dd1e4bb869baf82e1e622488ae30e" height="250px" cover></v-img>
<v-card-title>smantani</v-card-title>
<v-card-subtitle>Organizer</v-card-subtitle>
<div class="d-flex justify-center">
<a href="https://twitter.com/murajun1978"><v-btn class="mx-2" icon="mdi-twitter" flat></v-btn></a>
<a href="https://github.com/murajun1978"><v-btn class="mx-2" icon="mdi-github" flat></v-btn></a>
</div>
</div>
</v-card>
</v-col>
Expand Down

0 comments on commit 78a39d2

Please sign in to comment.