Skip to content

Commit

Permalink
change writeup copy & fix meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDTR committed Sep 24, 2024
1 parent 95d7dba commit e53d8a1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
1 change: 1 addition & 0 deletions src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const { title, description } = Astro.props;
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="generator" content={Astro.generator} />
<meta name="theme-color" content="#ff0000">

<!-- Canonical URL -->
<link rel="canonical" href={canonicalURL} />
Expand Down
8 changes: 1 addition & 7 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ const width = useFull ? "md:w-full " : "lg:w-2/3 ";
data-theme="upltheme"
>
<head>
<BaseHead title="UPL" description="" />
<meta name="title" content="Undergraduate Projects Lab" />
<meta name="theme-color" content="#ff0000" />
<meta
name="description"
content="The UPL is a social club with a proud 40-year legacy. We invite you to visit us whenever the room is open, whether to relax between classes, enjoy lunch, or simply unwind. We'd love to welcome you!"
/>
<BaseHead title="UPL" description="The UPL is a lab in the computer science department that provides a space for students with an interest in computer science to meet each other, work on projects together, and participate in events.">
</head>
<body>
<Header />
Expand Down
27 changes: 17 additions & 10 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,28 +49,35 @@ const DiscordLink = "https://discord.gg/dmefFzm";
<div class={DescriptionStyle.box}>
<h1 class={DescriptionStyle.title}>Who we are...</h1>
<p class={DescriptionStyle.description}>
The UPL is a social club with a proud 40-year legacy. We invite you to
visit us whenever the room is open, whether to relax between classes,
enjoy lunch, or simply unwind. We’d love to welcome you!
The UPL is a lab in the computer science department that provides a
space for students with an interest in computer science to meet each
other, work on projects together, and participate in events. The UPL
tradition has been carried on since the 1980s, under the advisorship
of Professor Barton Miller and an unbroken lineage of elected student
coordinators.
</p>
</div>
<div class="divider lg:divider-horizontal"></div>
<div class={DescriptionStyle.box}>
<h1 class={DescriptionStyle.title}>Who we are NOT...</h1>
<h1 class={DescriptionStyle.title}>Who we are not...</h1>
<p class={DescriptionStyle.description}>
The UPL itself doesn't run projects. Rather, it's a space where
members work on their own initiatives and connect with fellow UW
students. Check out our blog to see what UPL'ers are up to!
We do not actively run projects for you to join (though the UPL is a
great place to meet collaborators). Rather, we offer space and
mentorship to students looking explore to explore their own interests.
We invite you to visit us whenever the room is open, whether to relax
between classes, enjoy lunch, or simply unwind. We’d love to welcome
you! Check out our blog and join our Discord to see what UPL'ers are
up to!
</p>
</div>
<div class="divider lg:divider-horizontal"></div>
<div class={DescriptionStyle.box}>
<h1 class={DescriptionStyle.title}>Where are we...</h1>
<h1 class={DescriptionStyle.title}>Where is the UPL?</h1>
<p class={DescriptionStyle.description}>
Visit us in <strong>Computer Sciences Room 1341</strong>, the
triangle-shaped room on the <strong>first floor</strong>. We’re
thrilled to announce that in Fall 2025, we’ll have a dedicated space
in Morgridge Hall 🎉.
thrilled to share that in Fall 2025, we’ll have a dedicated space in
Morgridge Hall 🎉.
</p>
</div>
</div>
Expand Down

0 comments on commit e53d8a1

Please sign in to comment.