58 lines
		
	
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
	
		
			1.6 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.8">
 | |
| 
 | |
| 	<title>Thibaut CHARLES - Portfolio</title>
 | |
| 
 | |
| 	<link rel="stylesheet" href="/css/main.css">
 | |
| 	<link rel="stylesheet" href="/css/lightbox.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>
 | |
| 
 | |
| 	<div style="display: none">
 | |
| 		<a rel="me" href="https://octodon.social/@CromFr">Mastodon</a>
 | |
| 	</div>
 | |
| 
 | |
|     <script src="/js/marked.min.js"></script>
 | |
| 	<script src="/js/jquery-3.3.1.min.js"></script>
 | |
| 	<script src="/js/ChartNew.js"></script>
 | |
| 	<script src="/js/lightbox-2.10.0.min.js"></script>
 | |
| 	<script src="/js/main.js"></script>
 | |
| </body>
 | |
| </html>
 |