diff --git a/server/Dockerfile b/Dockerfile similarity index 81% rename from server/Dockerfile rename to Dockerfile index c6c5ba1..6a66d92 100644 --- a/server/Dockerfile +++ b/Dockerfile @@ -15,10 +15,10 @@ RUN rm -f /etc/nginx/sites-enabled/* RUN pip3 install flask numpy pillow redis RUN pip3 install pypotrace -COPY ./files/nginx/sites-enabled/site.conf /etc/nginx/sites-enabled +COPY ./server/files/nginx/sites-enabled/site.conf /etc/nginx/sites-enabled COPY . . -COPY entrypoint.sh /usr/bin/ +COPY ./server/entrypoint.sh /usr/bin/ RUN chmod +x /usr/bin/entrypoint.sh EXPOSE 80 diff --git a/index.html b/index.html index 3a3cef1..895c478 100644 --- a/index.html +++ b/index.html @@ -13,19 +13,7 @@ #canvas { display: block; } span.ui-slider-handle.ui-corner-all.ui-state-default { background: dodgerblue;} canvas#simuCanvas {background: #333;} - div.select { - display: inline-block; - margin: 0 0 1em 0; - } - - p.small { - font-size: 0.7em; - } - - label { - width: 12em; - display: inline-block; - } + .row {margin: 24px 0;} @@ -37,30 +25,38 @@
Once you allow the browser to use your camera, you can start creating something new by taking a snapshot.
+Create something fresh by allowing the browser to use your camera.
+Or pick an image from your phone and upload it.
If you're happy with the result, send it to see it converted to a laser-ready image!
Now that your creation have been sent, you can check what they will look like on lasers using these links, sorted by oldest snaps last.
+Now that your creation have been sent, you can check what they will look like on lasers using these links, sorted by oldest snaps last.