-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
137 lines (118 loc) · 5.36 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Yamka">
<meta property="og:description" content="Private, free and secure messenger">
<meta property="og:image" content="https://yamka.app/logo.png">
<meta name="theme-color" content="#e83c75">
<link rel="stylesheet" type="text/css" href="/styles/default.css"/>
<link rel="stylesheet" type="text/css" href="/styles/landing.css"/>
<title>Yamka | Stop being the product | Home</title>
</head>
<body>
<div id="navbar">
<img class="logo" src="logo.png"></img>
<a href="">Home</a>
<a href="download">Download</a>
<a href="legal">Legal</a>
<a href="https://docs.yamka.app">Developers</a>
</div>
<div class="main-container red">
<span id="slogan">Stop being the product</span>
<h1>and start discovering other people more easily while you're at it.</h1>
<h2>Yamka is a messenger made by those who value privacy. We don't sell your data.</h2>
<h2 id="mobile-additional">Scroll down to learn about features available to desktop users. Unfortunately, there are no official mobile clients yet.</h2>
</div>
<div class="feat-row">
<div class="feat-col">
<div class="info-section">
<img width="48" height="48" src="https://img.icons8.com/fluent/48/000000/privacy-policy.png"/>
<h1>Private</h1>
<h2>
We don't collect your data beyond what you explicitly provide to us.
And we don't give it away. At all.
</h2>
</div>
</div>
<div class="feat-col">
<div class="info-section">
<img width="48" height="48" src="/osi-fluent.png"/>
<h1>Free</h1>
<h2>
Everything we ever wrote for this project is open source.
This enables superior security, stability and feature set.
</h2>
</div>
</div>
</div>
<div class="feat-row">
<div class="feat-col">
<div class="info-section">
<img width="48" height="48" src="https://img.icons8.com/fluent/48/000000/lightning-bolt.png"/>
<h1>Lightning fast</h1>
<h2>
Starts up in less than 3 seconds, stays responsive even on aging
hardware thanks to custom software solutions.
</h2>
</div>
</div>
<div class="feat-col">
<div class="info-section">
<img width="48" height="48" src="https://img.icons8.com/fluent/48/000000/headset.png"/>
<h1>Supports voice chat</h1>
<h2>
Video coming soon!
</h2>
</div>
</div>
</div>
<div class="feat-row">
<div class="feat-col">
<div class="info-section">
<img width="48" height="48" src="https://img.icons8.com/fluent/48/000000/donate.png"/>
<h1>Nonprofit</h1>
<h2>
We run off of generous <a href="donate">donations</a> that our users make. Money we receive
is used to rent hardware that the service runs on.
</h2>
</div>
</div>
<div class="feat-col">
<div class="info-section">
<img width="48" height="48" src="https://img.icons8.com/fluent/48/000000/features-list.png"/>
<h1>Modern and featureful</h1>
<h2>
The feature list is quite long so we decided not to put it here.
</h2>
</div>
</div>
</div>
<div class="feat-row">
<div class="feat-col">
<div class="info-section">
<img width="48" height="48" src="https://img.icons8.com/fluent/48/000000/bunch-of-keys-1.png"/>
<h1>Secure</h1>
<h2>
Your direct messages are encrypted end-to-end. Nobody (including us)
can read them except you and the person you're communicating with.
</h2>
</div>
</div>
</div>
<div class="info-section">
<h1>Ready to begin using Yamka? Click <a href="download" class="light">here</a></h1>
</div>
<div class="sep ft"></div>
<div class="footer">
<div class="flex-row center">
<h2>Project and website by </h2>
<a href="https://github.com/portasynthinca3">portasynthinca3</a>
</div>
<div class="flex-row center">
<h2>Icons by</h2>
<a href="https://icons8.com"><img width="48" height="48" alt="icons8" src="https://img.icons8.com/fluent/48/000000/icons8-new-logo.png"/></a>
</div>
</div>
</body>
</html>