-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.24 KB
/
index.html
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
<!DOCTYPE HTML>
<html lang="fr">
<head>
<title>Marc-Aurel Audoin | Développeur d'applications web</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="Description" content="Marc-Aurel Audoin, développeur d'applications web.">
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-loading">
<div id="wrapper">
<section id="main">
<header>
<span class="avatar">
<img src="assets/images/profile.jpg" alt="" />
</span>
<h1>Marc-Aurel Audoin</h1>
<p>Développeur d'applications web</p>
</header>
<footer>
<ul class="icons">
<li><a href="https://linkedin.com/in/marc-aurel/" class="fa-linkedin" title="LinkedIn page">LinkedIn</a></li>
<li><a href="https://github.com/MarcAurel" class="fa-github" title="Github page">Github</a></li>
<li><a href="https://twitter.com/MarcAurel_" class="fa-twitter" title="Twitter account">Twitter</a></li>
</ul>
</footer>
</section>
</div>
<script>
if('addEventListener' in window) {
window.addEventListener('load',function() {
document.body.className='';
});
}
</script>
</body>
</html>