mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 10:21:54 +00:00
* optimize data for ticker * rework data model for cleaner be your own section * wip * delete deprecated assets * edit copy; misc small style fixes * reenable ticker, update nexcloud, edit embassy one name * rearrange support section * new graphiccs to info section * bold personal server iheader in info section * mobile styling for be your own section * adjust infographics section * adjust underline + animmation * add ui screenshots to powered by section * fix overflow, sizing, spacing * renable ticker * fix marketplace link * more link updates * edit team bios and fix apostrophes * update footer with bdonation link; adjust scss spacing * copy changes * add license page * clean up spacing and uunused files * Update src/_includes/components/landing/community.njk * Update src/_includes/components/landing/infographics.njk * Update src/_includes/components/landing/powered-by.njk * Update src/_includes/components/landing/support.njk * connect subscribe api * implement newsletter subscription * audit all links and cleanup * add 404 page and more cleanup * add sitemap and robots * fix service links * small fixes + copy edits * fix infographics and ticker spacing * update emails * update docs links and temp remove team * update docs link urls * fix diy link * typo * typo and sizing * Update src/about.njk Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
68 lines
2.2 KiB
Plaintext
68 lines
2.2 KiB
Plaintext
---
|
|
title: Start9 | Sovereign Computing
|
|
layout: layouts/base.njk
|
|
---
|
|
|
|
<link rel="stylesheet" href="/assets/styles/landing.css">
|
|
|
|
{% include "components/landing/hero.njk" %}
|
|
|
|
<div class="line" id="hero-to-pitch">
|
|
{% include "svgs/lines/hero-to-pitch.svg" %}
|
|
</div>
|
|
|
|
{% include "components/landing/pitch.njk" %}
|
|
|
|
{% include "components/landing/products.njk" %}
|
|
|
|
<div class="line" id="products-to-info">
|
|
{% include "svgs/lines/products-to-info.svg" %}
|
|
</div>
|
|
|
|
{% include "components/landing/powered-by.njk" %}
|
|
|
|
<div class="line" id="be-to-powered">
|
|
{% include "svgs/lines/be-to-powered.svg" %}
|
|
</div>
|
|
|
|
{% include "components/landing/infographics.njk" %}
|
|
|
|
<div class="line" id="powered-to-support">
|
|
{% include "svgs/lines/powered-to-support.svg" %}
|
|
</div>
|
|
|
|
{% include "components/landing/be-your-own.njk" %}
|
|
|
|
{% include "components/landing/bitcoin.njk" %}
|
|
|
|
<div class="line" id="bitcoin-to-be">
|
|
{% include "svgs/lines/bitcoin-to-be.svg" %}
|
|
</div>
|
|
|
|
|
|
{% include "components/landing/support.njk" %}
|
|
|
|
<div class="line" id="support-to-dev">
|
|
{% include "svgs/lines/support-to-dev.svg" %}
|
|
</div>
|
|
|
|
{% include "components/landing/dev.njk" %}
|
|
|
|
<div class="line" id="dev-to-contact">
|
|
{% include "svgs/lines/dev-to-contact.svg" %}
|
|
</div>
|
|
|
|
{% include "components/landing/community.njk" %}
|
|
|
|
<script defer src="{{ '/assets/js/libraries/gsap.min.js' | url }}"></script>
|
|
<script defer src="{{ '/assets/js/libraries/ScrollTrigger.min.js' | url }}"></script>
|
|
<script defer src="{{ '/assets/js/libraries/DrawSVGPlugin.min.js' | url }}"></script>
|
|
<script defer src="{{ '/assets/js/libraries/CustomEase.min.js' | url }}"></script>
|
|
<script defer src="{{ '/assets/js/_header.js' | url }}"></script>
|
|
<script defer src="{{ '/assets/js/_menu.js' | url }}"></script>
|
|
<script defer src="{{ '/assets/js/_hero.js' | url }}"></script>
|
|
<script defer src="{{ '/assets/js/landing.js' | url }}"></script>
|
|
<script defer src="{{ '/assets/js/landing/_appearance-animation.js' | url }}"></script>
|
|
<script defer src="{{ '/assets/js/landing/_bitcoin-animation.js' | url }}"></script>
|
|
<script defer src="{{ '/assets/js/landing/_ticker-animation.js' | url }}"></script>
|
|
<script defer src="{{ '/assets/js/landing/_contact-post.js' | url }}"></script> |