Compare commits
No commits in common. "v0.2.3" and "v0.2.2" have entirely different histories.
|
@ -1,10 +1,3 @@
|
|||
## [0.2.3](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.2.2...v0.2.3) (2023-08-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove scroll bars and add padding to contrast box ([0d32745](https://git.lumeweb.com/LumeWeb/lumeweb.com/commit/0d32745b1817b84211404093a0e10e7015cf6b3e))
|
||||
|
||||
## [0.2.2](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.2.1...v0.2.2) (2023-08-13)
|
||||
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.2",
|
||||
"dependencies": {
|
||||
"@astrojs/react": "^2.1.1",
|
||||
"@astrojs/tailwind": "^3.1.1",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@lumeweb/lumeweb.com",
|
||||
"type": "module",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.2",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
<section id="vision" class="bg-black/40 p-5 space-y-10 mx-10 sm:mx-20 xl:mx-40">
|
||||
<section
|
||||
id="vision"
|
||||
class="bg-black/40 p-5 lg:p-0 space-y-10 mx-10 sm:mx-20 xl:mx-40"
|
||||
>
|
||||
<h2 class="font-display text-primary font-bold text-xl md:text-2xl uppercase">
|
||||
Our Vision
|
||||
</h2>
|
||||
|
|
|
@ -37,7 +37,9 @@ import meme4Small from "/src/assets/meme-4-small.png";
|
|||
alt=""
|
||||
class="absolute bottom-0 -left-[110px] object-contain xl:-left-5 float-left"
|
||||
/>
|
||||
<span class="float-right mt-16 w-[300px] space-y-10 mr-5">
|
||||
<span
|
||||
class="float-right mt-16 w-[300px] space-y-10 mr-5 overflow-y-auto max-h-[400px]"
|
||||
>
|
||||
<h3 class="font-display text-6xl">Web2</h3>
|
||||
<p class="font-body text-2xl text-body">
|
||||
Featuring improved gaming, online apps, and video streaming, was
|
||||
|
@ -58,7 +60,9 @@ import meme4Small from "/src/assets/meme-4-small.png";
|
|||
alt=""
|
||||
class="absolute bottom-0 -left-[110px] xl:-left-5 float-left object-contain"
|
||||
/>
|
||||
<span class="float-right mt-16 w-[300px] space-y-10 mr-1 xl:mr-5">
|
||||
<span
|
||||
class="float-right mt-16 w-[300px] space-y-10 mr-1 xl:mr-5 overflow-y-auto max-h-[400px]"
|
||||
>
|
||||
<h3 class="font-display text-6xl">Crypto/<br />DeFi</h3>
|
||||
<p class="font-body text-2xl text-body">
|
||||
The advent of Bitcoin sparked innovation, but over time,
|
||||
|
@ -75,7 +79,9 @@ import meme4Small from "/src/assets/meme-4-small.png";
|
|||
alt=""
|
||||
class="absolute bottom-0 -left-[110px] object-contain xl:-left-5 float-left"
|
||||
/>
|
||||
<span class="float-right mt-16 w-[300px] space-y-10 mr-1 xl:mr-5">
|
||||
<span
|
||||
class="float-right mt-16 w-[300px] space-y-10 mr-1 xl:mr-5 overflow-y-auto max-h-[400px]"
|
||||
>
|
||||
<h3 class="font-display text-6xl">Web3</h3>
|
||||
<p class="font-body text-2xl text-body">
|
||||
Web3 emerged as a buzzword to replace DeFi, but its meaning varies.
|
||||
|
|
Loading…
Reference in New Issue