Skip to content

Commit

Permalink
Added line break
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Aug 30, 2023
1 parent 3e75703 commit 2c23a42
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 57 deletions.
44 changes: 4 additions & 40 deletions public/tailwind-output.css
Original file line number Diff line number Diff line change
Expand Up @@ -738,10 +738,6 @@ video {
left: -20rem;
}

.right-12 {
right: 3rem;
}

.z-40 {
z-index: 40;
}
Expand Down Expand Up @@ -835,14 +831,6 @@ video {
margin-bottom: 0.75rem;
}

.-mr-8 {
margin-right: -2rem;
}

.mt-3 {
margin-top: 0.75rem;
}

.block {
display: block;
}
Expand Down Expand Up @@ -1093,12 +1081,6 @@ video {
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(3rem * var(--tw-space-x-reverse));
margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
Expand Down Expand Up @@ -1193,24 +1175,6 @@ video {
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400 {
--tw-gradient-from: #60a5fa;
--tw-gradient-to: rgb(96 165 250 / 0);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700 {
--tw-gradient-from: #1d4ed8;
--tw-gradient-to: rgb(29 78 216 / 0);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800 {
--tw-gradient-from: #1e40af;
--tw-gradient-to: rgb(30 64 175 / 0);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-endBg {
--tw-gradient-to: #0f3854;
}
Expand Down Expand Up @@ -1296,6 +1260,10 @@ video {
padding-bottom: 1rem;
}

.pl-2 {
padding-left: 0.5rem;
}

.pt-8 {
padding-top: 2rem;
}
Expand All @@ -1316,10 +1284,6 @@ video {
padding-left: 1rem;
}

.pl-2 {
padding-left: 0.5rem;
}

.text-left {
text-align: left;
}
Expand Down
35 changes: 18 additions & 17 deletions src/components/_Landing/sections/about/components/AboutContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ function AboutContent() {
<p className="textStyle">
HackRU is a <b>24-hour hackathon</b> at Rutgers University. We welcome
<b> hundreds of students</b> to join us in building <b>awesome tech projects.
Industry experts</b> and <b>mentors</b> help foster an atmosphere of <b>learning </b>
Industry experts</b> and <b>mentors</b> help foster an atmosphere of <b>learning </b>
through <b>tech-talks</b> and <b>one-on-one guidance</b>. We encourage <b>all
students</b>, no matter their experience level or educational
students</b>, no matter their experience level or educational
background, to <b>challenge themselves</b> and expand their creative,
technical, and collaboration skills <b>at HackRU</b>.
</p>
Expand Down Expand Up @@ -233,13 +233,14 @@ function AboutContent() {
TRACKS
</h1>
<p className="textStyle">
<b>Social Good</b>: Hacks that better the community. <br/>
<b>Health</b>: Hacks that improves the mind or body, aiding with health, wellness, and fitness. <br/>
<b>Education</b>: Hacks that focus on building an education community.<br/>
<b>Maverick</b>: Any other hack! The opportunities are limitless.
And more <b>sponsor prizes</b>


<b>Social Good</b>: Hacks that better the community. <br />
<b>Health</b>: Hacks that improves the mind or body, aiding with health, wellness, and fitness. <br />
<b>Education</b>: Hacks that focus on building an education community.<br />
<b>Maverick</b>: Any other hack! The opportunities are limitless.
<br />
And more <b>sponsor prizes</b>!


</p>
</div>
</Card>
Expand All @@ -262,13 +263,13 @@ function AboutContent() {
<div>
<b>Apply</b> to attend our <b>Fall 2023 HackRU</b>! The event
will be on <b>October 7th-8th</b> at the <b>College Avenue
Student Center.</b>
Student Center.</b>
</div>
</p>

<div className = "rectangle-container">
<div className="rectangle"></div>
</div>
<div className="rectangle-container">
<div className="rectangle"></div>
</div>

<p className="textStyle">
<div>
Expand All @@ -281,9 +282,9 @@ function AboutContent() {
</div>
</p>

<div className = "rectangle-container">
<div className="rectangle"></div>
</div>
<div className="rectangle-container">
<div className="rectangle"></div>
</div>

<p className="textStyle">
<div>
Expand Down Expand Up @@ -408,6 +409,6 @@ function AboutContent() {
);
}

}
}

export default AboutContent;

0 comments on commit 2c23a42

Please sign in to comment.