diff --git a/.firebaserc b/.firebaserc deleted file mode 100644 index 1ef62fb..0000000 --- a/.firebaserc +++ /dev/null @@ -1,5 +0,0 @@ -{ - "projects": { - "default": "words-inventor" - } -} diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index fea4803..d1cec55 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: './public' + path: './src' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 diff --git a/README.md b/README.md index 0ab0967..790b1da 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Words inventor Ce projet sert à alimenter l'inspiration pour trouver des noms. Que ce soit pour une application, un projet, ou même pourquoi pas un animal de compagnie. -**Accès à l'application:** https://inventor.yori.mirano.fr/ +**Accès à l'application:** https://yori-mirano.github.io/words-inventor/ ## Screenshot diff --git a/database.rules.json b/database.rules.json deleted file mode 100644 index 8e33ddc..0000000 --- a/database.rules.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "rules": { - ".read": "auth != null", - ".write": "auth != null" - } -} diff --git a/firebase.json b/firebase.json deleted file mode 100644 index d612eab..0000000 --- a/firebase.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "database": { - "rules": "database.rules.json" - }, - "hosting": { - "public": "public", - "ignore": [ - "firebase.json", - "**/.*", - "**/node_modules/**" - ] - } -} diff --git a/public/404.html b/src/404.html similarity index 84% rename from public/404.html rename to src/404.html index 829eda8..6245abd 100644 --- a/public/404.html +++ b/src/404.html @@ -9,7 +9,7 @@ body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; } #message { background: white; max-width: 360px; margin: 100px auto 16px; padding: 32px 24px 16px; border-radius: 3px; } #message h3 { color: #888; font-weight: normal; font-size: 16px; margin: 16px 0 12px; } - #message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; } + #message h2 { color: #03A9F4; font-weight: bold; font-size: 16px; margin: 0 0 8px; } #message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;} #message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; } #message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; } @@ -26,8 +26,6 @@

404

Page Not Found

The specified file was not found on this website. Please check the URL for mistakes and try again.

-

Why am I seeing this?

-

This page was generated by the Firebase Command-Line Interface. To modify it, edit the 404.html file in your project's configured public directory.

diff --git a/public/android-chrome-192x192.png b/src/android-chrome-192x192.png similarity index 100% rename from public/android-chrome-192x192.png rename to src/android-chrome-192x192.png diff --git a/public/android-chrome-512x512.png b/src/android-chrome-512x512.png similarity index 100% rename from public/android-chrome-512x512.png rename to src/android-chrome-512x512.png diff --git a/public/apple-touch-icon.png b/src/apple-touch-icon.png similarity index 100% rename from public/apple-touch-icon.png rename to src/apple-touch-icon.png diff --git a/public/browserconfig.xml b/src/browserconfig.xml similarity index 100% rename from public/browserconfig.xml rename to src/browserconfig.xml diff --git a/public/data/FR.txt b/src/data/FR.txt similarity index 100% rename from public/data/FR.txt rename to src/data/FR.txt diff --git a/public/data/example.txt b/src/data/example.txt similarity index 100% rename from public/data/example.txt rename to src/data/example.txt diff --git a/public/favicon-16x16.png b/src/favicon-16x16.png similarity index 100% rename from public/favicon-16x16.png rename to src/favicon-16x16.png diff --git a/public/favicon-32x32.png b/src/favicon-32x32.png similarity index 100% rename from public/favicon-32x32.png rename to src/favicon-32x32.png diff --git a/public/favicon.ico b/src/favicon.ico similarity index 100% rename from public/favicon.ico rename to src/favicon.ico diff --git a/public/index.html b/src/index.html similarity index 100% rename from public/index.html rename to src/index.html diff --git a/public/manifest.json b/src/manifest.json similarity index 100% rename from public/manifest.json rename to src/manifest.json diff --git a/public/mstile-144x144.png b/src/mstile-144x144.png similarity index 100% rename from public/mstile-144x144.png rename to src/mstile-144x144.png diff --git a/public/mstile-150x150.png b/src/mstile-150x150.png similarity index 100% rename from public/mstile-150x150.png rename to src/mstile-150x150.png diff --git a/public/mstile-310x150.png b/src/mstile-310x150.png similarity index 100% rename from public/mstile-310x150.png rename to src/mstile-310x150.png diff --git a/public/mstile-310x310.png b/src/mstile-310x310.png similarity index 100% rename from public/mstile-310x310.png rename to src/mstile-310x310.png diff --git a/public/mstile-70x70.png b/src/mstile-70x70.png similarity index 100% rename from public/mstile-70x70.png rename to src/mstile-70x70.png diff --git a/public/safari-pinned-tab.svg b/src/safari-pinned-tab.svg similarity index 100% rename from public/safari-pinned-tab.svg rename to src/safari-pinned-tab.svg diff --git a/public/scripts/Utils.js b/src/scripts/Utils.js similarity index 100% rename from public/scripts/Utils.js rename to src/scripts/Utils.js diff --git a/public/scripts/WordsInventor.js b/src/scripts/WordsInventor.js similarity index 100% rename from public/scripts/WordsInventor.js rename to src/scripts/WordsInventor.js diff --git a/public/scripts/main.js b/src/scripts/main.js similarity index 100% rename from public/scripts/main.js rename to src/scripts/main.js diff --git a/public/styles/main.css b/src/styles/main.css similarity index 100% rename from public/styles/main.css rename to src/styles/main.css