-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-me.html
36 lines (36 loc) · 1.4 KB
/
about-me.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
<!DOCTYPE html>
<html lang="en">
<head>
<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>About</title>
<link rel="stylesheet" href="about-me.css">
<link rel="stylesheet" href="menu.css">
<link rel="stylesheet" href="nav-bar.css">
<link rel="stylesheet" href="footer.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet'>
<link rel="icon" type="image/x-icon" href="./logo-tb-01.png">
</head>
</head>
<body>
<main>
<div class="image-me">
<img src="./photo thomas.png" alt="">
</div>
<div class="about-me-text">
Aujourd'hui développeur, j'ai un bagage technique complet
grâce à un parcours riche en expériences et en apprentissages. <br><br>
Maths, dessin, programmation, design : tout ce que j'ai appris
me permettra de prendre en main votre projet et de l'amener au bout.
Dans un souci de qualité et de rigueur.
</div>
<button class="button-back">
<a href="./cursus.html">Cursus</a>
</button>
</main>
</body>
</html>