Merge branch 'develop' of git.lumeweb.com:LumeWeb/lumeweb.com into develop

This commit is contained in:
Derrick Hammer 2023-08-19 11:10:06 -04:00
commit 5f92ed7d7a
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
5 changed files with 143 additions and 125 deletions

View File

@ -1,3 +1,17 @@
# [0.3.0-develop.4](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.3.0-develop.3...v0.3.0-develop.4) (2023-08-19)
### Bug Fixes
* meme headline and donate button ([917a818](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/917a818c8375c0c880e5c4b3bf5760698bc739f1))
# [0.3.0-develop.3](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.3.0-develop.2...v0.3.0-develop.3) (2023-08-19)
### Features
* add sitemap ([599bba5](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/599bba5c352ead5981732d68a5c83cc42a40cb65))
# [0.3.0-develop.2](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.3.0-develop.1...v0.3.0-develop.2) (2023-08-19)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@lumeweb/lumeweb.com",
"version": "0.3.0-develop.2",
"version": "0.3.0-develop.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@lumeweb/lumeweb.com",
"version": "0.3.0-develop.2",
"version": "0.3.0-develop.4",
"dependencies": {
"@astrojs/react": "^2.1.1",
"@astrojs/sitemap": "^2.0.2",

View File

@ -1,7 +1,7 @@
{
"name": "@lumeweb/lumeweb.com",
"type": "module",
"version": "0.3.0-develop.2",
"version": "0.3.0-develop.4",
"private": true,
"repository": {
"type": "git",

View File

@ -12,7 +12,7 @@ import backgroud from "/src/assets/why-bg-2.png";
src={backgroud.src}
class="absolute xl:relative -z-10 min-w-[1000px] h-[750px] -mx-10 md:-mx-20 lg:-mx-40"
/>
<div>
<div class="py-5 px-2 lg:px-0">
<FeaturedGroup
subtitle="Why should I donate to Lume?"
title="Help us break the pattern"

View File

@ -12,7 +12,11 @@ import meme4Small from "/src/assets/meme-4-small.png";
<section
class="flex flex-col w-full border-y border-dark-aquamarine divide-y divide-dark-aquamarine lg:h-[1200px]"
>
<h3 class="font-display text-4xl md:text-6xl font-bold mb-5 font-display text-primary ">Web3's Current Path</h3>
<h3
class="font-display text-4xl md:text-6xl font-bold p-5 uppercase bg-dark-aquamarine text-primary"
>
Web3's Current Path
</h3>
<!-- MEME GRID BIG -->
<div
class="hidden lg:flex flex-1 flex-row w-full divide-x divide-dark-aquamarine"