Skip to content

Commit

Permalink
chore: spelling and grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokamoto committed Feb 19, 2024
1 parent 7ea7201 commit c02b1d1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
1 change: 0 additions & 1 deletion src/app/(home)/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Button from '@/components/Button';
import Duck from '@/components/Duck';
import FancyRectangle from '@/components/FancyRectangle';
import ImageCarousel from '@/components/ImageCarousel';
Expand Down
24 changes: 13 additions & 11 deletions src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function AboutUs() {
The University of Adelaide Computer Science Club is a student-run
club for those with an interest in computer science or computing in
general. Although we're a university club, we welcome anyone
interested in computer science and/or socializing to join!
interested in computer science and/or socialising to join!
</p>
</div>
</div>
Expand All @@ -87,7 +87,7 @@ export default function AboutUs() {
<li>
The{' '}
<span className="font-bold text-yellow">Duck Lounge</span>{' '}
(located at EM110)
(located at Engineering and Maths EM110)
</li>
<li>
Frequent computer science talks on a diverse range of topics
Expand Down Expand Up @@ -118,9 +118,9 @@ export default function AboutUs() {
throughout the year
</li>
<li>
Lest not forget, a{' '}
And let&apos;s not forget, a{' '}
<span className=" font-bold text-yellow">pub crawl</span>{' '}
each semester to celebrate our studies
each year to celebrate our studies
</li>
</ul>
</Paragraph>
Expand All @@ -147,7 +147,7 @@ export default function AboutUs() {
width={30}
height={30}
/>
<p className="my-4 text-lg">
<p className="my-4 text-lg lg:text-xl">
The club runs various competitions throughout the year, offering members
a chance to have fun and win prizes. These have included programming and
video game competitions. The club also coordinates projects among club
Expand Down Expand Up @@ -295,9 +295,9 @@ export default function AboutUs() {
<div>
<p>
Members will have access to the Duck Lounge, a diverse
range of educational talks and workshops, social nights,
and a wide network of other computer science students
and graduates.
range of educational talks, workshops and resources,
social nights, and a wide network of other computer
science students and graduates.
</p>
</div>
}
Expand All @@ -309,7 +309,8 @@ export default function AboutUs() {
<p>
Club membership costs $10 for the full year. You can pay for
membership either online on our website, or in person at a
club event or the duck lounge.
club event or the Duck Lounge by speaking to one of the
committee members.
</p>
}
colour={'purple'}
Expand All @@ -319,8 +320,9 @@ export default function AboutUs() {
answer={
<p>
The Duck Lounge is located at EM110 in the Engineering and
Mathematics Building. It has a study space with power
outlets and couches, along with a Nintendo Switch for games.
Maths building. It has a study space with power outlets and
couches, along with a Nintendo Switch for games. We also
sell snacks and drinks at affordable prices.
</p>
}
colour={'orange'}
Expand Down
4 changes: 2 additions & 2 deletions src/app/events/FridayNight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ function Details() {
<li>Need to blow off some steam from a long week of studying?</li>
<li>Wanna hang out with like-minded students?</li>
<li>
Want to be the final boss on Super Smash Bro&apos;s? or would just like some
Want to beat the final boss on Super Smash Bros? Or do you just want some
free food every now and then?
</li>
</ul>
<p>
Come down to the{' '}
<span className="font-bold text-yellow">Duck Lounge (EM110)</span> in the
Engineering and Mathematics Building for some games!
Engineering and Maths building for some games!
</p>
<p className="font-bold">
NOTE: Free food will be provided on the last Friday of every month. One free
Expand Down
4 changes: 2 additions & 2 deletions src/app/sponsors/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default function SponsorsPage() {
<div className="max-w-3xl border-x-4 border-white p-2 text-center text-lg md:p-5 md:text-2xl">
The <b>University of Adelaide Computer Science Club</b> are proudly supported by our{' '}
<b>generous sponsors</b>. Their unwavering support make events and workshops
possible, fostering an environment for aspiring tech enthusiastic to excel within
our community.
possible, fostering an environment for aspiring tech enthusiasts to excel within our
community.
</div>
<Sponsors />
<Paragraph>
Expand Down

0 comments on commit c02b1d1

Please sign in to comment.