diff --git a/src/sections/Timer/index.tsx b/src/sections/Timer/index.tsx index 87f1273..f00107d 100644 --- a/src/sections/Timer/index.tsx +++ b/src/sections/Timer/index.tsx @@ -98,7 +98,6 @@ const TimerHero: React.FC = () => { -
Interested in projects? Apply now for a Hack, Design or AI Team! @@ -106,14 +105,14 @@ const TimerHero: React.FC = () => {
- AI projects focus on all things AI, - from natural language processing to computer vision and more!{" "} + AI projects focus on building a + project related to all things AI, from natural language processing + to computer vision and more!{" "}
- Hack 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! + Hack projects works to build a + full MERN stack website, emulating a software engineering team + working on the Agile process!
@@ -124,6 +123,10 @@ const TimerHero: React.FC = () => {
+
+ Make sure to put your top choice as first! All tracks will prioritize + people who put them first! +
); }; diff --git a/src/sections/Timer/style.module.scss b/src/sections/Timer/style.module.scss index 646659a..d55716f 100644 --- a/src/sections/Timer/style.module.scss +++ b/src/sections/Timer/style.module.scss @@ -155,6 +155,10 @@ padding: 1rem; } +.endText { + text-align: center; +} + .description { padding-top: 64px; padding-bottom: 64px;