-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
51 lines (45 loc) · 2.34 KB
/
contact.html
File metadata and controls
51 lines (45 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Paul Déchorgnat</title>
<link rel="stylesheet" href="/my_style.css">
</head>
<body>
<div id="navbar">
<div class="navbar-container container">
<a href="/" class="home-link">
<img class="navbar-logo" src="/images/logo.png"> Paul Déchorgnat
</a>
<button type="button" id="navbar-toggle" aria-controls="navbar-menu" aria-label="Toggle menu" aria-expanded="false">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div id="navbar-menu" aria-labelledby="navbar-toggle">
<ul class="navbar-links">
<li class="navbar-item"><a class="navbar-link" href="/index.html">About</a></li>
<li class="navbar-item"><a class="navbar-link" href="/posts/main.html">Blog</a></li>
<li class="navbar-item"><a class="navbar-link" href="https://github.com/pauldechorgnat">Github</a></li>
<li class="navbar-item"><a class="navbar-link" href="/contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="html-content">
<h1>Contact</h1><blockquote>
<p>If you want to contact me for any questions, regarding my work, my posts or my hobbies, you can use the following. I might not answer the phone but you can leave me a message or send me a text message if urgent. I actually prefer email:</p>
</blockquote><p><div class="img-container"><img alt="Portrait of Paul Déchorgnat" src="/images/paul_bw.jpg" /></div></p><ul>
<li>Phone: +33 (0)6 72 49 70 64</li>
<li>Email: paul.dechorgnat@gmail.com</li>
</ul><blockquote>
<p>I am also available on <a href="https://www.linkedin.com/in/paul-dechorgnat/">Linkedin</a> (where I ignore recruiters) and <a href="https://github.com/pauldechorgnat">Github</a> (where I post most of my work).</p>
<p>I will add a French and an English resumes in the near future...</p>
</blockquote>
</div>
</body>
</html>
<script src="https://cdn.jsdelivr.net/npm/darkmode-js@1.5.7/lib/darkmode-js.min.js"></script>
<script src="/code.js"></script>