-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (57 loc) · 2.87 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Alora Mia's personal website - A passionate 16-year-old tech enthusiast and developer with expertise in game design, server mapping, and coding languages like C, JS, and HTML.">
<!-- SEO Meta Tags -->
<meta name="keywords" content="Alora Mia, Developer, Tech Enthusiast, Game Design, Server Mapping, C, JavaScript, HTML">
<meta name="author" content="Alora Mia">
<!-- Open Graph Meta Tags for social sharing -->
<meta property="og:title" content="Alora Mia - Tech Enthusiast & Developer">
<meta property="og:description" content="Explore Alora Mia's projects and expertise in game development, server mapping, and coding!">
<meta property="og:image" content="https://alora.is-a.dev/bg.jpg"> <!-- Ensure you have an image hosted -->
<meta property="og:url" content="https://alora.is-a.dev">
<meta property="og:type" content="website">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Alora Mia - Tech Enthusiast & Developer">
<meta name="twitter:description" content="Explore Alora Mia's projects and expertise in game development, server mapping, and coding!">
<meta name="twitter:image" content="https://alora.is-a.dev/bg.jpg">
<!-- Structured Data for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Alora Mia",
"url": "https://alora.is-a.dev",
"description": "Alora Mia is a passionate 16-year-old tech enthusiast and developer with expertise in game design, server mapping, and coding languages like C, JS, and HTML.",
"image": "https://alora.is-a.dev/bg.jpg"
}
</script>
<title>Alora Mia - Tech Enthusiast & Developer</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Great+Vibes&family=Inter:wght@400;600&display=swap" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<header>
<h1 class="title">Alora Mia</h1>
</header>
<main class="links">
<a href="https://profile.alora.is-a.dev" class="button">Profile</a>
<a href="https://drive.alora.is-a.dev" class="button">Drive</a>
<a href="https://blog.alora.is-a.dev" class="button">Blog</a>
<a href="https://status.alora.is-a.dev" class="button">Status</a>
<a href="/canary.html" class="button">Canary</a>
</main>
<footer>
<button id="theme-toggle" class="theme-button">Switch Theme</button>
</footer>
</div>
<div class="background">
<div class="wave"></div>
</div>
<script src="script.js"></script>
</body>
</html>