diff --git a/_i18n/en.yml b/_i18n/en.yml
index 9644f5f..73e3785 100644
--- a/_i18n/en.yml
+++ b/_i18n/en.yml
@@ -20,6 +20,12 @@ modal:
You will need to enable downloads from unknown sources to install this app on your Android phone.
butter_box_title: 'Welcome to the Butter Box'
+explore: 'Explore'
+message_board: "Message Board"
+app_store: 'App Store'
+offline_maps: 'Offline Maps'
+
+# Some of these are disused.
apps_subtitle: 'Get Android Apps.'
apps_text: 'Download the Butter app to view a collection of apps that use less internet and battery.'
fdroid_button_subtext: 'LESS THAN 10 MB'
diff --git a/_includes/header.html b/_includes/header.html
index bc092d0..0fd583f 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -16,6 +16,6 @@
\ No newline at end of file
diff --git a/_scss/libs/micromodal.scss b/_scss/libs/micromodal.scss
index 598afd1..9e18067 100644
--- a/_scss/libs/micromodal.scss
+++ b/_scss/libs/micromodal.scss
@@ -2,6 +2,7 @@
// Modal Styles
// -------------------------
.modal__overlay {
+ z-index: 3;
position: fixed;
top: 0;
left: 0;
diff --git a/assets/js/main.js b/assets/js/main.js
index bc92cb2..b76fcb2 100644
--- a/assets/js/main.js
+++ b/assets/js/main.js
@@ -39,6 +39,7 @@ const usbButter = document.querySelector('#usb-butter');
if (usbButter) {
fetch('/usb-butter')
.then(response => {
+ console.log(response);
if (response.status === 200) {
usbButter.style.display = 'inherit';
}
diff --git a/index.html b/index.html
index f4342c7..09d1482 100644
--- a/index.html
+++ b/index.html
@@ -6,21 +6,29 @@ layout: default
-
-

- Explore
-
-
diff --git a/simulated-usb-butter.html b/simulated-usb-butter.html
new file mode 100644
index 0000000..4c0bee7
--- /dev/null
+++ b/simulated-usb-butter.html
@@ -0,0 +1 @@
+
\ No newline at end of file