Added development

This commit is contained in:
Xavier Beaudouin
2023-03-22 11:42:30 +01:00
parent d59f8934bb
commit 755083dced
3 changed files with 32 additions and 1 deletions

BIN
C/c_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

31
C/index.php Normal file
View File

@ -0,0 +1,31 @@
<?php
require_once("../include/function.inc.php");
page("Development");
?>
<p class="texte"><center><img src="c_logo.png" height="100px" width="100px" alt="C0ding L1f3"></center></p>
<p class="textetitre">Development</p>
<p class="texte">
As some friends can say "code is life", more and more with all embedded software everywhere. Code is everywhere and need people that have system in mind to produce safe and quality code.
</p>
<p class="texte">
We have contribute on several projects, even being maintainer of some opensource projects between 2000 and 2005. We try to have in mindset "security by design", not security later and after the breach has been seen.<br/>
Even if we don't do any coding, we can help developper teams to have a better understanding of the low level hardware because electronics is also important for us.
</p>
<p class="textetitre">Development</p>
<p class="texte">
Well known languages :
<ul>
<li>C</li>
<li>Pike</li>
<li>Assembler (x86)</li>
<li>Python</li>
<li>Perl</li>
<li>PHP</li>
</ul>
</p>
<p class="texte">
We can also work on other language projects and fix, update, patch current projects to fix and add functionalities if needed.
</p>
<?php
finpage();
?>