Skip to content

Commit

Permalink
ticket copy
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Jun 18, 2024
1 parent fb54b9f commit 4a7122e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
26 changes: 20 additions & 6 deletions devcon/cms/pages/tickets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
overview:
intro: "## **Overview**\n\n### Tickets to Devcon 7 will be distributed through three distinct ways this year:\L\n\n1. ->\_**Raffle-Auction Presale** (June 18 - July 09) – **$299**\n\n->\_**Discounts - Self-claimed / Application-based** (Starts July 9)\n\n->\_**General Admission sale waves** (Starts July 16) – **$599**\n\n<Buttons\n Button={[\n { text: \"Frequently Asked Questions\", url: \"#faq\", color: \"blue-1\" }\n ]}\n/>\n"
card: |
**Raffle-auction coming soon.**
**Raffle-auction is live.**
1. Discounted tickets open July 9.
2. General Admission Waves starting July 16.
button:
link: 'https://devcon.org'
text: Coming Soon
link: 'https://raffle.devcon.org/'
text: Raffle-Auction
raffle_auction:
intro: >
## **Raffle-Auction**
Expand All @@ -26,6 +26,17 @@ raffle_auction:
**[Fairy](https://fairyxyz.notion.site/Fairy-7f1b1725eff94829a9e50bd7c432aa8c)**
& **[Archblock](https://x.com/archblock_)** teams for dedicating their time
to the success of this year’s iteration.
<Buttons
Button={[
{
text: "Participate in Raffle-Auction",
url: "https://raffle.devcon.org/",
color: "blue-1"
}
]}
/>
participation_rules:
snapshot:
- left: Network
Expand Down Expand Up @@ -59,14 +70,17 @@ raffle_auction:
### **Specs**
The **Smart Contracts** for the Raffle-Auction can be viewed here
The **Smart Contracts** for the Raffle-Auction can be viewed[
here.](https://github.com/efdevcon/devcon-raffle)
The contracts were audited by **Trail of Bits**. You can view the audit
report here
report
[here](https://github.com/efdevcon/devcon-raffle/blob/master/audits/Ethereum%20Foundation%20Devcon%20Auction-Raffle%20Summary%20Report.pdf).
The contract has been verified on **Sourcify**, available (here)\[LINK].
The contract has been verified on **Sourcify**, available
[here](https://sourcify.dev).
other_methods_to_attend:
steps_raffle:
- title: Community Ticket Requests
Expand Down
10 changes: 5 additions & 5 deletions devcon/src/pages/tickets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ export default pageHOC(function Tickets(props: any) {
<div className="flex-0 shrink-0 max-w-[100%] lg:max-w-[50%] w-[750px]">
<CallToAction
color="blue"
title={'Raffle-Auction'}
tag="Raffle-Auction Coming Soon"
title={'Tickets'}
tag="Raffle-Auction is live"
BackgroundSvg={SpeakersBackground}
link={pages.overview?.button?.link}
linkText={pages.overview?.button?.text}
buttonDisabled
// buttonDisabled
meta=""
>
{pages?.overview?.card && <RichText content={pages.overview.card} />}
Expand Down Expand Up @@ -118,8 +118,8 @@ export default pageHOC(function Tickets(props: any) {
<div className="mt-10">
{pages?.raffle_auction?.intro && <RichText content={pages.raffle_auction?.sybil_resistance} />}
</div>
<div className="mt-8 relative ">
{/* {pages?.raffle_auction?.intro && <RichText content={pages.raffle_auction?.specs} />} */}
<div className="mt-8 relative border-top pt-8 pb-8">
{pages?.raffle_auction?.intro && <RichText content={pages.raffle_auction?.specs} />}
<div className={`${indexCss['scrolling-text-background']} ${css['fade-color']}`}>
<InfiniteScroller nDuplications={2} speed="120s" reverse>
<p className="bold">RAFFLE AUCTION&nbsp;</p>
Expand Down

0 comments on commit 4a7122e

Please sign in to comment.