mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 02:11:55 +00:00
update branding assets
This commit is contained in:
@@ -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 |
@@ -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,
|
||||
},
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user