forked from techlore/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconsulting.html
317 lines (307 loc) · 13.7 KB
/
consulting.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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
<!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">
<!-- Attempted Link Previews -->
<meta property="og:image" content="/assets/techlorePreview.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://techlore.tech/consulting"/>
<meta property="og:title" content="Techlore: Spreading Privacy To The Masses" />
<meta property="og:description" content="One-on-one consulting, because you deserve to be safe."/>
<link rel="stylesheet" href="assets/css/style.css?t=125" type="text/css">
<title> Techlore | Consulting </title>
<meta name="title" content="Techlore: Spreading Privacy To The Masses">
<meta name="description"
content="One-on-one consulting, because you deserve to be safe." />
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content=" Techlore | Consulting ">
<meta itemprop="description"
content="One-on-one consulting, because you deserve to be safe.">
<meta itemprop="image" content="./assets/svg/logo_v2.svg"><!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content=" Techlore | Spreading Privacy To The Masses ">
<meta name="twitter:description"
content="One-on-one consulting, because you deserve to be safe.">
<meta name="twitter:image" content="./assets/svg/logo_v2.svg">
<base target="_blank">
<style>
main {
max-width: 41rem;
}
</style>
<noscript>
<style>
[class*=_aos],
._aos {
opacity: 1 !important;
transform: translate3d(0px, 0px, 0px) !important;
}
</style>
</noscript>
</head>
<body id="home">
<nav>
<div class="logo-container">
<a href="./index" target="_self"><img alt="techlore-logo" class="logo" src="assets/svg/logo.svg"></a>
</div>
<input type="checkbox" id="menu-btn" />
<label for="menu-btn"><span></span></label>
<ul>
<li><a target="_self" href="./index">Home</a></li>
<li><a target="_self" href="./about">About</a></li>
<li><a target="_self" href="./videos"> Videos </a></li>
<li><a target="_self" href="./goincognito">Go Incognito</a></li>
<li><a target="_self" href="./support">Support Us</a></li>
<li>
<a class="drop" target="_self" href="./resources">Resources</a>
<ul>
<li><a target="_self" href="./resources">All Resources</a></li>
<li><a href="./spa">SPA Quiz</a></li>
<li><a href="./vpn">VPN Toolkit</a></li>
<li><a href="https://plexus.techlore.tech">Plexus</a></li>
</ul>
</li>
<li><a target="_self" href="./contact">Contact</a></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://twitter.com/techloreistaken" target="_blank" rel="me"><img alt="twitter"
src="assets/svg/twitter.svg"></a>
</div>
<div><a href="https://mastodon.social/@techlore" target="_blank" rel="me"><img alt="mastodon"
src="assets/svg/mastodon.svg"></a>
</div>
<div><a href="https://discord.gg/9V5xhJm9ZS" target="_blank" rel="me"><img alt="discord"
src="assets/svg/discord.svg"></a>
</div>
<div><a href="https://matrix.to/#/#techlore:matrix.org" target="_blank" rel="me"><img alt="matrix"
src="assets/svg/matrix.svg"></a>
</div>
</li>
</ul>
</nav>
<svg viewBox="0 0 120 15" 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">
<header>
<div class="_aos-top _centered"><img src="assets/svg/consulting/logo.svg" alt="Techlore Consulting"
class="_wh-230" />
<h1>Techlore Consulting</h1>
<h4>Individual support, because you deserve to be safe.</h4>
</div>
</header>
<div class="grid _centered">
<div class="col _aos-left">
<div class="card _bg-black-t _centered">
<div class="row">
<div class="col-3"><img alt="goincognito" class="_wh-130" src="assets/svg/consulting/flag.svg"></div>
<div>
<h2>Identity Theft Prevention</h2>
<br>
We analyze your weak points, threat model,
and individual situation to protect your identity from strangers, people-searching websites, and
cybercriminals.
</div>
</div>
</div>
</div>
<div class="col _aos-right">
<div class="card _bg-black-t _centered">
<div class="row">
<div>
<h2>Breaches & Account Safety</h2>
<br>
Learn how to protect your accounts and take control of your digital identity. From
your operating system to online accounts, all tailored to your individual needs.
</div>
<div class="col-3"><img alt="sr-logo" class="_wh-130" src="assets/svg/consulting/key.svg"></div>
</div>
</div>
</div>
<div class="col _aos-left">
<div class="card _bg-black-t _centered">
<div class="row">
<div class="col-3"><img alt="vpn" class="_wh-130" src="assets/svg/consulting/tool.svg"></div>
<div>
<h2>Individualized Support</h2>
<br>
There is no single configuration for every person. We perform an individualized analysis on threats
you care about - then give you options to achieve your desired protection.
</div>
</div>
</div>
</div>
<div class="col _aos-right">
<div class="card _bg-black-t _centered">
<div class="row">
<div>
<h2>Direct Support</h2>
<br>
We are dedicated to your safety. Curious about creating a pseudonym, hardening your
systems, protecting your public persona, or anything else? We are here for all your questions.
</div>
<div class="col-3"><img alt="plexus" class="_wh-130" src="assets/svg/consulting/support.svg"></div>
</div>
</div>
</div>
<div class="col _aos-left">
<div class="card _bg-black-t _centered">
<div class="row">
<div class="col-3"><img alt="plexus" class="_wh-130" src="assets/svg/consulting/logo-s.svg"></div>
<div>
<h2>Get Started Right Away!</h2>
<br>
<ul>
<li>
Individualized support for your specific needs.
</li>
<br>
<li>
Free consultation before starting.
</li>
<br>
<li>
Individually work with Henry, Owner of Techlore.
</li>
<br>
<li>
Student & cryptocurrency discounts available.
</li>
<br>
<li>
Includes instant access to Go Incognito Premium.
</li>
</ul>
<div class="links">
<a href="https://cryptpad.fr/form/#/2/form/view/I+FS9RwrXHIDgiD73lLaKQeM6zJTBrGrb6Hi-bN4pWo/embed/" target="_blank">Apply Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card _bg-black-t _m-revert">
<div>
<h2 class="_centered">FAQ</h2>
<details>
<summary> Is consulting for me?</summary>
<div>
It depends.
<br><br>
A single session of consulting can save you months (or years) of headache. We analyze your physical and digital life, and give you clear indvidiualized support based on years of experience and research. We believe everyone can benefit from consulting.
</div>
</details>
<details>
<summary> Why us?</summary>
<div>
We pride ourselves on a fact-based approach to everything we do. We are dedicated to making improvements for your privacy & security through clear research & expert recommendations.
<br><br>
To date, we have worked with public personas, company executives, and casual internet users alike - we believe everyone can benefit from consulting.
</div>
</details>
<details>
<summary> What can I expect?</summary>
<div>
<ul>
<li>Consulting varies depending on the individual, but for most clients it's a very involved process. We
listen to your questions & goals, deep-dive into your digital and physical life to understand who you are, form an individualized plan to accomplish
those goals, then execute. We don't recommend proceeding if you're not ready for the commitment.
If you're on the fence, there is a free 15 minute consultation where we answer any questions about the process at no risk to you.
</li>
<li>Some clients prefer an information-dense single session, where they ask all their questions for quick responses. This is always an option for those who want to maximize a single session.</li>
<li>Techlore Consulting does not perform tasks assigned to you. (Ex. We may instruct you to delete certain
accounts, but you are still responsible for implementing the advice.)
<li>Our goal for all clients is to finish feeling safe and independent.</li>
</ul>
</div>
</details>
<details>
<summary>How much does it cost?</summary>
<div>
<b>Standard Pricing</b>
<ul>
<li>1 Session: $150</li>
<li>4 Sessions Prepaid: $500</li>
<li>10 Sessions Prepaid: $1000</li>
</ul>
<b>Student/Faculty Pricing:</b>
<ul>
<li>1 Session: $120</li>
<li>4 Sessions Prepaid: $400</li>
<li>10 Sessions Prepaid: $800</li>
</ul>
<b>NOTE: <i>We reduce all invoices by 5% when paid in cryptocurrency.</i></b>
</div>
</details>
<details>
<summary>How is communication structured?</summary>
<div>
<ul>
<li>Scheduling is done on a per-session basis. When applying, clients select days and times that work best for them, which we do our best to accommodate.
</li>
<li>Clients have the choice between one hour video sessions, audio sessions, or text/audio sessions. The differences between these are thoroughly outlined on the <a href="https://cryptpad.fr/form/#/2/form/view/I+FS9RwrXHIDgiD73lLaKQeM6zJTBrGrb6Hi-bN4pWo/embed/" target="_blank">client application.</a></li>
<li>We do our best to have on-going text communication with clients between scheduled sessions to check-up on their status and answer questions along the way.</li>
</div>
</div>
</details>
<details>
<summary>What is threat modeling?</summary>
<div>
<ul>
<li>Threat modeling refers to "the process of identifying, understanding, and communicating risks and
mitigation to protect something of value."</li>
<li>With countless people screaming different things you need to do to protect yourself, it
becomes difficult to sift through what truly applies to you. We get personal and figure out exactly what
you are trying to protect, then give you individualized options on how to achieve it. There is no "one-size-fits-all" approach to privacy & security.</li>
</ul>
</div>
</details>
<details>
<summary>How is my information protected?</summary>
<div>
Protecting your information is our utmost priority. Our <a href="./privacy"> privacy policy</a> outlines
how we protect your data.
</div>
</details>
</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">
<a href="https://www.eff.org/">
<img alt="EFF 2022 Member" style="width:64px;height:64px;" src="assets/svg/effmember.svg">
</a>
<a href="https://directories.onepercentfortheplanet.org/profile/techlore">
<img alt="1Percent For The Planet Member" style="width:64px;height:64px;" src="assets/svg/1pmember.svg">
</a>
Copyright © Techlore, Inc. 2022 | <a target="_self" href="./privacy"> Privacy Policy</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>
</div>
</body>
<script src="assets/javascript/script.js" type="text/javascript"></script>
<script>
$(document).ready(function () {
$().aos();
});
</script>
</html>