update Embassy to StartOS leftover (#23)

This commit is contained in:
Marnix
2023-06-01 00:28:01 +02:00
committed by GitHub
parent 52c64a6e0c
commit 395f1c7688
6 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ module.exports = {
url: 'https://marketplace.start9.com'
},
poweredBy: {
url: 'https://github.com/Start9Labs/embassy-os'
url: 'https://github.com/Start9Labs/start-os'
},
support: {
url: 'https://docs.start9.com/latest/support'

View File

@@ -4,14 +4,14 @@
<p>StartOS facilitates the entire process of discovering, installing, configuring, and using any variety of open-source software from anywhere in the world without trusting anyone.</p>
<p>
StartOS is the distribution platform open source software has been waiting for.
Check out the <a href="https://github.com/Start9Labs/embassy-os" target="_blank" rel="noreferrer">source code</a>!
Check out the <a href="https://github.com/Start9Labs/start-os" target="_blank" rel="noreferrer">source code</a>!
</p>
<div id="stack-image-block" class="image-with-shadow">
{# {% include "svgs/stack.svg" %}
<div class="img-shadow">{% include "svgs/stack.svg" %}</div> #}
<div class="container">
<img src="/assets/images/embassyOS.png" alt="screenshots of StartOS UI" title="screenshots of StartOS UI">
<img class="img-shadow" src="/assets/images/embassyOS.png" alt="">
<img src="/assets/images/startOS.png" alt="screenshots of StartOS UI" title="screenshots of StartOS UI">
<img class="img-shadow" src="/assets/images/startOS.png" alt="">
</div>
</div>
</section>

View File

@@ -1,13 +1,13 @@
<section id="products">
<div class="subsection subsection--buy panel--shadow">
<a class="product product--buy" href="{{ site.products.buyUrl }}" rel="noopener noreferrer" target="_blank">
<img class="product__buy-image" src="/assets/images/embassy-pro-sketch.png" alt="prefab server, represented in voxels" title="prefab server, represented in voxels">
<img class="img-shadow" src="/assets/images/embassy-pro-sketch.png" alt="">
<img class="product__buy-image" src="/assets/images/server-sketch.png" alt="prefab server, represented in voxels" title="prefab server, represented in voxels">
<img class="img-shadow" src="/assets/images/server-sketch.png" alt="">
<div class="heading">
<h1 class="product__header">buy</h1>
<span class="product__subheader">your server</span>
</div>
{% include "svgs/embassy-pro-sketch-lines.svg" %}
{% include "svgs/server-sketch-lines.svg" %}
</a>
</div>
<div class="subsection subsection--diy panel--shadow">

View File

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 142 KiB

View File

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 191 KiB

View File

@@ -90,5 +90,5 @@ layout: layouts/peripheral.njk
<img src="/assets/images/dev-hero.png" alt="dev section hero: terminal icon" title="dev section hero: terminal icon"/>
<img class="img-shadow" src="/assets/images/dev-hero.png" alt=""/>
</div>
<p>If you have Rust or Typescript skills, and are interested in doing OS development, please checkout the <a href="https://github.com/Start9Labs/embassy-os/blob/master/CONTRIBUTING.md" target="_blank" rel="noopener noreferrer">contribution guide</a>. If you are interested in packaging a service, please check out our <a href="https://docs.start9.com/latest/developer-docs/index" target="_blank" rel="noopener noreferrer">developer documentation</a>. To report a security vulnerability, please email {% include 'components/emails/security-email.njk' %}</p>
<p>If you have Rust or Typescript skills, and are interested in doing OS development, please checkout the <a href="https://github.com/Start9Labs/start-os/blob/master/CONTRIBUTING.md" target="_blank" rel="noopener noreferrer">contribution guide</a>. If you are interested in packaging a service, please check out our <a href="https://docs.start9.com/latest/developer-docs/index" target="_blank" rel="noopener noreferrer">developer documentation</a>. To report a security vulnerability, please email {% include 'components/emails/security-email.njk' %}</p>
</section>