72 lines
3.2 KiB
HTML
72 lines
3.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>pvrz</title>
|
|
<meta name="description" content="Personal website of pvrz, a 20-year-old developer, artist, and content creator based in NC, USA. Find links to my projects, socials, and music." />
|
|
<meta name="robots" content="index, follow" />
|
|
<link rel="canonical" href="https://pvrz.lol/" />
|
|
<meta property="og:title" content="pvrz" />
|
|
<meta property="og:description" content="Personal website of pvrz, a 20-year-old developer, artist, and content creator based in NC, USA. Find links to my projects, socials, and music." />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://pvrz.lol/" />
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:title" content="pvrz" />
|
|
<meta name="twitter:description" content="Personal website of pvrz, a 20-year-old developer, artist, and content creator based in NC, USA. Find links to my projects, socials, and music." />
|
|
<meta name="theme-color" content="#C96442" />
|
|
<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=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&display=swap" rel="stylesheet" />
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
|
|
<link rel="icon" type="image/x-icon" href="media/favicon.ico" />
|
|
<link rel="icon" type="image/png" href="media/favicon.png" />
|
|
<link rel="apple-touch-icon" href="media/favicon.png" />
|
|
<link rel="stylesheet" href="styles.css" />
|
|
</head>
|
|
<body class="home">
|
|
|
|
<div class="grain"></div>
|
|
|
|
<nav class="nav">
|
|
<span class="nav-logo">pvrz</span>
|
|
<div class="nav-actions">
|
|
<div class="nav-links">
|
|
<a href="links.html" class="active">Links</a>
|
|
</div>
|
|
<button class="theme-toggle" type="button" aria-label="Toggle dark mode" aria-pressed="false">
|
|
<i class="fa-solid fa-moon"></i>
|
|
</button>
|
|
</div>
|
|
</nav>
|
|
|
|
<main class="hero">
|
|
<div class="hero-content">
|
|
<h1 class="wordmark" id="wordmark">pvrz</h1>
|
|
<p class="tagline">20 · he/him · NC, USA</p>
|
|
</div>
|
|
|
|
<div class="hero-buttons">
|
|
<a href="links.html" class="btn btn-secondary">
|
|
<i class="fa-solid fa-link"></i>
|
|
<span>Links</span>
|
|
</a>
|
|
<a href="https://linktr.ee/pvrz" target="_blank" class="btn btn-fm">
|
|
<span>Music</span>
|
|
</a>
|
|
</div>
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<div class="footer-socials">
|
|
<a href="https://x.com/hipvrz" target="_blank" aria-label="X / Twitter"><i class="fa-brands fa-x-twitter"></i></a>
|
|
<a href="https://github.com/pvrzz" target="_blank" aria-label="GitHub"><i class="fa-brands fa-github"></i></a>
|
|
<a href="https://youtube.com/@pvrz" target="_blank" aria-label="YouTube"><i class="fa-brands fa-youtube"></i></a>
|
|
</div>
|
|
<span class="footer-copy">© 2026 pvrz · DMCA Protected</span>
|
|
</footer>
|
|
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|