From 83d258705c3bdfafd86e806e7dc2ff05b92293a7 Mon Sep 17 00:00:00 2001 From: te Date: Wed, 22 Mar 2023 20:58:08 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20fix=20about=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Background.svelte | 2 +- src/components/Link.svelte | 26 ++++++++++++++++++++++++++ src/routes/+page.svelte | 1 - src/routes/about/+page.mdx | 18 ++++++++++-------- 4 files changed, 37 insertions(+), 10 deletions(-) create mode 100644 src/components/Link.svelte diff --git a/src/components/Background.svelte b/src/components/Background.svelte index c9dce7e..c0af13f 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/components/Link.svelte b/src/components/Link.svelte new file mode 100644 index 0000000..3d426bc --- /dev/null +++ b/src/components/Link.svelte @@ -0,0 +1,26 @@ + + +{#if back} + + + + +{:else if away} + + + + ↗ + + +{:else} + + + + → + + +{/if} \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 8e84961..b9024e0 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,6 +1,5 @@ - -
-
-
+
+
+
+ Back

{date}

{#each title.split(" ") as word, index} @@ -19,10 +20,10 @@ abstract: '' >{`${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. @@ -33,4 +34,5 @@ abstract: '' We believe that robotics can be used to make a positive impact on the world. Whether it is through developing robots that can assist with disaster relief, improving the quality of life for people with disabilities, or exploring new frontiers in space, we are committed to using our skills and expertise to make a difference.
+