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 @@ + + + + + github [#142] + Created with Sketch. + + + + + + + + + + + + + \ 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 @@ + + + + + instagram [#167] + Created with Sketch. + + + + + + + + + + + + + \ 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 @@ + + + + + soundcloud [#164] + Created with Sketch. + + + + + + + + + + + + + \ 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 @@ + + + +spotify + + \ 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 @@ + + + +steam + + \ 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 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + 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 @@ + + + + + youtube [#168] + Created with Sketch. + + + + + + + + + + + + + \ 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"; ---- - -
-
-
- hey, i'm - -
- -
-
- - diff --git a/src/components/Form.astro b/src/components/Form.astro deleted file mode 100644 index 0c4c7bc..0000000 --- a/src/components/Form.astro +++ /dev/null @@ -1,10 +0,0 @@ ---- ---- - -
- -
-
diff --git a/src/components/Main.astro b/src/components/Main.astro new file mode 100644 index 0000000..f7388a1 --- /dev/null +++ b/src/components/Main.astro @@ -0,0 +1,23 @@ +--- +import Text from "./text/Text.astro" + +--- + + + + + \ No newline at end of file diff --git a/src/components/about/TobiName.astro b/src/components/about/TobiName.astro deleted file mode 100644 index 477f8fa..0000000 --- a/src/components/about/TobiName.astro +++ /dev/null @@ -1,45 +0,0 @@ - - tobi - 👋 - - - diff --git a/src/components/text/Text.astro b/src/components/text/Text.astro new file mode 100644 index 0000000..5046f68 --- /dev/null +++ b/src/components/text/Text.astro @@ -0,0 +1,185 @@ +--- +import Icon from "./icons/Icon.astro"; +--- + + +

+ +
+
+
+
+
+
byzocker
+
+
+ +
+
+
+ +
+ +
+ +
+ +
+ +
+ +
+
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
+
+
+
+
+
+ + + + + + + + + + diff --git a/src/components/text/icons/Icon.astro b/src/components/text/icons/Icon.astro new file mode 100644 index 0000000..4c826f8 --- /dev/null +++ b/src/components/text/icons/Icon.astro @@ -0,0 +1,14 @@ +--- +const { link, source, imgsize, bw } = Astro.props; +--- + + + + + diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 3e74397..3bc1faf 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -55,7 +55,8 @@ const { title, description, image, url, favico } = Astro.props; #da62c4 30%, white 60% ); - color-scheme: dark; /* https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme#syntax */ + color-scheme: dark; + /* https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme#syntax */ } html { font-family: "Open Sans", sans-serif; diff --git a/src/pages/contact.astro b/src/pages/contact.astro deleted file mode 100644 index f325a06..0000000 --- a/src/pages/contact.astro +++ /dev/null @@ -1,16 +0,0 @@ ---- -import Layout from "../layouts/Layout.astro"; -import Form from "../components/Form.astro"; ---- - - -
-
-
-
diff --git a/src/pages/credits.astro b/src/pages/credits.astro new file mode 100644 index 0000000..33e27ae --- /dev/null +++ b/src/pages/credits.astro @@ -0,0 +1,8 @@ + +

+ 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"; --- - --> +
- + + +
- + diff --git a/src/pages/test.astro b/src/pages/test.astro new file mode 100644 index 0000000..0c01dc1 --- /dev/null +++ b/src/pages/test.astro @@ -0,0 +1,43 @@ +
+
+
+
cell1_1
+
+
+
cell1_2
+
+
+
+
+
cell1_1
+
cell2_1
+
cell3_1
+
+
+
cell1_2
+
cell2_2
+
cell3_2
+
+
+
+
+
+