commit 468b529a41ce24ac7eb80de7237e15f4b412aab4 Author: MrMelon54 Date: Sun Jul 16 18:18:55 2023 +0100 Watermelon diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..6c79cdb --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,17 @@ +name: Build/release + +on: push + +jobs: + release: + runs-on: ubuntu-latest + + steps: + - name: Check out Git repository + uses: actions/checkout@v1 + + - name: Archive + run: tar -czvf upload.tar.gz -C . * + + - name: Release + run: 'curl -X POST -H "Authorization: Bearer ${{ secrets.DEPLOY }}" -F "upload=@upload.tar.gz" "https://sites.1f349.net/u?site=1f349.net&branch=${{ github.ref_name }}"' diff --git a/assets/fonts/FiraCode-Regular.woff2 b/assets/fonts/FiraCode-Regular.woff2 new file mode 100644 index 0000000..f8b63fb Binary files /dev/null and b/assets/fonts/FiraCode-Regular.woff2 differ diff --git a/assets/fonts/Roboto-Regular.woff2 b/assets/fonts/Roboto-Regular.woff2 new file mode 100644 index 0000000..020729e Binary files /dev/null and b/assets/fonts/Roboto-Regular.woff2 differ diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..d8696a6 --- /dev/null +++ b/assets/style.css @@ -0,0 +1,38 @@ +:root { + color-scheme: light dark; +} + +@font-face { + font-family: 'Roboto'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url('/assets/fonts/Roboto-Regular.woff2') format('woff2'); +} + +@font-face { + font-family: 'Fira Code'; + font-style: normal; + font-weight: 400; + src: url('/assets/fonts/FiraCode-Regular.woff2') format('woff2'); +} + +body { + margin-top: 5em; + margin-left: 10%; + margin-right: 10%; + font-family: 'Roboto'; +} + +main { + width: 90%; +} + +code pre { + font-family: 'Fira Code', monospace; + font-size: 90%; +} + +a { + color: tomato; +} diff --git a/hosting.html b/hosting.html new file mode 100644 index 0000000..0a083c8 --- /dev/null +++ b/hosting.html @@ -0,0 +1,23 @@ + + + + + + + Hosting | 🍉 - 1f349.net + + +
+

🍉 - 1f349.net Hosting

+

We are currently hosting the following domains

+ +
+ + diff --git a/index.html b/index.html new file mode 100644 index 0000000..c608277 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + + + 🍉 - 1f349.net + + +
+

🍉 - 1f349.net

+
U+1F349: WATERMELON
+Miscellaneous Symbols and Pictographs, U+1F300 - U+1F5FF
+Supplementary Multilingual Plane, U+10000 - U+1FFFF
+

The internal domain for all Melon-hosted services.

+
+ +