Fill about page with contend
This commit is contained in:
parent
23aa33209a
commit
d235c8ddc0
@ -1,7 +1,18 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="about">
|
<v-container fluid>
|
||||||
<h1>This is an about page</h1>
|
<v-card>
|
||||||
</div>
|
<p class="text-center logowhite--text" style="font-size:20pt">This is a ubiquitos computing project.</p>
|
||||||
|
<p class="text-center logowhite--text" style="font-size:20pt">It was created by the team Tacoct.</p>
|
||||||
|
</v-card>
|
||||||
|
<v-card>
|
||||||
|
<p class="text-center logowhite--text" style="font-size:30pt">Team TacocaT</p>
|
||||||
|
<br>
|
||||||
|
<p class="text-center logowhite--text" style="font-size:20pt">Backend Developer: Marcel Schwarz</p>
|
||||||
|
<p class="text-center logowhite--text" style="font-size:20pt">Android Developer: Tobias Wieck</p>
|
||||||
|
<p class="text-center logowhite--text" style="font-size:20pt">Frontend Developer: Simon Kellner, Tim Zieger</p>
|
||||||
|
|
||||||
|
</v-card>
|
||||||
|
</v-container>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
// @ is an alias to /src
|
// @ is an alias to /src
|
||||||
@ -9,13 +20,7 @@
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "About",
|
name: "About",
|
||||||
components: {
|
|
||||||
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
|
||||||
.about{
|
|
||||||
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user