forked from techlore/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.html
257 lines (257 loc) · 10.8 KB
/
support.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE HTML>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="msapplication-TileColor" content="#000000">
<meta name="theme-color" content="#000">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta property="og:image" content="/assets/techlorePreview.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://techlore.tech/support.html"/>
<meta property="og:title" content="Techlore: A Safer Internet"/>
<meta property="og:description" content="Support Techlore in our mission towards a safer internet."/>
<link rel="stylesheet" href="assets/css/style.css?t=129" type="text/css">
<title> Techlore | Support </title>
<meta name="title" content="Techlore: A Safer Internet">
<meta name="description"
content="Support Techlore in our mission towards a safer internet."/>
<meta itemprop="name" content=" Techlore | Support ">
<meta itemprop="description"
content="Support Techlore in our mission towards a safer internet.">
<meta itemprop="image" content="./assets/svg/logo_v2.svg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content=" Techlore | A Safer Internet ">
<meta name="twitter:description"
content="Support Techlore in our mission towards a safer internet.">
<meta name="twitter:image" content="./assets/svg/logo_v2.svg">
<base target="_blank">
<style>
body {
background-image: linear-gradient(to left, #0a4c6d, #00607b, #007581, #00887f, #369a77);
}
.bl>li,
.bl {
margin: 2rem 0;
}
.code {
border-left: 0.3rem solid #0074D9;
background-color: #000000;
margin: 0.5rem 0rem;
overflow-y: hidden;
padding: 0.5rem;
width: 100%;
max-width: 280px;
overflow-wrap: anywhere;
overflow: auto;
border-radius: 0.3rem;
}
</style>
<noscript>
<style>
[class*=_aos],
._aos {
opacity: 1 !important;
transform: translate3d(0px, 0px, 0px) !important;
}
</style>
</noscript>
</head>
<body id="support" class="page">
<nav>
<input type="checkbox" id="menu-btn"/>
<label for="menu-btn"><span></span></label>
<ul>
<li><a target="_self" href="./index.html">Home</a></li>
<li><a target="_self" href="./about.html">About</a></li>
<li><a target="_self" href="./videos.html"> Videos </a></li>
<li><a target="_self" href="./goincognito.html">Go Incognito</a></li>
<li><a target="_self" href="./coaching.html"> Coaching </a></li>
<li><a target="_self" href="https://discuss.techlore.tech/">Forum</a></li>
<li><a target="_self" href="https://shop.techlore.tech/">Shop</a></li>
<li>
<a class="drop" target="_self" href="./support.html">Support Us</a>
<ul>
<li><a target="_self" href="./support.html">All Support</a></li>
<li><a target="_self" href="./affiliates.html">Affiliates</a></li>
<li><a target="_self" href="./sponsors">Sponsors</a></li>
</ul>
</li>
<li>
<a class="drop" target="_self" href="./resources.html">Resources</a>
<ul>
<li><a target="_self" href="./resources.html">All Resources</a></li>
<li><a target="_self" href="./spa.html">SPA Quiz</a></li>
<li><a target="_self" href="./vpn.html">VPN Toolkit</a></li>
<li><a target="_self" href="https://plexus.techlore.tech">Plexus</a></li>
</ul>
</li>
<li class="social-cnt">
<div><a href="https://github.com/techlore" target="_blank" rel="me"><img alt="github"
src="assets/svg/github.svg"></a>
</div>
<div><a href="https://www.patreon.com/techlore" target="_blank" rel="me"><img alt="patreon"
src="assets/svg/patreon.svg"></a>
</div>
<div><a href="https://social.lol/@techlore" target="_blank" rel="me"><img alt="mastodon"
src="assets/svg/mastodon.svg"></a>
</div>
<div><a href="./rss.html" target="_self" rel="me"><img alt="RSS"
src="assets/svg/rss.svg"></a>
</div>
</li>
</ul>
</nav>
<svg viewBox="0 0 120 20" class="wavet">
<path class="wave"
d="M 0 0 v 6 C 30 6 30 10 60 10 C 91 10 90 6 120 6 C 150 6 150 10 180 10 C 210 10 210 6 240 6 v -6 h -240 z" />
</svg>
<main class="_pt0">
<div class="grid">
<div>
<div class="card _bg-black-t _aos-right">
<div class="_g-center">
<h1>Why We Need You 🫵</h1>
<h4> Techlore can <u>not</u> exist without our supporters. You all enable us to:</h4>
<div class="paragraph_left_support" align="left">
<ul>
<li>
pour time & energy into managing our projects ⏰
</li>
<li>
maintain independence & eliminate external influence 🙅
</li>
<li>
continue making more and more people safe 🌎
</li>
<li>
yes, quite literally put food on our tables 🥦
</li>
</ul>
</div>
<h4>You'll find free & paid methods of support below. Everything is appreciated 🤍</h4><br><br>
</div>
</div>
</div>
<div>
<div class="card _bg-black-t _aos-right">
<h2 class="_centered">Free Support</h2>
<ul class="bl">
<li>
Shop as you normally would after using one of our opt-in affiliate links:
<div class="links">
<a href="./affiliates.html" target="_blank">Techlore Affiliates</a>
</div>
</li>
<li>
We always need contributors for our open source projects! Consider contributing to them below:
<div class="links">
<a href="https://github.com/techlore/website" target="_blank">Website</a>
<a href="https://github.com/techlore/website/tree/master/assets/vpn" target="blank">VPN Toolkit</a>
<a href="https://github.com/techlore/Plexus-app" target="_blank">Plexus</a>
<a href="https://github.com/techlore/go-incognito" target="_blank">Go Incognito</a>
</div>
</li>
<li>
Connect with our communities to keep them lively & active for everyone:
<div class="links">
<a href="https://discuss.techlore.tech/" target="blank">Forum</a>
<a href="https://social.lol/@techlore" target="_blank">Mastodon</a>
</div>
</li>
<li>
Share Techlore & the word of privacy with your friends and family—we rely on word of mouth & no traditional marketing! <a href="./spa.html"> Our SPA Quiz is a favorite of ours to share with people 🤍</a>
</li>
</ul>
</div>
</div>
</div>
<div>
<div class="card _bg-black-t _aos-left">
<h1 class="_centered">Paid Support Methods 🌟</h1>
<ul class="bl">
<li>
Join our Patreon to consistently support our work in exchange for exclusive benefits:
<div class="links">
<a href="https://www.patreon.com/techlore">Patreon🌟</a>
</div>
</li>
<li>
Purchase <i>(or gift!)</i> Go Incognito Premium for lifetime access to our course:
<div class="links">
<a href="https://techlore.teachable.com/p/go-incognito">Go Incognito🌟</a>
</div>
</li>
<li>
Support us on Liberapay for a safer alternative to most websites:
<div class="links">
<a href="https://liberapay.com/Techlore/">Liberapay🌟</a>
</div>
</li>
<li>
Buy from our shop - a place for you to spread privacy to the people around you:
<div class="links">
<a href="https://shop.techlore.tech/">Privacy Shop🌟</a>
</div>
</li>
<li>
We offer a few more options in the event nothing above works for you:
<div class="links">
<a href="https://www.paypal.com/donate?hosted_button_id=B3GU7WNGBGQ4J">PayPal🌟</a>
<a href="https://ko-fi.com/techlore">Ko-fi🌟</a>
<a href="https://www.youtube.com/channel/UCs6KfncB4OV6Vug4o_bzijg/join">YouTube🌟</a>
<a href="https://github.com/sponsors/techlore">GitHub🌟</a>
<a href="https://dispatch.techlore.tech/">Substack🌟</a>
</div>
</li>
<li>
Become a sponsor of Techlore and showcase your brand to our audience!
<div class="links">
<a href="https://discuss.techlore.tech/pub/sponsors">Sponsors🌟</a>
</div>
</li>
<li>
Directly sending us Monero:
<br><br>
<img src="assets/techloreXMR.png" width="300" height="300" alt="Techlore XMR Address"><br>
<div class="code">
49H4jTvUY5zaX8qLpVBstJFR7ayTMxxU3UyWpGqUoBM4UzM2zwUHA2sJ9i3AhQYdaqhFmS8PDfWKn1Tea4SKU6haMTXG8qD
</div>
</li>
<li>
<p> Our XMR OpenAlias: <div class="code"> [email protected]</div></p>
</ul>
</div>
</div>
</div>
</main>
<svg viewBox="0 0 120 20">
<path class="wave"
d="M 0,10 C 30,10 30,15 60,15 90,15 90,10 120,10 150,10 150,15 180,15 210,15 210,10 240,10 v 28 h -240 z" />
</svg>
<footer>
<div class="col-3 _flex-center">
Techlore © 2023 | <a href="./contact.html" class="footerURL">Contact</a> |<a href="./privacy.html" class="footerURL"> Privacy</a>
<a href="https://directories.onepercentfortheplanet.org/profile/techlore">
<img alt="1Percent For The Planet Member" style="width:44px;height:44px;" src="assets/svg/1pmember.svg">
</a>
</div></div>
</footer>
<div class="gt-link hide" id="gt-link">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6">
<path d="M12 6H0l6-6z" /></svg>
</a>
<script src="assets/javascript/script.js" type="text/javascript"></script>
<script>
$(document).ready(function () {
$('.menu-btn').on("click", () => {
$('nav').toggleClass("opened");
});
$().aos();
});
</script>
</body>
</html>