Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantbalaji committed Mar 12, 2024
1 parent b26bd47 commit 5faffba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/sections/Timer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,22 +98,21 @@ const TimerHero: React.FC = () => {
</div>
</div>
</div>

<div className={s.description} id="apply">
<div className={s.description__info}>
Interested in projects? Apply now for a Hack, Design or AI Team!
<br />
<br />
<div className={s.projecttypes}>
<div className={s.projectdescription}>
<text className={s.ai}>AI</text> projects focus on all things AI,
from natural language processing to computer vision and more!{" "}
<text className={s.ai}>AI</text> projects focus on building a
project related to all things AI, from natural language processing
to computer vision and more!{" "}
</div>
<div className={s.projectdescription}>
<text className={s.hack}>Hack</text> projects works through a full
software engineering project, working to build a full MERN stack
website, emulating a software engineering team working on the
Agile process!
<text className={s.hack}>Hack</text> projects works to build a
full MERN stack website, emulating a software engineering team
working on the Agile process!
</div>

<div className={s.projectdescription}>
Expand All @@ -124,6 +123,10 @@ const TimerHero: React.FC = () => {
</div>
</div>
</div>
<div className={s.endText}>
Make sure to put your top choice as first! All tracks will prioritize
people who put them first!
</div>
</section>
);
};
Expand Down
4 changes: 4 additions & 0 deletions src/sections/Timer/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@
padding: 1rem;
}

.endText {
text-align: center;
}

.description {
padding-top: 64px;
padding-bottom: 64px;
Expand Down

0 comments on commit 5faffba

Please sign in to comment.