Created about page
This commit is contained in:
parent
699d5e2e7f
commit
afc5a6b1fe
@ -1,7 +1,18 @@
|
|||||||
<template>
|
<template>
|
||||||
<b-container>
|
<b-container>
|
||||||
<div class="about">
|
<div class="about">
|
||||||
<h1>This is an about page</h1>
|
<h1>About</h1>
|
||||||
|
<p>onSpot is a simple utility to connect your MusicBrainz account with Spotify.</p>
|
||||||
|
|
||||||
|
<h1>Resources</h1>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://git.kmlabz.com/onspot/onspot-frontend">Frontend on Git</a></li>
|
||||||
|
<li><a href="https://git.kmlabz.com/onspot/backend">Backend on Git</a></li>
|
||||||
|
<li><a href="https://swagger.kmlabz.com/?urls.primaryName=onSpot%20Backend">API Documentation</a></li>
|
||||||
|
<li><a href="https://xwiki.kmlabz.com/bin/view/Projektek/onSpot/">Wiki page</a></li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
<p>Created by Kristóf Torma and Marcell Pünkösd</p>
|
||||||
|
<p class="text-muted">2020 BME</p>
|
||||||
</b-container>
|
</b-container>
|
||||||
</template>
|
</template>
|
||||||
|
@ -20,14 +20,4 @@
|
|||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
</b-container>
|
</b-container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
name: "NotFound"
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
|
|
||||||
</style>
|
|
Loading…
Reference in New Issue
Block a user