turned off lazy loading, refactored js, image tweaks, css tweaks, be-your-own rennovation

This commit is contained in:
Spencer Flagg
2022-09-29 12:44:18 +02:00
parent a2539bd2ae
commit c3c4d9d12a
44 changed files with 953 additions and 479 deletions

View File

@@ -4,8 +4,9 @@
<div class="col">
<div class="wrapper">
<div class="content">
<p style="color: black;">Interested in packaging a service?</p>
<p style="color: black;">Our community runs on devs like <em>you</em>.</p>
<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">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>
@@ -13,7 +14,7 @@
</div>
</div>
<div class="col">
<div class="code-wrapper"><img src="assets/images/dockerfile.png" alt=""></div>
<div class="code-wrapper"><img src="assets/images/dockerfile.png" alt="screenshot of dockerfile" title="screenshot of dockerfile"></div>
</div>
</div>
</section>