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>
<b-jumbotron id="about" bg-variant="white" class="rounded-0 mb-0">
<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-container>
<h2 class="display-4">Timothy Pidashev</h2>
@@ -21,9 +13,3 @@
</b-row>
</b-jumbotron>
</template>
<style scoped>
.img {
max-height: 300px;
}
</style>

View File

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

View File

@@ -1,6 +1,6 @@
<template>
<div>
<BootstrapNav />
<BootstrapAbout />
<NavBar />
<About />
</div>
</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).