Skip to content

Commit

Permalink
wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LimesKey committed Dec 19, 2024
1 parent 0d6da10 commit f197f64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/components/top.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ const tipitytopity = () => {
Hacky Holidays!
</h1>
<h2 className="text-[0.7rem] md:text-[1.9rem] font-bold text-white [text-shadow:_0_4px_4px_rgb(0_0_0_/_25%)] md:-mt-4">
Design a PCB holiday decoration this winter, get one shipped!
Design a holiday themed PCB this Winter, and get it shipped
</h2>
<a href="/guide">
<button className="mx-auto mb-10 md:mx-0 text-[0.8rem] md:text-[calc(0.6vw+0.6vh)] font-bold text-white bg-[#f76f63] rounded-[2rem] px-4 py-2 md:px-8 md:py-4 mt-4 [text-shadow:_0_4px_4px_rgb(0_0_0_/_25%)] text-center align-middle">
<b>&nbsp;Learn to Make a Decoration &nbsp; ➜</b>
<b>&nbsp;Learn to make a festive PCB &nbsp; ➜</b>
</button>
</a>
</div>
Expand Down
4 changes: 3 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ export default function Home() {
{/* Main Section */}
<div className="flex flex-col items-center justify-center text-white px-4 md:px-20">
<h3 className="font-inter font-bold text-lg md:text-2xl drop-shadow-md pt-8 sm:px-8 md:px-16 lg:px-[9rem]">
Want a cool Christmas decoration? A cool gift for someone you know? Design a unique PCB decoration from scratch and submit it via PR to OnBoard before the 30th! Whether it's for Christmas, Hanukkah, New Year's, or any other holiday, once your PR gets approved, you will get your PCB decoration just in time for the celebrations!
This holiday season, until Jan 20th, make a festive themed PCB design of one of the many holidays, Christmas, New Years, Diwali, Hanukkah, or any others! You can design a PCB that celebrates any holiday you would like! The PCB can be a decoration, a gift, or anything else you can think of!
<br></br><br></br>
The PCB can be as simple or as complex as you want, we have some example designs and reference schematics location in our <a href="/guide">guide</a>. You can also use any software you want to design the PCB, but we recommend using Figma, KiCad, or EasyEDA.
</h3>
<ThreeGrid />
<h3 className="mt-6 font-inter font-bold text-lg md:text-2xl drop-shadow-md sm:px-8 md:px-16 lg:px-[9rem]">
Expand Down

0 comments on commit f197f64

Please sign in to comment.