1
0
Fork 0
mirror of https://github.com/voltbonn/diversity.volt.link.git synced 2024-06-24 23:10:57 +00:00

moved Be yourself! info into script.js

This commit is contained in:
thomasrosen 2022-11-20 13:55:35 +01:00
parent a5183af489
commit 88c85ea8d5
2 changed files with 18 additions and 19 deletions

View file

@ -39,25 +39,6 @@
<link href="data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABmJLR0T///////8JWPfcAAAACXBIWXMAAABIAAAASABGyWs+AAAAF0lEQVRIx2NgGAWjYBSMglEwCkbBSAcACBAAAeaR9cIAAAAASUVORK5CYII=" rel="icon" type="image/x-icon" />
<script>
// Just to make the console a bit queer.
console.info('%c \n Be yourself! \n\n', `
font-family: Ubuntu, sans-serif;
font-size: 5rem;
font-weight: bold;
color: white;
text-shadow:
1px 1px #ff69b5,
2px 2px #ff0000,
3px 3px #ff8f00,
4px 4px #ffff00,
5px 5px #008f00,
6px 6px #00c1c1,
7px 7px #3e0099,
8px 8px #8f008f;
`)
</script>
<link rel="stylesheet" href="./Ubuntu/index.css" type="text/css" />
<link rel="stylesheet" href="./index.css" type="text/css" />
</head>

View file

@ -1,3 +1,21 @@
// Just to make the console a bit queer.
console.info('%c \n Be yourself! \n\n', `
font-family: Ubuntu, sans-serif;
font-size: 5rem;
font-weight: bold;
color: white;
text-shadow:
1px 1px #ff69b5,
2px 2px #ff0000,
3px 3px #ff8f00,
4px 4px #ffff00,
5px 5px #008f00,
6px 6px #00c1c1,
7px 7px #3e0099,
8px 8px #8f008f;
`)
const CloudFunctionsPrefix = 'https://us-central1-volt-4eca0.cloudfunctions.net/save_formdata'