diff --git a/config.yml b/config.yml
index 51a8e43..ff8568a 100644
--- a/config.yml
+++ b/config.yml
@@ -26,6 +26,8 @@ logs:
directory: $GAME_LOGS_DIR
links:
+ byond: "https://www.byond.com/" # change to opendream
+ discord: "https://discord.com/invite/0keg6hQH05Ha8OfO"
forums: "https://forums.yogstation.net/"
wiki: "https://wiki.yogstation.net/"
diff --git a/yogsite/static/css/home.css b/yogsite/static/css/home.css
index 9374db7..99decae 100644
--- a/yogsite/static/css/home.css
+++ b/yogsite/static/css/home.css
@@ -19,6 +19,18 @@ body {
background-color: #2a282f33;
}
+.quick-links-card {
+ background-color: #2a282f33;
+}
+
+.quick-link-content {
+ padding: 0.5rem;
+}
+
+.quick-link {
+ font-weight: bold;
+}
+
footer {
background-color: transparent !important;
}
\ No newline at end of file
diff --git a/yogsite/templates/home.html b/yogsite/templates/home.html
index 48c753d..91ea170 100644
--- a/yogsite/templates/home.html
+++ b/yogsite/templates/home.html
@@ -15,6 +15,50 @@
+