From a77f19ee3a17c8e0fc187e851912f8aca7b289cc Mon Sep 17 00:00:00 2001 From: alisonkit Date: Tue, 30 Apr 2024 02:17:59 -0700 Subject: [PATCH] folder restructure --- {about => main/about}/index.html | 0 {images => main/images}/akautomata.png | Bin {images => main/images}/alisonterra.jpg | Bin {images => main/images}/fira.png | Bin {images => main/images}/firawindow.png | Bin {images => main/images}/mystfawf.png | Bin {images => main/images}/niko.png | Bin {images => main/images}/nona.png | Bin {images => main/images}/pueblomagico.png | Bin {images => main/images}/raoul.png | Bin {images => main/images}/svg/logo.svg | 0 {images => main/images}/sybil.png | Bin {images => main/images}/xenia.png | Bin {images => main/images}/xeniakiki.png | Bin index.css => main/index.css | 0 index.html => main/index.html | 0 index.js => main/index.js | 0 {live => main/live}/index.html | 0 {old => main/old}/index.html | 0 {old => main/old}/robots.txt | 0 {old => main/old}/style.css | 0 21 files changed, 0 insertions(+), 0 deletions(-) rename {about => main/about}/index.html (100%) rename {images => main/images}/akautomata.png (100%) rename {images => main/images}/alisonterra.jpg (100%) rename {images => main/images}/fira.png (100%) rename {images => main/images}/firawindow.png (100%) rename {images => main/images}/mystfawf.png (100%) rename {images => main/images}/niko.png (100%) rename {images => main/images}/nona.png (100%) rename {images => main/images}/pueblomagico.png (100%) rename {images => main/images}/raoul.png (100%) rename {images => main/images}/svg/logo.svg (100%) rename {images => main/images}/sybil.png (100%) rename {images => main/images}/xenia.png (100%) rename {images => main/images}/xeniakiki.png (100%) rename index.css => main/index.css (100%) rename index.html => main/index.html (100%) rename index.js => main/index.js (100%) rename {live => main/live}/index.html (100%) rename {old => main/old}/index.html (100%) rename {old => main/old}/robots.txt (100%) rename {old => main/old}/style.css (100%) diff --git a/about/index.html b/main/about/index.html similarity index 100% rename from about/index.html rename to main/about/index.html diff --git a/images/akautomata.png b/main/images/akautomata.png similarity index 100% rename from images/akautomata.png rename to main/images/akautomata.png diff --git a/images/alisonterra.jpg b/main/images/alisonterra.jpg similarity index 100% rename from images/alisonterra.jpg rename to main/images/alisonterra.jpg diff --git a/images/fira.png b/main/images/fira.png similarity index 100% rename from images/fira.png rename to main/images/fira.png diff --git a/images/firawindow.png b/main/images/firawindow.png similarity index 100% rename from images/firawindow.png rename to main/images/firawindow.png diff --git a/images/mystfawf.png b/main/images/mystfawf.png similarity index 100% rename from images/mystfawf.png rename to main/images/mystfawf.png diff --git a/images/niko.png b/main/images/niko.png similarity index 100% rename from images/niko.png rename to main/images/niko.png diff --git a/images/nona.png b/main/images/nona.png similarity index 100% rename from images/nona.png rename to main/images/nona.png diff --git a/images/pueblomagico.png b/main/images/pueblomagico.png similarity index 100% rename from images/pueblomagico.png rename to main/images/pueblomagico.png diff --git a/images/raoul.png b/main/images/raoul.png similarity index 100% rename from images/raoul.png rename to main/images/raoul.png diff --git a/images/svg/logo.svg b/main/images/svg/logo.svg similarity index 100% rename from images/svg/logo.svg rename to main/images/svg/logo.svg diff --git a/images/sybil.png b/main/images/sybil.png similarity index 100% rename from images/sybil.png rename to main/images/sybil.png diff --git a/images/xenia.png b/main/images/xenia.png similarity index 100% rename from images/xenia.png rename to main/images/xenia.png diff --git a/images/xeniakiki.png b/main/images/xeniakiki.png similarity index 100% rename from images/xeniakiki.png rename to main/images/xeniakiki.png diff --git a/index.css b/main/index.css similarity index 100% rename from index.css rename to main/index.css diff --git a/index.html b/main/index.html similarity index 100% rename from index.html rename to main/index.html diff --git a/index.js b/main/index.js similarity index 100% rename from index.js rename to main/index.js diff --git a/live/index.html b/main/live/index.html similarity index 100% rename from live/index.html rename to main/live/index.html diff --git a/old/index.html b/main/old/index.html similarity index 100% rename from old/index.html rename to main/old/index.html diff --git a/old/robots.txt b/main/old/robots.txt similarity index 100% rename from old/robots.txt rename to main/old/robots.txt diff --git a/old/style.css b/main/old/style.css similarity index 100% rename from old/style.css rename to main/old/style.css