diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c257e67 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.psd filter=lfs diff=lfs merge=lfs -text +*.mp4 filter=lfs diff=lfs merge=lfs -text diff --git a/cdn/video/ledCube.MP4 b/cdn/video/ledCube.MP4 new file mode 100644 index 0000000..f45e5dc --- /dev/null +++ b/cdn/video/ledCube.MP4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769188788e5e4ed765ed9493318799f8da5f5838dd6838411c69c377ed15f6d7 +size 80651090 diff --git a/cdn/video/overwatch_clips.mp4 b/cdn/video/overwatch_clips.mp4 new file mode 100644 index 0000000..701e98a --- /dev/null +++ b/cdn/video/overwatch_clips.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af006d6b5601c69db1fee6c3858ea644790c5e7a2048a8a33186d4d96c93981 +size 104627339 diff --git a/cdn/video/streamClips.mp4 b/cdn/video/streamClips.mp4 new file mode 100644 index 0000000..a937bd9 --- /dev/null +++ b/cdn/video/streamClips.mp4 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d381971f1ba7be31d94fba2c2697aeb86bd030615a94165df315f646f2c33c +size 200001826 diff --git a/package-lock.json b/package-lock.json index ca40449..93fa964 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "TODO", + "name": "WompMacho.com", "version": "0.0.1", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index bd379bc..171f3f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "TODO", - "description": "TODO", + "name": "WompMacho.com", + "description": "Personal Website for WompMacho", "version": "0.0.1", "scripts": { "dev": "sapper dev", diff --git a/src/components/Footer.svelte b/src/components/Footer.svelte new file mode 100644 index 0000000..312d133 --- /dev/null +++ b/src/components/Footer.svelte @@ -0,0 +1,14 @@ + + + \ No newline at end of file diff --git a/src/components/Nav.svelte b/src/components/Nav.svelte index 49a94ed..039d3c4 100644 --- a/src/components/Nav.svelte +++ b/src/components/Nav.svelte @@ -1,9 +1,12 @@ - diff --git a/src/components/Social.svelte b/src/components/Social.svelte new file mode 100644 index 0000000..6f17c1c --- /dev/null +++ b/src/components/Social.svelte @@ -0,0 +1,20 @@ + +
+ + + + + + + +
+
+ + \ No newline at end of file diff --git a/static/logo-192.png b/src/node_modules/images/logo-192.png similarity index 100% rename from static/logo-192.png rename to src/node_modules/images/logo-192.png diff --git a/static/logo-512.png b/src/node_modules/images/logo-512.png similarity index 100% rename from static/logo-512.png rename to src/node_modules/images/logo-512.png diff --git a/src/routes/_layout.svelte b/src/routes/_layout.svelte index 8432299..5ba5dbe 100644 --- a/src/routes/_layout.svelte +++ b/src/routes/_layout.svelte @@ -1,22 +1,25 @@ -