Compare commits
4 Commits
v0.2.5-dev
...
v0.2.5-dev
Author | SHA1 | Date |
---|---|---|
semantic-release-bot | e23b90db37 | |
Derrick Hammer | a95e913899 | |
Juan Di Toro | 0c23d499ba | |
Juan Di Toro | 00a581752b |
|
@ -1,3 +1,10 @@
|
|||
## [0.2.5-develop.6](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.2.5-develop.5...v0.2.5-develop.6) (2023-08-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update gitcoin url ([a95e913](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/a95e91389981afc7efac0398165a3cb184df564b))
|
||||
|
||||
## [0.2.5-develop.5](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.2.5-develop.4...v0.2.5-develop.5) (2023-08-15)
|
||||
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"version": "0.2.5-develop.5",
|
||||
"version": "0.2.5-develop.6",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"version": "0.2.5-develop.5",
|
||||
"version": "0.2.5-develop.6",
|
||||
"dependencies": {
|
||||
"@astrojs/react": "^2.1.1",
|
||||
"@astrojs/tailwind": "^3.1.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"type": "module",
|
||||
"version": "0.2.5-develop.5",
|
||||
"version": "0.2.5-develop.6",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
import Button from "../../ui/Button.astro";
|
||||
import FeaturedGroup from "../../ui/FeaturedGroup.astro";
|
||||
import Button from "../ui/Button.astro";
|
||||
import FeaturedGroup from "../ui/FeaturedGroup.astro";
|
||||
---
|
||||
|
||||
<style>
|
||||
|
@ -46,7 +46,7 @@ import FeaturedGroup from "../../ui/FeaturedGroup.astro";
|
|||
]}
|
||||
/>
|
||||
<Button
|
||||
href="https://gitcoin.co/grants/4722/lume-web-web3-accessibility-freedom-and-education"
|
||||
href="https://explorer.gitcoin.co/#/round/10/0x8de918f0163b2021839a8d84954dd7e8e151326d/0x8de918f0163b2021839a8d84954dd7e8e151326d-130"
|
||||
label="Gitcoin"
|
||||
/>
|
||||
</div>
|
|
@ -322,7 +322,7 @@ await addCurrency(
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-lg italic font-body text-body mt-5 mx-10">
|
||||
<p class="text-lg italic font-body text-body mt-5 mx-10 md:mx-20 lg:mx-40">
|
||||
If you are interested in donating through other means, please get in touch
|
||||
with us to discuss. If there is a cryptocurrency you wish to contribute with
|
||||
that we have not listed, please let me know!
|
||||
|
|
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
import Button from "../ui/Button.astro";
|
||||
import FeaturedGroup from "../ui/FeaturedGroup.astro";
|
||||
import backgroud from "/src/assets/why-bg-2.png";
|
||||
---
|
||||
|
||||
<section
|
||||
id="why"
|
||||
class="flex flex-col overflow-hidden relative lg:flex-row mx-10 md:mx-20 lg:mx-40"
|
||||
>
|
||||
<img
|
||||
src={backgroud.src}
|
||||
class="absolute xl:relative -z-10 min-w-[1000px] h-[750px] -mx-10 md:-mx-20 lg:-mx-40"
|
||||
/>
|
||||
<div>
|
||||
<FeaturedGroup
|
||||
subtitle="Why should I donate to Lume?"
|
||||
title="Help us break the pattern"
|
||||
text={[
|
||||
`<ul class="space-y-3 -mb-10 text-body font-body list-disc list-inside text-xl lg:text-2xl">
|
||||
<li class="list-item">You believe the internet should be free and open for everyone, regardless of political beliefs.</li>
|
||||
<li class="list-item">You want a neutral web accessible to everyday people.</li>
|
||||
<li class="list-item">You believe your data should be private and secure unless you choose to share it.</li>
|
||||
<li class="list-item">You want to ensure that you or someone else can’t be censored or “de-platformed.”</li>
|
||||
<li class="list-item">You think people should have free access to information no matter how they choose to access it.</li>
|
||||
<li class="list-item">You believe in handling web abuse using legal and social means instead of censorship and restriction.</li>
|
||||
</ul>`,
|
||||
`Every single day you use the Internet, your data is sold to companies to pay for your usage. Help us break the pattern by funding the creation of free and open-source Web3 tools.`,
|
||||
]}
|
||||
/>
|
||||
<Button label="Donate" href="#methods" />
|
||||
</div>
|
||||
</section>
|
|
@ -1,31 +0,0 @@
|
|||
---
|
||||
import Button from "../../ui/Button.astro";
|
||||
import FeaturedGroup from "../../ui/FeaturedGroup.astro";
|
||||
import backgroud from "/src/assets/why-bg-2.png";
|
||||
---
|
||||
|
||||
<section
|
||||
id="why"
|
||||
class="flex flex-col overflow-hidden relative md:flex-row mx-10 md:mx-20 lg:mx-40"
|
||||
>
|
||||
<img
|
||||
src={backgroud.src}
|
||||
class="absolute xl:relative -z-10 min-w-[1000px] h-[750px] -mx-10 md:-mx-20 lg:-mx-40"
|
||||
/>
|
||||
<FeaturedGroup
|
||||
subtitle="Why should I donate to Lume?"
|
||||
title="Help us break the pattern"
|
||||
text={[
|
||||
`<ul class="space-y-3 -mb-10 text-body font-body list-disc list-inside text-xl lg:text-2xl">
|
||||
<li class="list-item">You believe the internet should be free and open for everyone, regardless of political beliefs.</li>
|
||||
<li class="list-item">You want a neutral web accessible to everyday people.</li>
|
||||
<li class="list-item">You believe your data should be private and secure unless you choose to share it.</li>
|
||||
<li class="list-item">You want to ensure that you or someone else can’t be censored or “de-platformed.”</li>
|
||||
<li class="list-item">You think people should have free access to information no matter how they choose to access it.</li>
|
||||
<li class="list-item">You believe in handling web abuse using legal and social means instead of censorship and restriction.</li>
|
||||
</ul>`,
|
||||
`Every single day you use the Internet, your data is sold to companies to pay for your usage. Help us break the pattern by funding the creation of free and open-source Web3 tools.`,
|
||||
]}
|
||||
/>
|
||||
<Button label="Donate" href="#methods" />
|
||||
</section>
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
import gfxLeft from "../../../assets/home-gfx-left.png";
|
||||
import gfxLeft from "/src/assets/home-gfx-left.png";
|
||||
---
|
||||
|
||||
<section
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
import logo from "../../../assets/lume-logo.png";
|
||||
import logo from "/src/assets/lume-logo.png";
|
||||
const { view } = Astro.props;
|
||||
|
||||
function getActiveClass(linkView) {
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
import GridCell from "../../ui/GridCell.astro";
|
||||
import GridContainer from "../../ui/GridContainer.astro";
|
||||
import GridCell from "../ui/GridCell.astro";
|
||||
import GridContainer from "../ui/GridContainer.astro";
|
||||
|
||||
const features = [
|
||||
{
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
import Button from "../../ui/Button.astro";
|
||||
import FeaturedGroup from "../../ui/FeaturedGroup.astro";
|
||||
import Button from "../ui/Button.astro";
|
||||
import FeaturedGroup from "../ui/FeaturedGroup.astro";
|
||||
import background from "/src/assets/double-brand-bg.png";
|
||||
---
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
import unifyBg from "/src/assets/unifying-bg.png";
|
||||
import FeaturedGroup from "../../ui/FeaturedGroup.astro";
|
||||
import FeaturedGroup from "../ui/FeaturedGroup.astro";
|
||||
---
|
||||
|
||||
<section
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
import FeaturedGroup from "../../ui/FeaturedGroup.astro";
|
||||
import FeaturedGroup from "../ui/FeaturedGroup.astro";
|
||||
import mario from "/src/assets/mario-level-up.gif";
|
||||
import background from "/src/assets/contribute-bg.png";
|
||||
import Button from "../../ui/Button.astro";
|
||||
import Button from "../ui/Button.astro";
|
||||
---
|
||||
|
||||
<section
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
import GridCell from "../../ui/GridCell.astro";
|
||||
import GridContainer from "../../ui/GridContainer.astro";
|
||||
import GridCell from "../ui/GridCell.astro";
|
||||
import GridContainer from "../ui/GridContainer.astro";
|
||||
|
||||
const features = [
|
||||
{
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
import FeaturedGroup from "../../ui/FeaturedGroup.astro";
|
||||
import FeaturedGroup from "../ui/FeaturedGroup.astro";
|
||||
import backgroundSrc from "/src/assets/new-world-bg.png";
|
||||
---
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
import "../styles/global.scss";
|
||||
import opengraph from "/src/assets/opengraph.png";
|
||||
import Navbar from "../components/Layout/Navbar/Navbar.astro";
|
||||
import Footer from "../components/Layout/Footer/Footer.astro";
|
||||
import JoinCommunity from "../components/Layout/JoinCommunity/JoinCommunity.astro";
|
||||
import Navbar from "../components/Layout/Navbar.astro";
|
||||
import Footer from "../components/Layout/Footer.astro";
|
||||
import JoinCommunity from "../components/Layout/JoinCommunity.astro";
|
||||
|
||||
export interface Props {
|
||||
view: string;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
import Jumbotron from "../components/Donate/Jumbotron/Jumbotron.astro";
|
||||
import Why from "../components/Donate/Why/Why.astro";
|
||||
import How from "../components/Donate/How/How.astro";
|
||||
import Jumbotron from "../components/Donate/Jumbotron.astro";
|
||||
import Why from "../components/Donate/Why.astro";
|
||||
import How from "../components/Donate/How.astro";
|
||||
import Methods from "../components/Donate/Methods/Methods.astro";
|
||||
import Legal from "../components/Donate/Legal/Legal.astro";
|
||||
import Legal from "../components/Donate/Legal.astro";
|
||||
---
|
||||
|
||||
<Layout view="donate" title="Donate - Lume Web">
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
import Typewriter from "../components/Home/Typewriter/Typewriter.astro";
|
||||
import Vision from "../components/Home/Vision/Vision.astro";
|
||||
import Web3 from "../components/Home/Web3/Web3.astro";
|
||||
import PoweredBy from "../components/Home/PoweredBy/PoweredBy.astro";
|
||||
import Meme from "../components/Home/Meme/Meme.astro";
|
||||
import WebComparison from "../components/Home/WebComparison/WebComparison.astro";
|
||||
import Socials from "../components/Home/Socials/Socials.astro";
|
||||
import CTO from "../components/Home/CTO/CTO.astro";
|
||||
import Message from "../components/Home/Message/Message.astro";
|
||||
import Vision from "../components/Home/Vision.astro";
|
||||
import Web3 from "../components/Home/Web3.astro";
|
||||
import PoweredBy from "../components/Home/PoweredBy.astro";
|
||||
import Meme from "../components/Home/Meme.astro";
|
||||
import WebComparison from "../components/Home/WebComparison.astro";
|
||||
import Socials from "../components/Home/Socials.astro";
|
||||
import CTO from "../components/Home/CTO.astro";
|
||||
import Message from "../components/Home/Message.astro";
|
||||
import bg from "../assets/main-page-hero.png";
|
||||
import bgSmall from "../assets/main-page-hero@0.75x.png";
|
||||
import bgSmaller from "../assets/main-page-hero@0.5x.png";
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
import Jumbotron from '../components/Vision/Jumbotron/Jumbotron.astro';
|
||||
import Unify from '../components/Vision/Unify/Unify.astro';
|
||||
import Grid from '../components/Vision/Grid/Grid.astro';
|
||||
import NoVc from '../components/Vision/NoVc/NoVc.astro';
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
import Jumbotron from "../components/Vision/Jumbotron.astro";
|
||||
import Unify from "../components/Vision/Unify.astro";
|
||||
import Grid from "../components/Vision/Grid.astro";
|
||||
import NoVc from "../components/Vision/NoVc.astro";
|
||||
---
|
||||
|
||||
<Layout view="vision" title="Vision - Lume Web">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
import Jumbotron from '../components/What/Jumbotron/Jumbotron.astro';
|
||||
import Grid from '../components/What/Grid/Grid.astro';
|
||||
import NewWorld from '../components/What/NewWorld/NewWorld.astro';
|
||||
import Contribute from '../components/What/Contribute/Contribute.astro';
|
||||
import Layout from "../layouts/Layout.astro";
|
||||
import Jumbotron from "../components/What/Jumbotron.astro";
|
||||
import Grid from "../components/What/Grid.astro";
|
||||
import NewWorld from "../components/What/NewWorld.astro";
|
||||
import Contribute from "../components/What/Contribute.astro";
|
||||
---
|
||||
|
||||
<Layout view="what" title="What is Web3? - Lume Web">
|
||||
|
|
Loading…
Reference in New Issue