initial page
This commit is contained in:
parent
2d90c49507
commit
ceee3065f8
31
content/index.html
Normal file
31
content/index.html
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<!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>
|
32
content/style.css
Normal file
32
content/style.css
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
body {
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer {
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
padding-bottom: 16px;
|
||||||
|
width: 100%;
|
||||||
|
background-color: black;
|
||||||
|
color: white;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer * {
|
||||||
|
padding-right: 8px;
|
||||||
|
padding-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
color: #ea8aff;
|
||||||
|
|
||||||
|
font-family: "Courier Prime", serif;
|
||||||
|
font-weight: 700;
|
||||||
|
font-style: normal;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user