Skip to content

Commit

Permalink
Merge branch 'maintenance-and-fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
rk234 committed May 27, 2024
2 parents 5757327 + 6a7cff2 commit c9d9158
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/app/components/faq/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ export default function Faq() {
<div className="w-full md:w-1/2 flex flex-col">
<FaqQuestion
question={"When is the Hour of Code?"}
answer={`Howard County Hour of Code is a 7-day event taking place from May 29 to June 4, 2023.`}
answer={`Howard County Hour of Code is a 7-day event taking place from May 29 to June 4, 2024.`}
/>
<FaqQuestion
question={"How do I participate in the Hour of Code?"}
answer={`Login using your HCPSS Google account, navigate to the Articles tab on this website, and start completing articles! Completing articles will earn you and your school points, which are transformed into raffle tickets at the end of the event.`}
/>
<FaqQuestion
question={"What device should I use?"}
answer={`Please use a laptop or device with a large screen for the best user experience. Some pages will look funky on mobile...`}
answer={`Any device should work fine, we've worked hard to provide a good experience on all screen sizes. However, if you do experience a problem, using a larger screen never hurts!`}
/>
<FaqQuestion
question={"How do the points/prizes work?"}
Expand All @@ -36,7 +36,7 @@ export default function Faq() {
/>
<FaqQuestion
question={"How do I keep learning after Hour of Code?"}
answer={`Our teachers in Howard County are some of the best educators in the world- take advantage of the opportunities HCPSS offers! If you liked learning about CS, then consider taking some of our county’s CS courses. CS is also unique in that there is a wide array of online resources to help you learn virtually any topic you can imagine, from YouTube tutorials, to free courses, to online forums - make sure to take advantage of these!`}
answer={`If you liked learning about CS, then consider taking some of our county’s courses! CS is also unique in that there is a wide array of online resources to help you learn, from YouTube tutorials to free courses to online forums. Make sure to take advantage of these!`}
/>
<FaqQuestion
question={"I still have questions. Where can I ask them?"}
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/sponsors/sponsors.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default function Sponsors() {
return <div className='flex flex-col w-full justify-center md:flex-row bg-gray-900 px-4 py-28 gap-9 md:gap-9 items-center '>
return <div className='flex flex-col w-full justify-center md:flex-row bg-gray-900 px-4 md:px-8 py-28 gap-9 md:gap-9 items-center '>
<div className="max-w-screen-xl gap-16 flex flex-col w-full">
<h1 className="text-4xl md:text-5xl font-bold"> Howard County Hour of Code is made possible by:</h1>

Expand Down
Binary file added src/app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c9d9158

Please sign in to comment.