pages/portfolio : expérience professionnelle
This commit is contained in:
parent
32dfab2242
commit
1c1b8d8be9
1 changed files with 11 additions and 0 deletions
|
@ -51,6 +51,13 @@ This list showcases the technologies and fields I'm the more confident with.
|
||||||
- command line tools
|
- command line tools
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<h1>My professional experience</h1>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>April 2023 to July 2024, <b>KAIZEN Solutions</b>, internship: development of a monitoring solution for Debian servers</li>
|
||||||
|
<li>September 2023 to August 2024, <b>Micasys</b>, apprenticeship, evolution of company cybersecurity</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h1>My projects</h1>
|
<h1>My projects</h1>
|
||||||
|
|
||||||
<h2>Commitment to software and Internet freedom</h2>
|
<h2>Commitment to software and Internet freedom</h2>
|
||||||
|
@ -135,4 +142,8 @@ code {
|
||||||
iframe {
|
iframe {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue