reorged images, svgs, components; removed obsolete images, files;

This commit is contained in:
Spencer Flagg
2022-10-21 10:51:39 +02:00
parent df7924c1bc
commit 7e164ad4e8
97 changed files with 50 additions and 623 deletions

View File

@@ -53,7 +53,7 @@ module.exports = function (eleventyConfig) {
//eleventyConfig.addPlugin(tinyCSS);
eleventyConfig.addPlugin(tinyHTML);
eleventyConfig.addPlugin(tinysvg, {
baseUrl: 'src/_includes/components/svg/',
baseUrl: 'src/_includes/svgs/',
});
// eleventyConfig.addPlugin(lazyImagesPlugin, {

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
/_site
.env
.png~

View File

@@ -1,3 +1,5 @@
/* fetches feeds on build */
const Parser = require('rss-parser');
const parser = new Parser();

View File

@@ -1,5 +0,0 @@
<ul>
{% for post in collections.posts %}
<li><a href="{{ post.url }}">{{ post.data.title }}</a></li>
{% endfor %}
</ul>

View File

@@ -1,7 +1,7 @@
<footer>
<div class="footer__content">
<div class="header">
{% include "components/svg/logo.svg" %}
{% include "svgs/logo.svg" %}
<div class="footer__copyright">{{ site.footer.copyright }}</div>
<div class="footer__donate">[btcpay widget]</div>
</div>
@@ -12,7 +12,7 @@
<ul>
{% for item in group.items|sort(false, false, 'order') %}
<li>
<a {{'class=' + item.class + '' if item.class}} {{'target=' + item.target + '' if item.target}} href="{{item.url}}">{{item.name}}{% if item.icon %}{% include "components/svg/" + item.icon + ".svg" %}{% endif %}</a>
<a {{'class=' + item.class + '' if item.class}} {{'target=' + item.target + '' if item.target}} href="{{item.url}}">{{item.name}}{% if item.icon %}{% include "svgs/" + item.icon + ".svg" %}{% endif %}</a>
</li>
{% endfor %}
</ul>

View File

@@ -1,7 +1,7 @@
<header>
<nav>
<a class="header__logo" href="/" aria-label="Return Home">
{% include "components/svg/logo.svg" %}
{% include "svgs/logo.svg" %}
</a>
<ul>
{% for group in menu|selectattr("inHeader") %}
@@ -12,10 +12,10 @@
{% endfor %}
{% endfor %}
<li class="closed-menu">
<a id="menu-open" href=""><span class="hide-on-mobile">menu</span> {% include "components/svg/menu-open.svg" %}</a>
<a id="menu-open" href=""><span class="hide-on-mobile">menu</span> {% include "svgs/menu-open.svg" %}</a>
</li>
<li class="opened-menu">
<a id="menu-close" href="">{% include "components/svg/menu-close.svg" %}</a>
<a id="menu-close" href="">{% include "svgs/menu-close.svg" %}</a>
</li>
</ul>
</nav>

View File

@@ -8,15 +8,15 @@
{% endfor %}
{% endfor %} #}
<li>
<a target="_blank" rel="noopener noreferrer" href="https://matrix.to/#/!lMnRwPWnyQvOfAoEnD:matrix.start9labs.com">{% include "components/svg/matrix.svg" %}</a>
<a target="_blank" rel="noopener noreferrer" href="https://matrix.to/#/!lMnRwPWnyQvOfAoEnD:matrix.start9labs.com">{% include "svgs/matrix.svg" %}</a>
</li>
<li>
<a target="_blank" rel="noopener noreferrer" href="https://www.youtube.com/channel/UCGEw4HJDvOn3Oy8ykR36P7Q">{% include "components/svg/youtube.svg" %}</a>
<a target="_blank" rel="noopener noreferrer" href="https://www.youtube.com/channel/UCGEw4HJDvOn3Oy8ykR36P7Q">{% include "svgs/youtube.svg" %}</a>
</li>
<li>
<a target="_blank" rel="noopener noreferrer" href="https://t.me/start9_labs">{% include "components/svg/telegram.svg" %}</a>
<a target="_blank" rel="noopener noreferrer" href="https://t.me/start9_labs">{% include "svgs/telegram.svg" %}</a>
</li>
<li>
<a target="_blank" rel="noopener noreferrer" href="https://twitter.com/start9labs">{% include "components/svg/twitter.svg" %}</a>
<a target="_blank" rel="noopener noreferrer" href="https://twitter.com/start9labs">{% include "svgs/twitter.svg" %}</a>
</li>
</ul>

View File

@@ -1,46 +0,0 @@
<section id="be-your-own">
<h1>Be
<em>your own</em>
everything</h1>
<p>Anything you can do in the <a href="https://en.wikipedia.org/wiki/Censorship_by_Apple#App_Store" target="_blank" rel="noopener noreferrer">permissioned</a>, <a href="https://www.computerworld.com/article/3634591/the-problem-with-the-subscription-economy.html" target="_blank" rel="noopener noreferrer">subscription-based</a>, <a href="https://en.wikipedia.org/wiki/Privacy_concerns_regarding_Google" target="_blank" rel="noopener noreferrer">privacy-invading</a>, <a target="_blank" rel="noopener noreferrer" href="https://dataprot.net/articles/biggest-data-breaches/">insecure</a> model of cloud computing, you
can also do in the open, free, private, secure model of <em>sovereign computing</em>.</p>
<div id='ticker'>
<div id="ticker__selected-frame">
<span>be your own</span>
{# <div id="services"></div> #}
</div>
<div id="ticker__window">
<ul class='pseudoservices'>
{% for pseudoservice in pseudoservices %}
<li class="pseudoservice">{{ pseudoservice.name }}</li>
{% endfor %}
</ul>
</div>
<div class="services">
{% for pseudoservice in pseudoservices %}
<div class="slides-container slides-container--{{ pseudoservice.slug }}">
<ul class="slides-inner">
{% for service in services %}
{% if pseudoservice.slug in service.pseudoservices %}
<li class="service slide">
{# <a href="">{% include "components/svg/chevron-left.svg" %}</a> #}
<a class="service__content" href="https://marketplace.start9.com/{{service.slug}}" target="_blank" rel="noopener noreferrer">
<img class="service__image" src="assets/images/service-icons/{{ service.slug }}.png" alt="{{ service.name }} emabssyos service icon" title="{{ service.name }} service icon"/>
<div class="service__name">{{ service.name }}</div>
{# <div class="service__desc">{{ service.description }}</div> #}
</a>
{# <a href="">{% include "components/svg/chevron-right.svg" %}</a> #}
</li>
{% endif %}
{% endfor %}
</ul>
</div>
{% endfor %}
<div class="slides-controls">
<button id="prevButton">{% include "components/svg/chevron-left.svg" %}</button>
<button id="nextButton">{% include "components/svg/chevron-right.svg" %}</button>
</div>
</div>
</div>
<a href="{{ site.beYourOwn.url }}" class="btn">browse the start9 marketplace</a>
</section>

View File

@@ -1,5 +1,5 @@
<section id="bitcoin">
{% include "components/svg/grid_blend_top.svg" %}
{% include "svgs/bitcoin-grid-blend-top.svg" %}
<div class="subsection">
<h1>Become Bitcoin</h1>
<p>
@@ -27,5 +27,5 @@
{% endfor %}
{% endfor %}
</div>
{% include "components/svg/grid_blend_bottom.svg" %}
{% include "svgs/bitcoin-grid-blend-bottom.svg" %}
</section>

View File

@@ -4,7 +4,7 @@
<img as="image" class="img-shadow" src="assets/images/explosion.png" alt="">
</div>
<div id="logo">
{% include "components/svg/logo.svg" %}
{% include "svgs/logo.svg" %}
<span>sovereign computing</span>
</div>
</section>

View File

@@ -12,7 +12,7 @@
<ul>
{% for highlight in highlights %}
<li>
<div class="highlight-icon">{% include "components/svg/" + highlight.slug + ".njk" %}</div>
<div class="highlight-icon">{% include "svgs/" + highlight.slug + ".njk" %}</div>
<h3>{{highlight.name|safe}}</h3>
</li>
{% endfor %}

View File

@@ -9,10 +9,9 @@
private information, permanently delete your data, or cut you off at any time. Even if the companies behind these apps
are not malicious, they are prime targets for hackers and are vulnerable to political winds.</p>
<div class="image-with-shadow">
{% include "components/svg/big-tech-network-diagram.svg" %}
<div class="img-shadow">{% include "components/svg/big-tech-network-diagram.svg" %}</div>
{% include "svgs/big-tech-network-diagram.svg" %}
<div class="img-shadow">{% include "svgs/big-tech-network-diagram.svg" %}</div>
</div>
{# {% include "components/svg/big-tech-network-diagram.svg" %} #}
</div>
<div class="subsection">
<h1>Take back
@@ -26,9 +25,9 @@
<em>Start9 levels the playing field</em>
by making it possible for the rest of us.</p>
<div class="image-with-shadow">
{% include "components/svg/embassyos-network-diagram_red_extended.svg" %}
<div class="img-shadow">{% include "components/svg/embassyos-network-diagram_red_extended.svg" %}</div>
{% include "svgs/embassyos-network-diagram_red_extended.svg" %}
<div class="img-shadow">{% include "svgs/embassyos-network-diagram_red_extended.svg" %}</div>
</div>
{# {% include "components/svg/embassyOS-network-diagram_red_extended.svg" %} #}
{# {% include "svgs/embassyOS-network-diagram_red_extended.svg" %} #}
</div>
</section>

View File

@@ -1,3 +0,0 @@
<svg width="117" height="380" viewBox="0 0 117 380" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M115 0V71.3869H2V380" stroke="white" stroke-width="2.37"/>
</svg>

Before

Width:  |  Height:  |  Size: 175 B

View File

@@ -1,3 +0,0 @@
<svg width="358" height="1" viewBox="0 0 358 1" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="1" d="M0 0.5H357.5" stroke="#FFF" stroke-opacity="0.8"/>
</svg>

Before

Width:  |  Height:  |  Size: 170 B

View File

@@ -1,3 +0,0 @@
<svg width="139" height="367" viewBox="0 0 139 367" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="2" d="M138 0V196.208H1V367" stroke="#FFF" stroke-opacity="0.8"/>
</svg>

Before

Width:  |  Height:  |  Size: 182 B

View File

@@ -1,11 +0,0 @@
<svg width="525" height="600" viewBox="0 0 525 600" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_417_136)">
<path d="M263 142H524V0" stroke="black"/>
<path d="M1 0V142H263" stroke="black"/>
</g>
<defs>
<clipPath id="clip0_417_136">
<rect width="525" height="600" fill="white"/>
</clipPath>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 333 B

View File

@@ -1,11 +0,0 @@
<svg class="line-primary" viewBox="0 0 525 600" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="m 1,0 v 142 l 267,1"
vector-effect="non-scaling-stroke" />
<path
d="m 524,0 v 142 l -256,1"
vector-effect="non-scaling-stroke" />
<path
d="M268 143V442.55H140V600"
vector-effect="non-scaling-stroke" />
</svg>

Before

Width:  |  Height:  |  Size: 350 B

View File

@@ -12,15 +12,8 @@
</p>
</div>
<div class="image-with-shadow">
{% include "components/svg/stack-new5.svg" %}
<div class="img-shadow">{% include "components/svg/stack-new5.svg" %}</div>
{% include "svgs/stack.svg" %}
<div class="img-shadow">{% include "svgs/stack.svg" %}</div>
</div>
{# <a class="source-link" href="{{ site.poweredBy.url }}" target="_blank" rel="noopener noreferrer">
<div class="image-with-shadow">
<img src="assets/images/code1.png" alt="html tag icon" title="html tag icon"/>
<img class="img-shadow" src="assets/images/code1.png" style="filter: blur(.8rem) brightness(0)" alt=""/>
</div>
check out the <span>source code</span></a> #}
</section>

View File

@@ -1,71 +0,0 @@
<section id="products">
<div class="product-group">
<div class="product">
<div class="product__box">
<div class="front">
<h1>Embassy ONE</h1>
</div>
<div class="back">
Back
</div>
<div class="top">
Top
</div>
<div class="bottom">
Bottom
</div>
<div class="left">
Left
</div>
<div class="right">
You assemble the hardware. You download the OS or build from source.
</div>
</div>
</div>
<div class="product product--pro">
<div class="product__box">
<div class="front">
<h1>Embassy PRO</h1>
</div>
<div class="back">
Back
</div>
<div class="top">
Top
</div>
<div class="bottom">
Bottom
</div>
<div class="left">
Left
</div>
<div class="right">
You assemble the hardware. You download the OS or build from source.
</div>
</div>
</div>
<div class="product">
<div class="product__box">
<div class="front">
<h1>Do it yourself</h1>
</div>
<div class="back">
Back
</div>
<div class="top">
Top
</div>
<div class="bottom">
Bottom
</div>
<div class="left">
Left
</div>
<div class="right">
You assemble the hardware. You download the OS or build from source.
</div>
</div>
</div>
</div>
<aside><h3>Welcome to the <em>revolution</em>.</h3></aside>
</section>

View File

@@ -7,18 +7,15 @@
<h1 class="product__header">buy</h1>
<span class="product__subheader">your embassy</span>
</div>
{% include "components/svg/buy-real-lines2.svg" %}
{% include "svgs/embassy-pro-sketch-lines.svg" %}
</a>
</div>
<div class="subsection subsection--diy">
<a class="product product--diy" href="{{ site.products.diyUrl }}">
{# <img src="assets/images/diy.png" alt="partially assembled embassy, represented in voxels" title="partially assembled embassy, represented in voxels">
<img class="img-shadow" src="assets/images/diy.png" alt=""> #}
<div class="heading">
<span class="product__subheader"><strong>like to tinker?</strong></span>
<span class="product__subheader">DIY your embassy</span>
</div>
{# {% include "components/svg/diy-lines.svg" %} #}
</a>
</div>
</section>

View File

@@ -15,8 +15,8 @@
</div>
<div class="col">
<div class="image-with-shadow">
<img src="assets/images/support1.png" alt="life preserver icon" title="life preserver icon">
<img class="img-shadow" src="assets/images/support1.png" alt=""></div>
<img src="assets/images/support-header.png" alt="life preserver icon" title="life preserver icon">
<img class="img-shadow" src="assets/images/support-header.png" alt=""></div>
</div>
</div>
<a class="btn" href="{{ site.support.url }}">meet the team</a>

View File

@@ -1,6 +1,5 @@
<section id="menu">
<div class="menu-content">
{# <div class="header"><a href="/"><img src="assets/images/start9_logo.png" alt=""/></a></div> #}
<ul class="groups">
{% for group in menu|selectattr("inFlyout")|sort(false, false, 'order') %}
<li class="{{group.size}}">

View File

@@ -1,3 +0,0 @@
<svg id="buy-lines" class="line-primary" viewBox="0 0 482 260" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 65.5L141 1L481 19.5M1 65.5L388 91M1 65.5L4.5 227.5L388 258.5M481 19.5L388 91M481 19.5V166.5L388 258.5M388 91V258.5" vector-effect="non-scaling-stroke"/>
</svg>

Before

Width:  |  Height:  |  Size: 283 B

View File

@@ -1,3 +0,0 @@
<svg id="buy-real-lines" class="line-primary" viewBox="0 0 620 351" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 55.5C6 45 20 40 34 36.5L318 1H346.5L605 83.5C608 85 607.5 90.0235 605 90.5C441.783 121.606 370.263 143.505 215.5 173C183 182.5 168.5 180 157 173L24 63L14.5 69L1.5 58.5L13 166.5L26 183L22.4706 152.5M18.7059 103.5L15.5 70C19.2059 68 20.8976 67.5746 26 72L123 154C120.35 155.662 118.5 154.5 118.5 159.5L121.5 202.5L18.7059 103.5ZM18.7059 103.5L22.4706 152.5M22.4706 152.5L125.5 264.5L127.5 304L153.5 335.5C185.719 354.85 203.789 352.54 236 340L585 232.5C600.157 228.095 604.702 223.904 604 210.5L618.5 103.5L619 91C618.389 86.835 614.5 86.5 608 85C609.056 86.9759 609.279 87.854 609 89C612.757 88.876 615.971 89.2137 617.5 91C618.324 93.9378 615.041 93.4882 609 94.5L245.5 173L246.455 201M246.455 201L309 188V244.5L248.5 261L247.477 231M246.455 201L247.477 231M247.477 231L375 201V173L320 186V241.5L375 227V206.5" vector-effect="non-scaling-stroke"/>
</svg>

Before

Width:  |  Height:  |  Size: 983 B

View File

@@ -1,3 +0,0 @@
<svg id="diy-lines" class="line-primary" viewBox="0 0 477 253" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 19.4641L340.5 1L355.628 10L249.672 15L266.25 24.5L150 30L196.5 56M1 19.4641L83.5 78.6354L186.5 71.4033L181 66L210.5 64.5M1 19.4641L5 167.392L92 252L476 217V186L220 207V172L190.5 175V166.392L212 164.5V132L339.5 123M210.5 64.5L196.5 56M210.5 64.5L212 130.5L211.75 119.5L211.557 111L210.818 78.5L243 77.3204L227 66L256 64.5L266.25 69.4309V82H256L266.25 88.4972L296.5 86L286.5 80.5L285.5 64.5M339.5 123L341.5 148.5M339.5 123L308.056 105V93.7569V74M436.5 134L462.5 146L341.5 156V148.5M436.5 134L391 137V144.5L341.5 148.5M436.5 134L437.5 72L408 73L386.5 63.5L403 62V56L359.5 39H332.5L340.5 44.5L315 45.5L322 50L352 48.5L370.765 59L285.5 64.5M308.056 74L328.5 83.895L391 80.5L367 69.4309L308.056 74ZM285.5 64.5L266.25 54.5L196.5 56" vector-effect="non-scaling-stroke"/>
</svg>

Before

Width:  |  Height:  |  Size: 893 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 54 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 66 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 67 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 66 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 69 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 83 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 83 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 57 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 9.7 KiB

View File

@@ -1,5 +1,3 @@
{# https://11ty.rocks/posts/create-your-first-basic-11ty-website/ #}
<!DOCTYPE html>
{# <html lang="en" style="--scrollbarWidth: 0px; --viewportWidth: calc(100vw - var(--scrollbarWidth));"> #}
<html lang="en">

View File

@@ -1,3 +0,0 @@
html {
color:green;
}

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 351 B

View File

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 351 B

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 870 B

After

Width:  |  Height:  |  Size: 870 B

View File

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 104 KiB

View File

Before

Width:  |  Height:  |  Size: 171 B

After

Width:  |  Height:  |  Size: 171 B

View File

Before

Width:  |  Height:  |  Size: 174 B

After

Width:  |  Height:  |  Size: 174 B

View File

Before

Width:  |  Height:  |  Size: 168 B

After

Width:  |  Height:  |  Size: 168 B

View File

Before

Width:  |  Height:  |  Size: 346 B

After

Width:  |  Height:  |  Size: 346 B

View File

Before

Width:  |  Height:  |  Size: 167 B

After

Width:  |  Height:  |  Size: 167 B

View File

Before

Width:  |  Height:  |  Size: 172 B

After

Width:  |  Height:  |  Size: 172 B

View File

Before

Width:  |  Height:  |  Size: 177 B

After

Width:  |  Height:  |  Size: 177 B

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 605 B

After

Width:  |  Height:  |  Size: 605 B

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 367 B

After

Width:  |  Height:  |  Size: 367 B

View File

Before

Width:  |  Height:  |  Size: 301 B

After

Width:  |  Height:  |  Size: 301 B

View File

Before

Width:  |  Height:  |  Size: 437 B

After

Width:  |  Height:  |  Size: 437 B

View File

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 355 B

View File

Before

Width:  |  Height:  |  Size: 765 B

After

Width:  |  Height:  |  Size: 765 B

View File

Before

Width:  |  Height:  |  Size: 635 B

After

Width:  |  Height:  |  Size: 635 B

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

Before

Width:  |  Height:  |  Size: 430 B

After

Width:  |  Height:  |  Size: 430 B

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1007 B

After

Width:  |  Height:  |  Size: 1007 B

View File

@@ -11,8 +11,8 @@ layout: layouts/peripheral.njk
</div>
<div id="logo">
<h1>
{% include "components/svg/start9_basis.svg" %}
<span style="display: none;">Start9</span>
{% include "svgs/about-start9.svg" %}
<span style="display: none;">About Start9</span>
</h1>
<ul id="sub-menu">
<li>
@@ -49,13 +49,13 @@ layout: layouts/peripheral.njk
<h2>Mission</h2>
<div class="section__double-image">
<div class="section__image section__image--left">
<img src="assets/images/mission1.png" alt="mission section hero: a rocketship trail" title="mission section hero: a rocketship trail"/>
<img class="img-shadow" src="assets/images/mission1.png" alt=""/>
<img src="assets/images/mission-left-header.png" alt="mission section hero: a rocketship trail" title="mission section hero: a rocketship trail"/>
<img class="img-shadow" src="assets/images/mission-left-header.png" alt=""/>
</div>
<h3>To eliminate the need for trusted third parties in the human/computer relationship.</h3>
<div class="section__image section__image--right">
<img src="assets/images/mission2.png" alt="mission section hero: a rocketship with trail" title="mission section hero: a rocketship with trail"/>
<img class="img-shadow" src="assets/images/mission2.png" alt=""/>
<img src="assets/images/mission-right-header.png" alt="mission section hero: a rocketship with trail" title="mission section hero: a rocketship with trail"/>
<img class="img-shadow" src="assets/images/mission-right-header.png" alt=""/>
</div>
</div>
{# <img src="" alt="" class="section__img section__img--bkg"/> #}
@@ -63,8 +63,8 @@ layout: layouts/peripheral.njk
<section id="values">
<h2>Values</h2>
<div class="section__image">
<img src="assets/images/values.png" alt="values section hero: an eye with a slash through it" title="values section hero: an eye with a slash through it"/>
<img class="img-shadow" src="assets/images/values.png" alt=""/>
<img src="assets/images/values-header.png" alt="values section hero: an eye with a slash through it" title="values section hero: an eye with a slash through it"/>
<img class="img-shadow" src="assets/images/values-header.png" alt=""/>
</div>
<p>
<strong>This list of values is not comprehensive. It does not encapsulate all the values of all the members of Start9.
@@ -93,8 +93,8 @@ layout: layouts/peripheral.njk
<section id="virtues">
<h2>Virtues</h2>
<div class="section__image">
<img src="assets/images/virtues.png" alt="virtues section hero: a sunrise between mountains" title="virtues section hero: a sunrise between mountains"/>
<img class="img-shadow" src="assets/images/virtues.png" alt=""/>
<img src="assets/images/virtues-header.png" alt="virtues section hero: a sunrise between mountains" title="virtues section hero: a sunrise between mountains"/>
<img class="img-shadow" src="assets/images/virtues-header.png" alt=""/>
</div>
<p>
<strong>Below are the virtues or qualities of character needed to achieve our values and accomplish our mission.</strong>
@@ -118,8 +118,8 @@ layout: layouts/peripheral.njk
<section id="origin">
<h2>Origin Story</h2>
<div class="section__image">
<img src="assets/images/origin.png" alt="origin section hero: pikachu" title="origin section hero: pikachu"/>
<img class="img-shadow" src="assets/images/origin.png" alt=""/>
<img src="assets/images/origin-header.png" alt="origin section hero: pikachu" title="origin section hero: pikachu"/>
<img class="img-shadow" src="assets/images/origin-header.png" alt=""/>
</div>
<p>
<strong>Pokemon is a game for Gameboy.</strong>
@@ -166,8 +166,8 @@ layout: layouts/peripheral.njk
<section id="team">
<h2>Our Team</h2>
<div class="section__image">
<img src="assets/images/team2.png" alt="team section hero: robots being printed" title="team section hero: robots being printed"/>
<img class="img-shadow" src="assets/images/team2.png" alt=""/>
<img src="assets/images/team-header.png" alt="team section hero: robots being printed" title="team section hero: robots being printed"/>
<img class="img-shadow" src="assets/images/team-header.png" alt=""/>
</div>
<ul class="members">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

Before

Width:  |  Height:  |  Size: 172 KiB

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 KiB

View File

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 68 KiB

View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

@@ -2,7 +2,6 @@
@use "fonts";
@use "menu";
@use "footer";
/* @use 'post'; */
:root {
background-attachment: fixed;

View File

@@ -18,7 +18,7 @@ layout: layouts/peripheral.njk
<section id="contact">
<p class="p--standalone center">Reach out anytime to<br/>
{% include 'components/landing/_encoded-email.njk' %},</br>
{% include 'components/_encoded-email.njk' %},</br>
or find us on social media.</p>
{% include "components/landing/_social-media.njk" %}

View File

@@ -46,7 +46,7 @@ layout: layouts/base.njk
{% include "components/landing/hero.njk" %}
<div class="line" id="hero-to-pitch">
{% include "components/landing/lines/hero-to-pitch.svg" %}
{% include "svgs/lines/hero-to-pitch.svg" %}
</div>
{% include "components/landing/pitch.njk" %}
@@ -54,7 +54,7 @@ layout: layouts/base.njk
{% include "components/landing/products.njk" %}
<div class="line" id="products-to-info">
{% include "components/landing/lines/products-to-info2.svg" %}
{% include "svgs/lines/products-to-info.svg" %}
</div>
@@ -63,31 +63,31 @@ layout: layouts/base.njk
{% include "components/landing/bitcoin.njk" %}
<div class="line" id="bitcoin-to-be">
{% include "components/landing/lines/bitcoin-to-be.svg" %}
{% include "svgs/lines/bitcoin-to-be.svg" %}
</div>
{% include "components/landing/be-your-own.njk" %}
<div class="line" id="be-to-powered">
{% include "components/landing/lines/be-to-powered.svg" %}
{% include "svgs/lines/be-to-powered.svg" %}
</div>
{% include "components/landing/powered-by.njk" %}
<div class="line" id="powered-to-support">
{% include "components/landing/lines/powered-to-support.svg" %}
{% include "svgs/lines/powered-to-support.svg" %}
</div>
{% include "components/landing/support.njk" %}
<div class="line" id="support-to-dev">
{% include "components/landing/lines/support-to-dev.svg" %}
{% include "svgs/lines/support-to-dev.svg" %}
</div>
{% include "components/landing/dev.njk" %}
<div class="line" id="dev-to-contact">
{% include "components/landing/lines/dev-to-contact.svg" %}
{% include "svgs/lines/dev-to-contact.svg" %}
</div>
{% include "components/landing/community.njk" %}

View File

@@ -16,6 +16,7 @@ layout: layouts/peripheral.njk
</section>
<section id="news">
{# TWITTER / MEDIUM FEED #}
{# <ul class="news">
{% for post in news %}
<li class="post">