roseapollo.com/content/index.html
2025-02-15 14:12:46 +00:00

62 lines
2.6 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</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>
<br><br>
<div id="log">
<div class="logitem">
<a href="https://fabledarmstudios.itch.io/boil-and-bubble-tea" class="nounderlink">
<img src="https://img.itch.zone/aW1nLzE5NTM0NzU1LnBuZw==/315x250%23c/VQ0NWd.png">
<div class="logtext">
<h2>Boil & Bubble Tea</h2>
<p>This game was made in 48hs during the Global Game Jam 2025 with the theme of 'Bubble' by Fabled Arm Studios.</p>
</div>
</a>
</div>
<div class="logitem">
<a href="https://www.youtube.com/watch?v=6RG577TGWcQ" class="nounderlink">
<img src="https://i.ytimg.com/vi/6RG577TGWcQ/hqdefault.jpg?sqp=-oaymwE2CNACELwBSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB_gmAAtAFigIMCAAQARhUIGUoTjAP&rs=AOn4CLAOkwZkoeyeNbnGlyzgViF2OiKyOg">
<div class="logtext">
<h2>solar system simulation</h2>
<p>realtime n-body simulation done in unity with c# / compute shaders</p>
</div>
</a>
</div>
<div class="logitem">
<a href="https://bsky.app/profile/rose.roseapollo.com" class="nounderlink">
<img src="/assets/bluesky.webp">
<div class="logtext">
<h2>bluesky</h2>
<p></p>
</div>
</a>
</div>
</div>
<br><br>
<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>