diff --git a/package.json b/package.json index d716803..744554b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "0.0.1", "scripts": { - "dev": "astro dev", + "dev": "astro dev --host", "start": "astro dev", "build": "astro build", "preview": "astro preview", diff --git a/public/322035497826385920.json b/public/322035497826385920.json new file mode 100644 index 0000000..653c38b --- /dev/null +++ b/public/322035497826385920.json @@ -0,0 +1,96 @@ +{ + "data": { + "kv": {}, + "spotify": { + "track_id": "41n3NKnCo9jo6IETdyb9db", + "timestamps": { + "start": 1711844422705, + "end": 1711844527276 + }, + "album": "Agaki Home Radio", + "album_art_url": "https://i.scdn.co/image/ab67616d0000b273b474d976b8d02670f5b1aac6", + "artist": "Vertigoaway", + "song": "You're Listening to Agaki Home Radio" + }, + "discord_user": { + "id": "322035497826385920", + "username": "byzocker", + "avatar": "f024160914bf4b66811a72b602d74671", + "discriminator": "0", + "bot": false, + "global_name": "tobi", + "avatar_decoration_data": null, + "display_name": "tobi", + "public_flags": 256 + }, + "activities": [ + { + "flags": 48, + "id": "spotify:1", + "name": "Spotify", + "type": 2, + "state": "Vertigoaway", + "session_id": "73c328f4887555f9281e0cfa47b938a5", + "details": "You're Listening to Agaki Home Radio", + "timestamps": { + "start": 1711844422705, + "end": 1711844527276 + }, + "assets": { + "large_image": "spotify:ab67616d0000b273b474d976b8d02670f5b1aac6", + "large_text": "Agaki Home Radio" + }, + "sync_id": "41n3NKnCo9jo6IETdyb9db", + "created_at": 1711844423561, + "party": { + "id": "spotify:322035497826385920" + } + }, + { + "id": "518a00c6b747dfc4", + "name": "Stack Overflow", + "type": 0, + "state": "How to check if JavaScript object is JSON", + "session_id": "73c328f4887555f9281e0cfa47b938a5", + "details": "Reading a question.", + "timestamps": { + "start": 1711841148000 + }, + "application_id": "610123745033584651", + "assets": { + "large_image": "mp:external/LhFnZMq9jcrKWH_7RpaOpXqnVQdmRYnXtrsJ-Jwzm_0/https/cdn.rcd.gg/PreMiD/websites/S/Stack%2520Overflow/assets/logo.png", + "large_text": "PreMiD • v2.5.2" + }, + "created_at": 1711842198945, + "buttons": [ + "View Question" + ] + }, + { + "flags": 1, + "id": "6a9b8329db3ae0f0", + "name": "Code", + "type": 0, + "session_id": "73c328f4887555f9281e0cfa47b938a5", + "details": "Idling", + "timestamps": { + "start": 1711837117932 + }, + "application_id": "782685898163617802", + "assets": { + "large_image": "mp:external/ByjawWsm2QtMAOa2doThD3bIfP42xs9pmNqRE9rs1X4/https/raw.githubusercontent.com/LeonardSSH/vscord/main/assets/icons/idle-vscode.png", + "large_text": "Idling", + "small_image": "mp:external/Y6xAhARpHfRM8Bkdw0a1ZkbTAIXqKJFmrSAvHjKs6B0/https/raw.githubusercontent.com/LeonardSSH/vscord/main/assets/icons/idle.png", + "small_text": "zZz" + }, + "created_at": 1711844357778 + } + ], + "discord_status": "online", + "active_on_discord_web": false, + "active_on_discord_desktop": true, + "active_on_discord_mobile": false, + "listening_to_spotify": true + }, + "success": true +} \ No newline at end of file diff --git a/public/favicon.svg b/public/favicon-default.svg similarity index 100% rename from public/favicon.svg rename to public/favicon-default.svg diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..f180a49 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/icons/github.svg b/public/icons/github.svg new file mode 100644 index 0000000..2dfec51 --- /dev/null +++ b/public/icons/github.svg @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/public/icons/instagram.svg b/public/icons/instagram.svg new file mode 100644 index 0000000..03cfd61 --- /dev/null +++ b/public/icons/instagram.svg @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/public/icons/soundcloud.svg b/public/icons/soundcloud.svg new file mode 100644 index 0000000..ae1a579 --- /dev/null +++ b/public/icons/soundcloud.svg @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/public/icons/spotify.svg b/public/icons/spotify.svg new file mode 100644 index 0000000..a02ed31 --- /dev/null +++ b/public/icons/spotify.svg @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/public/icons/steam.svg b/public/icons/steam.svg new file mode 100644 index 0000000..11cbebc --- /dev/null +++ b/public/icons/steam.svg @@ -0,0 +1,6 @@ + + + \ No newline at end of file diff --git a/public/icons/your-spotify.svg b/public/icons/your-spotify.svg new file mode 100644 index 0000000..6828687 --- /dev/null +++ b/public/icons/your-spotify.svg @@ -0,0 +1,130 @@ + + diff --git a/public/icons/youtube.svg b/public/icons/youtube.svg new file mode 100644 index 0000000..b0d36f1 --- /dev/null +++ b/public/icons/youtube.svg @@ -0,0 +1,19 @@ + + + \ No newline at end of file diff --git a/src/components/About.astro b/src/components/About.astro deleted file mode 100644 index 5bce301..0000000 --- a/src/components/About.astro +++ /dev/null @@ -1,61 +0,0 @@ ---- -import TobiName from "./about/TobiName.astro"; ---- - -
+ Inspiration: bddvlpr.com +
++ Icons: svgreop.com +
+ diff --git a/src/pages/index.astro b/src/pages/index.astro index a34df4f..54b3da4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,27 +1,26 @@ --- import Layout from "../layouts/Layout.astro"; -import About from "../components/About.astro"; +import Main from "../components/Main.astro"; --- -