Renamed everything

replace/22f00fb3fb66c1eef924243c0615073b0c54ff04
Cobular 4 years ago
parent dcdc084a7e
commit 43dae1c1cd

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

@ -2,19 +2,30 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta <meta
name="description" name="description"
content="Jake Cover's Personal Website" content="Julie Cover's Personal Website"
/> />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!-- <!--
manifest.json provides metadata used when your web app is installed on a manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
--> -->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> <link rel="manifest" href="/manifest.json" />
<!-- generics -->
<link rel="icon" href="%PUBLIC_URL%/favicon-32.png" sizes="32x32">
<link rel="icon" href="%PUBLIC_URL%/favicon-128.png" sizes="128x128">
<link rel="icon" href="%PUBLIC_URL%/favicon-192.png" sizes="192x192">
<!-- Android -->
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon-196.png" sizes="196x196">
<!-- iOS -->
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon-152.png" sizes="152x152">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon-167.png" sizes="167x167">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon-180.png" sizes="180x180">
<!-- <!--
Notice the use of %PUBLIC_URL% in the tags above. Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build. It will be replaced with the URL of the `public` folder during the build.
@ -24,7 +35,7 @@
work correctly both with client-side routing and a non-root public URL. work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>Jake Cover</title> <title>Julie Cover</title>
<script async defer data-website-id="7b846b7f-e368-441b-9663-0436eabec402" src="https://umami.cobular.com/umami.js"></script> <script async defer data-website-id="7b846b7f-e368-441b-9663-0436eabec402" src="https://umami.cobular.com/umami.js"></script>
</head> </head>
<body> <body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

@ -1,25 +1,45 @@
{ {
"short_name": "jakecover.me", "short_name": "cobular.com",
"name": "Jake Cover's Personal Website", "name": "Julie Cover's Personal Website",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon-32.png",
"sizes": "256x256 128x128 64x64 32x32 24x24 16x16", "sizes": "32x32",
"type": "image/x-icon" "type": "image/png"
}, },
{ {
"src": "logo192.png", "src": "favicon-128.png",
"type": "image/png", "sizes": "128x128",
"sizes": "192x192" "type": "image/png"
}, },
{ {
"src": "logo512.png", "src": "favicon-192.png",
"type": "image/png", "sizes": "192x192",
"sizes": "512x512" "type": "image/png"
},
{
"src": "favicon-196.png",
"sizes": "196x196",
"type": "image/png"
},
{
"src": "favicon-152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "favicon-167.png",
"sizes": "167x167",
"type": "image/png"
},
{
"src": "favicon-180.png",
"sizes": "180x180d",
"type": "image/png"
} }
], ],
"start_url": ".", "start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#1f2022",
"background_color": "#ffffff" "background_color": "#1f2022"
} }

@ -5,14 +5,14 @@ import { LastFmLi } from "./LastFmLi";
export function AboutMe() { export function AboutMe() {
function EmailHandler() { function EmailHandler() {
const email = "Y29udGFjdEBqYWtlY292ZXIubWU="; const email = "Y29udGFjdEBjb2J1bGFyLmNvbQ==";
window.prompt("Thanks for being a human! Here's my email:", atob(email)); window.prompt("Thanks for being a human! Here's my email:", atob(email));
} }
return ( return (
<div id={"about-me-parent"}> <div id={"about-me-parent"}>
<div id={"about-me"} className={"about-me-card"}> <div id={"about-me"} className={"about-me-card"}>
<h1 aria-label={"Title"}>Hi! I'm Jake!</h1> <h1 aria-label={"Title"}>Hi! I'm Julie!</h1>
<div id={"info-parent"} aria-label={"About Me"}> <div id={"info-parent"} aria-label={"About Me"}>
<div id={"specific-info"} aria-label={"Facts"}> <div id={"specific-info"} aria-label={"Facts"}>
@ -25,7 +25,7 @@ export function AboutMe() {
<b>Location:</b> Southern California <b>Location:</b> Southern California
</li> </li>
<li> <li>
<b>Pronouns</b>: They/Them <b>Pronouns</b>: She/Her
</li> </li>
<Age /> <Age />
<LastFmLi /> <LastFmLi />
@ -53,7 +53,7 @@ export function AboutMe() {
<li> <li>
GitHub:{" "} GitHub:{" "}
<a <a
href={"https://github.com/JakeCover"} href={"https://github.com/Cobular"}
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
tabIndex={0} tabIndex={0}
@ -64,7 +64,7 @@ export function AboutMe() {
<li> <li>
Telegram:{" "} Telegram:{" "}
<a <a
href={"https://t.me/cobular"} href={"https://t.me/codular"}
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
tabIndex={0} tabIndex={0}

@ -270,7 +270,7 @@ export function ProjectGrid() {
improving the discord bot development workflow significantly. As far as I know, it's the only tool improving the discord bot development workflow significantly. As far as I know, it's the only tool
available for this sort of testing. Unfortunately, this has been deprecated in favor of other, more full available for this sort of testing. Unfortunately, this has been deprecated in favor of other, more full
featured libraries.`} featured libraries.`}
link={"https://github.com/JakeCover/distest"} link={"https://github.com/Cobular/distest"}
/> />
<SmallElementPic <SmallElementPic
image_url={CodeDaySD} image_url={CodeDaySD}
@ -296,7 +296,7 @@ export function ProjectGrid() {
org={"Random Projects"} org={"Random Projects"}
text={`A Chrome extension to help you download BeatSaber songs directly from ScoreSaber. No more searching for text={`A Chrome extension to help you download BeatSaber songs directly from ScoreSaber. No more searching for
mapper names on BeatSaver, just download the newest ranked songs directly!`} mapper names on BeatSaver, just download the newest ranked songs directly!`}
link={"https://github.com/JakeCover/ScoreSaverExtention"} link={"https://github.com/Cobular/ScoreSaverExtention"}
/> />
<SmallElement <SmallElement
title={"Assorted Discord Bots"} title={"Assorted Discord Bots"}
@ -323,11 +323,11 @@ export function ProjectGrid() {
org={"Random Projects"} org={"Random Projects"}
text={`You're looking at it! There's not a whole lot to this, it's just a React site hosted on GitHub Pages, text={`You're looking at it! There's not a whole lot to this, it's just a React site hosted on GitHub Pages,
but I didn't know React before starting on this so I'm pretty proud of it.`} but I didn't know React before starting on this so I'm pretty proud of it.`}
link={"https://github.com/JakeCover/PersonalWebsite_Static"} link={"https://github.com/Cobular/PersonalWebsite_Static"}
/> />
<SmallElement <SmallElement
title={"Nomad Job Templates Tool"} title={"Nomad Job Templates Tool"}
link={"https://github.com/JakeCover/NomadJobTemplatesTool"} link={"https://github.com/Cobular/NomadJobTemplatesTool"}
org={"Random Projects"} org={"Random Projects"}
text={`A little custom tool to allow you to use jinga-esque text substitutions in Nomad jobfiles to help text={`A little custom tool to allow you to use jinga-esque text substitutions in Nomad jobfiles to help
centralize the definition of service traefik tags. This mainly makes it easier to update and change centralize the definition of service traefik tags. This mainly makes it easier to update and change
@ -369,7 +369,7 @@ export function ProjectGrid() {
text={`An extension for the alternate discord client BetterDiscord that changes the functionality of copying text={`An extension for the alternate discord client BetterDiscord that changes the functionality of copying
emoji to copy the actual emoji characters rather than their names from the discord client.`} emoji to copy the actual emoji characters rather than their names from the discord client.`}
link={ link={
"https://github.com/JakeCover/BetterDiscordExtensions/tree/main/plugins/CopyMoji" "https://github.com/Cobular/BetterDiscordExtensions/tree/main/plugins/CopyMoji"
} }
/> />
<SmallElement <SmallElement
@ -380,7 +380,7 @@ export function ProjectGrid() {
It can't solve all problems and it isn't mathematically provable or anything, but it's optimized to It can't solve all problems and it isn't mathematically provable or anything, but it's optimized to
give you the right answer for most things you'll actually run into and tell you when you've gotten give you the right answer for most things you'll actually run into and tell you when you've gotten
nothing.`} nothing.`}
link={"https://jakecover.github.io/WhatsThatNumberExtension/"} link={"https://Cobular.github.io/WhatsThatNumberExtension/"}
/> />
</div> </div>
</div> </div>

Loading…
Cancel
Save