mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
16 lines
403 B
Vue
16 lines
403 B
Vue
<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>
|