Fix align for texte classe. Added BSD informations

This commit is contained in:
Xavier Beaudouin
2023-03-21 18:09:11 +01:00
parent d028afd646
commit b4bac39a2f
3 changed files with 22 additions and 2 deletions

BIN
bsd/beastie_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

View File

@ -1,3 +1,22 @@
<?php
header("Location: http://photos.oav.net/");
require_once("../include/function.inc.php");
page("Homepage");
?>
<p class="texte"><center><img src="beastie_logo.png" height="100px" width="100px" alt="BSD"></center></p>
<p class="textetitre">BSD Unix</p>
<p class="texte">
BSD Unix are the basis of OpenSource Unix-Like systems. We have more than 23 years of experience in BSD.
<br/>
Most common BSD are : FreeBSD, OpenBSD, NetBSD, DragonflyBSD.<br/>
FreeBSD is embedded on some specific hardware like Juniper and Netapp. But also
on some Firewalls : OpnSense, pfSense, FreeNAS,... with the power of ZFS<br/>
</p>
<p class="textetitre">FreeBSD</p>
<p class="texte">
We have more then 20 years of experience on FreeBSD. Making high availability systems like NAT routers, ZFS filers, poudriere systems to your own packages. You can count on us to help you to maintain, or move from other operating systems to FreeBSD.<br/>
You ask FreeBSD to be also a container system (without issues you may have on othere container systems) using Jails.<br/>
Also, with bhyve, you can also virtualise some other oses. Anything can be possible with FreeBSD.
</p>
<?php
finpage();
?>