This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmain.php
82 lines (72 loc) · 4.33 KB
/
main.php
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
<div id="content">
<div class="text-center" style="margin-bottom: 20px;">
<img src="img/puffy72.gif" alt="Versão estável 7.2" />
</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="http://www.openbgpd.org" target="_blank">OpenBGPD</a>,
<a href="https://www.rpki-client.org" target="_blank">rpki-client</a>,
<a href="http://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">
<p>
<h2 class="text-center">
<a name="download"></a>
<strong>Obtenha o OpenBSD através de um servidor no Brasil.</strong>
</h2>
<br />
</p>
<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://fastly.cdn.openbsd.org/pub/OpenBSD" role="button">Faslty (CDN)</a>
<a class="btn-lg btn-info" href="https://mirror.leaseweb.com/pub/OpenBSD" role="button">LeaseWeb (CDN)</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-6">
<h4>IRC</h4>
<p>
Venha bater um papo conosco no canal <a href="http://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="http://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 class="col-lg-6">
<a class="twitter-timeline" data-width="500" data-height="500" data-theme="light" href="https://twitter.com/openbsd_br">
Tweets by @openbsd_br</a>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div> <!-- div content -->