Compare commits
2 Commits
2daa4e66bb
...
b4bac39a2f
| Author | SHA1 | Date | |
|---|---|---|---|
| b4bac39a2f | |||
| d028afd646 |
BIN
bsd/beastie_logo.png
Normal file
BIN
bsd/beastie_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 260 KiB |
@ -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();
|
||||
?>
|
||||
|
||||
@ -54,7 +54,8 @@ strong { font-weight:bold }
|
||||
.texte {
|
||||
color:#585769;
|
||||
font-family:arial, helvetica;
|
||||
text-align:center;
|
||||
/*text-align:center;*/
|
||||
text-align:left;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
||||
@ -123,7 +123,7 @@ function domenu() {
|
||||
// Top menu
|
||||
$out .= "<div class=\"divmenuhaut\">\n";
|
||||
//$out .= "<p> </p><p> </p>\n";
|
||||
$out .= "<p> </p>\n";
|
||||
//$out .= "<p> </p>\n";
|
||||
$out .= "<ul class=\"menu\">\n";
|
||||
foreach ($topmenu as $line => $val) {
|
||||
$out .= "<li><a class=\"";
|
||||
@ -142,9 +142,10 @@ function domenu() {
|
||||
}
|
||||
$out .= $val."</a></li>";
|
||||
}
|
||||
$out .= "<li><a class=\"menuoff\" href=\"mailto:info@rislsi.eu\">Contact</a></li>";
|
||||
$out .= "</ul></div>\n";
|
||||
/*
|
||||
// Bottom menu
|
||||
/*
|
||||
$out .= "<div class=\"divmenubas\">\n";
|
||||
$out .= "<ul class=\"menu\">\n";
|
||||
foreach ($bottommenu as $line => $val) {
|
||||
@ -165,7 +166,7 @@ function domenu() {
|
||||
$out .= $val."</a></li>";
|
||||
}
|
||||
$out .= "</ul></div>\n";
|
||||
*/
|
||||
*/
|
||||
|
||||
print $out;
|
||||
|
||||
@ -177,6 +178,7 @@ function page($titre) {
|
||||
printheader($titre);
|
||||
domenu();
|
||||
print "<div class=\"textebox\">\n";
|
||||
//print "<p><img src=\"/_blank.gif\" alt=\"Nothing\"></p>\n";
|
||||
}
|
||||
function page2($titre) {
|
||||
printheader2($titre);
|
||||
|
||||
@ -7,6 +7,7 @@ intro=RIS LSI
|
||||
bsd=BSD Unix
|
||||
linux=GNU/Linux
|
||||
network=Networking
|
||||
c=Development
|
||||
energy=Energy Storage
|
||||
|
||||
[bottommenu]
|
||||
|
||||
19
index.php
19
index.php
@ -2,14 +2,19 @@
|
||||
require_once("include/function.inc.php");
|
||||
page("Homepage");
|
||||
?>
|
||||
<p class="textetitre">RIS LSI Consulting SASU</p>
|
||||
<p class="texte">
|
||||
</p>
|
||||
<p class="textetitre">Who I am ?</p>
|
||||
<p class="texte">
|
||||
</p>
|
||||
<p class="textetitre">Social Media</p>
|
||||
<p class="texte"><center><img src="/logo/png/logo-no-backgroud.png" height="100px" width="100px" srcset="/logo/svg/logo-no-background.svg" alt="RIS LSI Consulting"></center></p>
|
||||
<p class="textetitre">RIS LSI</p>
|
||||
<p class="texte">
|
||||
RIS LSI means : Réseaux Informatiques - Systèmes Libres - Stockage Informatique.
|
||||
<br/>
|
||||
More than 28 years of experiences in the following domains (and more others domains, just ask).
|
||||
<ul>
|
||||
<li><b>BSDs</b>: FreeBSD, OpenBSD, NetBSD</li>
|
||||
<li><b>GNU/Linux</b>: Debian, Ubuntu, Redhat, CentOS, RockyLinux</li>
|
||||
<li><b>Networking</b>: Cisco, Juniper, Mikrotik, Ubiquiti, Wifi</li>
|
||||
<li><b>Development</b>: C, Asm, Pike, Python</li>
|
||||
<li><b>Energy Storage</b>: Victron Energy</li>
|
||||
</ul>
|
||||
</p>
|
||||
<?php
|
||||
finpage();
|
||||
|
||||
Reference in New Issue
Block a user