commit c2044b949c4d4477b02538d550f4bcc4b34066a3 Author: blackbeard420 Date: Wed Feb 12 20:29:51 2025 -0500 initial commit diff --git a/Hermit-Bold.otf b/Hermit-Bold.otf new file mode 100644 index 0000000..dfca0cc Binary files /dev/null and b/Hermit-Bold.otf differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..75ec3ce --- /dev/null +++ b/index.html @@ -0,0 +1,31 @@ + + + + + + Zeta Reticuli Gameworks + + + + + + + + +

+ Upcoming releases: +

+ +
+ + homicidium + +
+ + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..f73a357 --- /dev/null +++ b/style.css @@ -0,0 +1,43 @@ +@font-face { + font-family: "hermit-bold"; + src: url("./Hermit-Bold.otf") format("opentype"); +} + +body { + background-color: black; + color: red; + font-family: "hermit-bold"; + text-align: center; +} + +nav { + text-align: center; +} + +a { + color: red; + text-decoration: none; +} + +a:hover { + color: green; +} + +nav a { + font-size: 2.5rem; + margin: 0 2rem 0 2rem; +} + +.logo { + display: block; + margin: auto; + width: 15%; + height: auto; +} + +.title { + display: block; + margin: auto; + width: 15%; + height: auto; +} \ No newline at end of file diff --git a/title.svg b/title.svg new file mode 100644 index 0000000..b92c567 --- /dev/null +++ b/title.svg @@ -0,0 +1,45 @@ + + + + diff --git a/zr.png b/zr.png new file mode 100644 index 0000000..71c8b26 Binary files /dev/null and b/zr.png differ