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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

View File

@@ -1,14 +1,6 @@
<template> <template>
<b-jumbotron id="about" bg-variant="white" class="rounded-0 mb-0"> <b-jumbotron id="about" bg-variant="white" class="rounded-0 mb-0">
<b-row> <b-row>
<b-col
md="4"
order-md="2"
class="d-flex align-items-center justify-content-center"
>
<b-img fluid src="~assets/timmy.jpeg" alt="Timmy" class="img" />
</b-col>
<b-col md="8" order-md="1"> <b-col md="8" order-md="1">
<b-container> <b-container>
<h2 class="display-4">Timothy Pidashev</h2> <h2 class="display-4">Timothy Pidashev</h2>
@@ -21,9 +13,3 @@
</b-row> </b-row>
</b-jumbotron> </b-jumbotron>
</template> </template>
<style scoped>
.img {
max-height: 300px;
}
</style>

View File

@@ -8,7 +8,7 @@
width="30" width="30"
height="30" height="30"
/> />
<span class="font-weight-bold">Unordinary</span> <span class="font-weight-bold"></span>
</b-navbar-brand> </b-navbar-brand>
<b-navbar-toggle target="nav-collapse"></b-navbar-toggle> <b-navbar-toggle target="nav-collapse"></b-navbar-toggle>

View File

@@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<BootstrapNav /> <NavBar />
<BootstrapAbout /> <About />
</div> </div>
</template> </template>

View File

@@ -1,10 +0,0 @@
# STORE
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains your Vuex Store files.
Vuex Store option is implemented in the Nuxt.js framework.
Creating a file in this directory automatically activates the option in the framework.
More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/vuex-store).