Skip to content

Commit

Permalink
File Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
deputyryan32 committed Sep 25, 2024
1 parent bfdcbb1 commit 0a73489
Show file tree
Hide file tree
Showing 47 changed files with 10,409 additions and 1,489 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
90 changes: 90 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
# Created by .ignore support plugin (hsz.mobi)
### Node template
# Logs
/logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# parcel-bundler cache (https://parceljs.org/)
.cache

# next.js build output
.next

# nuxt.js build output
.nuxt

# Nuxt generate
dist

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless

# IDE / Editor
.idea

# Service worker
sw.*

# macOS
.DS_Store

# Vim swap files
*.swp
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
### Pikczu Website
> Website For YouTuber "Pikczu" https://www.youtube.com/c/Pikczuuu
# blogger-heaven

> Youtube blogger website
## Build Setup

``` bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
Binary file added assets/21281697.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/21281697.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions assets/3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
[
{
"id":"0",
"title": "This is Title 1",
"preview": "Small article how to flash your Radeon 5600XT videocard BIOS",
"paragraph": [
"Small 1 article how to flash your Radeon 5600XT videocard BIOS",
"Small 2 article how to flash your Radeon 5600XT videocard BIOS",
"Small 3 article how to flash your Radeon 5600XT videocard BIOS"
]
},
{
"id":"1",
"title": "This is Title 2",
"preview": "Small article how to flash your Radeon 5600XT videocard BIOS",
"paragraph": [
"Small 1 article how to flash your Radeon 5600XT videocard BIOS",
"Small 2 article how to flash your Radeon 5600XT videocard BIOS",
"Small 3 article how to flash your Radeon 5600XT videocard BIOS"
]
},
{
"id":"2",
"title": "This is Title 3",
"preview": "Small article how to flash your Radeon 5600XT videocard BIOS",
"paragraph": [
"Small 1 article how to flash your Radeon 5600XT videocard BIOS",
"Small 2 article how to flash your Radeon 5600XT videocard BIOS",
"Small 3 article how to flash your Radeon 5600XT videocard BIOS"
]
}

]
}
7 changes: 7 additions & 0 deletions assets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# ASSETS

**This directory is not required, you can delete it if you don't want to use it.**

This directory contains your un-compiled assets such as LESS, SASS, or JavaScript.

More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked).
35 changes: 35 additions & 0 deletions assets/articles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
[
{
"id":"0",
"title": "This is Title 1",
"preview": "Small article how to flash your Radeon 5600XT videocard BIOS",
"paragraph": [
"Small 1 article how to flash your Radeon 5600XT videocard BIOS",
"Small 2 article how to flash your Radeon 5600XT videocard BIOS",
"Small 3 article how to flash your Radeon 5600XT videocard BIOS"
]
},
{
"id":"1",
"title": "This is Title 2",
"preview": "Small article how to flash your Radeon 5600XT videocard BIOS",
"paragraph": [
"Small 1 article how to flash your Radeon 5600XT videocard BIOS",
"Small 2 article how to flash your Radeon 5600XT videocard BIOS",
"Small 3 article how to flash your Radeon 5600XT videocard BIOS"
]
},
{
"id":"2",
"title": "This is Title 3",
"preview": "Small article how to flash your Radeon 5600XT videocard BIOS",
"paragraph": [
"Small 1 article how to flash your Radeon 5600XT videocard BIOS",
"Small 2 article how to flash your Radeon 5600XT videocard BIOS",
"Small 3 article how to flash your Radeon 5600XT videocard BIOS"
]
}

]
}
126 changes: 126 additions & 0 deletions components/Footer.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
<template lang="html">
<div class="footer">
<div class="footeritems">
<div class="styled-footer first">
<h5>Social</h5>
<a href="#">twitter</a>
<a href="#">discord</a>
<a href="#">facebook</a>
<a href="#">instagram</a>
<a href="#">linkedin</a>
<a href="#">wix</a>
</div>
<div class="styled-footer third">
<h5>Support</h5>
<a href="#">patreon</a>
<a href="#">paypal</a>
<a href="#">donate</a>
<a href="#">one more</a>
<a href="#">one more</a>
</div>
<div class="styled-footer second">
<h5>Navigation</h5>
<nuxt-link class="btn btn-4" to="/">Home</nuxt-link>
<nuxt-link class="btn btn-4" to="/videos">Videos</nuxt-link>
<nuxt-link class="btn btn-4" to="/merch">Merch</nuxt-link>
<nuxt-link class="btn btn-4" to="/about">About</nuxt-link>
</div>
<div class="styled-footer forth">
<h5>Working shedule</h5>
<a href="#">Wed 16am Video on Youtube</a>
<a href="#">Fri 20am Video on Youtube</a>
<a href="#">Sat 14am Stream on Twitch</a>
<a href="#">Mon - Fri 08:00 - 16:00</a>
<a href="#">Sat - Sun 10:00 - 12:00</a>
<a href="mailto:gavelyukworking@gmail.com">gavelyukworking@gmail.com</a>
</div>
</div>
<div class="copyrights">
Blin&sdotb;-&sdotb;ev 2020
</div>

</div>
</template>

<script>
// import OtherComponent from './OtherComponent.vue'
export default {
name: 'Footer',
components: {
// OtherComponent
},
data () {
return {
greeting: 'Hello'
}
}
}
</script>

<style lang="scss" scoped>
// .footer{
// background-color: green;
// height: 200px;
// width: 100%;
// }
.footer{
display: grid;
background-color: black;
min-height: 400px;
grid-auto-flow: column;
// grid-gap:20px;
padding: 0px 20px 0px 20px;
grid-template-columns: 99%;
// font-size: 25px;
// color: white;
// .logoitem{
// display: grid;
// justify-content: start;
// align-content: center;
// margin:10px;
//
// }
font-family: sans-serif;
font-weight: lighter;
color:#ffffff;
font-size: 22px;
text-align: center;
top:50%;
.footeritems{
display: grid;
justify-content: center;
align-content: center;
grid-template-columns: 20% 20% 20% 40%;
grid-area: 1;
grid-auto-flow: column;
grid-gap: 1rem;
}
.copyrights{
display: grid;
justify-content: center;
align-content: center;
// grid-template-columns: 100%;
grid-column:1/3;
grid-row:2/3;
margin:20px;
}
.styled-footer{
a, h5{
color:#dddddd;
text-decoration: none;
display: grid;
justify-content: center;
align-content: center;
grid-template-rows: 25% 25% 25% 25%;
margin:10px;
}
h5{
font-size: 28px;
margin:30px;
}
}
}
</style>
31 changes: 31 additions & 0 deletions components/Logo.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<template>
<div class="logo">
<img class="logo" src="@/assets/21281697.png" alt="">
</div>
</template>
<script>
// import Image from '~/assets/21281697.png'
//
export default {
name: 'Logo'
// components: {
// Image
// },
// data () {
// return {
// greeting: 'Hello'
// }
// }
}
</script>
<style>
.logo{
height: 100px;
width: 100px;
vertical-align: middle;
border: 1px solid black;
border-radius: 50%;
/* filter: grayscale(30%) hue-rotate(150deg); */
/* filter: hue-rotate(30deg); */
}
</style>
Loading

0 comments on commit 0a73489

Please sign in to comment.