Skip to content

Commit a738af1

Browse files
v1.3
1 parent f76b81f commit a738af1

1 file changed

Lines changed: 54 additions & 34 deletions

File tree

src/App.js

Lines changed: 54 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -409,23 +409,55 @@ function App() {
409409
When you buy a Poly shard, you’re not simply buying an avatar or a provably-rare piece of art. You are gaining membership access to a club whose benefits and offerings will increase over time. Your Poly Shard can serve as your digital identity, and open digital doors for you.
410410
</s.TextDescription>
411411
<s.SpacerSmall />
412-
<s.TextTitle
413-
style={{
414-
textAlign: "center",
415-
fontSize: 50,
416-
fontWeight: "bold",
417-
color: "var(--accent-text)",
418-
}}
419-
>
420-
Roadmap
421-
</s.TextTitle>
412+
413+
</s.Container>
414+
<s.SpacerLarge />
415+
<s.Container flex={1} jc={"center"} ai={"center"}>
416+
<StyledImg
417+
alt={"example"}
418+
src={"/config/images/polyshards.gif"}
419+
style={{ transform: "scaleX(-1)" }}
420+
/>
421+
</s.Container>
422+
</ResponsiveWrapper>
423+
<s.SpacerMedium />
424+
<ResponsiveWrapper flex={1} style={{ padding: 24 }} test>
425+
<s.SpacerLarge />
426+
<s.Container
427+
flex={2}
428+
jc={"center"}
429+
ai={"center"}
430+
style={{
431+
backgroundColor: "var(--accent)",
432+
padding: 24,
433+
borderRadius: 24,
434+
border: "4px soild var(--secondary)",
435+
boxShadow: "0px 5px 11px 2px rgba(0,0,0,0.7)",
436+
}}
437+
>
438+
<s.Container jc={"center"} ai={"center"} style={{ width: "70%" }}>
422439
<s.TextDescription
423440
style={{
424441
textAlign: "center",
425442
color: "var(--primary-text)",
426443
}}
427-
>
428-
444+
> <s.TextTitle
445+
style={{
446+
textAlign: "center",
447+
fontSize: 50,
448+
fontWeight: "bold",
449+
color: "var(--accent-text)",
450+
}}
451+
>
452+
Roadmap
453+
</s.TextTitle>
454+
<s.TextDescription
455+
style={{
456+
textAlign: "center",
457+
color: "var(--primary-text)",
458+
}}
459+
>
460+
429461
We’re in this for the long haul.<br/>
430462
<br/>
431463

@@ -441,7 +473,7 @@ We lost the shards. 2 Poly Shards were saved (tokens held back from the sale) ar
441473
<br/>
442474
40% -
443475

444-
<br/>
476+
<br/>
445477
<br/>
446478
60% -
447479

@@ -454,22 +486,17 @@ The PSD club becomes interactive and the Mysterious Note becomes legible, beginn
454486
90% -
455487

456488
The PSD liquidity pool is initiated. <br/>
457-
<br/>
489+
<br/>
458490
100% -
459491

460492
The Mutant Shards (NFT Breeding) Arcade Machine launched. And we cook up new ways to shard with our friends. <br/>
493+
461494
</s.TextDescription>
462-
</s.Container>
463-
<s.SpacerLarge />
464-
<s.Container flex={1} jc={"center"} ai={"center"}>
465-
<StyledImg
466-
alt={"example"}
467-
src={"/config/images/polyshards.gif"}
468-
style={{ transform: "scaleX(-1)" }}
469-
/>
470-
</s.Container>
495+
496+
</s.TextDescription>
497+
</s.Container>
498+
</s.Container>
471499
</ResponsiveWrapper>
472-
<s.SpacerMedium />
473500
<ResponsiveWrapper flex={1} style={{ padding: 24 }} test>
474501
<s.SpacerLarge />
475502
<s.Container
@@ -491,16 +518,9 @@ The Mutant Shards (NFT Breeding) Arcade Machine launched. And we cook up new way
491518
color: "var(--primary-text)",
492519
}}
493520
>
494-
<s.TextTitle
495-
style={{
496-
textAlign: "center",
497-
fontSize: 50,
498-
fontWeight: "bold",
499-
color: "var(--accent-text)",
500-
}}
501-
>
502-
PSD CONTRACT ADDRESS
503-
</s.TextTitle>
521+
522+
PSD CONTRACT ADDRESS : <br/>
523+
504524
<StyledLink target={"_blank"} href={CONFIG.SCAN_LINK}>
505525
{truncate(CONFIG.CONTRACT_ADDRESS, 15)}
506526
</StyledLink>

0 commit comments

Comments
 (0)