-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.07 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
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>plyght</title>
<link rel="icon" href="nj-white-bg.png">
<link rel="stylesheet" href="/style.css">
<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=Space+Grotesk:wght@400;600;700&family=Eczar:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<main id="home">
<!-- Replacing SVG with a PNG -->
<img src="/jj.png" alt="plyght Logo" width="200" height="200">
<h1 style="font-family: 'Space Grotesk', sans-serif; font-weight: 700;">plyght</h1>
<p style="font-family: 'Eczar', serif; font-weight: 500; font-style: italic;">
I build things.
</p>
<nav>
<div class="nav-items">
<a href="/about">about</a>
<a href="https://blog.peril.lol">blog</a>
<a href="/matcha">matcha</a>
<a href="/cohere">cohere</a>
</div>
</nav>
</main>
</body>
</html>