diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-17 10:05:18 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-10-17 10:05:18 +0200 |
commit | 7dcd436b8407810c28933d7cfee8f6e36456d622 (patch) | |
tree | 51e8e581635de3141602b746a02afe66a89a2b52 | |
parent | 4cbd53b6271f3ee616fc383bd03471e370b5a872 (diff) | |
download | site-7dcd436b8407810c28933d7cfee8f6e36456d622.tar.gz site-7dcd436b8407810c28933d7cfee8f6e36456d622.zip |
move root to static/ folder
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | static/cgu.html | 0 | ||||
-rw-r--r-- | static/img/deuxfleurs-common-ratio.jpg (renamed from img/deuxfleurs-common-ratio.jpg) | bin | 233342 -> 233342 bytes | |||
-rw-r--r-- | static/img/deuxfleurs-rect.jpg (renamed from img/deuxfleurs-rect.jpg) | bin | 235381 -> 235381 bytes | |||
-rw-r--r-- | static/img/deuxfleurs-square.jpg (renamed from img/deuxfleurs-square.jpg) | bin | 252853 -> 252853 bytes | |||
-rw-r--r-- | static/img/favicon.ico (renamed from img/favicon.ico) | bin | 15406 -> 15406 bytes | |||
-rw-r--r-- | static/index.html (renamed from index.html) | 0 | ||||
-rw-r--r-- | static/mentions.html | 0 | ||||
-rw-r--r-- | static/r/rdv23 (renamed from r/rdv23) | 0 | ||||
-rw-r--r-- | static/risques.html | 0 | ||||
-rw-r--r-- | static/ronce.webp (renamed from ronce.webp) | bin | 426020 -> 426020 bytes | |||
-rw-r--r-- | static/script-bon.js (renamed from script-bon.js) | 0 | ||||
-rw-r--r-- | static/sources.html | 0 | ||||
-rw-r--r-- | static/style-bon.css (renamed from style-bon.css) | 0 |
15 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -static/ +public/ node_modules/ *.swp .awsclirc @@ -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 --- /dev/null +++ b/static/cgu.html diff --git a/img/deuxfleurs-common-ratio.jpg b/static/img/deuxfleurs-common-ratio.jpg Binary files differindex 485ec8b..485ec8b 100644 --- a/img/deuxfleurs-common-ratio.jpg +++ b/static/img/deuxfleurs-common-ratio.jpg diff --git a/img/deuxfleurs-rect.jpg b/static/img/deuxfleurs-rect.jpg Binary files differindex e515e9f..e515e9f 100644 --- a/img/deuxfleurs-rect.jpg +++ b/static/img/deuxfleurs-rect.jpg diff --git a/img/deuxfleurs-square.jpg b/static/img/deuxfleurs-square.jpg Binary files differindex 77e26f8..77e26f8 100644 --- a/img/deuxfleurs-square.jpg +++ b/static/img/deuxfleurs-square.jpg diff --git a/img/favicon.ico b/static/img/favicon.ico Binary files differindex 0d1103c..0d1103c 100644 --- a/img/favicon.ico +++ b/static/img/favicon.ico diff --git a/index.html b/static/index.html index 693198f..693198f 100644 --- a/index.html +++ b/static/index.html diff --git a/static/mentions.html b/static/mentions.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/static/mentions.html diff --git a/static/risques.html b/static/risques.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/static/risques.html diff --git a/ronce.webp b/static/ronce.webp Binary files differindex de8ad38..de8ad38 100644 --- a/ronce.webp +++ b/static/ronce.webp diff --git a/script-bon.js b/static/script-bon.js index 5458968..5458968 100644 --- a/script-bon.js +++ b/static/script-bon.js diff --git a/static/sources.html b/static/sources.html new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/static/sources.html diff --git a/style-bon.css b/static/style-bon.css index 3635d6e..3635d6e 100644 --- a/style-bon.css +++ b/static/style-bon.css |