diff --git a/calendar.json b/calendar.json index a492a02..e05cf75 100644 --- a/calendar.json +++ b/calendar.json @@ -14,33 +14,33 @@ { "number": 12, "name": "Pigoth", "days": 31 }, ], "astrological-signs": [ - { "name": "Pegasus", "symbol": "images/astrology/Pegasus.svg", + { "name": "Pegasus", "symbol": "images/astrology/01-Pegasus.svg", "from": { "month": 1, "day": 21 }, "to": { "month": 2, "day": 16 } }, - { "name": "Delphinus", "symbol": "images/astrology/Delphinus.svg", + { "name": "Delphinus", "symbol": "images/astrology/02-Delphinus.svg", "from": { "month": 2, "day": 17 }, "to": { "month": 3, "day": 11 } }, - { "name": "Volans", "symbol": "images/astrology/Volans.svg", + { "name": "Volans", "symbol": "images/astrology/03-Volans.svg", "from": { "month": 3, "day": 12 }, "to": { "month": 4, "day": 18 } }, - { "name": "Phoenix", "symbol": "images/astrology/Phoenix.svg", + { "name": "Phoenix", "symbol": "images/astrology/04-Phoenix.svg", "from": { "month": 4, "day": 19 }, "to": { "month": 5, "day": 13 } }, - { "name": "Cetus", "symbol": "images/astrology/Cetus.svg", + { "name": "Cetus", "symbol": "images/astrology/05-Cetus.svg", "from": { "month": 5, "day": 14 }, "to": { "month": 5, "day": 14 } }, - { "name": "Monoceros", "symbol": "images/astrology/Monoceros.svg", + { "name": "Monoceros", "symbol": "images/astrology/06-Monoceros.svg", "from": { "month": 5, "day": 15 }, "to": { "month": 6, "day": 21 } }, - { "name": "Corvus", "symbol": "images/astrology/Corvus.svg", + { "name": "Corvus", "symbol": "images/astrology/07-Corvus.svg", "from": { "month": 6, "day": 21 }, "to": { "month": 7, "day": 20 } }, - { "name": "Lepus", "symbol": "images/astrology/Lepus.svg", + { "name": "Lepus", "symbol": "images/astrology/08-Lepus.svg", "from": { "month": 7, "day": 21 }, "to": { "month": 8, "day": 10 } }, - { "name": "Lupus", "symbol": "images/astrology/Lupus.svg", + { "name": "Lupus", "symbol": "images/astrology/09-Lupus.svg", "from": { "month": 8, "day": 11 }, "to": { "month": 9, "day": 16 } }, - { "name": "Chamaeleo", "symbol": "images/astrology/Chamaeleo.svg", + { "name": "Chamaeleo", "symbol": "images/astrology/10-Chamaeleo.svg", "from": { "month": 9, "day": 17 }, "to": { "month": 10, "day": 30 } }, - { "name": "Hydra", "symbol": "images/astrology/Hydra.svg", + { "name": "Hydra", "symbol": "images/astrology/11-Hydra.svg", "from": { "month": 10, "day": 31 }, "to": { "month": 11, "day": 23 } }, - { "name": "Draco", "symbol": "images/astrology/Draco.svg", + { "name": "Draco", "symbol": "images/astrology/12-Draco.svg", "from": { "month": 11, "day": 24 }, "to": { "month": 11, "day": 29 } }, - { "name": "Ophiuchus", "symbol": "images/astrology/Ophiuchus.svg", + { "name": "Ophiuchus", "symbol": "images/astrology/13-Ophiuchus.svg", "from": { "month": 11, "day": 30 }, "to": { "month": 12, "day": 17 } }, - { "name": "Camelopardus", "symbol": "images/astrology/Camelopardus.svg", + { "name": "Camelopardus", "symbol": "images/astrology/14-Camelopardus.svg", "from": { "month": 12, "day": 18 }, "to": { "month": 1, "day": 20 } } ] } diff --git a/images/astrology/01-Pegasus.svg b/images/astrology/01-Pegasus.svg new file mode 100644 index 0000000..6cf1e08 --- /dev/null +++ b/images/astrology/01-Pegasus.svg @@ -0,0 +1,76 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/images/astrology/02-Delphinus.svg b/images/astrology/02-Delphinus.svg new file mode 100644 index 0000000..1218434 --- /dev/null +++ b/images/astrology/02-Delphinus.svg @@ -0,0 +1,76 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/images/astrology/03-Volans.svg b/images/astrology/03-Volans.svg new file mode 100644 index 0000000..6267c3f --- /dev/null +++ b/images/astrology/03-Volans.svg @@ -0,0 +1,64 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/images/astrology/04-Phoenix.svg b/images/astrology/04-Phoenix.svg new file mode 100644 index 0000000..1368b48 --- /dev/null +++ b/images/astrology/04-Phoenix.svg @@ -0,0 +1,64 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/images/astrology/05-Cetus.svg b/images/astrology/05-Cetus.svg new file mode 100644 index 0000000..20a3e8e --- /dev/null +++ b/images/astrology/05-Cetus.svg @@ -0,0 +1,63 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/images/astrology/06-Monoceros.svg b/images/astrology/06-Monoceros.svg new file mode 100644 index 0000000..a01ee41 --- /dev/null +++ b/images/astrology/06-Monoceros.svg @@ -0,0 +1,76 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/images/astrology/07-Corvus.svg b/images/astrology/07-Corvus.svg new file mode 100644 index 0000000..4cf6a5d --- /dev/null +++ b/images/astrology/07-Corvus.svg @@ -0,0 +1,86 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/images/astrology/08-Lepus.svg b/images/astrology/08-Lepus.svg new file mode 100644 index 0000000..453a6a9 --- /dev/null +++ b/images/astrology/08-Lepus.svg @@ -0,0 +1,81 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/images/astrology/09-Lupus.svg b/images/astrology/09-Lupus.svg new file mode 100644 index 0000000..2b4fd93 --- /dev/null +++ b/images/astrology/09-Lupus.svg @@ -0,0 +1,88 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/images/astrology/10-Chamaeleo.svg b/images/astrology/10-Chamaeleo.svg new file mode 100644 index 0000000..b771fc1 --- /dev/null +++ b/images/astrology/10-Chamaeleo.svg @@ -0,0 +1,70 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/images/astrology/11-Hydra.svg b/images/astrology/11-Hydra.svg new file mode 100644 index 0000000..805c36a --- /dev/null +++ b/images/astrology/11-Hydra.svg @@ -0,0 +1,82 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/images/astrology/12-Draco.svg b/images/astrology/12-Draco.svg new file mode 100644 index 0000000..2bf9ff5 --- /dev/null +++ b/images/astrology/12-Draco.svg @@ -0,0 +1,64 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/images/astrology/13-Ophiuchus.svg b/images/astrology/13-Ophiuchus.svg new file mode 100644 index 0000000..6669b5f --- /dev/null +++ b/images/astrology/13-Ophiuchus.svg @@ -0,0 +1,70 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/images/astrology/14-Camelopardus.svg b/images/astrology/14-Camelopardus.svg new file mode 100644 index 0000000..e809054 --- /dev/null +++ b/images/astrology/14-Camelopardus.svg @@ -0,0 +1,64 @@ + + + + + + + + + + image/svg+xml + + + + + + + + +