Add favicon, degoogle

master
Edward Shen 2022-09-14 02:55:33 -07:00
parent 9fa78b1a6e
commit 5d05b0294e
Signed by: edward
GPG Key ID: 19182661E818369F
4 changed files with 32 additions and 8 deletions

BIN
MPLUSCodeLatin.woff2 Normal file

Binary file not shown.

5
favicon.svg Normal file
View File

@ -0,0 +1,5 @@
<svg width="566" height="566" viewBox="0 0 566 566" fill="none" xmlns="http://www.w3.org/2000/svg">
<g style="mix-blend-mode:difference">
<path fill-rule="evenodd" clip-rule="evenodd" d="M283 547C428.803 547 547 428.803 547 283C547 137.197 428.803 19 283 19C137.197 19 19 137.197 19 283C19 428.803 137.197 547 283 547ZM271.125 134.844C278.965 105.726 283 74.5173 283 43C283 74.5173 287.035 105.726 294.875 134.844C302.715 163.962 314.205 190.42 328.691 212.706C343.177 234.992 360.375 252.67 379.301 264.731C398.228 276.792 418.514 283 439 283C418.514 283 398.228 289.208 379.301 301.269C360.375 313.33 343.177 331.008 328.691 353.294C314.205 375.58 302.715 402.038 294.875 431.156C287.035 460.274 283 491.483 283 523C283 491.483 278.965 460.274 271.125 431.156C263.286 402.038 251.795 375.58 237.309 353.294C222.823 331.008 205.625 313.33 186.699 301.269C167.772 289.208 147.486 283 127 283C147.486 283 167.772 276.792 186.699 264.731C205.625 252.67 222.823 234.992 237.309 212.706C251.795 190.42 263.285 163.962 271.125 134.844ZM14.9427 550.094C64.8826 600.034 225.165 520.721 372.943 372.943C520.721 225.165 600.034 64.8826 550.094 14.9427C527.264 -7.88818 481.371 -3.70484 424.154 21.6844C446.406 16.9824 463.712 19.2408 474.026 29.555C511.888 67.4168 441.197 199.494 316.133 324.558C191.07 449.621 58.9925 520.312 21.1307 482.45C13.9305 475.25 10.6561 464.643 10.9348 451.324C-4.35045 495.795 -4.14607 531.006 14.9427 550.094Z" fill="#D9D9D9"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -7,14 +7,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Starry Network</title>
<meta name="description" content="A ">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+Code+Latin&display=swap" rel="stylesheet">
<link rel="icon" href="data:,">
<meta name="description" content="A starry jet in the Andromeda.">
<link rel="icon" href="favicon.svg">
<link href="stars.css" rel="stylesheet">
<style>
@font-face {
font-family: 'M PLUS Code Latin';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(MPLUSCodeLatin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
background: linear-gradient(to bottom, #2a2981 0%, #13151d 40%, #000 100%);
height: 100%;

View File

@ -1,12 +1,24 @@
/*
Copyright (c) 2022 by sarazond (https://codepen.io/sarazond/pen/LYGbwj)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
html {
height: 100%;
background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);