57 lines
1.7 KiB
HTML
57 lines
1.7 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="description" content="">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=0.5">
|
||
|
|
||
|
<title>Thibaut CHARLES - Portfolio</title>
|
||
|
|
||
|
<link rel="stylesheet" href="/css/main.css">
|
||
|
<link rel="stylesheet" href="/css/lightbox.css">
|
||
|
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic|Open+Sans:700,400"/>
|
||
|
<link href='//fonts.googleapis.com/css?family=Croissant+One' rel='stylesheet' type='text/css'>
|
||
|
|
||
|
<!--
|
||
|
|
||
|
DISCLAIMER
|
||
|
|
||
|
Please don't judge me on this code, it's ugly as *** and was written is
|
||
|
few hours because the previous used framework (EmberJS) was full of bugs /
|
||
|
vulnerabilities and would require too much wasted work to upgrade, for
|
||
|
such a simple site (plus it's totally overkill to use it)
|
||
|
|
||
|
|
||
|
-->
|
||
|
</head>
|
||
|
<body>
|
||
|
<nav id="left">
|
||
|
<img class="arrow" src="img/ui/arrowleft.svg" alt=""/>
|
||
|
<figure>
|
||
|
<img class="photo" src="img/me.png" alt="Thibaut CHARLES"/>
|
||
|
</figure>
|
||
|
|
||
|
<a href="/">Home</a>
|
||
|
<a href="/skills">Skills</a>
|
||
|
<a href="/projects">Projects</a>
|
||
|
<a href="/experiences">Experiences</a>
|
||
|
<a href="/hobbies">Hobbies</a>
|
||
|
|
||
|
<a href="https://git.thibautcharles.net" class="external">Gitea</a>
|
||
|
<a href="http://blog.thibautcharles.net" class="external">Blog</a>
|
||
|
</nav>
|
||
|
|
||
|
<content id="section-main">
|
||
|
<header>Thibaut CHARLES<br>Engineer<br>Software-Linux-Robotics</header>
|
||
|
<div id="article-container"></div>
|
||
|
</content>
|
||
|
|
||
|
<script src="/js/marked.min.js"></script>
|
||
|
<script src="/js/jquery-1.10.2.min.js"></script>
|
||
|
<script src="/js/ChartNew.js"></script>
|
||
|
<script src="/js/lightbox-2.6.min.js"></script>
|
||
|
<script src="/js/main.js"></script>
|
||
|
</body>
|
||
|
</html>
|