mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
more changes
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 8.6 KiB |
@@ -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>
|
||||
@@ -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>
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<BootstrapNav />
|
||||
<BootstrapAbout />
|
||||
<NavBar />
|
||||
<About />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -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).
|
||||
Reference in New Issue
Block a user