-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
goincognito.html
74 lines (65 loc) · 2.42 KB
/
goincognito.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
---
layout: page
title: "Go Incognito"
permalink: /goincognito
description: "Dive into our comprehensive guide to security, privacy, and anonymity, and learn how to protect yourself online."
---
{% include variables.html %}
{% include c_sub-hero.html title=page.title perex=page.description %}
<section>
<div class="container is-max-tablet">
{% include goincognitotable.html %}
</div>
</section>
<section>
<div class="container">
{%- include c_box-header.html title=t.goincognito.course.overviewTitle -%}
<div class="box p-6-custom-responsive has-border">
{% include goincognito-overview.html %}
</div>
</div>
</section>
<section>
<div class="container">
<h2 class="has-text-centered">{{ t.goincognito.related }}</h2>
<div class="columns has-1-cols is-centered">
<div class="column is-two-thirds-tablet is-half-fullhd">
{% comment %}- Left links column -{% endcomment %}
{% assign repo = site.data._en.navigation.hiddenNav.goincognitoRepo %}
{% assign changelog = site.data._en.navigation.hiddenNav.goincognitoChangelog %}
{% comment %}- creating array -{% endcomment %}
{% assign leftUrls = "" | split: "" %}
{% assign leftUrls = leftUrls | push: repo | push: changelog %}
{% comment %}- Right links column -{% endcomment %}
{% assign sources = site.data._en.navigation.hiddenNav.goincognitoSources %}
{% assign bts = site.data._en.navigation.hiddenNav.goincognitoBehind %}
{% comment %}- creating array -{% endcomment %}
{% assign rightUrls = "" | split: "" %}
{% assign rightUrls = rightUrls | push: sources | push: bts %}
{% include c_linkhub-dual.html leftLinks=leftUrls rightLinks=rightUrls %}
</div>
</div>
</div>
</section>
<section>
<div class="container">
<h2 class="has-text-centered">{{ t.support.section.titleShort }}</h2>
<div class="columns has-1-cols has-2-cols-tablet is-centered">
<div class="column is-half-tablet is-one-third-desktop is-flex">
{% assign paymentLinks = site.support.links | keys %}
{% assign iconVpn = "donate" %}
{% assign buttonLink = site.data._en.navigation.mainNav.goincognito.url | relative_url %}
{% include c_feature-box.html
icon=iconVpn
title=t.featureBox.supportUs.title
desc=t.featureBox.supportUs.desc
section="support"
links=paymentLinks
class="is-box-warning has-no-background has-border"
buttonClass="is-warning"
tooltip=true
%}
</div>
</div>
</div>
</section>