mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
update
This commit is contained in:
BIN
assets/background.jpg
Normal file
BIN
assets/background.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 235 KiB |
14
components/Background.vue
Normal file
14
components/Background.vue
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
<div class="backgroundImage" :style="{ backgroundImage: `url(${backgroundImagePath})` }">
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import backgroundImagePath from '~/assets/background.jpg'
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return { backgroundImagePath }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div>
|
<div>
|
||||||
<logo />
|
<Background />
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
Timothy Pidashev
|
Timothy Pidashev
|
||||||
</h1>
|
</h1>
|
||||||
@@ -10,20 +10,20 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a
|
<a
|
||||||
href="https://nuxtjs.org/"
|
href="https://github.com/timothypidashev"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
class="button--green"
|
class="button--green"
|
||||||
>
|
>
|
||||||
Documentation
|
Github
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://github.com/timothypidashev"
|
href="https://discord.gg/34RqygKbtX"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener"
|
rel="noopener"
|
||||||
class="button--grey"
|
class="button--grey"
|
||||||
>
|
>
|
||||||
GitHub
|
Discord
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user