diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..aa81128 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:alpine +COPY site/ /usr/share/nginx/html/ +EXPOSE 80 diff --git a/fly.toml b/fly.toml new file mode 100644 index 0000000..3fa01bd --- /dev/null +++ b/fly.toml @@ -0,0 +1,15 @@ +app = "interpretations" +primary_region = "iad" + +[build] + +[http_service] + internal_port = 80 + force_https = true + auto_stop_machines = "stop" + auto_start_machines = true + min_machines_running = 0 + +[[vm]] + size = "shared-cpu-1x" + memory = "256mb" diff --git a/site/cover.png b/site/cover.png new file mode 100644 index 0000000..29986c6 Binary files /dev/null and b/site/cover.png differ diff --git a/site/index.html b/site/index.html new file mode 100644 index 0000000..28bf84a --- /dev/null +++ b/site/index.html @@ -0,0 +1,611 @@ + + +
+ + +
+