-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (44 loc) · 2.84 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lectrn</title>
<link rel="stylesheet" href="index.css">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@lectrn">
<meta name="twitter:title" content="Lectrn">
<meta name="twitter:description" content="A social network for humans. Lectrn is a social network that is free, decentralized, open, and easy to use.">
<meta name="twitter:image" content="https://lectrn.com/assets/banner.png">
</head>
<body>
<div class="section center" id="main">
<h1 class="merriweather weight-800 size-4em nopad">Lectrn</h1>
<p class="merriweather weight-700 size-1-25em nopad">A social network for humans.</p>
<div class="buttonbar" height="35">
<span>Coming soon.</span>
<a href="https://twitter.com/lectrn" target="_blank"><img src="assets/twitter.svg" width="20" alt="Twitter"></a>
<a href="https://github.com/lectrn" target="_blank"><img src="assets/github.png" width="20" alt="GitHub"></a>
<a href="https://matrix.to/#/+lectrn:matrix.org" target="_blank"><img src="assets/matrix.svg" width="20" alt="Matrix"></a>
</div>
</div>
<div class="section" id="features">
<div class="feature left">
<span>Libre & Gratis</span>
<h1>Free software, free users</h1>
<p>Anyone can use and improve upon Lectrn with no monetary cost and little restriction. Anyone can host a Lectrn instance, and anyone can look at Lectrn source code. <b>We believe that the best product pleases only its users, not advertisers or governments.</b></p>
</div>
<div class="feature right">
<span>Decentralized</span>
<h1>Own yourself</h1>
<p>Lectrn is a decentralized social network, meaning that the network is made up of many servers operated mostly by individuals. <b>Lectrn doesn't have any ads or tracking</b>, and we don't try to personalize content with algorithms. What you get is simple, and it also <b>respects your privacy</b>.</p>
</div>
<div class="feature left">
<span>Compatible</span>
<h1>No unnecessary innovations</h1>
<p><b>Lectrn is based on <a href="https://activitypub.rocks" target="_blank">ActivityPub</a>, a standard that many other decentralized social networks already use.</b> There are already numerous apps and software that support ActivityPub: and they can support Lectrn with little to no work.</p>
</div>
</div>
</body>
</html>