mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 22:54:46 +02:00
Working on skills page
This commit is contained in:
17
src/views/SkillsView.vue
Normal file
17
src/views/SkillsView.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<Header/>
|
||||
<h1 class="center">Skills</h1>
|
||||
<p class="center">
|
||||
As I have worked on various topics, I learned a lot about different technologies. As years and tasks are going by, I always strive to learn more and make a good use of my capacities.</p>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import Header from '@/components/header.vue';
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.center{
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user