-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhelp.html
180 lines (165 loc) · 8.39 KB
/
help.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
<!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/@[email protected]">
<link rel="alternate" hreflang="es" href="../es/@[email protected]">
<link rel="alternate" hreflang="fa" href="../fa/@[email protected]">
<!--link rel="alternate" hreflang="fr" href="../fr/@[email protected]"-->
<link rel="alternate" hreflang="my" href="../my/@[email protected]">
<link rel="alternate" hreflang="ru" href="../ru/@[email protected]">
<link rel="alternate" hreflang="uk" href="../uk/@[email protected]">
<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-@[email protected]" 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: "[email protected]"
},
{
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 | Community</title>
<div class="container-md section">
<h1>Community</h1>
<p>There are many ways to plug into the Ouinet community and the larger surrounding ecosystem!</p>
<section>
<div class="container py-3 px-2">
<div class="row">
<div class="col-lg-4 col-md-6 px-3 py-3 text-center">
<div class="card"><div class="card">
<div class="card-body">
<i class="fas fa-globe fa-5x" style="color:#ED7812"></i>
<h4 class="pt-3 card-title">Translations</h4>
<p> <img style="width:150px" src="https://hosted.weblate.org/widgets/ouinet/-/svg-badge.svg"></p>
<p class="card-text">Help translate the Ouinet documentation! We use <a href="https://docs.weblate.org/" target="_blank">Weblate</a> to crowdsource translations.</p>
<p>Please contact the Ouinet team if you're interested in becoming a reviewer for translation(s) in your language(s).</p>
<div class="d-grid gap-2 justify-content-center">
<a href="https://hosted.weblate.org/projects/ouinet/#information" target="_blank" style="text-align:center"><button class="btn btn-outline-danger mt-3 mb-3" type="button" style="text-align: center;">Join our Weblate</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 px-3 py-3 text-center">
<div class="card"><div class="card">
<div class="card-body">
<i class="fas fa-solid fa-comment fa-5x" style="color:#ED7812"></i>
<h4 class="pt-3 card-title">Collaborations</h4>
<p class="card-text">The Ouinet team is curious and eager to build collaborative relationships with aligned groups and projects.</p>
<p class="card-text" style="text-align:left"> <i class="fas fa-envelope" style="color:#ea7812"></i> Email the team:<br/> ouinet [at] equalit [dot] ie</p>
<p style="text-align:left"> <i class="fas fa-comment" style="color:#ea7812"></i> Join our shared Matrix channel, <a href="https://matrix.to/#/#decentralized-browsers:matrix.org">Decentralized Web Browsers</a></p>
<div class="d-grid gap-2 justify-content-center">
<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>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 px-3 py-3 text-center">
<div class="card"><div class="card">
<div class="card-body">
<i class="fas fa-code fa-5x" style="color:#ED7812"></i>
<h4 class="pt-3 card-title">Source Code</h4>
<p class="card-text">Ouinet is entirely free and open source software, and can be integrated as a library dependency by pulling from Maven Central:<br/>
<div class="d-grid gap-2 justify-content-center">
<a href="https://github.com/equalitie/ouinet" style="text-align:center" target="_blank"><button class="btn btn-outline-danger mt-3 mb-3" type="button" style="text-align: center;"><i class="fab fa-github"></i> Browse our Github</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</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://github.com/equalitie/ouinet"> <i class="ml-2 pt-4 fab fa-github 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/en/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>