feat(frontend): main page
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
{{ $t('pages.contact.name') }}
|
||||
</div>
|
||||
</template>
|
||||
@@ -0,0 +1,3 @@
|
||||
<template>
|
||||
<h1>{{ $t('website.name') }}</h1>
|
||||
</template>
|
||||
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
{{ $t('pages.languages.name') }}
|
||||
</div>
|
||||
</template>
|
||||
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
{{ $t('pages.resume.name') }}
|
||||
</div>
|
||||
</template>
|
||||
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
{{ $t('pages.vocal-synthesis.name') }}
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user