mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-30 04:02:00 +00:00
Misc edits for release (#1)
* 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>
This commit is contained in:
@@ -1,20 +1,25 @@
|
||||
<section id="dev">
|
||||
<h1>Package a <em>service</em></h1>
|
||||
<div class="cols">
|
||||
<div class="col">
|
||||
<div class="wrapper">
|
||||
<div class="content">
|
||||
<p>Interested in packaging a service?<br/><em>Our community runs on devs like you.</em></p>
|
||||
<p>There are <a href="https://github.com/awesome-selfhosted/awesome-selfhosted" target="_blank" rel="noopener noreferrer">thousands</a> of wonderful open-source services out there - just waiting to be added to the Embassy Marketplace.</p>
|
||||
<p>If you're familiar with Docker or Rust (or want to learn!), check out our step-by-step packaging tutorials.</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<a class="btn" href="{{ site.dev.url }}">learn more</a>
|
||||
</div>
|
||||
</div>
|
||||
<h1><em>Package</em> a service</h1>
|
||||
<div class="cols">
|
||||
<div class="col">
|
||||
<div class="wrapper">
|
||||
<div class="content">
|
||||
<p>Packaging a service for emabssyOS is a <em>challenging, exciting, creative, and rewarding</em> experience.</p>
|
||||
<p>If it can be self-hosted, it can be run on embassyOS.</p>
|
||||
<p>Unleash your favorite open source project!</p>
|
||||
</div>
|
||||
<div class="col hide-on-mobile">
|
||||
<div class="code-wrapper"><img src="/assets/images/dockerfile.png" alt="screenshot of dockerfile" title="screenshot of dockerfile"></div>
|
||||
<div class="footer">
|
||||
<a class="btn" href="{{ site.dev.url }}" rel="noopener noreferrer" target="_blank">View the docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col hide-on-mobile">
|
||||
<div class="code-wrapper"><img src="/assets/images/dockerfile.png" alt="screenshot of dockerfile" title="screenshot of dockerfile"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="skills">
|
||||
<p>
|
||||
Have other skills? <a href="https://start9.com/latest/contribute/index" rel="noopener noreferrer" target="_blank">We need your help</a>.
|
||||
<p>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user