Skip to content

Commit

Permalink
feat: add sdutpc16 promotion
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Apr 17, 2024
1 parent 35477d1 commit 1a82c53
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Index extends React.Component<Props, State> {
</p>
</Col>
{/* Banner for SDUTPC */}
{false && (
{
<Col xs={24} className="mt-lg">
<Alert
message={
Expand All @@ -102,32 +102,32 @@ class Index extends React.Component<Props, State> {
</div>
<div className="ml-xl">
{/* Pending */}
{/* <h3 className="mb-sm">The 15th SDUT Programming Contest is coming!</h3>
<div>
<Link to={urlf(pages.competitions.public.intro, { param: { id: 8 } })}>
Sign Up Now
</Link>
</div> */}
<h3 className="mb-sm">The 16th SDUT Programming Contest is coming!</h3>
<div>
<Link to={urlf(pages.competitions.public.intro, { param: { id: 25 } })}>
Sign Up Now
</Link>
</div>
{/* <div>
<Link to={urlf(pages.competitions.home, { param: { id: 2 } })}>
进入模拟赛
</Link>
</div> */}
{/* Ended */}
<h3 className="mb-sm">The 15th SDUT Programming Contest is ended!</h3>
{/* <h3 className="mb-sm">The 16th SDUT Programming Contest is ended!</h3>
<div>
<ExtLink href="https://rl.algoux.org/ranklist/sdutpc15">
View Ranklist
</ExtLink>
</div>
</div> */}
</div>
</div>
}
type="info"
showIcon={false}
/>
</Col>
)}
}
{/* Banner for Azur Series */}
{false && (
<Col xs={24} className="mt-lg">
Expand Down

0 comments on commit 1a82c53

Please sign in to comment.