Get involved!
++ Reports & Updates are random but high quality, sign up for our newsletter! +
+ +diff --git a/package-lock.json b/package-lock.json index 9cd655a..f31e779 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,6 +24,39 @@ "js-tokens": "^4.0.0" } }, + "@beyonk/svelte-carousel": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/@beyonk/svelte-carousel/-/svelte-carousel-2.8.0.tgz", + "integrity": "sha512-kWObh9XqI7tfzltySmTZ0/ULE5MjLqd0jhsGhr+GnVfIkCOGwTHwQxzheLjC1dkBk0Z4wucLxBwUeSxqtGF9Ww==", + "dev": true, + "requires": { + "siema": "^1.5.1" + } + }, + "@fortawesome/fontawesome-common-types": { + "version": "0.2.30", + "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-0.2.30.tgz", + "integrity": "sha512-TsRwpTuKwFNiPhk1UfKgw7zNPeV5RhNp2Uw3pws+9gDAkPGKrtjR1y2lI3SYn7+YzyfuNknflpBA1LRKjt7hMg==", + "dev": true + }, + "@fortawesome/free-brands-svg-icons": { + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/@fortawesome/free-brands-svg-icons/-/free-brands-svg-icons-5.14.0.tgz", + "integrity": "sha512-WsqPFTvJFI7MYkcy0jeFE2zY+blC4OrnB9MJOcn1NxRXT/sSfEEhrI7CwzIkiYajLiVDBKWeErYOvpsMeodmCQ==", + "dev": true, + "requires": { + "@fortawesome/fontawesome-common-types": "^0.2.30" + } + }, + "@fortawesome/free-solid-svg-icons": { + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-5.14.0.tgz", + "integrity": "sha512-M933RDM8cecaKMWDSk3FRYdnzWGW7kBBlGNGfvqLVwcwhUPNj9gcw+xZMrqBdRqxnSXdl3zWzTCNNGEtFUq67Q==", + "dev": true, + "requires": { + "@fortawesome/fontawesome-common-types": "^0.2.30" + } + }, "@polka/url": { "version": "1.0.0-next.7", "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.7.tgz", @@ -4650,6 +4683,12 @@ "integrity": "sha512-Imf4gH+8WQmT1GvxS/x79qpmfnE6m50hyN1ucatX+7oMCgmaF8obZWCPIzSUe6+P+YmXM46lkP2pxiV2/lt9Og==", "dev": true }, + "siema": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/siema/-/siema-1.5.1.tgz", + "integrity": "sha1-7/MSt36DQPpNgdXQU+u+uRE/+Ig=", + "dev": true + }, "signal-exit": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", @@ -5074,6 +5113,18 @@ "integrity": "sha1-fRh9tcbNu9ZNdaMvkbiZi94yc8M=", "dev": true }, + "svelte-fa": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/svelte-fa/-/svelte-fa-2.1.1.tgz", + "integrity": "sha512-Oj563sJH0eLo6Pd1MsALgx5if9qKHtfCrMY5elMzggu00fP9zM47Vcv2b92g5vc+FNodxKPHhkUFTI8KK8CwGA==", + "dev": true + }, + "svelte-feather-icons": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/svelte-feather-icons/-/svelte-feather-icons-3.2.2.tgz", + "integrity": "sha512-GY86mGZYjZCRRnY2t5caiY+2gzSWrYvG8dUjhnOi6YlaWVZEAzDOBuTDiZ1abOz2mM9fCpdpbgj1JZajjzEEAw==", + "dev": true + }, "svelte-loader": { "version": "2.13.6", "resolved": "https://registry.npmjs.org/svelte-loader/-/svelte-loader-2.13.6.tgz", diff --git a/package.json b/package.json index e7b3fbd..b91a872 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,9 @@ "tinytime": "^0.2.6" }, "devDependencies": { + "@beyonk/svelte-carousel": "^2.8.0", + "@fortawesome/free-brands-svg-icons": "^5.14.0", + "@fortawesome/free-solid-svg-icons": "^5.14.0", "css-loader": "^3.2.0", "husky": "^3.0.9", "marked": "^0.3.19", @@ -34,6 +37,8 @@ "serve-handler": "^6.1.2", "style-loader": "^1.0.0", "svelte": "^3.0.0", + "svelte-fa": "^2.1.1", + "svelte-feather-icons": "^3.2.2", "svelte-loader": "^2.9.0", "webpack": "^4.7.0" } diff --git a/src/components/Nav.svelte b/src/components/Nav.svelte index 27c7629..f2e3ba2 100644 --- a/src/components/Nav.svelte +++ b/src/components/Nav.svelte @@ -43,9 +43,6 @@ } @media screen and (max-width: 900px) { - #about{ - display: none; - } .menu { font-size: 1.5rem; @@ -61,9 +58,6 @@ } @media screen and (max-width: 360px) { - #about{ - display: none; - } .menu { left: 0; right: 0; @@ -95,17 +89,14 @@
+ Reports & Updates are random but high quality, sign up for our newsletter! +
+ +Running on Leap Network
-
-
-
- Deora
- – decentralized quadratic voting solution for improved democracy.
-
- Deora website
-
+ By collaborating with unique projects we explore the wide range of + decentralised applications. Here are the projects already delivering + decentralized applications powered by LeapDAO: +
++ + StatusPay + +
++ Enables cryptocurrency-payments in retail stores or other non-remote + scenarios. The aim is to make purchases as easy and familiar as + tapping your card to a Point of Sales +
++ + EMO + +
++ Project that allows developers to move computations done on some + abstract machine off-chain +
++ + WhiteRabbit + +
++ Managing of movie-rights on-chain, enabling peer-to-peer + distribution and transactions for films. +
++ + Nervos Sidechain Framework + +
++ Partnership with Nervos to build a sidechain framework. First version of + sidechain supported will be EVM based. +
+
-
-
- Planet A
- – "serious" social game that simulates Tragedy of the CO₂mmons from eco
- perspective.
-
- Planet A game
-
Projects that ran on Leap Network
++ + Plasma Leap + +
++ Our layer 2 network based on the plasma protocol for doing + off-chain transactions. +
++ Was a pop-up democracy event held by Deora using Plasma Leap for + quadratic voting. +
+
-
-
- Peep.cash
- – burner wallet on Plasma with DAI support and fiat off-ramping without
- KYC.
-
- Peep.cash web-app
-
-
-
- Dungeon Riches
- – dungeon runner game featuring battles based on rock-paper-scissors.
-
- Dungeon Riches game
-
-
-
- WhiteRabbit
- – blockchain ecosystem for all transactions arising in film.
-
- WhiteRabbit website
-
+ + SunDAI + +
++ Was a pop-up economy running on the Leap Network connected to the + Ethereum mainnet DAI contract. +
++ + Planet A + +
++ Was a serious social game created by Social Dist0rtion Protocol and + played at CCcamp and Ethberlin on the Leap Testnet. +
+Scaling for decentralized apps
-- We're an open source community scaling blockchains on layer-2. -
-Scaling for decentralized apps
+ We work together to enable economic intimacy for communities and + net-citizens: +
- All our code is open-source and stored on - - GitHub - - . Check out repos, report bugs, find solutions, propose features. + Manage funds and make transparent decisions using on-chain reputation
- Our aim is to help others build their future. And we also need your - help for that. Join open Leap community! + Rollups and state channels connect your members at high speed and low + cost.
Enable frictionless on-boarding with a seamless user experience.
+Our community of leap peeps are located around the world
++ As a Decentralized Adaptive Organization, we combine Holacracy and + Decentralized Organizations to build a global, self-managing and + purpose-driven community. +
+Need help build a more decentralized world? Get to know the open source community scaling blockchains on layer-2
+- We aim to reward any contribution to LeapDAO using bounties, salaries - and hourly-based compensation. + Leap into partnership
++ Sponsor the DAO at - Available bounties + href="https://gitcoin.co/grants/66/leapdao-scaling-for-decentralized-apps" + target="_blank"> + Gitcoin
- As an open-source software community, Leap thrives from the efforts of its - members. Whatever your interests and skills are, there is ample opportunity - to make the life of Dapps better! -
-We work to deliver solutions that enable a more decentralized web
+
+ The centralization of the web into the hands of a few tech giants
+ threatens the freedom of individuals and the survival of democracy.
+
+ LeapDAO seeks to sustainably decentralize power by enabling web-citizens
+ to own their data and communities to flourish and govern themselves. We do
+ so by providing them with scalable decentralized infrastructure and
+ applications.
+
+ Stress-tested under real-world circumstances & approved by real people + we are providing the tech & the knowledge to build a better web. +
+Scaling Playgrounds
++ Get your own customized environment to test your transaction through put +
+Strategic Consulting
++ Give your business the support and expertise it deserves +
+Blockchain Engineering
++ Get the power team you need to release trusted products +
+Token Economy Blueprints
++ Get an evaluation on best release plan for your products +
+Security Audits
++ Give your products a second look to safe guard your assets +
+Governance Solutions
++ Get to decentralize your products with our voting protocols +
+