From 7dcd436b8407810c28933d7cfee8f6e36456d622 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 17 Oct 2023 10:05:18 +0200 Subject: [PATCH] move root to static/ folder --- .gitignore | 2 +- README.md | 2 +- static/cgu.html | 0 {img => static/img}/deuxfleurs-common-ratio.jpg | Bin {img => static/img}/deuxfleurs-rect.jpg | Bin {img => static/img}/deuxfleurs-square.jpg | Bin {img => static/img}/favicon.ico | Bin index.html => static/index.html | 0 static/mentions.html | 0 {r => static/r}/rdv23 | 0 static/risques.html | 0 ronce.webp => static/ronce.webp | Bin script-bon.js => static/script-bon.js | 0 static/sources.html | 0 style-bon.css => static/style-bon.css | 0 15 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 static/cgu.html rename {img => static/img}/deuxfleurs-common-ratio.jpg (100%) rename {img => static/img}/deuxfleurs-rect.jpg (100%) rename {img => static/img}/deuxfleurs-square.jpg (100%) rename {img => static/img}/favicon.ico (100%) rename index.html => static/index.html (100%) create mode 100644 static/mentions.html rename {r => static/r}/rdv23 (100%) create mode 100644 static/risques.html rename ronce.webp => static/ronce.webp (100%) rename script-bon.js => static/script-bon.js (100%) create mode 100644 static/sources.html rename style-bon.css => static/style-bon.css (100%) diff --git a/.gitignore b/.gitignore index dcb7644..0e3d94f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -static/ +public/ node_modules/ *.swp .awsclirc diff --git a/README.md b/README.md index 16b9a16..3cb1eb0 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,5 @@ Fabriquons un internet convivial ⤵ ne sont pas copiés ici ``` -aws s3 sync . s3://deuxfleurs.fr +aws s3 sync static/ s3://deuxfleurs.fr ``` diff --git a/static/cgu.html b/static/cgu.html new file mode 100644 index 0000000..e69de29 diff --git a/img/deuxfleurs-common-ratio.jpg b/static/img/deuxfleurs-common-ratio.jpg similarity index 100% rename from img/deuxfleurs-common-ratio.jpg rename to static/img/deuxfleurs-common-ratio.jpg diff --git a/img/deuxfleurs-rect.jpg b/static/img/deuxfleurs-rect.jpg similarity index 100% rename from img/deuxfleurs-rect.jpg rename to static/img/deuxfleurs-rect.jpg diff --git a/img/deuxfleurs-square.jpg b/static/img/deuxfleurs-square.jpg similarity index 100% rename from img/deuxfleurs-square.jpg rename to static/img/deuxfleurs-square.jpg diff --git a/img/favicon.ico b/static/img/favicon.ico similarity index 100% rename from img/favicon.ico rename to static/img/favicon.ico diff --git a/index.html b/static/index.html similarity index 100% rename from index.html rename to static/index.html diff --git a/static/mentions.html b/static/mentions.html new file mode 100644 index 0000000..e69de29 diff --git a/r/rdv23 b/static/r/rdv23 similarity index 100% rename from r/rdv23 rename to static/r/rdv23 diff --git a/static/risques.html b/static/risques.html new file mode 100644 index 0000000..e69de29 diff --git a/ronce.webp b/static/ronce.webp similarity index 100% rename from ronce.webp rename to static/ronce.webp diff --git a/script-bon.js b/static/script-bon.js similarity index 100% rename from script-bon.js rename to static/script-bon.js diff --git a/static/sources.html b/static/sources.html new file mode 100644 index 0000000..e69de29 diff --git a/style-bon.css b/static/style-bon.css similarity index 100% rename from style-bon.css rename to static/style-bon.css