Compare commits
3 commits
be256fc00e
...
2bdd0f351b
Author | SHA1 | Date | |
---|---|---|---|
2bdd0f351b | |||
17cbf928ef | |||
713ee6ef64 |
8 changed files with 11 additions and 58 deletions
10
CHANGELOG.md
10
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)
|
## v0.1.0 (2025-05-27)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
<link rel="stylesheet" href="src/aria.css" />
|
|
||||||
<title>Aria</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="container">
|
|
||||||
<div style="align-self: end">
|
|
||||||
<a href="https://aria.coffee"
|
|
||||||
><img
|
|
||||||
class="logo"
|
|
||||||
src="img/buttons/aria.gif"
|
|
||||||
style="width: 16em"
|
|
||||||
/></a>
|
|
||||||
<div style="align-self: start">
|
|
||||||
<p>This is a test</p>
|
|
||||||
<p>again</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -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;
|
|
||||||
}
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "astro",
|
"name": "astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro check && astro build && ./compress-images.sh",
|
"build": "astro check && astro build && ./compress-images.sh",
|
||||||
|
|
BIN
src/content/albums/aria-board/3-kusanagi1.png
Normal file
BIN
src/content/albums/aria-board/3-kusanagi1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 MiB |
BIN
src/content/albums/aria-board/3-kusanagi2.png
Normal file
BIN
src/content/albums/aria-board/3-kusanagi2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 MiB |
BIN
src/content/albums/aria-board/3-kusanagi3.png
Normal file
BIN
src/content/albums/aria-board/3-kusanagi3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
BIN
src/content/albums/aria-board/3-kusanagi4.png
Normal file
BIN
src/content/albums/aria-board/3-kusanagi4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 MiB |
Loading…
Add table
Add a link
Reference in a new issue