-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.85 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
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My profile</title>
</head>
<body>
<div class="container">
<div class="card-white" id="introduction">
<h1>Hello I'm Jonathan 😎</h1>
<img src="/images/2023 06 30_ID PHOTO_CLAIRE_NB.jpg" class="img-circle" width="100px" alt="Ma jolie petite frimousse">
<p>Former underground worker 🚇, I wish to bring a hint of technology 🛸 in that old-fashioned world 🦖
It's for that I attend Le Wagon 🚋 to learn how to become a <br><strong>Freelance Full Stack Developer</strong> 🎉</p>
<a href="#Follow_me" class="btn-blue"">Discover my profile</a>
</div>
<div class="card-white" id="Follow_me">
<h2>Follow me</h2>
<ul class="list-inline">
<li>
<a href="https://github.com/jbrisavoine">
<i class="fa-brands fa-github fa-bounce"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/jonathan-brisavoine-81abb8129/">
<i class="fa-brands fa-linkedin fa-shake"></i>
</a>
</li>
<li>
<a href="https://kitt.lewagon.com/alumni/jbrisavoine">
<i class="fa-solid fa-train-subway fa-beat"></i>
</a>
</li>
</ul>
</div>
</div>
</body>
</html>
<!-- end of file -->