modifying discord link so it works :)

This commit is contained in:
Rose Apollo 2025-02-18 13:35:01 +00:00
parent d23f1f1677
commit e543701840
5 changed files with 61 additions and 40 deletions

View File

Before

Width:  |  Height:  |  Size: 312 KiB

After

Width:  |  Height:  |  Size: 312 KiB

View File

@ -0,0 +1,11 @@
function discpop()
{
Swal.fire
({
title: "",
text: "",
icon: "info",
confirmButtonText: "Okay!",
theme: "dark"
});
}

View File

@ -102,6 +102,10 @@ h2 {
padding-left: 8px; padding-left: 8px;
} }
#content {
padding-left: 8px;
}
* { * {
color: #ea8aff; color: #ea8aff;

View File

@ -8,55 +8,61 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <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 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"> <link rel="stylesheet" href="/assets/styles/main.css">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="/assets/script/disc.js"></script>
<title>roseapollo</title> <title>roseapollo</title>
</head> </head>
<body> <body>
<div id="about"> <div id="content">
<h1>rose apollo</h1> <div id="about">
<p>she/her</p> <h1>rose apollo</h1>
<p>game development (programming) student at falmouth uni</p> <p>she/her</p>
<p>familiar with c#, unity, c, photoshop, premier / after affects and blender</p> <p>game development (programming) student at falmouth uni</p>
</div> <p>familiar with c#, unity, c, photoshop, premier / after affects and blender</p>
<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>
<div class="logitem"> <br><br>
<a href="https://www.youtube.com/watch?v=6RG577TGWcQ" class="nounderlink"> <div id="log">
<img src="https://i.ytimg.com/vi/6RG577TGWcQ/hqdefault.jpg?sqp=-oaymwE2CNACELwBSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB_gmAAtAFigIMCAAQARhUIGUoTjAP&rs=AOn4CLAOkwZkoeyeNbnGlyzgViF2OiKyOg"> <div class="logitem">
<div class="logtext"> <a href="https://fabledarmstudios.itch.io/boil-and-bubble-tea" class="nounderlink">
<h2>solar system simulation</h2> <img src="https://img.itch.zone/aW1nLzE5NTM0NzU1LnBuZw==/315x250%23c/VQ0NWd.png">
<p>realtime n-body simulation done in unity with c# / compute shaders</p> <div class="logtext">
</div> <h2>Boil & Bubble Tea</h2>
</a> <p>This game was made in 48hs during the Global Game Jam 2025 with the theme of 'Bubble' by Fabled Arm Studios.</p>
</div> </div>
<div class="logitem"> </a>
<a href="https://bsky.app/profile/rose.roseapollo.com" class="nounderlink"> </div>
<img src="/assets/bluesky.webp"> <!--<div class="logitem">
<div class="logtext"> <a href="https://www.youtube.com/watch?v=6RG577TGWcQ" class="nounderlink">
<h2>bluesky</h2> <img src="https://i.ytimg.com/vi/6RG577TGWcQ/hqdefault.jpg?sqp=-oaymwE2CNACELwBSFXyq4qpAygIARUAAIhCGAFwAcABBvABAfgB_gmAAtAFigIMCAAQARhUIGUoTjAP&rs=AOn4CLAOkwZkoeyeNbnGlyzgViF2OiKyOg">
<p></p> <div class="logtext">
</div> <h2>solar system simulation</h2>
</a> <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/img/bluesky.webp">
<div class="logtext">
<h2>bluesky</h2>
<p></p>
</div>
</a>
</div> -->
</div> </div>
</div> </div>
<br><br> <br><br>
<div id="footer"> <div id="footer">
<a href="https://bsky.app/profile/rose.roseapollo.com" target="_blank">bluesky</a> <a href="https://bsky.app/profile/rose.roseapollo.com/" target="_blank">bluesky</a>
<a href="https://discord.gg/XbHYc9MX" target="_blank">discord</a> <a style="text-decoration: underline; cursor: pointer;" onclick="discpop();">discord</a>
<a href="mailto:rose@roseapollo.com">email</a> <a href="mailto:rose@roseapollo.com">email</a>
<a href="https://git.roseapollo.com/rose" target="_blank">git</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://roseapollo.itch.io/" target="_blank">itch.io</a>
<a href="https://youtube.com/@rose_x86" target="_blank">youtube</a> <a href="https://youtube.com/@rose_x86/" target="_blank">youtube</a>
<a href="https://git.roseapollo.com/rose/roseapollo.com/" target="_blank" class="padded">source</a>
</div> </div>
</body> </body>
</html> </html>

View File

@ -8,7 +8,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <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 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"> <link rel="stylesheet" href="/assets/styles/main.css">
<title>roseapollo | photos</title> <title>roseapollo | photos</title>
</head> </head>