-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
37 lines (32 loc) · 1.25 KB
/
aboutme.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>
<meta charset="UTF-8">
<title>vCard site</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.css">
</head>
<body>
<header class="animated fadeInLeft">
<nav>
<div class="name">
<h5>Michael Lambrechts</h5>
</div>
<div class="name">
<img src="https://lmpixels.com/demo/unique/unique-vcard/images/photo.png" alt="photo">
</div>
<a href="index.html"><div><i class="fas fa-home fa-3x"></i>Home</div></a>
<a href="aboutme.html"><div><i class="far fa-user-circle fa-3x"></i>About Me</div></a>
<a href="resume.html"><div><i class="far fa-id-card fa-3x"></i>Resume</div></a>
<a href="portfolio.html"><div><i class="fas fa-briefcase fa-3x"></i>Portfolio</div></a>
<a href="contact.html"><div><i class="far fa-envelope fa-3x"></i>Contact</div></a>
</nav>
</header>
<div class="aboutme">
<div class="cadre_aboutme">
</div>
</div>
</body>
</html>