mirror of
https://git.gay/Juli/website-new-new.git
synced 2025-02-18 02:13:53 +00:00
Automatic commit
This commit is contained in:
parent
bac3ffe186
commit
ff5c77d66d
16 changed files with 408 additions and 1654 deletions
69
.gitignore
vendored
Normal file
69
.gitignore
vendored
Normal file
|
@ -0,0 +1,69 @@
|
|||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
firebase-debug.log*
|
||||
firebase-debug.*.log*
|
||||
|
||||
# Firebase cache
|
||||
.firebase/
|
||||
|
||||
# Firebase config
|
||||
|
||||
# Uncomment this if you'd like others to create their own Firebase project.
|
||||
# For a team working on the same Firebase project(s), it is recommended to leave
|
||||
# it commented so all members can deploy to the same project(s) in .firebaserc.
|
||||
# .firebaserc
|
||||
|
||||
# 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 (http://nodejs.org/api/addons.html)
|
||||
build/Release
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
|
||||
# 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
|
||||
|
||||
# dataconnect generated files
|
||||
.dataconnect
|
33
404.html
Normal file
33
404.html
Normal file
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Page Not Found</title>
|
||||
|
||||
<style media="screen">
|
||||
body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; }
|
||||
#message { background: white; max-width: 360px; margin: 100px auto 16px; padding: 32px 24px 16px; border-radius: 3px; }
|
||||
#message h3 { color: #888; font-weight: normal; font-size: 16px; margin: 16px 0 12px; }
|
||||
#message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; }
|
||||
#message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;}
|
||||
#message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; }
|
||||
#message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; }
|
||||
#message, #message a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
|
||||
#load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
|
||||
@media (max-width: 600px) {
|
||||
body, #message { margin-top: 0; background: white; box-shadow: none; }
|
||||
body { border-top: 16px solid #ffa100; }
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="message">
|
||||
<h2>404</h2>
|
||||
<h1>Page Not Found</h1>
|
||||
<p>The specified file was not found on this website. Please check the URL for mistakes and try again.</p>
|
||||
<h3>Why am I seeing this?</h3>
|
||||
<p>This page was generated by the Firebase Command-Line Interface. To modify it, edit the <code>404.html</code> file in your project's configured <code>public</code> directory.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
51
index.html
51
index.html
|
@ -23,18 +23,18 @@
|
|||
<link rel="preload" href="/static/Swup.proggressbar.umd.js" as="script" />
|
||||
<link rel="preload" href="/static/oneko.js" as="script" />
|
||||
<link rel="preload" href="/static/style.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/css?family=atkinson-hyperlegible:400%7Croboto-mono:100,400,700" as="style" />
|
||||
<link rel="preload" href="/static/fonts.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-400-normal.woff2" as="font" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-ext-400-normal.woff2" as="font" />
|
||||
|
||||
<script src="/static/particles.js"></script>
|
||||
<script src="/static/animal.js"></script>
|
||||
<script src="/static/info.js"></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80"></script>
|
||||
<script src="/static/Swup.umd.js"></script>
|
||||
<script src="/static/Swup.accessability.umd.js"></script>
|
||||
<script src="/static/Swup.preloader.umd.js"></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js"></script>
|
||||
<script src="/static/particles.js" defer></script>
|
||||
<script src="/static/animal.js" defer></script>
|
||||
<script src="/static/info.js" defer></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80" defer></script>
|
||||
<script src="/static/Swup.umd.js" defer></script>
|
||||
<script src="/static/Swup.accessability.umd.js" defer></script>
|
||||
<script src="/static/Swup.preloader.umd.js" defer></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js" defer></script>
|
||||
<script>
|
||||
window.addEventListener('load', function () {
|
||||
const swup = new Swup({
|
||||
|
@ -50,9 +50,9 @@
|
|||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body lang="en">
|
||||
<noscript><style>.scriptonly {display: none;}</style></noscript>
|
||||
<script src="/static/oneko.js"></script>
|
||||
<script src="/static/oneko.js" defer></script>
|
||||
|
||||
<div id="particles-js"></div>
|
||||
<div class="page">
|
||||
|
@ -70,21 +70,20 @@
|
|||
<a alt="Pronouns-page" rel="me" target="_blank" href="https://en.pronouns.page/u/Julimiro"><img alt="Pronouns.page"title="prononuns.page" width=50px height=50px src="/static/icons/pronouns.svg" /></a>
|
||||
</div>
|
||||
<div class="footer_images">
|
||||
<a target="_blank" href="https://www.codecademy.com/learn/learn-css"><img id="gif_buttons" loading="lazy" src="/static/buttons/csshard.gif"></a>
|
||||
<a target="_blank" href="https://www.linux.org/"><img id="gif_buttons" loading="lazy" src="/static/buttons/linux.gif"></a>
|
||||
<a target="_blank" href="https://www.furaffinity.net/"><img id="gif_buttons" loading="lazy" src="/static/buttons/paws.gif"></a>
|
||||
<a target="_blank" href="https://jointhefediverse.net/join"><img id="gif_buttons" loading="lazy" src="/static/buttons/fediverse.gif"></a>
|
||||
<a><img id="gif_buttons" loading="lazy" src="/static/buttons/juli.gif"></a>
|
||||
<a target="_blank" href="https://x86.breadtf.com/"><img id="gif_buttons" loading="lazy" src="/static/buttons/cutie.gif"></a>
|
||||
<a target="_blank" href="https://confusionunknown.nekoweb.org/"><img id="gif_buttons" loading="lazy" src="https://confusionunknown.nekoweb.org/static/buttons/cnfunknown.gif"></a>
|
||||
<a target="_blank" href="https://www.linux.org/"><img id="gif_buttons" loading="lazy" src="/static/buttons/powered_linux.gif"></a>
|
||||
<a target="_blank" href="https://www.linux.org/"><img id="gif_buttons" loading="lazy" src="/static/buttons/madeonlinux.png"></a>
|
||||
<a target="_blank" href='https://www.humanrightscareers.com/issues/trans-rights-101-definition-examples-significance/'><img id="gif_buttons" loading="lazy" src="/static/buttons/transrights.gif"></a>
|
||||
<a><img id="gif_buttons" loading="lazy" src="/static/buttons/flag-pan.gif"></a>
|
||||
<a target="_blank" href="https://breadtf.com/"><img id="gif_buttons" loading="lazy" src="/static/buttons/gayweb.gif"></a>
|
||||
<a target="_blank" href='https://transfem.social/@x86overflow'><img id="gif_buttons" loading="lazy" src="/static/buttons/boykisser.gif"></a>
|
||||
<a><img id="gif_buttons" loading="lazy" src="/static/buttons/boykiss.gif"></a>
|
||||
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img id="gif_buttons" loading="lazy" src="/static/buttons/cc-by-nc-sa.gif"></a>
|
||||
<a target="_blank" href="https://www.codecademy.com/learn/learn-css"><img alt="A button saying css is difficult with text clipping outside a box" id="gif_buttons" src="/static/buttons/csshard.gif"></a>
|
||||
<a target="_blank" href="https://www.linux.org/"><img alt="A button saying Linux now!" id="gif_buttons" src="/static/buttons/linux.gif"></a>
|
||||
<a target="_blank" href="https://www.furaffinity.net/"><img alt="A button which says made with my own two paws" id="gif_buttons" src="/static/buttons/paws.gif"></a>
|
||||
<a target="_blank" href="https://jointhefediverse.net/join"><img alt="A button saying join the fediverse" id="gif_buttons" src="/static/buttons/fediverse.gif"></a>
|
||||
<a><img alt="A button with my fursona on it with julimiro.eu next to it" id="gif_buttons" src="/static/buttons/juli.gif"></a>
|
||||
<a target="_blank" href="https://x86.breadtf.com/"><img alt="A button with x86's fursona on it with x86overflow written netxt to it" id="gif_buttons" src="/static/buttons/cutie.gif"></a>
|
||||
<a target="_blank" href="https://confusionunknown.nekoweb.org/"><img id="gif_buttons" src="/static/buttons/confusion.gif"></a>
|
||||
<a target="_blank" href="https://www.linux.org/"><img alt="A button with linux powered written on it and tux" id="gif_buttons" src="/static/buttons/powered_linux.gif"></a>
|
||||
<a target="_blank" href='https://www.humanrightscareers.com/issues/trans-rights-101-definition-examples-significance/'><img alt="A button which says trans rights now! and has a trans flag." id="gif_buttons" src="/static/buttons/transrights.gif"></a>
|
||||
<a><img alt="A pansexual flag" id="gif_buttons" src="/static/buttons/flag-pan.gif"></a>
|
||||
<a target="_blank" href="https://x86.breadtf.com/"><img alt="A button which says this website is gay with a rainbow next to it" id="gif_buttons" src="/static/buttons/gayweb.gif"></a>
|
||||
<a target="_blank" href='https://blahaj.zone/@x86Overflow'><img alt="A button which says you like kissing boys dont you with a boykisser on it" id="gif_buttons" src="/static/buttons/boykisser.gif"></a>
|
||||
<a><img alt="A button which says boykiss now 3.0" id="gif_buttons" src="/static/buttons/boykiss.gif"></a>
|
||||
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="A 88x31 style button displaying a creative commons license" id="gif_buttons" src="/static/buttons/cc-by-nc-sa.gif"></a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -23,18 +23,18 @@
|
|||
<link rel="preload" href="/static/Swup.proggressbar.umd.js" as="script" />
|
||||
<link rel="preload" href="/static/oneko.js" as="script" />
|
||||
<link rel="preload" href="/static/style.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/css?family=atkinson-hyperlegible:400%7Croboto-mono:100,400,700" as="style" />
|
||||
<link rel="preload" href="/static/fonts.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-400-normal.woff2" as="font" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-ext-400-normal.woff2" as="font" />
|
||||
|
||||
<script src="/static/particles.js"></script>
|
||||
<script src="/static/animal.js"></script>
|
||||
<script src="/static/info.js"></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80"></script>
|
||||
<script src="/static/Swup.umd.js"></script>
|
||||
<script src="/static/Swup.accessability.umd.js"></script>
|
||||
<script src="/static/Swup.preloader.umd.js"></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js"></script>
|
||||
<script src="/static/particles.js" defer></script>
|
||||
<script src="/static/animal.js" defer></script>
|
||||
<script src="/static/info.js" defer></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80" defer></script>
|
||||
<script src="/static/Swup.umd.js" defer></script>
|
||||
<script src="/static/Swup.accessability.umd.js" defer></script>
|
||||
<script src="/static/Swup.preloader.umd.js" defer></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js" defer></script>
|
||||
<script>
|
||||
window.addEventListener('load', function () {
|
||||
const swup = new Swup({
|
||||
|
@ -50,9 +50,9 @@
|
|||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body lang="en">
|
||||
<noscript><style>.scriptonly {display: none;}</style></noscript>
|
||||
<script src="/static/oneko.js"></script>
|
||||
<script src="/static/oneko.js" defer></script>
|
||||
|
||||
<div id="particles-js"></div>
|
||||
<div class="page">
|
||||
|
|
|
@ -23,18 +23,18 @@
|
|||
<link rel="preload" href="/static/Swup.proggressbar.umd.js" as="script" />
|
||||
<link rel="preload" href="/static/oneko.js" as="script" />
|
||||
<link rel="preload" href="/static/style.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/css?family=atkinson-hyperlegible:400%7Croboto-mono:100,400,700" as="style" />
|
||||
<link rel="preload" href="/static/fonts.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-400-normal.woff2" as="font" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-ext-400-normal.woff2" as="font" />
|
||||
|
||||
<script src="/static/particles.js"></script>
|
||||
<script src="/static/animal.js"></script>
|
||||
<script src="/static/info.js"></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80"></script>
|
||||
<script src="/static/Swup.umd.js"></script>
|
||||
<script src="/static/Swup.accessability.umd.js"></script>
|
||||
<script src="/static/Swup.preloader.umd.js"></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js"></script>
|
||||
<script src="/static/particles.js" defer></script>
|
||||
<script src="/static/animal.js" defer></script>
|
||||
<script src="/static/info.js" defer></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80" defer></script>
|
||||
<script src="/static/Swup.umd.js" defer></script>
|
||||
<script src="/static/Swup.accessability.umd.js" defer></script>
|
||||
<script src="/static/Swup.preloader.umd.js" defer></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js" defer></script>
|
||||
<script>
|
||||
window.addEventListener('load', function () {
|
||||
const swup = new Swup({
|
||||
|
@ -50,9 +50,9 @@
|
|||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body lang="en">
|
||||
<noscript><style>.scriptonly {display: none;}</style></noscript>
|
||||
<script src="/static/oneko.js"></script>
|
||||
<script src="/static/oneko.js" defer></script>
|
||||
|
||||
<div id="particles-js"></div>
|
||||
<div class="page">
|
||||
|
|
|
@ -23,18 +23,18 @@
|
|||
<link rel="preload" href="/static/Swup.proggressbar.umd.js" as="script" />
|
||||
<link rel="preload" href="/static/oneko.js" as="script" />
|
||||
<link rel="preload" href="/static/style.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/css?family=atkinson-hyperlegible:400%7Croboto-mono:100,400,700" as="style" />
|
||||
<link rel="preload" href="/static/fonts.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-400-normal.woff2" as="font" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-ext-400-normal.woff2" as="font" />
|
||||
|
||||
<script src="/static/particles.js"></script>
|
||||
<script src="/static/animal.js"></script>
|
||||
<script src="/static/info.js"></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80"></script>
|
||||
<script src="/static/Swup.umd.js"></script>
|
||||
<script src="/static/Swup.accessability.umd.js"></script>
|
||||
<script src="/static/Swup.preloader.umd.js"></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js"></script>
|
||||
<script src="/static/particles.js" defer></script>
|
||||
<script src="/static/animal.js" defer></script>
|
||||
<script src="/static/info.js" defer></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80" defer></script>
|
||||
<script src="/static/Swup.umd.js" defer></script>
|
||||
<script src="/static/Swup.accessability.umd.js" defer></script>
|
||||
<script src="/static/Swup.preloader.umd.js" defer></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js" defer></script>
|
||||
<script>
|
||||
window.addEventListener('load', function () {
|
||||
const swup = new Swup({
|
||||
|
@ -50,9 +50,9 @@
|
|||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body lang="en">
|
||||
<noscript><style>.scriptonly {display: none;}</style></noscript>
|
||||
<script src="/static/oneko.js"></script>
|
||||
<script src="/static/oneko.js" defer></script>
|
||||
|
||||
<div id="particles-js"></div>
|
||||
<div class="page">
|
||||
|
|
|
@ -23,18 +23,18 @@
|
|||
<link rel="preload" href="/static/Swup.proggressbar.umd.js" as="script" />
|
||||
<link rel="preload" href="/static/oneko.js" as="script" />
|
||||
<link rel="preload" href="/static/style.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/css?family=atkinson-hyperlegible:400%7Croboto-mono:100,400,700" as="style" />
|
||||
<link rel="preload" href="/static/fonts.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-400-normal.woff2" as="font" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-ext-400-normal.woff2" as="font" />
|
||||
|
||||
<script src="/static/particles.js"></script>
|
||||
<script src="/static/animal.js"></script>
|
||||
<script src="/static/info.js"></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80"></script>
|
||||
<script src="/static/Swup.umd.js"></script>
|
||||
<script src="/static/Swup.accessability.umd.js"></script>
|
||||
<script src="/static/Swup.preloader.umd.js"></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js"></script>
|
||||
<script src="/static/particles.js" defer></script>
|
||||
<script src="/static/animal.js" defer></script>
|
||||
<script src="/static/info.js" defer></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80" defer></script>
|
||||
<script src="/static/Swup.umd.js" defer></script>
|
||||
<script src="/static/Swup.accessability.umd.js" defer></script>
|
||||
<script src="/static/Swup.preloader.umd.js" defer></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js" defer></script>
|
||||
<script>
|
||||
window.addEventListener('load', function () {
|
||||
const swup = new Swup({
|
||||
|
@ -50,9 +50,9 @@
|
|||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body lang="en">
|
||||
<noscript><style>.scriptonly {display: none;}</style></noscript>
|
||||
<script src="/static/oneko.js"></script>
|
||||
<script src="/static/oneko.js" defer></script>
|
||||
|
||||
<div id="particles-js"></div>
|
||||
<div class="page">
|
||||
|
|
22
posts.html
22
posts.html
|
@ -23,18 +23,18 @@
|
|||
<link rel="preload" href="/static/Swup.proggressbar.umd.js" as="script" />
|
||||
<link rel="preload" href="/static/oneko.js" as="script" />
|
||||
<link rel="preload" href="/static/style.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/css?family=atkinson-hyperlegible:400%7Croboto-mono:100,400,700" as="style" />
|
||||
<link rel="preload" href="/static/fonts.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-400-normal.woff2" as="font" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-ext-400-normal.woff2" as="font" />
|
||||
|
||||
<script src="/static/particles.js"></script>
|
||||
<script src="/static/animal.js"></script>
|
||||
<script src="/static/info.js"></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80"></script>
|
||||
<script src="/static/Swup.umd.js"></script>
|
||||
<script src="/static/Swup.accessability.umd.js"></script>
|
||||
<script src="/static/Swup.preloader.umd.js"></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js"></script>
|
||||
<script src="/static/particles.js" defer></script>
|
||||
<script src="/static/animal.js" defer></script>
|
||||
<script src="/static/info.js" defer></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80" defer></script>
|
||||
<script src="/static/Swup.umd.js" defer></script>
|
||||
<script src="/static/Swup.accessability.umd.js" defer></script>
|
||||
<script src="/static/Swup.preloader.umd.js" defer></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js" defer></script>
|
||||
<script>
|
||||
window.addEventListener('load', function () {
|
||||
const swup = new Swup({
|
||||
|
@ -50,9 +50,9 @@
|
|||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body lang="en">
|
||||
<noscript><style>.scriptonly {display: none;}</style></noscript>
|
||||
<script src="/static/oneko.js"></script>
|
||||
<script src="/static/oneko.js" defer></script>
|
||||
|
||||
<div id="particles-js"></div>
|
||||
<div class="page">
|
||||
|
|
|
@ -23,18 +23,18 @@
|
|||
<link rel="preload" href="/static/Swup.proggressbar.umd.js" as="script" />
|
||||
<link rel="preload" href="/static/oneko.js" as="script" />
|
||||
<link rel="preload" href="/static/style.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/css?family=atkinson-hyperlegible:400%7Croboto-mono:100,400,700" as="style" />
|
||||
<link rel="preload" href="/static/fonts.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-400-normal.woff2" as="font" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-ext-400-normal.woff2" as="font" />
|
||||
|
||||
<script src="/static/particles.js"></script>
|
||||
<script src="/static/animal.js"></script>
|
||||
<script src="/static/info.js"></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80"></script>
|
||||
<script src="/static/Swup.umd.js"></script>
|
||||
<script src="/static/Swup.accessability.umd.js"></script>
|
||||
<script src="/static/Swup.preloader.umd.js"></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js"></script>
|
||||
<script src="/static/particles.js" defer></script>
|
||||
<script src="/static/animal.js" defer></script>
|
||||
<script src="/static/info.js" defer></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80" defer></script>
|
||||
<script src="/static/Swup.umd.js" defer></script>
|
||||
<script src="/static/Swup.accessability.umd.js" defer></script>
|
||||
<script src="/static/Swup.preloader.umd.js" defer></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js" defer></script>
|
||||
<script>
|
||||
window.addEventListener('load', function () {
|
||||
const swup = new Swup({
|
||||
|
@ -50,9 +50,9 @@
|
|||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body lang="en">
|
||||
<noscript><style>.scriptonly {display: none;}</style></noscript>
|
||||
<script src="/static/oneko.js"></script>
|
||||
<script src="/static/oneko.js" defer></script>
|
||||
|
||||
<div id="particles-js"></div>
|
||||
<div class="page">
|
||||
|
|
BIN
static/buttons/confusion.gif
Normal file
BIN
static/buttons/confusion.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 524 B |
198
static/fonts.css
Normal file
198
static/fonts.css
Normal file
|
@ -0,0 +1,198 @@
|
|||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Atkinson Hyperlegible';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-400-normal.woff2) format('woff2'), url(https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-400-normal.woff) format('woff');
|
||||
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Atkinson Hyperlegible';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-ext-400-normal.woff2) format('woff2'), url(https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-ext-400-normal.woff) format('woff');
|
||||
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
||||
}
|
||||
|
||||
/* greek */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-greek-100-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-greek-100-normal.woff) format('woff');
|
||||
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
|
||||
}
|
||||
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-latin-100-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-latin-100-normal.woff) format('woff');
|
||||
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
||||
}
|
||||
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-cyrillic-100-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-cyrillic-100-normal.woff) format('woff');
|
||||
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-latin-ext-100-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-latin-ext-100-normal.woff) format('woff');
|
||||
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
||||
}
|
||||
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-vietnamese-100-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-vietnamese-100-normal.woff) format('woff');
|
||||
unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
|
||||
}
|
||||
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 100;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-cyrillic-ext-100-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-cyrillic-ext-100-normal.woff) format('woff');
|
||||
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
||||
}
|
||||
|
||||
/* greek */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-greek-400-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-greek-400-normal.woff) format('woff');
|
||||
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
|
||||
}
|
||||
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-latin-400-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-latin-400-normal.woff) format('woff');
|
||||
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
||||
}
|
||||
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-cyrillic-400-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-cyrillic-400-normal.woff) format('woff');
|
||||
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-latin-ext-400-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-latin-ext-400-normal.woff) format('woff');
|
||||
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
||||
}
|
||||
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-vietnamese-400-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-vietnamese-400-normal.woff) format('woff');
|
||||
unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
|
||||
}
|
||||
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-cyrillic-ext-400-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-cyrillic-ext-400-normal.woff) format('woff');
|
||||
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
||||
}
|
||||
|
||||
/* greek */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-greek-700-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-greek-700-normal.woff) format('woff');
|
||||
unicode-range: U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF;
|
||||
}
|
||||
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-latin-700-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-latin-700-normal.woff) format('woff');
|
||||
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
|
||||
}
|
||||
|
||||
/* cyrillic */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-cyrillic-700-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-cyrillic-700-normal.woff) format('woff');
|
||||
unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
|
||||
}
|
||||
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-latin-ext-700-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-latin-ext-700-normal.woff) format('woff');
|
||||
unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
|
||||
}
|
||||
|
||||
/* vietnamese */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-vietnamese-700-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-vietnamese-700-normal.woff) format('woff');
|
||||
unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;
|
||||
}
|
||||
|
||||
/* cyrillic-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto Mono';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-stretch: 100%;
|
||||
src: url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-cyrillic-ext-700-normal.woff2) format('woff2'), url(https://fonts.bunny.net/roboto-mono/files/roboto-mono-cyrillic-ext-700-normal.woff) format('woff');
|
||||
unicode-range: U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
|
||||
}
|
||||
|
1547
static/particles.js
1547
static/particles.js
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
@import url(https://fonts.bunny.net/css?family=atkinson-hyperlegible:400|roboto-mono:100,400,700);
|
||||
@import url(/static/fonts.css);
|
||||
html, body{
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -10,7 +10,8 @@ body {
|
|||
color: #cdd6f4;
|
||||
background-color: #1e1e2e;
|
||||
font-family: 'Atkinson Hyperlegible', 'Roboto Mono', Arial, sans-serif;
|
||||
|
||||
|
||||
font-display: optional;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -23,18 +23,18 @@
|
|||
<link rel="preload" href="/static/Swup.proggressbar.umd.js" as="script" />
|
||||
<link rel="preload" href="/static/oneko.js" as="script" />
|
||||
<link rel="preload" href="/static/style.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/css?family=atkinson-hyperlegible:400%7Croboto-mono:100,400,700" as="style" />
|
||||
<link rel="preload" href="/static/fonts.css" as="style" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-400-normal.woff2" as="font" />
|
||||
<link rel="preload" href="https://fonts.bunny.net/atkinson-hyperlegible/files/atkinson-hyperlegible-latin-ext-400-normal.woff2" as="font" />
|
||||
|
||||
<script src="/static/particles.js"></script>
|
||||
<script src="/static/animal.js"></script>
|
||||
<script src="/static/info.js"></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80"></script>
|
||||
<script src="/static/Swup.umd.js"></script>
|
||||
<script src="/static/Swup.accessability.umd.js"></script>
|
||||
<script src="/static/Swup.preloader.umd.js"></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js"></script>
|
||||
<script src="/static/particles.js" defer></script>
|
||||
<script src="/static/animal.js" defer></script>
|
||||
<script src="/static/info.js" defer></script>
|
||||
<script defer src="https://analytics.julimiro.eu/script.js" data-website-id="01473add-5822-419b-a43d-124b70f0ae80" defer></script>
|
||||
<script src="/static/Swup.umd.js" defer></script>
|
||||
<script src="/static/Swup.accessability.umd.js" defer></script>
|
||||
<script src="/static/Swup.preloader.umd.js" defer></script>
|
||||
<script src="/static/Swup.proggressbar.umd.js" defer></script>
|
||||
<script>
|
||||
window.addEventListener('load', function () {
|
||||
const swup = new Swup({
|
||||
|
@ -50,9 +50,9 @@
|
|||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body lang="en">
|
||||
<noscript><style>.scriptonly {display: none;}</style></noscript>
|
||||
<script src="/static/oneko.js"></script>
|
||||
<script src="/static/oneko.js" defer></script>
|
||||
|
||||
<div id="particles-js"></div>
|
||||
<div class="page">
|
||||
|
|
0
text
0
text
|
@ -1,6 +1,5 @@
|
|||
@echo off
|
||||
git add .
|
||||
git commit -m mraow
|
||||
git commit -m "Automatic commit"
|
||||
git push
|
||||
git push --mirror https://gitlab.com/Julimiro/website-new-new.git
|
||||
C:\Users\Juli\AppData\Roaming\npm\surge.cmd
|
||||
git push --mirror
|
Loading…
Add table
Reference in a new issue