reiyua.lol/index.html

41 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>reiyua</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<link rel="stylesheet" href="styles.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=Jersey+10&display=swap" rel="stylesheet">
</head>
<body>
<video autoplay muted loop id="bg-video">
<source src="assets/background_video.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<div class="centered-content">
<h1>reiyua</h1>
<p class="email">rei@reiyua.lol</p>
<div class="social-icons">
<a href="https://instagram.com/rreiyua" target="_blank">
<img src="assets/instagram-logo.png" alt="Instagram" class="social-logo">
</a>
<a href="discord://-/users/1024179829911855234" target="_blank">
<img src="assets/discord-logo.png" alt="Discord" class="social-logo">
</a>
<a href="https://youtube.com/@reiyua" target="_blank">
<img src="assets/youtube-logo.png" alt="YouTube" class="social-logo">
</a>
<a href="https://github.com/reiyua" target="_blank">
<img src="assets/github-logo.png" alt="GitHub" class="social-logo github-logo">
</a>
</div>
</div>
<div class="credit">
Video by <a href="https://www.pexels.com/video/an-orange-liquid-paint-in-motion-5649211/" target="_blank" rel="noopener noreferrer">Dan Cristian Pădureț</a> from Pexels
</div>
</body>
</html>