Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Website #171

Open
wants to merge 18 commits into
base: vue.js
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
171 changes: 10 additions & 161 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,172 +1,21 @@
.DS_Store
node_modules
/dist
# Environments
.config.json


# local env files
.env.local
.env.*.local
# Build
dist

# Log files

# Package Managers
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
package-lock.json


# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?



# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

#config file
.config.json
.idea/discord.xml
.idea/modules.xml
.idea/VALORANT-rank-yoinker.iml
.idea/vcs.xml
.idea/workspace.xml
__pycache__/
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"name": "valorant-rank-yoinker",
"version": "0.1.0",
"private": true,
"version": "2.0.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"serve": "npx vue-cli-service serve",
"build": "npx vue-cli-service build",
"lint": "npx vue-cli-service lint",
"deploy": "node scripts/gh-pages-deploy.js"
},
"dependencies": {
"core-js": "^3.6.5",
"moment": "^2.29.4",
"sass": "^1.66.1",
"sass-loader": "10",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0"
},
Expand Down
Binary file removed public/AstraArtwork.png
Binary file not shown.
Binary file removed public/BreachArtwork.png
Binary file not shown.
Binary file removed public/BrimstoneArtwork.png
Binary file not shown.
Binary file removed public/CypherArtwork.png
Binary file not shown.
Binary file removed public/JettArtwork.png
Binary file not shown.
Binary file removed public/KilljoyArtwork.png
Binary file not shown.
Binary file removed public/OmenArtwork.png
Binary file not shown.
Binary file removed public/PhoenixArtwork.png
Binary file not shown.
Binary file removed public/RazeArtwork.png
Binary file not shown.
Binary file removed public/ReynaArtwork.png
Binary file not shown.
Binary file removed public/SageArtwork.png
Binary file not shown.
Binary file removed public/SkyeArtwork.png
Binary file not shown.
Binary file removed public/SovaArtwork.png
Binary file not shown.
Binary file removed public/ViperArtwork.png
Binary file not shown.
Binary file removed public/YoruArtwork.png
Binary file not shown.
27 changes: 0 additions & 27 deletions public/global.css

This file was deleted.

Binary file added public/images/default-splash.jpeg
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 public/images/discord-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions public/images/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 22 additions & 7 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" href="global.css">
<title><%= htmlWebpackPlugin.options.title %></title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
<title>VALORANT rank yoinker</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap"
/>
</head>
<style>
body {
font-family: "Inter", sans-serif;
margin: 0;
padding: 0;
background-color: #f5f5f5;
}
</style>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
<strong
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
properly without JavaScript enabled. Please enable it to
continue.</strong
>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
Expand Down
Loading