fix: subtitle color
This commit is contained in:
parent
f222496429
commit
50c8cb051d
6 changed files with 8 additions and 2 deletions
82
html/resume.html
Normal file
82
html/resume.html
Normal file
|
@ -0,0 +1,82 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Ange DUHAYON</title>
|
||||
<link rel="stylesheet" href="style.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<a id="headerLink" href="/">Ange DUHAYON</a>
|
||||
<span id="headerSubtitle">DevOps</span>
|
||||
<span class="right" style="font-size: .4em;">Website heavily inspired from <a href="https://suckless.org" target="_blank" rel="noreferrer noopener">suckless.org</a></span>
|
||||
</div>
|
||||
<div id="menu">
|
||||
<a href="/"><b>contact</b></a>
|
||||
<a href="/resume.html">resume</a>
|
||||
<!--
|
||||
<a href="/about.html">about me</a>
|
||||
-->
|
||||
<span class="right">
|
||||
<a href="//git.gmoker.com/yw5n/">source</a>
|
||||
</span>
|
||||
</div>
|
||||
<hr class="hidden"/>
|
||||
<div id="content">
|
||||
<!--
|
||||
<div id="nav">
|
||||
<ul>
|
||||
<li><a href="#formation">Formation</a></li>
|
||||
<li><a href="#experience">Experience</a></li>
|
||||
<li><a href="#competences">Competences</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
-->
|
||||
<div id="main">
|
||||
|
||||
<h1>4th year EPITECH student</h1>
|
||||
<img src="static/2404.webp" alt="Ange DUHAYON" width="128">
|
||||
<h2 id="formation">FORMATION</h2>
|
||||
<h3><b>EPITECH Toulouse</b> - Promo 2026</h3>
|
||||
<ul>
|
||||
<li>C/C++ (system programming, AI, ciphering, games)</li>
|
||||
<li>Free languages (maths, functional programming)</li>
|
||||
<li>DevOps (GitHub Actions, Docker, Ansible, Kubernetes)</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="experience">EXPERIENCE</h2>
|
||||
<h3><b>Freelance</b> - DevOps</h3>
|
||||
SEPTEMBER 2023 - Today
|
||||
<ul>
|
||||
<li>Server setup (Debian, Docker/K8s, web server, customer application)</li>
|
||||
<li>CI/CD, real-time monitoring</li>
|
||||
</ul>
|
||||
<h3><b>EPITECH CodingClub association, Toulouse</b> - Cobra</h3>
|
||||
JANUARY 2021 - TODAY
|
||||
<ul>
|
||||
<li>Coding workshops for high school students</li>
|
||||
</ul>
|
||||
<h3><b>Predicloud, Toulouse</b> - DevOps / Site Reliability Manager</h3>
|
||||
JUNE 2022 - JULY 2023
|
||||
<ul>
|
||||
<li>CI/CD, K8S monitoring</li>
|
||||
<li>Authentication solution (LDAP, SSO, Webhook)</li>
|
||||
<li>Mail server (Postfix, Dovecot)</li>
|
||||
<li>Python backend</li>
|
||||
<li>Customer communication and troubleshooting</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="competences">COMPETENCES</h2>
|
||||
<table>
|
||||
<tr><th>LANGUAGES</th> <th>SOFTWARE</th></tr>
|
||||
<tr><td>C/C++</td> <td>*nix</td></tr>
|
||||
<tr><td>Python</td> <td>Git</td></tr>
|
||||
<tr><td>Bash</td> <td>Vim</td></tr>
|
||||
<tr><td>Go</td> <td>Docker</td></tr>
|
||||
<tr><td>JavaScript</td><td>Kubernetes</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue