diff --git a/CHANGELOG.md b/CHANGELOG.md index 9127bf6..21b93c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.2.0 (2025-05-30) + +### Feat + +- **Aria-Board**: add 4 new imaged to the mood board of motoko kusanagi + +### Refactor + +- **old/**: remove old unused version of website + ## v0.1.0 (2025-05-27) ### Feat diff --git a/old/index.html b/old/index.html deleted file mode 100644 index bd6380a..0000000 --- a/old/index.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - Aria - - -
-
- -
-

This is a test

-

again

-
-
-
- - diff --git a/old/src/aria.css b/old/src/aria.css deleted file mode 100644 index 972dfbd..0000000 --- a/old/src/aria.css +++ /dev/null @@ -1,32 +0,0 @@ -html { - font-size: 100%; - line-height: 1.5; - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; - } - -body { - background-color: black; - color: white; -} - -.container { - display: flex; - flex-direction: column; - background-color: #1f2d39; - - max-width: 756px; - - height: 500px; - - border-radius: 12px; -} - -.logo { - image-rendering: pixelated; - border-radius: 24px; -} - -.badge { - image-rendering: pixelated; -} diff --git a/package.json b/package.json index 7a68308..e5d3e1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro", "type": "module", - "version": "0.1.0", + "version": "0.2.0", "scripts": { "dev": "astro dev", "build": "astro check && astro build && ./compress-images.sh", diff --git a/src/content/albums/aria-board/3-kusanagi1.png b/src/content/albums/aria-board/3-kusanagi1.png new file mode 100644 index 0000000..2c93e56 Binary files /dev/null and b/src/content/albums/aria-board/3-kusanagi1.png differ diff --git a/src/content/albums/aria-board/3-kusanagi2.png b/src/content/albums/aria-board/3-kusanagi2.png new file mode 100644 index 0000000..6658cba Binary files /dev/null and b/src/content/albums/aria-board/3-kusanagi2.png differ diff --git a/src/content/albums/aria-board/3-kusanagi3.png b/src/content/albums/aria-board/3-kusanagi3.png new file mode 100644 index 0000000..cff65bd Binary files /dev/null and b/src/content/albums/aria-board/3-kusanagi3.png differ diff --git a/src/content/albums/aria-board/3-kusanagi4.png b/src/content/albums/aria-board/3-kusanagi4.png new file mode 100644 index 0000000..e8413a5 Binary files /dev/null and b/src/content/albums/aria-board/3-kusanagi4.png differ