update content
ci/woodpecker/pr/woodpecker Pipeline failed Details

* move talks to blog
* move contact links to menu
* rework the bullet list of the home page to reflect the current
  Hostea state
* trim the content at the bottom of the index page

Signed-off-by: Loïc Dachary <loic@dachary.org>
pull/42/head
Loïc Dachary 2022-07-09 22:43:48 +02:00
parent 49f916a43d
commit ed2b280eb8
Signed by: dachary
GPG Key ID: 992D23B392F9E4F2
8 changed files with 13 additions and 56 deletions

View File

@ -1,21 +0,0 @@
---
title: "Contact"
draft: false
---
## Matrix
We have a public [Matrix
chatroom](https://matrix.to/#/#hostea:matrix.batsense.net) that we use
for instant messaging.
## Forum
We also have a [forum](https://forum.hostea.org/) that we use for
long-form discussions.
## Source Code
All Hostea software is 100% [Free
Software](https://www.gnu.org/philosophy/free-sw.en.html) and is hosted
on the [Hostea Gitea](https://gitea.hostea.org)

View File

@ -1,7 +0,0 @@
+++
title = "Talks"
sort_by = "date"
template = "blog/index.html"
page_template = "blog/post.html"
generate_feed = true
+++

View File

@ -3,18 +3,17 @@
<div class="index-banner__content-container">
<h1 class="index-banner__title">
Free Forge Ecosystem for Free Developers
<a href="https://gitea.io">Gitea</a> hosting and <a href="/gitea-clinic/">service</a>.
</h1>
<p class="index-banner__tagline">Hostea is a self-hostable libre software development
suite comprising Gitea, Woodpecker CI, Librepages and GitPad with payments integration.</p>
<p class="index-banner__tagline">A free forge ecosystem for free developers.</p>
<ul class="index-banner__features-list">
<li class="index-banner__features">100% Free Software</li>
<li class="index-banner__features">Fully Self-Hostable</li>
<li class="index-banner__features">Observable and Reliable</li>
<li class="index-banner__features">Federation when available</li>
<li class="index-banner__features">Radically Transparent</li>
<li class="index-banner__features">Horizontal Community</li>
<li class="index-banner__features">Run Hostea and become a service provider!</li>
<li class="index-banner__features">Dedicated <a href="https://hosteadashboard.hostea.org/register/">Gitea hosting</a> and <a href="https://woodpecker-ci.org/">Woodpecker CI</a> from 10€/month</li>
<li class="index-banner__features">Clinic to <a href="/gitea-clinic/">heal sick Gitea</a> instances</li>
<li class="index-banner__features">100% <a href="https://www.gnu.org/philosophy/free-sw.html">Free Software</a></li>
<li class="index-banner__features">Radically <a href="https://forum.hostea.org/t/about-governance-and-decisions-in-hostea/55">Transparent</a></li>
<li class="index-banner__features">Run by a <a href="https://forum.hostea.org/t/about-governance-and-decisions-in-hostea/55">horizontal collective</a></li>
<li class="index-banner__features">25% of the income <a href="https://forum.hostea.org/t/decision-revenue-sharing-model/92">dedicated to sustain Free Software dependencies</a></li>
<li class="index-banner__features">Committed to <a href="https://forgefriends.org/blog/2022/06/30/2022-06-state-forge-federation/">further forge federation</a></li>
</ul>
<button class="index-banner__main-action-btn">
<a href="https://hosteadashboard.hostea.org" class="index-banner__main-action-link"
@ -27,7 +26,7 @@
<img
class="index-banner__logo"
src="{{ get_url(path='/tmp-logo.png', cachebust=true) }}"
alt="Hostea temporary logo"
alt="Hostea logo"
/>
</div>

View File

@ -14,22 +14,8 @@ endblock meta %} {% block content %}
<div class="page__group-content">
<div class="action-call__container">
<div class="action-call__margin-container">
<p class="action-call__prompt">Need an independent forge? Talk to an expert!</p>
<button class="action-call__button"><a href="/contact" class="action-call_link">Contact Us</a></button>
</div>
</div>
<div class="page__container--split">
{% include "home/components/_vision.html" %}
<section class="home__features">
<div class="home-card__group">
{{ card_macro::home_card(title="Radically Transparent", description="Hostea is radically transparent, we hold discussions in the open and publish all expenses down to the last penny") }}
{{ card_macro::home_card(title="100% Free Software", description="All Hostea components are Free, you are welcome to download and even sell Hostea!") }}
{{ card_macro::home_card(title="Horizontal Community", description="Hostea development is lead by a horizontal community minded individuals and organisations with a common goal to advance Free Software.") }}
</div>
</section>
</div>
{% include "home/components/_services-new.html" %}
{% include "home/components/_features.html" %}
</div>
</div>
<!-- </div> -->

View File

@ -19,10 +19,10 @@
<div class="nav__spacer--small"></div>
<div class="nav__link-group">
{{ macros::nav_link(link="/about/", name="About") }}
{{ macros::nav_link(link="/gitea-clinic/", name="Clinic") }}
{{ macros::nav_link(link="/blog/", name="Blog") }}
{{ macros::nav_link(link="/contact/", name="Contact") }}
{{ macros::nav_link(link="/gitea-clinic/", name="Gitea Clinic") }}
{{ macros::nav_link(link="/talks/", name="Talks") }}
{{ macros::nav_link(link="https://matrix.to/#/#hostea:matrix.batsense.net", name="Chat") }}
{{ macros::nav_link(link="https://forum.hostea.org", name="Forum") }}
</div>
<div class="nav__spacer"></div>
<div class="nav__link-group--small">