update branding assets

This commit is contained in:
Lucy Cifferello
2023-07-28 15:07:29 -04:00
parent c9845aee0d
commit f7d47ce598
4 changed files with 4 additions and 6 deletions

View File

@@ -1,10 +1,8 @@
<section id="hero">
<div id="hero-image" class="image-with-shadow">
<img src="/assets/images/explosion.png" alt="start9 hero; voxel explosion" title="start9 hero; voxel explosion">
<img as="image" class="img-shadow" src="/assets/images/explosion.png" alt="">
</div>
<div id="logo">
{% include "svgs/logo.svg" %}
{% include "svgs/start9-brand.svg" %}
<span>sovereign computing</span>
</div>
</section>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 3.1 MiB

View File

@@ -14,7 +14,7 @@ gsap.from("#hero-to-pitch path:first-child", {
scrollTrigger: {
trigger: "#hero-to-pitch",
scrub: true,
start: "top 50%", // "triggerElement page"
start: "top 90%", // "triggerElement page"
end: "bottom 50%", // "triggerElement page"
toggleActions: defaultActions,
},

View File

@@ -114,11 +114,11 @@ nav {
flex-direction: column;
align-items: center;
svg {
width: 15rem;
width: 20rem;
margin-top: 0.6rem;
}
span {
padding-top: 0.1rem;
padding-top: 1rem;
text-transform: uppercase;
font-weight: 400;
letter-spacing: .1ch;