feat: perf

This commit is contained in:
Nazareno Oviedo 2022-03-31 12:27:05 -03:00
parent 9974b56c69
commit cfc7e367af
12 changed files with 17 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -186,7 +186,7 @@
}
.connect__links {
> div {
> li:last-of-type {
display: grid;
align-content: flex-start;
gap: tovw(16px, 'default', 16px);
@ -229,7 +229,7 @@
}
}
div {
> li {
display: flex;
gap: tovw(37px, 'default', 24px);
@media screen and (max-width: 800px) {

View File

@ -50,6 +50,7 @@ export const Footer = () => {
/>
<button>
<ArrowLink />
<span className="sr-only">Send</span>
</button>
</form>
</Container>
@ -112,7 +113,7 @@ export const Footer = () => {
Connect
</Link>
</li>
<div>
<li>
{ConnectLinks.map((link) => {
return (
<li key={link.title}>
@ -123,14 +124,14 @@ export const Footer = () => {
</li>
)
})}
</div>
</li>
</ul>
</nav>
</Container>
<Container>
<nav className={s['sub__footer']}>
<ul>
<div>
<li>
<li>
<Link href="/privacy-policy" variant="nav">
Privacy Policy
@ -141,7 +142,7 @@ export const Footer = () => {
Terms of Use
</Link>
</li>
</div>
</li>
<li>
<p>Laconic, The Source of Proof</p>
</li>

View File

@ -16,6 +16,7 @@ export const Header = () => {
<NextLink href="/">
<a>
<Logo />
<span className="sr-only">Laconic</span>
</a>
</NextLink>
<ul className="hide-on-mobile">

View File

@ -53,17 +53,23 @@ const Hero = () => {
Get Started
</Button>
<div className={s['scroll']}>
<div className="hide-on-mobile">
<div>
<p>C:</p>
<Flag className={s['flag']} />
</div>
<div>
<Heading as="h5" variant="xs" font="dmmono" centered>
<Heading
as="span"
centered
font="dmmono"
style={{ display: 'block' }}
variant="xs"
>
Scroll Down
</Heading>
<ArrowDotted className={s['arrow']} />
</div>
<div>
<div className="hide-on-mobile">
<p>Home</p>
<ul>
<li>