Skip to content

Commit c2ca331

Browse files
committed
update 2025 v1
1 parent b552cfc commit c2ca331

38 files changed

+18596
-2680
lines changed

404.html

Lines changed: 228 additions & 158 deletions
Original file line numberDiff line numberDiff line change
@@ -1,158 +1,228 @@
1-
<!DOCTYPE html>
2-
<html lang="fr">
3-
4-
<head>
5-
<meta charset="utf-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
8-
<meta name="author" content="Thibaut Tezenas Du Montcel">
9-
<meta name="description" content="Site Perso de TTDM">
10-
<meta name="keywords" content="portfolio,developer,personal">
11-
12-
<meta name="twitter:card" content="summary"/>
13-
<meta name="twitter:title" content="404 Page not found"/>
14-
<meta name="twitter:description" content="Site Perso de TTDM"/>
15-
16-
<meta property="og:title" content="404 Page not found" />
17-
<meta property="og:description" content="Site Perso de TTDM" />
18-
<meta property="og:type" content="website" />
19-
<meta property="og:url" content="https://ttdm.github.io/404.html" />
20-
21-
22-
23-
24-
<base href="https://ttdm.github.io/404.html">
25-
26-
<title>TTDM</title>
27-
28-
29-
<link rel="canonical" href="https://ttdm.github.io/404.html">
30-
31-
32-
<link href="https://fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather:300,700%7CSource+Code+Pro:400,700&display=swap" rel="stylesheet">
33-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css" integrity="sha384-KA6wR/X5RY4zFAHpv/CnoG2UW1uogYfdnP67Uv7eULvTveboZJg0qUpmJZb5VqzN" crossorigin="anonymous" />
34-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha256-l85OmPOjvil/SOvVt3HnSSjzF1TUMyT9eV0c2BzEGzU=" crossorigin="anonymous" />
35-
36-
37-
38-
39-
<link rel="stylesheet" href="https://ttdm.github.io/css/coder.min.a4f332213a21ce8eb521670c614470c58923aaaf385e2a73982c31dd7642decb.css" integrity="sha256-pPMyITohzo61IWcMYURwxYkjqq84XipzmCwx3XZC3ss=" crossorigin="anonymous" media="screen" />
40-
41-
42-
43-
44-
45-
46-
47-
48-
<link rel="stylesheet" href="https://ttdm.github.io/css/coder-dark.min.83a2010dac9f59f943b3004cd6c4f230507ad036da635d3621401d42ec4e2835.css" integrity="sha256-g6IBDayfWflDswBM1sTyMFB60DbaY102IUAdQuxOKDU=" crossorigin="anonymous" media="screen" />
49-
50-
51-
52-
53-
<link rel="stylesheet" href="https://ttdm.github.io/css/custom.css" />
54-
55-
56-
57-
58-
59-
60-
<link rel="icon" type="image/png" href="https://ttdm.github.io/images/favicon.ico" sizes="32x32">
61-
<link rel="icon" type="image/png" href="https://ttdm.github.io/images/favicon.ico" sizes="16x16">
62-
63-
<meta name="generator" content="Hugo 0.65.3" />
64-
</head>
65-
66-
67-
68-
69-
70-
<body class="colorscheme-auto">
71-
<main class="wrapper">
72-
<nav class="navigation">
73-
<section class="container">
74-
<a class="navigation-title" href="https://ttdm.github.io/">
75-
TTDM
76-
</a>
77-
78-
<input type="checkbox" id="menu-toggle" />
79-
<label class="menu-button float-right" for="menu-toggle"><i class="fas fa-bars"></i></label>
80-
<ul class="navigation-list">
81-
82-
83-
<li class="navigation-item">
84-
<a class="navigation-link" href="https://ttdm.github.io/a-propos/">A Propos</a>
85-
</li>
86-
87-
<li class="navigation-item">
88-
<a class="navigation-link" href="https://ttdm.github.io/projets/">Projets</a>
89-
</li>
90-
91-
<li class="navigation-item">
92-
<a class="navigation-link" href="https://ttdm.github.io/cv/">CV</a>
93-
</li>
94-
95-
<li class="navigation-item">
96-
<a class="navigation-link" href="https://ttdm.github.io/contact/">Contact</a>
97-
</li>
98-
99-
100-
101-
102-
103-
104-
105-
106-
<li class="navigation-item menu-separator">
107-
<span>|</span>
108-
</li>
109-
110-
111-
<li class="navigation-item">
112-
<a href="https://ttdm.github.io/en/">English</a>
113-
</li>
114-
115-
116-
117-
118-
119-
</ul>
120-
121-
</section>
122-
</nav>
123-
124-
125-
<div class="content">
126-
127-
<section class="container centered">
128-
<div class="error">
129-
<h1>404</h1>
130-
<h2>Page Non Trouvée</h2>
131-
<p>Désolé, cette page n&#39;existe pas.<br />Vous pouvez revenir à <a href="https://ttdm.github.io/">l'accueil</a>.</p>
132-
</div>
133-
</section>
134-
135-
136-
</div>
137-
138-
<footer class="footer">
139-
<section class="container">
140-
141-
142-
143-
144-
Propulsé par <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
145-
146-
147-
</section>
148-
</footer>
149-
150-
</main>
151-
152-
153-
154-
155-
156-
</body>
157-
158-
</html>
1+
<!DOCTYPE html>
2+
<html lang="fr">
3+
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
5+
<title>TTDM</title>
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<meta name="color-scheme" content="light dark">
9+
10+
11+
12+
13+
<meta name="author" content="Thibaut Tezenas Du Montcel">
14+
<meta name="description" content="Site Perso de Thibaut Tezenas">
15+
<meta name="keywords" content="portfolio,developer,personal">
16+
17+
18+
19+
<meta name="twitter:card" content="summary">
20+
<meta name="twitter:title" content="404 Page not found">
21+
<meta name="twitter:description" content="Site Perso de Thibaut Tezenas">
22+
23+
<meta property="og:url" content="http://localhost:1313/404.html">
24+
<meta property="og:site_name" content="TTDM">
25+
<meta property="og:title" content="404 Page not found">
26+
<meta property="og:description" content="Site Perso de Thibaut Tezenas">
27+
<meta property="og:locale" content="fr">
28+
<meta property="og:type" content="website">
29+
30+
31+
32+
33+
<link rel="canonical" href="http://localhost:1313/404.html">
34+
35+
36+
<link rel="preload" href="/fonts/fa-brands-400.woff2" as="font" type="font/woff2" crossorigin>
37+
<link rel="preload" href="/fonts/fa-regular-400.woff2" as="font" type="font/woff2" crossorigin>
38+
<link rel="preload" href="/fonts/fa-solid-900.woff2" as="font" type="font/woff2" crossorigin>
39+
40+
41+
42+
43+
<link rel="stylesheet" href="/css/coder.css" media="screen">
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
<link rel="stylesheet" href="/css/coder-dark.css" media="screen">
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" sizes="any">
64+
<link rel="icon" type="image/png" href="/images/favicon.ico" sizes="32x32">
65+
<link rel="icon" type="image/png" href="/images/favicon.ico" sizes="16x16">
66+
67+
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
68+
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
69+
70+
<link rel="manifest" href="/site.webmanifest">
71+
<link rel="mask-icon" href="/images/safari-pinned-tab.svg" color="#5bbad5">
72+
73+
74+
75+
76+
77+
78+
79+
80+
81+
</head>
82+
83+
84+
85+
86+
87+
88+
<body class="preload-transitions colorscheme-auto">
89+
90+
<div class="float-container">
91+
<a id="dark-mode-toggle" class="colorscheme-toggle">
92+
<i class="fa-solid fa-adjust fa-fw" aria-hidden="true"></i>
93+
</a>
94+
</div>
95+
96+
97+
<main class="wrapper">
98+
<nav class="navigation">
99+
<section class="container">
100+
101+
<a class="navigation-title" href="http://localhost:1313/">
102+
TTDM
103+
</a>
104+
105+
106+
<input type="checkbox" id="menu-toggle" />
107+
<label class="menu-button float-right" for="menu-toggle">
108+
<i class="fa-solid fa-bars fa-fw" aria-hidden="true"></i>
109+
</label>
110+
<ul class="navigation-list">
111+
112+
113+
<li class="navigation-item">
114+
<a class="navigation-link " href="/a-propos/">Qui suis-je ?</a>
115+
</li>
116+
117+
<li class="navigation-item">
118+
<a class="navigation-link " href="/projets/">Mes projets tech</a>
119+
</li>
120+
121+
<li class="navigation-item">
122+
<a class="navigation-link " href="/cv/">Côté pro</a>
123+
</li>
124+
125+
<li class="navigation-item">
126+
<a class="navigation-link " href="/contact/">Contact</a>
127+
</li>
128+
129+
130+
131+
132+
133+
134+
135+
136+
<li class="navigation-item menu-separator">
137+
<span>|</span>
138+
</li>
139+
140+
141+
<li class="navigation-item">
142+
<a href="/en/404.html">English</a>
143+
</li>
144+
145+
146+
147+
</ul>
148+
149+
</section>
150+
</nav>
151+
152+
153+
<div class="content">
154+
155+
<section class="container centered">
156+
<div class="error">
157+
<h1>404</h1>
158+
<h2>Page Non Trouvée</h2>
159+
<p>Désolé, cette page n&#39;existe pas.<br />Vous pouvez revenir à <a href="http://localhost:1313/">l'accueil</a>.</p>
160+
</div>
161+
</section>
162+
163+
164+
</div>
165+
166+
<footer class="footer">
167+
<section class="container">
168+
©
169+
170+
2025
171+
Thibaut Tezenas Du Montcel
172+
·
173+
174+
Propulsé par <a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/" target="_blank" rel="noopener">Coder</a>.
175+
176+
</section>
177+
</footer>
178+
179+
</main>
180+
181+
182+
183+
184+
185+
<script src="/js/coder.js"></script>
186+
187+
188+
189+
190+
191+
192+
193+
194+
195+
196+
197+
198+
199+
200+
201+
202+
203+
204+
205+
206+
207+
208+
209+
210+
211+
212+
213+
214+
215+
216+
217+
218+
219+
220+
221+
222+
223+
224+
225+
226+
</body>
227+
228+
</html>

0 commit comments

Comments
 (0)