teddit-reddit-frontend-alte.../views/about.pug

31 lines
1.6 KiB
Plaintext
Raw Normal View History

2020-11-17 21:44:32 +01:00
doctype html
html
head
title about - teddit
2022-06-10 11:30:44 +02:00
meta(property='og:title', content='about - teddit')
include includes/meta_default.pug
include includes/meta_description.pug
2020-11-17 21:44:32 +01:00
include includes/head.pug
body(class=""+ (user_preferences.theme === 'auto' ? 'dark' : user_preferences.theme) + "")
2020-11-17 21:44:32 +01:00
include includes/topbar.pug
.container
.content
h1 About
2020-11-17 21:54:33 +01:00
p Teddit is a free and open source alternative Reddit front-end focused on privacy. Teddit doesn't require you to have JavaScript enabled in your browser. The source is available on Codeberg at <a href="https://codeberg.org/teddit/teddit">https://codeberg.org/teddit/teddit</a>.
2020-11-17 21:44:32 +01:00
ul
li No JavaScript or ads
li All requests go through the backend, client never talks to Reddit
li Prevents Reddit from tracking your IP or JavaScript fingerprint
li Lightweight (teddit frontpage: ~30 HTTP requests with ~270 KB of data downloaded vs. Reddit frontpage: ~190 HTTP requests with ~24 MB)
2020-11-29 12:17:23 +01:00
br
a(href="/privacy") Privacy policy
2020-11-17 21:44:32 +01:00
h2 Donating
p(class="word-break") XMR: 832ogRwuoSs2JGYg7wJTqshidK7dErgNdfpenQ9dzMghNXQTJRby1xGbqC3gW3GAifRM9E84J91VdMZRjoSJ32nkAZnaCEj
2023-02-26 14:26:01 +01:00
h2 Legal
p Teddit does not host any content. All content on Teddit is from Reddit™. Reddit is a trademark of Reddit Inc. Teddit is not affiliated with Reddit Inc. Any issues with content should be reported to Reddit.
2020-11-17 21:44:32 +01:00
.bottom
a(href="https://en.wikipedia.org/wiki/Piratbyr%C3%A5n#Kopimi", target="_blank")
img(src="kopimi.gif")
2023-02-26 14:28:28 +01:00
p.version v.0.4.9
2020-12-28 21:45:17 +01:00
include includes/footer.pug