-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
181 lines (165 loc) · 8.57 KB
/
index.html
File metadata and controls
181 lines (165 loc) · 8.57 KB
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
<!DOCTYPE html>
<!-- TRANSLATORS: Replace with your lowercase language code (e.g. "my" for Burmese). -->
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Sorted alphabetically by language code. -->
<link rel="alternate" hreflang="en" href="../en/@PAGE@.html">
<link rel="alternate" hreflang="es" href="../es/@PAGE@.html">
<link rel="alternate" hreflang="fa" href="../fa/@PAGE@.html">
<!--link rel="alternate" hreflang="fr" href="../fr/@PAGE@.html"-->
<link rel="alternate" hreflang="my" href="../my/@PAGE@.html">
<link rel="alternate" hreflang="ru" href="../ru/@PAGE@.html">
<link rel="alternate" hreflang="uk" href="../uk/@PAGE@.html">
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="img/safari-pinned-tab.svg" color="#e43625">
<meta name="msapplication-TileColor" content="#e43625">
<meta name="theme-color" content="#ffffff">
<link href="css/ceno-ltr.css" rel="stylesheet" type="text/css"> <!-- please include all common CSS here -->
<link href="css/ceno-@PAGE@.css" rel="stylesheet" type="text/css">
<!--load all Font Awesome styles -->
<link href="webfonts/fontawesome/css/all.css" rel="stylesheet">
<!---formspree contact button-->
<script src="https://formspree.io/js/formbutton-v1.min.js" defer></script>
<script>
window.formbutton=window.formbutton||function(){(formbutton.q=formbutton.q||[]).push(arguments);};
/* customize formbutton here*/
formbutton("create", {
action: "https://formspree.io/f/mwkapvgg",
title: "How can we help?",
fields: [
{
type: "email",
label: "Email:",
name: "email",
required: true,
placeholder: "your@email.com"
},
{
type: "textarea",
label: "Message:",
name: "message",
placeholder: "What's on your mind?",
},
{ type: "submit" }
],
styles: {
title: {
backgroundColor: "#ea580c"
},
button: {
backgroundColor: "#ea580c"
}
},
initiallyVisible: false
});
</script>
</head>
<body>
<!-- Matomo Image Tracker-->
<img referrerpolicy="no-referrer-when-downgrade" src="https://matomo.ouinet.work/matomo.php?idsite=1&rec=1" style="border:0" alt="" />
<!-- End Matomo -->
<nav class="navbar navbar-expand-md fixed-top navbar-light" style="background-color: #FFFFFF">
<div class="container">
<!--div class="navbar-header"-->
<a class="navbar-brand" href="index.html"><img style="width:175px" id="CENOLogo" src="img/ouinet-logo.png"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#CENOnav">
<span class="navbar-toggler-icon"></span>
</button>
<!--/div--> <!-- end navbar header-->
<div class="collapse navbar-collapse justify-content-end" id="CENOnav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item active">
<!-- TODO: html2po cannot make the href translatable, so point to the Manual's language chooser. -->
<!-- TRANSLATORS: Replace "en" in the link by your language code if the Manual is available for it. -->
<a class="nav-link" href="docs/">Docs</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="help.html">Community</a>
</li>
</ul>
</div> <!--end collapsible navbar-->
</div> <!-- end container-->
</nav>
<main role="main">
<title>Ouinet | Peer to peer to freedom</title>
<section>
<div class="container">
<!--div class="card home border-0"-->
<div class="row">
<div class="col-lg-7 order-lg-2 order-sm-2" style="margin-top:60px; text-align:center">
<!--div class="card home bg-transparent border-0" style="margin-top:20px; text-align:center"-->
<center><video width="70%" height="70%"><source src="img/ouinet_2018_talk.m4v" type="video/mp4">Your browser does not support the video tag.</video></center>
</div>
<div class="col-lg-5 order-lg-1 order-sm-1" style="margin-top:30px">
<!--div class="card home border-0" style="margin-top:20px"-->
<h1 class="card-title">Bypass internet shutdowns with Ouinet</h1>
<p class="card-text">Ouinet is a collection of software tools and support infrastructure that provide access to web resources when access to the unrestricted internet is unreliable or unavailable, tailored for scenarios of limited internet connectivity and selective network traffic filtering.</p>
<p><a href="https://gitlab.com/equalitie/ouinet" style="text-align:center"><button class="btn btn-outline-danger mt-3 mb-3" type="button" style="text-align: center;">Get the SDK</button></a>
<a href="docs/integration/" style="text-align:center"><button class="btn btn-outline-danger mt-3 mb-3" type="button" style="text-align: center;">Integration Guide</button></a></p>
</div><!--end card 2-->
</div> <!-- row -->
</div> <!-- end container -->
</section> <!-- end section 1 -->
<section>
<div class="container py-3" style="align-content:center; justify-content;">
<!--div class="card border-0"-->
<h1>Current implementations:</h1>
<div class="row">
<div class="col-lg-4">
<div class="card"><a href="https://censorship.no" target="_blank">
<div class="card-body">
<img src="../img/ceno-icon.png" style="width:30%;" alt="Browse Freely"><br>
<h3 class="card-title">Ceno Browser</h3></a>
<p class="card-text">Access web content through a network of cooperating peers - even when the internet is down or censored. Install Ceno Browser today and be prepared for the next time you get 🔌 unplugged.</p>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="card"><a href="https://paskoocheh.com" target="_blank">
<div class="card-body">
<img src="../img/paskoocheh-logo.png" style="width:30%;" alt="Grow the network - Become a bridge!">
<h3 class="card-title">Paskoocheh</h3></a>
<p class="card-text">Paskoocheh (Farsi for “alley way”) is an app store that enables easy access to circumvention and privacy tools, with peer-to-peer sharing of apps in shutdown scenarios powered by Ouinet.</p>
</div>
</div>
</div> <!-- end card 2 -->
<div class="col-lg-4">
<div class="card">
<div class="card-body">
<img src="../img/opensourcery.png" style="width:30%;" alt="Free and Open Source">
<h3 class="card-title">Your Project!</h3>
<p class="card-text">Interested in enabling Ouinet's peer-to-peer functionality in your app? Visit our <a href="/docs/integration">Integration Guide</a> or contact us via the chat form at the bottom of this page.</p>
</div>
</div>
</div> <!-- end card 3 -->
</div> <!-- end row -->
</div> <!-- end container -->
</section> <!-- end section 2 -->
</main>
<footer class="container section" id="contact">
<hr>
<div id="footer-logo">
<a href="https://equalit.ie"><img id="equalitieLogo" src="../img/eQualitie_Logo_RGB.png"></a>
<a href="https://gitlab.com/equalitie/ouinet"> <i class="ml-2 pt-4 fab fa-gitlab fa-pull-end fa-2x"></i> </a>
</div>
<div>
<br>
<p class="float-left">Ouinet is a project by <a href="https://equalit.ie">eQualit.ie</a> – a not-for-profit Canadian company developing open and reusable systems with a focus on privacy, online security and freedom of association. Technology solutions and innovations are driven by our <a href="https://equalit.ie/our-values/">values</a> that guide us to protect the rights and aspirations of everyone online.</p>
</div>
<div class="push"></div><br>
<!-- TRANSLATORS: Please do not translate this. -->
© Ouinet 2018<script>new Date().getFullYear()>2018&&document.write("-"+new Date().getFullYear());</script>
</footer>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery-3.6.0.min.js"></script>
</body>
</html>