Skip to content

Commit

Permalink
Merge pull request #27 from Slash1y/frontpage
Browse files Browse the repository at this point in the history
Frontpage
  • Loading branch information
stauersbol committed Nov 9, 2021
2 parents 32f4e0c + 5ab44ab commit b876315
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<template>
<v-row justify="center" align="center">
<v-row justify="end" align="center">
<v-col cols="12" sm="8" md="6">
<h1 class="justify-start">Lukas Stauersbøl</h1>
</v-col>
<v-col cols="12" sm="8" md="6">
<v-card class="logo py-4 d-flex justify-center">
<h1>Welcome</h1>
<p>testtt3s</p>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Aperiam ut facere tenetur dolor debitis, sint nihil odit possimus quam sequi velit neque! Inventore esse dignissimos perferendis, vero rerum ipsam odit.</p>
</v-card>
</v-col>
</v-row>
Expand Down

0 comments on commit b876315

Please sign in to comment.