Compare commits
8 Commits
v0.3.0
...
v0.3.1-dev
Author | SHA1 | Date |
---|---|---|
semantic-release-bot | 1832051235 | |
Derrick Hammer | 7163485324 | |
Derrick Hammer | f386120ea8 | |
Derrick Hammer | 25a0ce690b | |
Derrick Hammer | fb8a1bbc73 | |
semantic-release-bot | 542c7b07a3 | |
Juan Di Toro | 8ac39c57f1 | |
Juan Di Toro | 7f38d409d2 |
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,17 +1,16 @@
|
||||||
# [0.3.0](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.2.8...v0.3.0) (2023-08-19)
|
## [0.3.1-develop.1](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.3.0...v0.3.1-develop.1) (2023-09-30)
|
||||||
|
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
* add missing image ([0ebbc48](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/0ebbc48337ff81a2753f7f1ee01eff83168806c9))
|
* spacing, button getting cutoff again :( ([7f38d40](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/7f38d409d262d972722f26f221e6be721104999f))
|
||||||
* grammar ([ff7b022](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/ff7b0227897db1a8a9eba3fcbe348e5b88d9c030))
|
|
||||||
* meme headline and donate button ([917a818](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/917a818c8375c0c880e5c4b3bf5760698bc739f1))
|
# [0.3.0-develop.5](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.3.0-develop.4...v0.3.0-develop.5) (2023-08-21)
|
||||||
|
|
||||||
|
|
||||||
### Features
|
### Bug Fixes
|
||||||
|
|
||||||
* add grid feature for NFT's ([14dad07](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/14dad07901eea31b97ce741d4a1ab19961d15c7c))
|
* spacing, button getting cutoff again :( ([7f38d40](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/7f38d409d262d972722f26f221e6be721104999f))
|
||||||
* add sitemap ([599bba5](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/599bba5c352ead5981732d68a5c83cc42a40cb65))
|
|
||||||
|
|
||||||
# [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)
|
# [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)
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@lumeweb/lumeweb.com",
|
"name": "@lumeweb/lumeweb.com",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1-develop.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@lumeweb/lumeweb.com",
|
"name": "@lumeweb/lumeweb.com",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1-develop.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/react": "^2.1.1",
|
"@astrojs/react": "^2.1.1",
|
||||||
"@astrojs/sitemap": "^2.0.2",
|
"@astrojs/sitemap": "^2.0.2",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@lumeweb/lumeweb.com",
|
"name": "@lumeweb/lumeweb.com",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1-develop.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -17,11 +17,15 @@
|
||||||
<p class="font-body text-xl md:text-3xl text-body">
|
<p class="font-body text-xl md:text-3xl text-body">
|
||||||
Join us in shaping tomorrow's digital world. Unite with Web3 and lets connect.
|
Join us in shaping tomorrow's digital world. Unite with Web3 and lets connect.
|
||||||
</p>
|
</p>
|
||||||
|
<p class="font-body text-xl md:text-3xl text-body italic">
|
||||||
|
We are actively building, so if you want to understand the problems we are solving and are asking "What is
|
||||||
|
Lume?" ...
|
||||||
|
</p>
|
||||||
<div class="pt-10 w-full">
|
<div class="pt-10 w-full">
|
||||||
<a
|
<a
|
||||||
href="https://web3extension.io"
|
href="https://docs.lumeweb.com"
|
||||||
class="text-2xl w-full block text-center md:max-w-[350px] rounded-md bg-primary py-3 px-10 text-black font-body"
|
class="text-2xl w-full block text-center md:max-w-[350px] rounded-md bg-primary py-3 px-10 text-black font-body"
|
||||||
>Connect to Web3</a
|
>View our Docs</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -3,80 +3,75 @@ import logo from "/src/assets/lume-logo.png";
|
||||||
---
|
---
|
||||||
|
|
||||||
<footer
|
<footer
|
||||||
class="flex flex-col lg:flex-row py-24 font-body mb-3 mx-10 md:mx-20 xl:mx-40 max-w-screen"
|
class="flex flex-col lg:flex-row py-24 font-body mb-3 mx-10 md:mx-20 xl:mx-40 max-w-screen"
|
||||||
>
|
>
|
||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
<a href="/">
|
<a href="/">
|
||||||
<img src={logo.src} class="w-36 mb-2" alt="Lume" />
|
<img src={logo.src} class="w-36 mb-2" alt="Lume"/>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="mailto:contact@lumeweb.com"
|
href="mailto:contact@lumeweb.com"
|
||||||
class="flex flex-row items-center text-body text-xl"
|
class="flex flex-row items-center text-body text-xl"
|
||||||
>
|
|
||||||
<svg
|
|
||||||
fill="none"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
stroke-width="1.5"
|
|
||||||
stroke="currentColor"
|
|
||||||
class="w-4 h-4 mr-2"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
>
|
|
||||||
<path
|
|
||||||
stroke-linecap="round"
|
|
||||||
stroke-linejoin="round"
|
|
||||||
d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"
|
|
||||||
>
|
>
|
||||||
</path>
|
<svg
|
||||||
</svg>
|
fill="none"
|
||||||
contact@lumeweb.com
|
viewBox="0 0 24 24"
|
||||||
</a>
|
stroke-width="1.5"
|
||||||
<div class="text-lg text-primary font-bold font-display my-10">
|
stroke="currentColor"
|
||||||
Freedom. Privacy. <br />Ownership.
|
class="w-4 h-4 mr-2"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
>
|
||||||
|
<path
|
||||||
|
stroke-linecap="round"
|
||||||
|
stroke-linejoin="round"
|
||||||
|
d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"
|
||||||
|
>
|
||||||
|
</path>
|
||||||
|
</svg>
|
||||||
|
contact@lumeweb.com
|
||||||
|
</a>
|
||||||
|
<div class="text-lg text-primary font-bold font-display my-10">
|
||||||
|
Freedom. Privacy. <br/>Ownership.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="flex-1 my-5 lg:my-0">
|
||||||
|
<h5 class="text-3xl mb-3">General</h5>
|
||||||
|
<ul class="text-body font-body text-xl">
|
||||||
|
<li>
|
||||||
|
<a href="/" class="hover:underline">Home</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://git.lumeweb.com" class="hover:underline">Git</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://docs.lumeweb.com" class="hover:underline">Docs</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="flex-1 my-5 lg:my-0">
|
||||||
|
<h5 class="text-3xl mb-3">Community</h5>
|
||||||
|
<ul class="text-body font-body text-xl">
|
||||||
|
<li>
|
||||||
|
<a href="https://github.com/LumeWeb" class="hover:underline">GitHub</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://discord.gg/qpC8ADp3rS" class="hover:underline"
|
||||||
|
>Discord</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="https://twitter.com/lumeweb3" class="hover:underline"
|
||||||
|
>Twitter</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="flex-1 my-5 lg:my-0">
|
||||||
|
<h5 class="text-3xl mb-3">Support Us</h5>
|
||||||
|
<ul class="text-body font-body text-xl">
|
||||||
|
<li>
|
||||||
|
<a href="/donate" class="hover:underline">Donate</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="flex-1 my-5 lg:my-0">
|
|
||||||
<h5 class="text-3xl mb-3">General</h5>
|
|
||||||
<ul class="text-body font-body text-xl">
|
|
||||||
<li>
|
|
||||||
<a href="/" class="hover:underline">Home</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://git.lumeweb.com" class="hover:underline">Git</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="flex-1 my-5 lg:my-0">
|
|
||||||
<h5 class="text-3xl mb-3">Community</h5>
|
|
||||||
<ul class="text-body font-body text-xl">
|
|
||||||
<li>
|
|
||||||
<a href="https://github.com/LumeWeb" class="hover:underline">GitHub</a>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://discord.gg/qpC8ADp3rS" class="hover:underline"
|
|
||||||
>Discord</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://twitter.com/lumeweb3" class="hover:underline"
|
|
||||||
>Twitter</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="flex-1 my-5 lg:my-0">
|
|
||||||
<h5 class="text-3xl mb-3">Ecosystem</h5>
|
|
||||||
<ul class="text-body font-body text-xl">
|
|
||||||
<li>
|
|
||||||
<a href="https://web3extension.io" class="hover:underline">Extension</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="flex-1 my-5 lg:my-0">
|
|
||||||
<h5 class="text-3xl mb-3">Support Us</h5>
|
|
||||||
<ul class="text-body font-body text-xl">
|
|
||||||
<li>
|
|
||||||
<a href="/donate" class="hover:underline">Donate</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -9,7 +9,7 @@ import background from "/src/assets/double-brand-bg.png";
|
||||||
src={background.src}
|
src={background.src}
|
||||||
class="absolute top-0 right-0 md:static -mx-10 -md:mx-20 lg:-mx-40 w-[1000px] max-h-[650px]"
|
class="absolute top-0 right-0 md:static -mx-10 -md:mx-20 lg:-mx-40 w-[1000px] max-h-[650px]"
|
||||||
/>
|
/>
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col py-10">
|
||||||
<FeaturedGroup
|
<FeaturedGroup
|
||||||
subtitle="Community-Powered"
|
subtitle="Community-Powered"
|
||||||
title="All about the people, no VC here."
|
title="All about the people, no VC here."
|
||||||
|
|
Loading…
Reference in New Issue