more changes

This commit is contained in:
timothypidashev
2021-07-15 03:57:50 +00:00
parent 54d78c9585
commit f72058988c
5 changed files with 3 additions and 27 deletions

15
components/About.vue Normal file
View File

@@ -0,0 +1,15 @@
<template>
<b-jumbotron id="about" bg-variant="white" class="rounded-0 mb-0">
<b-row>
<b-col md="8" order-md="1">
<b-container>
<h2 class="display-4">Timothy Pidashev</h2>
<p class="lead">
A 16-year-old on an epic journey to become a software developer!
</p>
</b-container>
</b-col>
</b-row>
</b-jumbotron>
</template>