feat: linkedin
This commit is contained in:
parent
186491250e
commit
08557f45db
11 changed files with 53 additions and 24 deletions
|
@ -2,9 +2,9 @@
|
|||
<html>
|
||||
<head>
|
||||
{{template "head.tmpl" .}}
|
||||
<script src="static/copy.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script src="static/copy.js"></script>
|
||||
{{template "header.tmpl" .}}
|
||||
<div id="content">
|
||||
<!--
|
||||
|
@ -56,6 +56,11 @@
|
|||
<td id="ssh"><a href="/static/ssh" target="_blank" rel="noreferrer noopener">ssh</a></td>
|
||||
<td><button onclick="copyFile('ssh')">Copy</button></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>LinkedIn</td>
|
||||
<td id="in"><a href="https://www.linkedin.com/in/angedhn" target="_blank" rel="noreferrer noopener">www.linkedin.com/in/angedhn</a></td>
|
||||
<td><button onclick="copyElem('in')">Copy</button></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{template "head.tmpl" .}}
|
||||
<head>
|
||||
{{template "head.tmpl" .}}
|
||||
<link rel="stylesheet" href="resume.css"/>
|
||||
</head>
|
||||
<body>
|
||||
{{template "header.tmpl". }}
|
||||
{{template "header.tmpl" .}}
|
||||
<div id="content">
|
||||
<div id="nav">
|
||||
<!--
|
||||
|
@ -28,20 +31,21 @@
|
|||
<h3><b>Freelance</b> - DevOps</h3>
|
||||
SEPTEMBER 2023 - TODAY
|
||||
<ul>
|
||||
<li>Server setup (Debian, Docker/K8s, web server, customer application)</li>
|
||||
<li>Server setup (Debian, Docker/K8S, web server, customer application)</li>
|
||||
<li>CI/CD, real-time monitoring</li>
|
||||
</ul>
|
||||
<h3><b>Selfhost</b> - DevOps</h3>
|
||||
JANUARY 2022 - TODAY
|
||||
<ul>
|
||||
<li>Debian + K8S + Gitea CI/CD + Nextcloud + Matrix.org + Jellyfin + SearXNG</li>
|
||||
<li>Debian, K8S, Gitea CI/CD</li>
|
||||
<li>Nextcloud, Matrix.org, Jellyfin, SearXNG</li>
|
||||
</ul>
|
||||
<h3><b>EPITECH CodingClub association, Toulouse</b> - Cobra</h3>
|
||||
JANUARY 2021 - JUNE 2024
|
||||
<ul>
|
||||
<li>Coding workshops for high school students</li>
|
||||
</ul>
|
||||
<h3><b>Predicloud, Toulouse</b> - DevOps / Site Reliability Manager</h3>
|
||||
<h3><b>Predicloud, Toulouse</b> - DevOps SRE</h3>
|
||||
JUNE 2022 - JULY 2023
|
||||
<ul>
|
||||
<li>CI/CD, K8S monitoring</li>
|
||||
|
@ -57,7 +61,7 @@
|
|||
<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>K8S</td></tr>
|
||||
<tr><td>JS</td> <td>K8S</td></tr>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
|
176
html/style.css
176
html/style.css
|
@ -1,176 +0,0 @@
|
|||
/* https://suckless.org/pub/style.css */
|
||||
|
||||
html {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
font-family: sans-serif;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
pre, code {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #005386;
|
||||
}
|
||||
|
||||
#header a, #nav a, #menu a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#nav a:hover {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
#menu {
|
||||
clear: both;
|
||||
color: #069;
|
||||
overflow: hidden;
|
||||
background-color: #17a;
|
||||
padding: 0.7ex;
|
||||
border-top: 1px solid #ccc;
|
||||
border-bottom: 1px solid #069;
|
||||
}
|
||||
|
||||
#menu a {
|
||||
padding: 0.5ex 1ex;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#menu a:hover {
|
||||
background-color: #069;
|
||||
}
|
||||
|
||||
#header {
|
||||
background-color: #eee;
|
||||
clear: both;
|
||||
color: #555;
|
||||
font-size: 1.78em;
|
||||
padding: 0.7ex 0.7ex 0.7ex 0.7em;
|
||||
}
|
||||
|
||||
#headerLink {
|
||||
color: #17a;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin: 1em 1ex 0.5ex 0;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 1em 1ex 0.5ex 0;
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin: 1em 1ex 0.5ex 0;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin: 1em 1ex 0.5ex 0;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#headerSubtitle {
|
||||
font-size: 0.75em;
|
||||
font-style: italic;
|
||||
margin-left: 1em;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#content {
|
||||
clear: both;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#nav {
|
||||
float: left;
|
||||
margin: 0 1px 0 0;
|
||||
padding: 1em 0;
|
||||
border-right: 1px dotted #ccc;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#nav ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#nav li {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#nav li ul {
|
||||
padding-left: 0.6em !important;
|
||||
}
|
||||
|
||||
#nav li a {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0.8ex 2em 0.8ex 1em;
|
||||
}
|
||||
|
||||
#main {
|
||||
margin: 0 0 0 200px;
|
||||
max-width: 50em;
|
||||
padding: 1.5em;
|
||||
}
|
||||
|
||||
.left {
|
||||
float: left;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background-color: #000;
|
||||
color: #bdbdbd;
|
||||
}
|
||||
#menu {
|
||||
border-top: 1px solid #222;
|
||||
}
|
||||
#header {
|
||||
background-color: #111;
|
||||
}
|
||||
#nav a:hover {
|
||||
background-color: #222;
|
||||
}
|
||||
blockquote, pre, code {
|
||||
background-color: #111;
|
||||
border-color: #222;
|
||||
}
|
||||
a {
|
||||
color: #56c8ff;
|
||||
}
|
||||
#main img[src$=svg] {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue