Skip to content

Commit

Permalink
feat: add link to sourcecode
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Feb 24, 2023
1 parent ca941f3 commit 8630e38
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,19 @@
</ul>
</v-col>
</v-row>

<v-row class=' mt-3 mx-1 ma-0 pa-0' align='center' justify='center'>

<v-col cols='12' class='text-center'>
fully open source
</v-col>
<v-col cols='auto'>
<a href='https://www.github.com/mrjackwills/staticpi_vue' target='_blank' rel='noopener noreferrer' class='text-primary font-weight-bold'>website source code</a>
</v-col>
<v-col cols='auto'>
<a href='https://www.github.com/mrjackwills/staticpi_backend' target='_blank' rel='noopener noreferrer' class='text-primary font-weight-bold'>backend source code</a>
</v-col>
</v-row>

<v-row class=' mt-3 mx-1 ma-0 pa-0 font-weight-bold' align='center' justify='center'>

Expand Down

0 comments on commit 8630e38

Please sign in to comment.