diff --git a/NotoSansSC-Black.ttf b/assets/fonts/NotoSansSC-Black.ttf similarity index 100% rename from NotoSansSC-Black.ttf rename to assets/fonts/NotoSansSC-Black.ttf diff --git a/NotoSansSC-Medium.ttf b/assets/fonts/NotoSansSC-Medium.ttf similarity index 100% rename from NotoSansSC-Medium.ttf rename to assets/fonts/NotoSansSC-Medium.ttf diff --git a/OpenSans-Medium.ttf b/assets/fonts/OpenSans-Medium.ttf similarity index 100% rename from OpenSans-Medium.ttf rename to assets/fonts/OpenSans-Medium.ttf diff --git a/SmileySans-Oblique.ttf b/assets/fonts/SmileySans-Oblique.ttf similarity index 100% rename from SmileySans-Oblique.ttf rename to assets/fonts/SmileySans-Oblique.ttf diff --git a/background.webp b/assets/images/background.webp similarity index 100% rename from background.webp rename to assets/images/background.webp diff --git a/header.png b/assets/images/header.png similarity index 100% rename from header.png rename to assets/images/header.png diff --git a/kyon.png b/assets/images/kyon.png similarity index 100% rename from kyon.png rename to assets/images/kyon.png diff --git a/assets/images/screenshot-01.png b/assets/images/screenshot-01.png new file mode 100644 index 0000000..515f8ca Binary files /dev/null and b/assets/images/screenshot-01.png differ diff --git a/assets/images/screenshot-02.png b/assets/images/screenshot-02.png new file mode 100644 index 0000000..c3357e3 Binary files /dev/null and b/assets/images/screenshot-02.png differ diff --git a/assets/images/screenshot-03.png b/assets/images/screenshot-03.png new file mode 100644 index 0000000..e31b424 Binary files /dev/null and b/assets/images/screenshot-03.png differ diff --git a/index.html b/index.html index 5310628..182a93e 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@ min-height: 100%; justify-content: center; font-weight: 400; - background-image: url("background.webp"); + background-image: url("assets/images/background.webp"); background-size: cover; background-position: center center; background-attachment: fixed; @@ -161,7 +161,7 @@ } .kyon { - background-image: url("kyon.png"); + background-image: url("assets/images/kyon.png"); background-position: bottom 0 right 2rem; background-size: 5rem 5rem; background-repeat: no-repeat; @@ -177,6 +177,15 @@ color: #004d99; } + .screenshots { + display: flex; + justify-content: space-evenly; + } + + .screenshots img { + width: 8rem; + } + .giscus { padding: 0 1.5rem; box-sizing: border-box; @@ -188,14 +197,14 @@ /* Licensed under the Open Font License */ /* https://fonts.google.com/noto/specimen/Noto+Sans+SC/about */ font-family: "NotoSansSC"; - src: url("NotoSansSC-Medium.ttf"); + src: url("assets/fonts/NotoSansSC-Medium.ttf"); font-weight: 400; font-style: normal; } @font-face { font-family: "NotoSansSC"; - src: url("NotoSansSC-Black.ttf"); + src: url("assets/fonts/NotoSansSC-Black.ttf"); font-weight: 700; font-style: normal; } @@ -206,7 +215,7 @@ /* Licensed under the Open Font License */ /* https://fonts.google.com/noto/specimen/Open+Sans/about */ font-family: "OpenSans"; - src: url("OpenSans-Medium.ttf"); + src: url("assets/fonts/OpenSans-Medium.ttf"); font-weight: 400; font-style: normal; } @@ -217,7 +226,7 @@ /* Licensed under the SIL Open Font License, Version 1.1 */ /* https://github.com/atelier-anchor/smiley-sans/blob/main/LICENSE */ font-family: "SmileySans"; - src: url("SmileySans-Oblique.ttf"); + src: url("assets/fonts/SmileySans-Oblique.ttf"); font-weight: 400; font-style: normal; } @@ -227,7 +236,7 @@