mirror of
https://github.com/Rakantor/personal-portfolio.git
synced 2025-12-19 04:06:33 +01:00
Initial commit
This commit is contained in:
21
pages/inspire.vue
Normal file
21
pages/inspire.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<v-row>
|
||||
<v-col class="text-center">
|
||||
<img src="/v.png" alt="Vuetify.js" class="mb-5" />
|
||||
<blockquote class="blockquote">
|
||||
“First, solve the problem. Then, write the code.”
|
||||
<footer>
|
||||
<small>
|
||||
<em>—John Johnson</em>
|
||||
</small>
|
||||
</footer>
|
||||
</blockquote>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'InspirePage',
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user