fix: background dots on portfolio page

This commit is contained in:
Youwen Wu 2024-06-28 22:39:53 -07:00
parent 22773e89f3
commit b75f2c7085
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -11,14 +11,15 @@
<meta name="author" content="Youwen Wu" /> <meta name="author" content="Youwen Wu" />
</svelte:head> </svelte:head>
<main class="container mx-auto max-w-5xl my-20 dots-background"> <div class="dots-background py-20">
<main class="container mx-auto max-w-5xl bg-background rounded-lg py-4">
<h1 class="font-serif text-5xl font-medium tracking-tight"> <h1 class="font-serif text-5xl font-medium tracking-tight">
Portfolio Portfolio
<hr class="w-32 mt-0.5 h-1 bg-muted-foreground rounded-lg" /> <hr class="w-32 mt-0.5 h-1 bg-muted-foreground rounded-lg" />
</h1> </h1>
<p class="text-xl mt-4"> <p class="text-xl mt-4">
Here's some of the stuff I've worked on which I think is notable or interesting enough to write Here's some of the stuff I've worked on which I think is notable or interesting enough to
about. write about.
</p> </p>
<h2 class="text-4xl font-serif font-medium mt-8">Projects</h2> <h2 class="text-4xl font-serif font-medium mt-8">Projects</h2>
<hr class="w-32 mt-1 h-1 bg-muted-foreground rounded-lg" /> <hr class="w-32 mt-1 h-1 bg-muted-foreground rounded-lg" />
@ -43,8 +44,8 @@
<p> <p>
It displays the robot's telemetry through a network connection established via the It displays the robot's telemetry through a network connection established via the
NetworkTables protocol, including speed, orientation, acceleration, heading, and other NetworkTables protocol, including speed, orientation, acceleration, heading, and other
vital metrics. It also features a full 3D robot visualization and looks like a Tesla UI. vital metrics. It also features a full 3D robot visualization and looks like a Tesla
It was used in production for the first time at the <a UI. It was used in production for the first time at the <a
class="link" class="link"
href="https://cafirst.org/frc/centralvalley/">Central Valley Regional</a href="https://cafirst.org/frc/centralvalley/">Central Valley Regional</a
>, where we made it to the playoffs as 2nd pick. >, where we made it to the playoffs as 2nd pick.
@ -79,4 +80,5 @@
<h2 class="text-4xl font-serif font-medium mt-8">Research</h2> <h2 class="text-4xl font-serif font-medium mt-8">Research</h2>
<hr class="w-32 mt-1 h-1 bg-muted-foreground rounded-lg" /> <hr class="w-32 mt-1 h-1 bg-muted-foreground rounded-lg" />
<p class="text-lg mt-8">Nothing here for now...</p> <p class="text-lg mt-8">Nothing here for now...</p>
</main> </main>
</div>