meow
This commit is contained in:
parent
bab2880f6f
commit
8d8a767b5e
|
|
@ -1,4 +1,4 @@
|
||||||
@font-face {
|
/* @font-face {
|
||||||
font-family: "Comic Code";
|
font-family: "Comic Code";
|
||||||
src:
|
src:
|
||||||
url("https://fonts.doughmination.co.uk/ComicCode-Regular_2022-05-24-151938_hsmz.woff2")
|
url("https://fonts.doughmination.co.uk/ComicCode-Regular_2022-05-24-151938_hsmz.woff2")
|
||||||
|
|
@ -40,4 +40,4 @@
|
||||||
format("woff");
|
format("woff");
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
} */
|
||||||
|
|
|
||||||
|
|
@ -130,6 +130,7 @@ body::before {
|
||||||
opacity: 0.05;
|
opacity: 0.05;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.badges {
|
.badges {
|
||||||
|
|
|
||||||
|
|
@ -51,21 +51,21 @@
|
||||||
<meta name="author" content="Ari" />
|
<meta name="author" content="Ari" />
|
||||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||||
<!-- Canonical URL -->
|
<!-- Canonical URL -->
|
||||||
<link rel="canonical" href="https://ari.pages.gay/dev-info/" />
|
<link rel="canonical" href="https://a.stupid.cat/dev-info/" />
|
||||||
<!-- Alternate for mobile -->
|
<!-- Alternate for mobile -->
|
||||||
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://ari.pages.gay/dev-info/" />
|
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://a.stupid.cat/dev-info/" />
|
||||||
<!-- Theme Color -->
|
<!-- Theme Color -->
|
||||||
<meta name="theme-color" content="#cba6f7" />
|
<meta name="theme-color" content="#cba6f7" />
|
||||||
<!-- Open Graph / Discord / Facebook -->
|
<!-- Open Graph / Discord / Facebook -->
|
||||||
<meta property="og:image" content="https://ari.pages.gay/assets/media/favicon.png" />
|
<meta property="og:image" content="https://a.stupid.cat/assets/media/favicon.png" />
|
||||||
<meta property="og:site_name" content="Ari">
|
<meta property="og:site_name" content="Ari">
|
||||||
<meta property="og:title" content="Dev Info · Ari" />
|
<meta property="og:title" content="Dev Info · Ari" />
|
||||||
<meta property="og:description" content="Ari's development activity — a live contribution heatmap aggregating commits across GitHub and git.gay." />
|
<meta property="og:description" content="Ari's development activity — a live contribution heatmap aggregating commits across GitHub and git.gay." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://ari.pages.gay/dev-info/" />
|
<meta property="og:url" content="https://a.stupid.cat/dev-info/" />
|
||||||
<meta property="og:locale" content="en_GB" />
|
<meta property="og:locale" content="en_GB" />
|
||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
<meta name="twitter:image" content="https://ari.pages.gay/assets/media/favicon.png">
|
<meta name="twitter:image" content="https://a.stupid.cat/assets/media/favicon.png">
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta name="twitter:title" content="Dev Info · Ari" />
|
<meta name="twitter:title" content="Dev Info · Ari" />
|
||||||
<meta name="twitter:description" content="Ari's development activity — a live contribution heatmap aggregating commits across GitHub and git.gay." />
|
<meta name="twitter:description" content="Ari's development activity — a live contribution heatmap aggregating commits across GitHub and git.gay." />
|
||||||
|
|
@ -78,6 +78,8 @@
|
||||||
<a href="/">Index</a>
|
<a href="/">Index</a>
|
||||||
<a href="/dev-info/" class="active">Dev Info</a>
|
<a href="/dev-info/" class="active">Dev Info</a>
|
||||||
<a href="/hardware/">Hardware</a>
|
<a href="/hardware/">Hardware</a>
|
||||||
|
<a href="/cv/">Curriculum Vitae</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<main class="intro">
|
<main class="intro">
|
||||||
<header class="hub-header">
|
<header class="hub-header">
|
||||||
|
|
|
||||||
|
|
@ -54,25 +54,25 @@
|
||||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||||
|
|
||||||
<!-- Canonical URL -->
|
<!-- Canonical URL -->
|
||||||
<link rel="canonical" href="https://ari.pages.gay/hardware-info/" />
|
<link rel="canonical" href="https://a.stupid.cat/hardware-info/" />
|
||||||
|
|
||||||
<!-- Alternate for mobile -->
|
<!-- Alternate for mobile -->
|
||||||
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://ari.pages.gay/hardware-info/" />
|
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://a.stupid.cat/hardware-info/" />
|
||||||
|
|
||||||
<!-- Theme Color -->
|
<!-- Theme Color -->
|
||||||
<meta name="theme-color" content="#cba6f7" />
|
<meta name="theme-color" content="#cba6f7" />
|
||||||
|
|
||||||
<!-- Open Graph / Discord / Facebook -->
|
<!-- Open Graph / Discord / Facebook -->
|
||||||
<meta property="og:image" content="https://ari.pages.gay/assets/media/favicon.png" />
|
<meta property="og:image" content="https://a.stupid.cat/assets/media/favicon.png" />
|
||||||
<meta property="og:site_name" content="Ari">
|
<meta property="og:site_name" content="Ari">
|
||||||
<meta property="og:title" content="Hardware · Ari" />
|
<meta property="og:title" content="Hardware · Ari" />
|
||||||
<meta property="og:description" content="Ari's hardware — full PC build and desk setup, from the Ryzen 9 7900X and RX 9070 XT down to the peripherals." />
|
<meta property="og:description" content="Ari's hardware — full PC build and desk setup, from the Ryzen 9 7900X and RX 9070 XT down to the peripherals." />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://ari.pages.gay/hardware-info/" />
|
<meta property="og:url" content="https://a.stupid.cat/hardware-info/" />
|
||||||
<meta property="og:locale" content="en_GB" />
|
<meta property="og:locale" content="en_GB" />
|
||||||
|
|
||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
<meta name="twitter:image" content="https://ari.pages.gay/assets/media/favicon.png">
|
<meta name="twitter:image" content="https://a.stupid.cat/assets/media/favicon.png">
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta name="twitter:title" content="Hardware · Ari" />
|
<meta name="twitter:title" content="Hardware · Ari" />
|
||||||
<meta name="twitter:description" content="Ari's hardware — full PC build and desk setup, from the Ryzen 9 7900X and RX 9070 XT down to the peripherals." />
|
<meta name="twitter:description" content="Ari's hardware — full PC build and desk setup, from the Ryzen 9 7900X and RX 9070 XT down to the peripherals." />
|
||||||
|
|
@ -85,6 +85,8 @@
|
||||||
<a href="/">Index</a>
|
<a href="/">Index</a>
|
||||||
<a href="/dev-info/">Dev Info</a>
|
<a href="/dev-info/">Dev Info</a>
|
||||||
<a href="/hardware/" class="active">Hardware</a>
|
<a href="/hardware/" class="active">Hardware</a>
|
||||||
|
<a href="/cv/">Curriculum Vitae</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<main class="intro">
|
<main class="intro">
|
||||||
<header class="hub-header">
|
<header class="hub-header">
|
||||||
|
|
|
||||||
11
index.html
11
index.html
|
|
@ -51,21 +51,21 @@
|
||||||
<meta name="author" content="Ari" />
|
<meta name="author" content="Ari" />
|
||||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||||
<!-- Canonical URL -->
|
<!-- Canonical URL -->
|
||||||
<link rel="canonical" href="https://ari.pages.gay" />
|
<link rel="canonical" href="https://a.stupid.cat" />
|
||||||
<!-- Alternate for mobile -->
|
<!-- Alternate for mobile -->
|
||||||
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://ari.pages.gay" />
|
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://a.stupid.cat" />
|
||||||
<!-- Theme Color -->
|
<!-- Theme Color -->
|
||||||
<meta name="theme-color" content="#cba6f7" />
|
<meta name="theme-color" content="#cba6f7" />
|
||||||
<!-- Open Graph / Discord / Facebook -->
|
<!-- Open Graph / Discord / Facebook -->
|
||||||
<meta property="og:image" content="https://ari.pages.gay/assets/media/favicon.png" />
|
<meta property="og:image" content="https://a.stupid.cat/assets/media/favicon.png" />
|
||||||
<meta property="og:site_name" content="Ari">
|
<meta property="og:site_name" content="Ari">
|
||||||
<meta property="og:title" content="Ari" />
|
<meta property="og:title" content="Ari" />
|
||||||
<meta property="og:description" content="Personal site for Ari on git.gay/AriTheStupidCat on GitHub" />
|
<meta property="og:description" content="Personal site for Ari on git.gay/AriTheStupidCat on GitHub" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://ari.pages.gay" />
|
<meta property="og:url" content="https://a.stupid.cat" />
|
||||||
<meta property="og:locale" content="en_GB" />
|
<meta property="og:locale" content="en_GB" />
|
||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
<meta name="twitter:image" content="https://ari.pages.gay/assets/media/favicon.png">
|
<meta name="twitter:image" content="https://a.stupid.cat/assets/media/favicon.png">
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta name="twitter:title" content="Ari" />
|
<meta name="twitter:title" content="Ari" />
|
||||||
<meta name="twitter:description" content="Personal site for Ari on git.gay/AriTheStupidCat on GitHub" />
|
<meta name="twitter:description" content="Personal site for Ari on git.gay/AriTheStupidCat on GitHub" />
|
||||||
|
|
@ -78,6 +78,7 @@
|
||||||
<a href="/" class="active">Index</a>
|
<a href="/" class="active">Index</a>
|
||||||
<a href="/dev-info/">Dev Info</a>
|
<a href="/dev-info/">Dev Info</a>
|
||||||
<a href="/hardware/">Hardware</a>
|
<a href="/hardware/">Hardware</a>
|
||||||
|
<a href="/cv/">Curriculum Vitae</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue