2024-02-03 05:40:49 +00:00
<!DOCTYPE html>
2024-02-09 02:39:12 +00:00
< html lang = "en" >
2024-02-03 05:40:49 +00:00
< head >
2024-08-22 04:23:45 +00:00
< meta charset = "UTF-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2024-08-22 04:24:12 +00:00
< title > reiyua< / title >
2024-08-22 04:23:45 +00:00
< link rel = "icon" type = "image/x-icon" href = "/assets/favicon.ico" >
< link rel = "stylesheet" href = "styles.css" >
2024-08-22 04:46:28 +00:00
< 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" >
2024-02-03 05:40:49 +00:00
< / head >
2024-07-14 14:19:25 +00:00
< body >
2024-08-22 04:58:33 +00:00
< video autoplay muted loop id = "bg-video" >
2024-08-22 04:37:47 +00:00
< source src = "assets/background_video.mp4" type = "video/mp4" >
Your browser does not support HTML5 video.
< / video >
2024-08-22 04:23:45 +00:00
< div class = "centered-content" >
2024-08-22 04:24:12 +00:00
< h1 > reiyua< / h1 >
2024-09-07 04:56:28 +00:00
< p class = "tagline" > 20 year old gamer and qualified IT Guru.< / p >
2024-08-28 05:56:47 +00:00
< div class = "social-icons" >
2024-08-28 05:59:19 +00:00
< a href = "https://instagram.com/rreiyua" target = "_blank" >
2024-08-28 05:56:47 +00:00
< 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 >
2024-09-07 04:56:28 +00:00
< a href = "https://x.com/rreiyua" target = "_blank" >
< img src = "assets/x-logo.png" alt = "X / Twitter" class = "social-logo x-logo" >
< / a >
< a href = "mailto:rei@reiyua.lol" target = "_blank" >
< img src = "assets/email-logo.png" alt = "Email" class = "social-logo" >
< / a >
2024-09-07 05:21:33 +00:00
< a href = "https://steamcommunity.com/id/reiyua/" target = "_blank" >
< img src = "assets/steam-logo.png" alt = "Steam" class = "social-logo" >
< / a >
< a href = "https://open.spotify.com/user/7vwzxwy8zz62binkf1abbv8nc?si=9c7059484b1745a0" target = "_blank" >
< img src = "assets/spotify-logo.png" alt = "Spotify" class = "social-logo" >
< / a >
< a href = "https://gitlab.com/reiyua" target = "_blank" >
< img src = "assets/gitlab-logo.png" alt = "GitHub" class = "social-logo" >
< / a >
< a href = "https://twitch.tv/rreiyua" target = "_blank" >
< img src = "assets/twitch-logo.png" alt = "Twitch" class = "social-logo" >
< / a >
< a href = "https://www.reddit.com/user/reiyua" target = "_blank" >
< img src = "assets/reddit-logo.png" alt = "Reddit" class = "social-logo" >
< / a >
< a href = "https://www.tiktok.com/@rreiyua" target = "_blank" >
< img src = "assets/tiktok-logo.png" alt = "TikTok" class = "social-logo" >
< / a >
2024-08-28 05:56:47 +00:00
< / div >
2024-08-22 04:23:45 +00:00
< / div >
2024-08-22 04:58:33 +00:00
< div class = "credit" >
2024-08-22 04:53:20 +00:00
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 >
2024-02-17 14:05:43 +00:00
< / body >
2024-08-22 04:23:45 +00:00
< / html >