mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-30 04:02:00 +00:00
update branding assets
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
<section id="hero">
|
<section id="hero">
|
||||||
<div id="hero-image" class="image-with-shadow">
|
<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>
|
||||||
<div id="logo">
|
<div id="logo">
|
||||||
{% include "svgs/logo.svg" %}
|
{% include "svgs/start9-brand.svg" %}
|
||||||
<span>sovereign computing</span>
|
<span>sovereign computing</span>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</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: {
|
scrollTrigger: {
|
||||||
trigger: "#hero-to-pitch",
|
trigger: "#hero-to-pitch",
|
||||||
scrub: true,
|
scrub: true,
|
||||||
start: "top 50%", // "triggerElement page"
|
start: "top 90%", // "triggerElement page"
|
||||||
end: "bottom 50%", // "triggerElement page"
|
end: "bottom 50%", // "triggerElement page"
|
||||||
toggleActions: defaultActions,
|
toggleActions: defaultActions,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -114,11 +114,11 @@ nav {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
svg {
|
svg {
|
||||||
width: 15rem;
|
width: 20rem;
|
||||||
margin-top: 0.6rem;
|
margin-top: 0.6rem;
|
||||||
}
|
}
|
||||||
span {
|
span {
|
||||||
padding-top: 0.1rem;
|
padding-top: 1rem;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
letter-spacing: .1ch;
|
letter-spacing: .1ch;
|
||||||
|
|||||||
Reference in New Issue
Block a user