From 3dbb35264ecc837fd554d89fa5e795c1506014db Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Tue, 3 May 2022 19:04:11 -0700 Subject: [PATCH] feat: :fire: Adding 3D star GLTF file and messing with lighting and color --- src/routes/contributions.svelte | 50 +++++++++++++ src/routes/index.svelte | 52 +++++--------- static/star.gltf | 123 ++++++++++++++++++++++++++++++++ 3 files changed, 191 insertions(+), 34 deletions(-) create mode 100644 src/routes/contributions.svelte create mode 100644 static/star.gltf diff --git a/src/routes/contributions.svelte b/src/routes/contributions.svelte new file mode 100644 index 0000000..225625f --- /dev/null +++ b/src/routes/contributions.svelte @@ -0,0 +1,50 @@ + + +
+ +
+ + + {#each $contributions as contribution, index} + + {/each} + + + + + + + diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 225625f..6f681d9 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,45 +1,29 @@ -
- -
- - {#each $contributions as contribution, index} - - {/each} - + + - - + +