diff --git a/content/index.html b/content/index.html new file mode 100644 index 0000000..85e7e64 --- /dev/null +++ b/content/index.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + + roseapollo.com + + +
+

rose apollo

+

she/her

+

game development (programming) student at falmouth uni

+

familiar with c#, unity, c, photoshop, premier / after affects and blender

+
+ + + \ No newline at end of file diff --git a/content/style.css b/content/style.css new file mode 100644 index 0000000..f9c025f --- /dev/null +++ b/content/style.css @@ -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; +} \ No newline at end of file