Adjusted names and links across the website
This commit is contained in:
parent
f797751054
commit
8cd5b92681
22
index.html
22
index.html
|
|
@ -5,35 +5,35 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
|
||||||
|
|
||||||
<!-- Page Title -->
|
<!-- Page Title -->
|
||||||
<title>I'm Bad At This</title>
|
<title>Ari</title>
|
||||||
|
|
||||||
<!-- SEO Meta Tags -->
|
<!-- SEO Meta Tags -->
|
||||||
<meta name="description" content="Personal Site for Ari/ImBadAtThisStuff on GitHub" />
|
<meta name="description" content="Personal Site for Ari on git.gay" />
|
||||||
<meta name="keywords" content="Portfolio, Personal, Developer" />
|
<meta name="keywords" content="Portfolio, Personal, Developer" />
|
||||||
<meta name="author" content="ImBadAtThisStuff" />
|
<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://imbadatthisstuff.github.io" />
|
<link rel="canonical" href="https://ari.pages.gay" />
|
||||||
|
|
||||||
<!-- Alternate for mobile -->
|
<!-- Alternate for mobile -->
|
||||||
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://imbadatthisstuff.github.io" />
|
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://ari.pages.gay" />
|
||||||
|
|
||||||
<!-- 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:site_name" content="Im Bad At This">
|
<meta property="og:site_name" content="Ari">
|
||||||
<meta property="og:title" content="Im Bad At This" />
|
<meta property="og:title" content="Ari" />
|
||||||
<meta property="og:description" content="Personal Site for Ari/ImBadAtThisStuff on GitHub" />
|
<meta property="og:description" content="Personal Site for Ari on git.gay" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://imbadatthisstuff.github.io" />
|
<meta property="og:url" content="https://ari.pages.gay" />
|
||||||
<meta property="og:locale" content="en_GB" />
|
<meta property="og:locale" content="en_GB" />
|
||||||
|
|
||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta name="twitter:title" content="Im Bad At This Stuff" />
|
<meta name="twitter:title" content="Ari Stuff" />
|
||||||
<meta name="twitter:description" content="Personal Site for Ari/ImBadAtThisStuff on GitHub" />
|
<meta name="twitter:description" content="Personal Site for Ari on git.gay" />
|
||||||
<link href="css/index.css" rel="stylesheet" />
|
<link href="css/index.css" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue