diff --git a/assets/sass/main.scss b/assets/sass/main.scss
index 1bcaa57..fbf4153 100644
--- a/assets/sass/main.scss
+++ b/assets/sass/main.scss
@@ -500,6 +500,36 @@ footer {// {{{
}// }}}
+#server {// {{{
+ table {
+ margin-top: 1.75em;
+ }
+
+ th, td {
+ @include vert-padding-rem(.4);
+ @include side-padding-rem(.5);
+ border: 1px solid rgba(160, 159, 147, .5);
+ }
+
+ th {
+ color: $base-orange;
+ text-align: center;
+ font-size: 1.3em;
+ }
+
+ td {
+ font-size: .9em;
+ }
+
+ .status {
+ text-align: center;
+
+ img {
+ height: 2em;
+ }
+ }
+}// }}}
+
// TODO: converted up to here
// hero {{{ //
diff --git a/content/posts/server-apps.md b/content/posts/server-apps.md
deleted file mode 100644
index a4bd1af..0000000
--- a/content/posts/server-apps.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Server Apps"
-date: 2019-09-03T12:31:45-04:00
-draft: true
----
-- Baikal
-- Gitea
-- Synapse
-- Taskserver
-- haste-server
-- liteshort
-- personal site
-- spv
-- twem
diff --git a/content/resume/_index.md b/content/resume/_index.md
index d968bf1..23995ca 100644
--- a/content/resume/_index.md
+++ b/content/resume/_index.md
@@ -62,7 +62,7 @@ show="true" %}}
- Proof of concept for a web app that finds the best supermarket for
your needs based on the total price of your cart items and distance
- form you.
+ from you.
- Responsive front-end using **Bootstrap**. Uses **Node.js** and
**MongoDB** for back-end.
- Currently deployed on [**Heroku**][Grocery Finder Heroku].
@@ -97,7 +97,7 @@ url="https://github.com/Kevin-Mok/SuperADABros" date="May 2019" %}}
- Clone of Super Mario Bros 1-1, but Mario is mobility-impaired and
uses ramps to get through the level.
-- Able to played using only head movement by getting input from a
+- Able to be played using only head movement by getting input from a
face-tracking script (**OpenCV**).
- Implemented in [**Godot**][Godot site], an open-source game engine.
- Made during a 24-hour [accessibility-themed hackathon][PC Hacks event].
diff --git a/content/server/_index.md b/content/server/_index.md
index ca4b5b2..b9b0635 100644
--- a/content/server/_index.md
+++ b/content/server/_index.md
@@ -1,10 +1,7 @@
---
title: "Server"
date: 2019-09-21
-draft: true
-layout: single
+draft: false
+layout: single
+js: ["server-table"]
---
-|Name|Image|Short Code|
-|---------|:-----:|-----|
-|BabyRage||[br](https://twem.tk/br.png)|
-|BibleThump||[bt](https://twem.tk/bt.png)|
diff --git a/layouts/partials/base/footer.html b/layouts/partials/base/footer.html
index edfcd05..b7da593 100644
--- a/layouts/partials/base/footer.html
+++ b/layouts/partials/base/footer.html
@@ -1,5 +1,9 @@
+{{- range .Params.js }}
+
+{{- end }}
+