Skip to content

Commit

Permalink
feat(in50hours):website-made
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Feb 19, 2024
1 parent 6c2f3a8 commit 6cb671c
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/Pages/In50Hours/In50Hours.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Footer from "../../Components/Footer/Footer";
import heroImage from "./heroimg.png";
import supporters from "./supporters.png";
import tsImage from "./tsimg.png";
import makemyPass from "./makemypass.png";

const In50Hours = () => {
return (
Expand Down Expand Up @@ -73,8 +74,9 @@ const In50Hours = () => {
event completely free of cost. If you are not, you can still
participate by paying a nominal fee of INR 1000.
</p>
<p className={styles.supportedBy}>Ticketing Partner</p>
<img src={makemyPass} alt="" className={styles.tsImage} />{" "}
</div>
<img src={tsImage} alt="" className={styles.tsImage} />
</div>
<div className={styles.steps}>
<div className={styles.step}>
Expand All @@ -83,16 +85,17 @@ const In50Hours = () => {
</p>
<p className={styles.stepTagline}>
Collect your coupons, got to the to In-50hr-Challenge and type
/get-in50hours-coupon to get your coupon code.
<strong> /get-in50hours-coupon</strong> to get your coupon code.
</p>
</div>
<div className={styles.step}>
<p className={styles.stepHeading}>
STEP <span>2</span>
</p>
<p className={styles.stepTagline}>
Go to MakeMyPass.com and register for the event using the coupon
code. In case you are not in level 5, you can pay and register.
<strong>Go to MakeMyPass.com </strong> and register for the event
using the coupon code. In case you are not in level 5, you can pay
and register.
</p>
</div>
<div className={styles.step}>
Expand Down
74 changes: 74 additions & 0 deletions src/Pages/In50Hours/In50Hours.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,77 @@
padding: 0.5rem 1.5rem;
border-radius: 0.5rem;
}

.tsImage {
width: 5rem;
}

@media (max-width: 1240px) {
.firstSectionContainer {
flex-direction: column;
align-items: flex-start;
}
.fsImage {
max-width: 30rem;
}

.fsHeading {
font-size: 3.75rem;
}

.fsTagline {
font-size: 0.875rem;
}

.stepHeading {
font-size: 1.25rem;
}

.stepTagline {
font-size: 0.875rem;
}
}

@media (max-width: 728px) {
.fsImage {
width: 25rem;
}

.tsImage {
width: 20rem;
}

.fsHeading {
font-size: 3rem;
}

.fsTagline {
font-size: 0.875rem;
margin-top: 1rem;
}

.firstSectionContainer {
flex-direction: column;
align-items: flex-start;
}

.steps {
justify-content: flex-start;
}

.stepHeading {
font-size: 1.25rem;
}

.stepTagline {
font-size: 0.875rem;
}

.tsHeading {
font-size: 2.25rem;
}

.tsTagline {
font-size: 0.875rem;
}
}
Binary file added src/Pages/In50Hours/makemypass.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 6cb671c

Please sign in to comment.