You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.9 KiB
56 lines
1.9 KiB
{% extends 'layout-full.html.twig' %} |
|
|
|
{% block title %}Decent Newsroom — A decentralized platform for collaborative publishing{% endblock %} |
|
|
|
{% block body %} |
|
|
|
<section class="ln-hero d-flex gap-3 center"> |
|
<h1 class="brand">Unfold</h1> |
|
<p class="eyebrow">by Decent Newsroom</p> |
|
<p class="lede mb-5">Your magazine, your way.</p> |
|
</section> |
|
|
|
<section class="d-flex gap-3 center ln-section--unfold"> |
|
<div class="container mt-5"> |
|
<h2>Unfold is a skin for your magazine</h2> |
|
</div> |
|
<div class="mb-5"> |
|
<p class="measure">Any magazine created on Decent Newsroom can be plugged in, |
|
styled according to your wishes and deployed to a custom domain.</p> |
|
</div> |
|
</section> |
|
|
|
<section class="d-flex gap-3 center ln-section--editor"> |
|
<div class="container mt-5"> |
|
<h2>The magic</h2> |
|
</div> |
|
<div class="mb-5"> |
|
<p class="measure">Whenever you update the events that define your magazine, by adding or removing categories and articles, |
|
everything updates automagically.</p> |
|
<p>No need to redeploy, to refresh, or clear any caches.</p> |
|
</div> |
|
</section> |
|
|
|
<section class="d-flex gap-3 center ln-section--newsroom"> |
|
<div class="container mt-5"> |
|
<h2>Unfold Lite</h2> |
|
</div> |
|
<div class="mb-5"> |
|
<p class="measure">We also offer subdomains, if rolling out your own website feels daunting.</p> |
|
</div> |
|
</section> |
|
|
|
<section class="d-flex gap-3 center ln-section--marketplace"> |
|
<div class="container mt-5"> |
|
<h2>Interested?</h2> |
|
</div> |
|
<div class="mb-5"> |
|
<p class="measure">Reach out to |
|
<twig:Molecules:UserFromNpub ident="{{ project_npub }}" /> or |
|
<twig:Molecules:UserFromNpub ident="{{ dev_npub }}" />. |
|
</p> |
|
</div> |
|
</section> |
|
|
|
|
|
{% endblock %}
|
|
|