diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..a681be1 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,11 @@ +# This configuration file was automatically generated by Gitpod. +# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml) +# and commit this file to your remote git repository to share the goodness with others. + +# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart + +tasks: + - init: pnpm install && pnpm run build + command: pnpm run dev + + diff --git a/src/app.css b/src/app.css index 1c8a288..3563e4b 100644 --- a/src/app.css +++ b/src/app.css @@ -1,3 +1,7 @@ +body { + font-family: "Inter", sans-serif +} + @font-face { font-family: 'Array-Wide'; src: url('/Array-Wide.woff2') format('woff2'), diff --git a/src/components/Background.svelte b/src/components/Background.svelte index c0af13f..c9dce7e 100644 --- a/src/components/Background.svelte +++ b/src/components/Background.svelte @@ -3,7 +3,7 @@ let _text = text.repeat(500) -
+
{_text}
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 933a412..9318f1e 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -2,4 +2,7 @@ import "../app.css"; import "uno.css" +
+ Team Illusion Logo. An I with a star swirling around it. +
\ No newline at end of file diff --git a/src/routes/about/+page.mdx b/src/routes/about/+page.mdx index 0fafc24..14bca55 100644 --- a/src/routes/about/+page.mdx +++ b/src/routes/about/+page.mdx @@ -9,21 +9,21 @@ abstract: '' "../../components/Link.svelte" -
+
Back

{date}

{#each title.split(" ") as word, index} -

{`${word}`}{index !== title.length-1 ? " " : ""}

{/each}

-
+
At Team Illusion, we believe in the power of innovation, collaboration, transparency, and creativity to achieve our goals. Our team is more than just a robotics club-- it is a community of like-minded individuals who share a passion for science, technology, engineering, and mathematics. We are committed to pushing the boundaries of what is possible in the field of robotics. We believe that technology can be used to make the world a better place, and we strive to create robots that can solve real-world problems. Our focus is on developing robots that are not only functional but also aesthetically pleasing and inspiring. diff --git a/static/i-horiz.webp b/static/i-horiz.webp new file mode 100644 index 0000000..f091dcc Binary files /dev/null and b/static/i-horiz.webp differ