-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
238 lines (210 loc) · 10.1 KB
/
index.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Brazilian OpenBSD Users Group">
<meta name="copyright" content="https://opensource.org/licenses/BSD-2-Clause">
<link rel="shortcut icon" href="img/favicon.ico" TYPE="image/x-icon">
<link rel="canonical" href="https://openbsd-br.org/">
<title>OpenBSD-BR.org (Grupo Brasileiro dos Usuários de OpenBSD)</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<link href="css/jumbotron-narrow.css" rel="stylesheet">
<link href="css/openbsd-br.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/openbsd-br.js"></script>
</head>
<body>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-76214150-1', 'auto');
ga('send', 'pageview');
</script>
<header>
<a href="https://github.com/OpenBSD-BR/openbsd-br.github.io">
<img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
>
</a>
<div class="container-fluid" id="top-black">
<div class="twitter-div-top-left">
<a href="https://twitter.com/openbsd_br" class="twitter-follow-button" data-show-count="true" data-size="large" data-dnt="true">
Seguir @openbsd_br
</a>
</div>
<div class="container" id="openbsd-br-social-icons">
<a href="https://github.com/OpenBSD-BR/openbsd-br.org" class="btn btn-social-icon btn-lg btn-github" target="_blank">
<i class="fa fa-github fa-lg"></i>
</a>
<a href="https://www.facebook.com/openbsdbrasil/" class="btn btn-social-icon btn-lg btn-facebook" target="_blank">
<i class="fa fa-facebook fa-lg"></i>
</a>
<a href="https://twitter.com/openbsd_br" class="btn btn-social-icon btn-lg btn-twitter" target="_blank">
<i class="fa fa-twitter fa-lg"></i>
</a>
</div>
</div>
<div class="brazil-line"></div>
</header>
<div class="container">
<div class="header clearfix" id="menu">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation" class="active"><a href="/">Inicial</a></li>
<li role="presentation"><a href="#download">Download</a></li>
<li role="presentation"><a href="https://www.openbsd.org/mail.html">Lista de Email Oficial</a></li>
<li role="presentation"><a href="https://web.libera.chat/#openbsd-br" target="_blank">IRC</a></li>
<li role="presentation"><a href="artwork.html">Artwork</a></li>
<li role="presentation"><a href="https://openbsd.org" target="_blank">Site Oficial</a></li>
</ul>
</nav>
<h3 class="text-muted">
<a href="/">
<img src="img/openbsd.png" alt="OpenBSD Brasil"/>
</a>
</h3>
</div>
<div class="brazil-line"></div>
<div class="row">
<div class="col-lg-12">
<h2 class="text-center">Comunidade OpenBSD Brasil</h2>
</div>
</div>
<div id="content">
<div class="text-center" style="margin-bottom: 20px;">
<img src="img/puffy75.gif" alt="Versão estável 7.5"/>
</div>
<div class="jumbotron">
<p class="text-justify">
O Projeto OpenBSD oferece, como carro chefe, um sistema operacional
multi-plataforma, gratuito e de código aberto baseado no BSD Unix, da Universidade de
Berkeley.
</p>
<p class="text-justify">
A primeira versão do sistema operacional OpenBSD data do inicio do ano de
1995 e iniciou como um fork do NetBSD; outro sistema operacional da mesma linhagem do Unix de Berkeley.
Dentre alguns dos esforços desempenhados pelo projeto, vemos segurança, simplicidade e
portabilidade.
</p>
<p class="text-justify">
Outros projetos também são hospedados e mantidos pelos desenvolvedores do OpenBSD:
<a href="https://www.openssh.com" target="_blank">OpenSSH</a>,
<a href="https://www.openbgpd.org" target="_blank">OpenBGPD</a>,
<a href="https://www.rpki-client.org" target="_blank">rpki-client</a>,
<a href="https://www.openntpd.org" target="_blank">OpenNTPD</a>,
<a href="https://www.opensmtpd.org" target="_blank">OpenSMTPD</a>,
<a href="https://www.openiked.org" target="_blank">OpenIKED</a>,
<a href="https://mandoc.bsd.lv" target="_blank">mandoc</a>,
<a href="https://www.libressl.org" target="_blank">LibreSSL</a>
</p>
</div>
<div class="row">
<hr/>
<div class="col-lg-12">
<h2 class="text-center">
<a id="download"></a>
<strong>Obtenha o OpenBSD através de um servidor no Brasil.</strong>
</h2>
<br/>
<p class="text-center">
<a class="btn-lg btn-info" href="https://cdn.openbsd.org/pub/OpenBSD" role="button">OpenBSD (CDN)</a>
<a class="btn-lg btn-info" href="https://cloudflare.cdn.openbsd.org/pub/OpenBSD/" role="button">Cloudflare (CDN)</a>
<a class="btn-lg btn-info" href="https://openbsd.c3sl.ufpr.br/pub/OpenBSD/" role="button">UFPR (Curitiba)</a>
</p>
<br/>
<p class="text-center">
<a href="https://twitter.com/openbsd_br" class="twitter-follow-button" data-show-count="true" data-size="large" data-dnt="true">
Follow @openbsd_br
</a>
<script>
!function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + '://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js, fjs);
}
}(document, 'script', 'twitter-wjs');
</script>
</p>
<hr/>
</div>
</div>
<div class="row marketing">
<div class="col-lg-12">
<h4>IRC</h4>
<p>
Venha bater um papo conosco no canal
<a href="https://webchat.freenode.net?randomnick=1&channels=%23openbsd-br&uio=d4" target="_blank">#openbsd-br</a>
na FreeNode.
</p>
<h4>GitHub</h4>
<p>
Colabore com este site ou algum projeto OpenBSD. Visite nosso
<a href="https://github.com/openbsd-br/">Github</a>.
</p>
<h4>Lista de Discussão</h4>
<p>
Temos uma lista de discussão para atender a comunidade Brasileira. Para maiores
informações <a href="https://openbsd-br.org/mailman/listinfo/lista">clique aqui.</a>
</p>
<h4>Servidores Espelho</h4>
<p>
Deseja ser um mirror no Brasil? <a href="#">Clique aqui</a> para maiores informações.
</p>
</div>
</div>
</div> <!-- div content -->
</div> <!-- /container -->
<div class="brazil-line"></div>
<footer class="footer-div text-center container-fluid">
<div class="row">
<div class="container" id="footer-container">
<div class="col-md-8">
<p>
<strong>OpenBSD:</strong>
"Apenas duas falhas na instalação padrão depois de
um diabólico período de tempo."
</p>
<p>
<strong>Comunidade OpenBSD Brasil</strong>
</p>
</div>
<div class="col-md-4">
<a href="https://github.com/OpenBSD-BR/openbsd-br.org" class="btn btn-social-icon btn-lg btn-github" target="_blank">
<i class="fa fa-github fa-2x"></i>
</a>
<a href="https://www.facebook.com/openbsdbrasil/" class="btn btn-social-icon btn-lg btn-facebook" target="_blank">
<i class="fa fa-facebook fa-2x"></i>
</a>
<a href="https://twitter.com/openbsd_br" class="btn btn-social-icon btn-lg btn-twitter" target="_blank">
<i class="fa fa-twitter fa-2x"></i>
</a>
</div>
</div>
</div>
</footer>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>