Skip to content

Commit

Permalink
late registrations open
Browse files Browse the repository at this point in the history
  • Loading branch information
sabzdotpy committed Dec 21, 2023
1 parent e97add5 commit 44dae82
Show file tree
Hide file tree
Showing 10 changed files with 2,907 additions and 2,869 deletions.
4 changes: 2 additions & 2 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0">
<meta name="google-site-verification" content="U0P-wzZTyPd4C6-Nwl5SIg-P-BY9rxE6WOxlcDqWGuk" />

<script type="module" crossorigin src="/assets/index-020fcdac.js"></script>
<link rel="stylesheet" href="/assets/index-d619fe56.css">
<script type="module" crossorigin src="/assets/index-5dc60392.js"></script>
<link rel="stylesheet" href="/assets/index-0e246b36.css">
</head>
<body>
<div id="root"></div>
Expand Down
2,854 changes: 0 additions & 2,854 deletions docs/assets/index-020fcdac.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/assets/index-0e246b36.css

Large diffs are not rendered by default.

2,892 changes: 2,892 additions & 0 deletions docs/assets/index-5dc60392.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/assets/index-d619fe56.css

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0">
<meta name="google-site-verification" content="U0P-wzZTyPd4C6-Nwl5SIg-P-BY9rxE6WOxlcDqWGuk" />

<script type="module" crossorigin src="/assets/index-020fcdac.js"></script>
<link rel="stylesheet" href="/assets/index-d619fe56.css">
<script type="module" crossorigin src="/assets/index-5dc60392.js"></script>
<link rel="stylesheet" href="/assets/index-0e246b36.css">
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Meta.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Meta() {
<ul>
<li>Author: <a href="https://www.github.com/sabzdotpy" target="_blank" rel="noreferrer">sabzdotpy</a></li>
<li>CID: 1762e65eb</li>
<li>Notes: algo24reg</li>
<li>Notes: latereg</li>
<li>Status: dev</li>
<li>Last Updated: November 8</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions src/styles/EventRegister.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ strong {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 1rem;
justify-content: flex-start;
gap: 2rem;

.eventTitle {
font-weight:700;
Expand Down
12 changes: 6 additions & 6 deletions src/views/EventRegister.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,8 @@ export default function EventRegister() {
three performers in each round.</strong>
</div>

<div className="startsIn">
{/* <div className="startsIn">
<div className="title">Round 1 Starts in: </div>
{/* <div><span className="time">00</span> Days <span className="time">00</span> Hours <span className="time">00</span> Minutes <span className="time">00</span> Seconds</div> */}
<div className="time">
{countdownTime ? (
<CountdownTimer
Expand All @@ -266,7 +265,7 @@ export default function EventRegister() {
<></>
)}
</div>
</div>
</div> */}
</div>
</div>

Expand Down Expand Up @@ -327,7 +326,8 @@ export default function EventRegister() {
</div>
<div className="content">
{/* {noOfRegistered}/{maxCount} */}
200 participants
Register now!
{/* {" ⠀⠀"} */}
</div>
</div>
</div>
Expand Down Expand Up @@ -357,7 +357,7 @@ export default function EventRegister() {
Registration Deadline
</div>
<div className="content">
10th Nov 2023, 5PM
13th Dec 2023, 6PM
</div>
</div>
</div>
Expand Down Expand Up @@ -402,7 +402,7 @@ export default function EventRegister() {
</div>

<div className="roundDesc">
Get ready for a fun knowledge challenge! In our Quiz round on December 20, 2023 you'll answer 60 questions about
Get ready for a fun knowledge challenge! You'll answer 60 questions about
50 algorithms. Can you beat the clock?
</div>
</div>
Expand Down

0 comments on commit 44dae82

Please sign in to comment.