fix: typos

pull/11/head
Aravinth Manivannan 2022-04-26 17:12:53 +05:30
parent 36d4ce6b29
commit a83fb1164d
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
5 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ ci-deploy: ## Deploy from CI/CD. Only call from within CI
./scripts/ci.sh --deploy ${PAGES_DEPLOY_SECRET} pages ./scripts/ci.sh --deploy ${PAGES_DEPLOY_SECRET} pages
./scripts/ci.sh --clean ./scripts/ci.sh --clean
env: ## Download build dependencies and setup dev environement env: ## Download build dependencies and setup dev environment
./scripts/zola.sh install ./scripts/zola.sh install
help: ## Prints help for targets with comments help: ## Prints help for targets with comments

View File

@ -187,7 +187,7 @@ exist, this is a significant undertaking and effectively a blocker.
# Federated online services and durability # Federated online services and durability
All self-hosted services are in danger of loosing the data they contain. All self-hosted services are in danger of losing the data they contain.
When a Wordpress service is hosted in a home and the machine dies, it When a Wordpress service is hosted in a home and the machine dies, it
must be restored from backups... when there are backups. Hosting must be restored from backups... when there are backups. Hosting
companies ensure the durability of the data with their own backup companies ensure the durability of the data with their own backup

View File

@ -35,10 +35,10 @@ We will make a good faith effort to:
## What about my data? ## What about my data?
Users of Hoteas services can ask contact@hostea.org to: Users of Hotea's services can ask contact@hostea.org to:
* Delete their account on a service when it is not a feature available to the user (for instance Nextcloud) * Delete their account on a service when it is not a feature available to the user (for instance Nextcloud)
* Retreive data associated with their account on a service that does not already provide full access * Retrieve data associated with their account on a service that does not already provide full access
## Do we use cookies? ## Do we use cookies?

View File

@ -4,7 +4,7 @@
<div class="service-card__conatiner"> <div class="service-card__conatiner">
<div class="service-card__text-container"> <div class="service-card__text-container">
<p class="service-card__service-name">Gitea Hosting</p> <p class="service-card__service-name">Gitea Hosting</p>
<h2 class="service-card__title">Run indepandent software forge</h2> <h2 class="service-card__title">Run independent software forge</h2>
<p class="service-card__text">Dedicated Gitea hosting with Woodpecker, flat monthly price, unlimited bandwidth and users. All upgrades included. Fully self-hostable. ETA July 1st, 2022.</p> <p class="service-card__text">Dedicated Gitea hosting with Woodpecker, flat monthly price, unlimited bandwidth and users. All upgrades included. Fully self-hostable. ETA July 1st, 2022.</p>
<ul class="index-banner__features-list"> <ul class="index-banner__features-list">
<li class="index-banner__features">Tested software releases</li> <li class="index-banner__features">Tested software releases</li>

View File

@ -14,7 +14,7 @@ endblock meta %} {% block content %}
<div class="page__group-content"> <div class="page__group-content">
<div class="action-call__container"> <div class="action-call__container">
<div class="action-call__margin-container"> <div class="action-call__margin-container">
<p class="action-call__prompt">Need an indepandent forge? Talk to an expert!</p> <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> <button class="action-call__button"><a href="/contact" class="action-call_link">Contact Us</a></button>
</div> </div>
</div> </div>