50 lines
2.1 KiB
HTML
50 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
|
|
|
|
<!-- Page Title -->
|
|
<title>I'm Bad At This</title>
|
|
|
|
<!-- SEO Meta Tags -->
|
|
<meta name="description" content="Personal Site for Ari/ImBadAtThisStuff on GitHub" />
|
|
<meta name="keywords" content="Portfolio, Personal, Developer" />
|
|
<meta name="author" content="ImBadAtThisStuff" />
|
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
|
|
|
<!-- Canonical URL -->
|
|
<link rel="canonical" href="https://imbadatthisstuff.github.io" />
|
|
|
|
<!-- Alternate for mobile -->
|
|
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://imbadatthisstuff.github.io" />
|
|
|
|
<!-- Theme Color -->
|
|
<meta name="theme-color" content="#cba6f7" />
|
|
|
|
<!-- Open Graph / Discord / Facebook -->
|
|
<meta property="og:site_name" content="Im Bad At This">
|
|
<meta property="og:title" content="Im Bad At This" />
|
|
<meta property="og:description" content="Personal Site for Ari/ImBadAtThisStuff on GitHub" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://imbadatthisstuff.github.io" />
|
|
<meta property="og:locale" content="en_GB" />
|
|
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Im Bad At This Stuff" />
|
|
<meta name="twitter:description" content="Personal Site for Ari/ImBadAtThisStuff on GitHub" />
|
|
<link href="css/index.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div class="intro">
|
|
<div class="intro-header">
|
|
<div class="HiIm">Hi, I'm </div>
|
|
<div class="name">Ari</div>
|
|
<div class="pronouns">(She/They)</div>
|
|
</div>
|
|
<div class="intro-text">
|
|
A 17 Year Old devloper from <b>England, United Kingdom</b> who rarely actually does devlopment work, and just tries to help out whenever she can.
|
|
</body>
|
|
<script src="js/index.js"></script>
|
|
</html> |