-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (47 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
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>My profile</title>
<meta charset="utf-8">
<meta name="description" content="Page description. No longer than 155 characters.">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css">
<style data-emotion="css"></style>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="card" id="introduction">
<h1>Hello, I'm James 🌎</h1>
<img class= "img" src="images/Nova picture.jpeg" width= "100px" alt="My Profile">
</div>
<div class="card">
<p>
I love coding, it allows me to be challenged everyday and it gets me out of my <strong>comfort zone</strong> . I truly beleive that personal growth is only achieved by getting out of your <strong>comfort zone</strong>. Currently, I am a developer looking actively for a <strong>job</strong> ! I hope I will be able to find a job that allows me to travel around the world all while expressing my <strong>creativity</strong> 🛩.
</p>
<a href="https://www.skydiveseven.pt/tandem-skydive/lisbon/" target="_blank">
<button class = "button_for_le_wagon">Exit Comfort Zone</button>
</a>
</div>
<div class="card">
<h2>Follow me</h2>
<ul class= "list-line">
<li>
<a class= "icon" href="https://github.com/Jamesdonck" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a class= "icon" href="https://twitter.com/elonmusk?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a class= "icon" href="https://www.medium.com" target="_blank">
<i class="fab fa-medium"></i>
</a>
</li>
</ul>
</div>
</body>
</html>
<!-- end of file -->