31 lines
1.2 KiB
HTML
31 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<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=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="/style.css">
|
|
|
|
<title>roseapollo.com</title>
|
|
</head>
|
|
<body>
|
|
<div id="about">
|
|
<h1>rose apollo</h1>
|
|
<p>she/her</p>
|
|
<p>game development (programming) student at falmouth uni</p>
|
|
<p>familiar with c#, unity, c, photoshop, premier / after affects and blender</p>
|
|
</div>
|
|
<div id="footer">
|
|
<a href="https://bsky.app/profile/rose.roseapollo.com" target="_blank">bluesky</a>
|
|
<a href="https://discord.gg/XbHYc9MX" target="_blank">discord</a>
|
|
<a href="mailto:rose@roseapollo.com">email</a>
|
|
<a href="https://git.roseapollo.com/rose" target="_blank">git</a>
|
|
<a href="https://roseapollo.itch.io" target="_blank">itch.io</a>
|
|
<a href="https://youtube.com/@rose_x86" target="_blank">youtube</a>
|
|
</div>
|
|
</body>
|
|
</html> |