A few minor updates.

This commit is contained in:
Dessalines 2020-10-23 14:19:20 -05:00
parent ac80e8de22
commit c7c9f1df5c
2 changed files with 3 additions and 4 deletions

View file

@ -52,7 +52,7 @@
<nav class="nav">
<div class="nav-left">
<a class="brand" href="/"><img src="/images/lemmy.svg"></a>
<a href="/join">Get Started</a>
<a href="/join">Join</a>
<a href="/apps">Apps</a>
<a href="/sponsors">Sponsors</a>
<a href="https://dev.lemmy.ml/docs/index.html">Docs</a>

View file

@ -6,7 +6,7 @@
<h1 class="stylized">Lemmy</h1>
<p>A link aggregator for the fediverse.</p>
<p>
<a class="button primary" href="/join">Join a Community</a>
<a class="button primary" href="/join">Join a Server</a>
<a class="button primary" href="https://dev.lemmy.ml/docs/administration.html">Run a Server</a>
</p>
<img src="images/main_img.webp">
@ -20,7 +20,7 @@
<div class="text-center">
<h2>Follow communities anywhere in the world</h2>
<p><a href="https://github.com/LemmyNet">Lemmy</a> is similar to sites like <a href="https://reddit.com">Reddit</a>, <a href="https://lobste.rs">Lobste.rs</a>, or <a href="https://news.ycombinator.com/">Hacker News</a>: you subscribe to communities you're interested in, post links and discussions, then vote and comment on them. Lemmy isn't just a reddit alternative; its a network of interconnected communities ran by different people and organizations, all combining to create <b>a single, personalized front page</b> of your favorite news, articles, and memes. </p>
<p><a class="button primary" href="/join">Join a Community</a></p>
<p><a class="button primary" href="/join">Join a Server</a></p>
</div>
</div>
<br />
@ -67,7 +67,6 @@
<h2>Create your own discussion platform</h2>
<p>With Lemmy, you can <a href="https://dev.lemmy.ml/docs/administration.html">easily host your own server</a>, and all these servers are <i>federated</i> (think email), and connected to the same universe, called the <a href="https://en.wikipedia.org/wiki/Fediverse">Fediverse</a>. For a link aggregator, this means that someone registered on one server can subscribe to communities elsewhere, and can have discussions with people on a completely different server.</p>
<p>
<a class="button primary" href="/join">Join a Community</a>
<a class="button primary" href="https://dev.lemmy.ml/docs/administration.html">Run a Server</a>
</p>
</div>