Skip to content

Commit

Permalink
Merge pull request #17 from nation3/update-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
yahiamarzouk authored Oct 12, 2023
2 parents d37d9b0 + dd26095 commit f72b06d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 28 deletions.
2 changes: 1 addition & 1 deletion components/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function Layout({ children }) {
<div className="w-full">
<div className="w-full flex items-center justify-center gap-16">
<div className="mt-4 flex space-x-6 mt-0 justify-center">
<FooterItem href="https://n3.gg/discord" icon={FaDiscord} />
<FooterItem href="https://discord.gg/nation3-690584551239581708" icon={FaDiscord} />
<FooterItem
href="https://forum.nation3.org"
icon={FaDiscourse}
Expand Down
6 changes: 0 additions & 6 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ export default function Home({ posts }) {
the Internet, without resorting to traditional countries and endless
bureaucracy.
</p>
<div className="relative aspect-video mt-8 lg:mt-16 shadow-xl rounded-xl">
<LazyIframe
url="https://www.youtube.com/embed/0GEulicKACw?autoplay=1&loop=1&cc_load_policy=1rel=0&controls=0&showinfo=0&mute=1&playlist=0GEulicKACw&autoplay=1"
title="test"
/>
</div>
<GradientLink
text="Read more"
href="/jurisdiction"
Expand Down
8 changes: 4 additions & 4 deletions pages/join.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ export async function getStaticProps({ params }) {
tax-free, inclusive community that aims to build [solarpunk](https://en.wikipedia.org/wiki/Solarpunk) society you’ll
want to live in.
- $NATION is your entry point into the ecosystem. You can [buy some here](https://app.balancer.fi/#/trade/ether/0x333A4823466879eeF910A04D473505da62142069), or earn it by completing [open tasks on Dework](https://app.dework.xyz/nation3/board)
- Head over to [Discord](https://n3.gg/discord) and introduce yourself to the community
- $NATION is your entry point into the ecosystem. You can [buy some here](https://app.balancer.fi/#/ethereum/swap/ether/0x333A4823466879eeF910A04D473505da62142069), or earn it by completing [open tasks on Dework](https://app.dework.xyz/nation3/open-bounties-95838)
- Head over to [Discord](https://discord.gg/nation3-690584551239581708) and introduce yourself to the community
- Majority of tasks and discussion channels are token-gated to citizens
(pro tip: you’d want to get at least 2 $NATION)`,
image: '/icons/nation3.svg',
Expand Down Expand Up @@ -107,7 +107,7 @@ export async function getStaticProps({ params }) {
### Ready to grab your passport?
- [Lock up](https://app.nation3.org/lock) your $NATION to obtain more than 2 $veNATION* - your skin-in-the-state. Whenever your lock expires, the underlying $NATION is yours to keep, sell, or re-lock
- While we’re devising a social vouching mechanism to ensure Nation3 is inclusive to everyone regardless of their financial background, you can still get verified on [Discord](https://n3.gg/discord) and get access to [Dework tasks](https://app.dework.xyz/nation3/board) with a minimum balance of 0.1 $veNATION. You can earn the rest you need for a passport by completing paid tasks`,
- While we’re devising a social vouching mechanism to ensure Nation3 is inclusive to everyone regardless of their financial background, you can still get verified on [Discord](https://discord.gg/nation3-690584551239581708) and get access to [Dework tasks](https://app.dework.xyz/nation3/board) with a minimum balance of 0.1 $veNATION. You can earn the rest you need for a passport by completing paid tasks`,
image: '/join/passport.svg',
},
{
Expand All @@ -118,7 +118,7 @@ export async function getStaticProps({ params }) {
- Participate in governance, following our new [Governance Standard](https://github.com/nation3/gov/blob/main/GOVERNANCE.md)
- Propose your own projects that advance the [Nation3 stack](https://www.figma.com/file/tbvWJ8S962j1hHJJfaCOMK/Nation3---Cloud-Nation-Ecosystem?node-id=439%3A1262), and get funding from the DAO
- Contribute to current [open tasks on Dework](https://app.dework.xyz/nation3/board)
- Contribute to current [open tasks on Dework](https://app.dework.xyz/nation3/open-bounties-95838)
- Join Social Circles and other community events (as announced on Discord)`,
image: '/icons/people.svg',
},
Expand Down
17 changes: 0 additions & 17 deletions pages/jurisdiction.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@ export default function Jurisdiction() {
</ul>
</div>
<div className="lg:w-7/12 lg:text-left w-full">
<div className="relative aspect-video my-8 lg:my-16 shadow-xl rounded-xl border border-n3green dark:border-none">
<LazyIframe
url="https://www.youtube.com/embed/0GEulicKACw?autoplay=1&loop=1&cc_load_policy=1rel=0&controls=0&showinfo=0&mute=1&playlist=0GEulicKACw"
title="test"
/>
</div>
</div>
</div>
</div>
Expand Down Expand Up @@ -137,17 +131,6 @@ export default function Jurisdiction() {
/>
</div>
<div className="bg-gradient-to-r from-[#EAFFF4] to-[#EEF9FF] full-width my-16 lg:my-24 dark:bg-none px-4 xl:px-0">
<div className="max-w-screen-xl m-auto text-center py-16 lg:py-32">
<BigTitle gradientText="Sign up for launch phase whitelist" />
<div className="max-w-md m-auto grid justify-items-center">
<p className="m-auto mt-2 mb-8 dark:text-white">
To be the first to experience a 21st-century jurisdiction.
</p>
<Button href="https://forms.gle/FJX5CGqiCnfny8196">
Sign up for launch
</Button>
</div>
</div>
</div>
<div className="text-center full-width bg-[url('/illustrations/constitution-bg-jurisdiction.svg')] bg-bottom bg-no-repeat bg-contain lg:mb-32 px-4 lg:px-0">
<div className="max-w-screen-xl m-auto">
Expand Down

0 comments on commit f72b06d

Please sign in to comment.