-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (47 loc) · 1.49 KB
/
Copy pathindex.html
File metadata and controls
47 lines (47 loc) · 1.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>An underwater programmer</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="card">
<h1>
Hola, I'm Océane ☀️
</h1>
<img id="profile-pic" src="./images/A25616D0-D019-4D40-A1B4-93BC264FF033.jpeg" alt="Profil picture">
<p>
I'm hoping to be a programmer working remotely so that I can go around the world hoping from island to island in a sailboat ⛵️.
</p>
<p>
I love scuba diving 🤿, the ocean 🌊 and all marine life in general 🐙. Hence I choose alternatives that help protect the marine biodiversity like this browser
</p>
<a href="https://www.lilo.org">Lilo</a>
</div>
<div class="card">
<h4>
Nartrouv ter la !
</h4>
<ul>
<li>
<a href="#" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li>
<a href="#" target="_blank">
<i class="fa-brands fa-slack"></i>
</a>
</li>
<li>
<a href="#" target="_blank">
<i class="fa-brands fa-discord"></i>
</a>
</li>
</ul>
</div>
</body>
</html>