-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (67 loc) · 2.7 KB
/
Copy pathindex.html
File metadata and controls
72 lines (67 loc) · 2.7 KB
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
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>gamingto12</title>
<meta name="description" content="Home for gamingto12: Minecraft servers, projects, and community links." />
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
<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=Sora:wght@400;600;700&family=JetBrains+Mono:wght@400;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/assets/css/site.css" />
<script src="https://unpkg.com/lucide@latest"></script>
</head>
<body>
<div class="wrap">
<nav class="nav">
<a class="active" href="/">Home</a>
<a href="/servers/">Servers</a>
<a href="/projects/">Projects</a>
</nav>
<header class="hero">
<span class="badge"><span class="dot" aria-hidden="true"></span>redesign v3</span>
<h1>gamingto12</h1>
<p class="lead">I run Minecraft communities, build moderation and utility software, and keep shipping better tools over time.</p>
<div class="actions">
<a class="btn primary" href="/servers/"><i data-lucide="server"></i> View Servers</a>
<a class="btn ghost" href="/projects/"><i data-lucide="hammer"></i> View Projects</a>
</div>
</header>
<main class="grid two">
<section class="card">
<h2>About This Site</h2>
<p class="muted">This is now split into separate pages so each area has room for details instead of being crowded into one page.</p>
<div class="pills">
<span class="pill">hi</span>
<span class="pill">hi</span>
<span class="pill">hi</span>
</div>
</section>
<section class="card">
<h2>Quick Links</h2>
<div class="list">
<a class="list-item" href="https://discord.gg/yh2DtaTwGt" target="_blank" rel="noreferrer">
<div>
<strong>Main Community Discord</strong>
<p>Announcements, chat, and community updates.</p>
</div>
<span class="kicker">discord</span>
</a>
<a class="list-item" href="https://x.com/gamingto12" target="_blank" rel="noreferrer">
<div>
<strong>X / Twitter</strong>
<p>Quick updates and contact option.</p>
</div>
<span class="kicker">social</span>
</a>
</div>
</section>
</main>
<footer>
<span>© 2026 gamingto12 / KoolFreedom</span>
</footer>
</div>
<script>lucide.createIcons();</script>
</body>
</html>