left-center everything + fmt about.html

This commit is contained in:
2023-09-20 15:54:34 +05:30
parent 4dcbb74f20
commit 83a82f3919
2 changed files with 22 additions and 14 deletions

View File

@@ -1,12 +1,26 @@
{{template "header" .}}
<main>
<h1>About Mozhi</h1>
<h2>What is Mozhi?</h2>
<p>Mozhi is an alternative frontend for many translation engines such as google, yandex, duckduckgo, libretranslate and more!</p>
<h1>About Mozhi</h1>
<h2>What is Mozhi?</h2>
<p>
Mozhi is an alternative frontend for many translation engines such as
google, yandex, duckduckgo, libretranslate and more!
</p>
<h2>Why would I use this over just directly accessing the engine in question</h2>
<p>There are many reasons why using an alternative-frontend like mozhi is superior to directly accessing the service in question, and the biggest and most obvious reason is of course, privacy.</p>
<p>However, there are other reasons to use it as well.</p>
<p>In many cases, different translation engines can give vastly different results for the given text, and in some cases where you need the most accurate/poetic translation, having the ability to have the output of all the engines right in front of you is extremely useful.</p>
<h2>
Why would I use this over just directly accessing the engine in question
</h2>
<p>
There are many reasons why using an alternative-frontend like mozhi is
superior to directly accessing the service in question, and the biggest and
most obvious reason is of course, privacy.
</p>
<p>However, there are other reasons to use it as well.</p>
<p>
In many cases, different translation engines can give vastly different
results for the given text, and in some cases where you need the most
accurate/poetic translation, having the ability to have the output of all
the engines right in front of you is extremely useful.
</p>
</main>
{{ template "footer" .}}