-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (45 loc) · 2.74 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
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<title>My Profile</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700|Roboto:300,400,500,700,900" rel="stylesheet">
<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.googleapis.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://use.typekit.net/jed4dii.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=Advent+Pro:wght@100&family=Buda:wght@300&family=Montserrat:wght@100;200;300;400&family=Source+Sans+Pro:wght@200&display=swap" rel="stylesheet">
</head>
<body>
<div class="main-container">
<div class="container">
<div class="profile-img">
<img src="images/profile2.jpg" width="310px" alt="Alice Jackson">
</div>
<div class="container-column">
<div class="name">
<h1 id="header-left"> ALICE</h1>
<h1 id="header-left">JACKSON</h1>
</div>
<div class="bio">
<p>I have spent the magority of the last 8 years working in hospitality and event based jobs but after turning 30 I went through the typical existential crisis and decided I wanted a new challenge. I've been living in France for the last 5 years and after the Le Wagon course I hope to secure a job as a Junior Full Stack Developer and eventually return to the Alps to work remotely. I am excited at the prospect of a new career and of delving into the world of coding.</p>
</div>
</div>
</div>
<div class="links">
<ul>
<li><a href="https://www.linkedin.com/in/alice-jackson-354aa312a/" class="pink-link" target="_blank"><i class="fa-brands fa-linkedin fa-3x"></i></a></li>
<li><a href="https://github.com/palacejackson" target="_blank"><i class="fa-brands fa-github fa-3x"></i></a></li>
<li><a href="https://www.facebook.com/palacejackson/" target="_blank"><i class="fa-brands fa-facebook fa-3x" class="pink-link"></i></a></li>
<li><a href="https://www.instagram.com/alicejjackson" target="_blank"><i class="fa-brands fa-instagram fa-3x"></i></a></li>
<li><a href="https://open.spotify.com/user/palacejackson?si=fufpLnovTDWJgdMFc_RipA" target="_blank"><i class="fa-brands fa-spotify fa-3x"></i></a></li>
</ul>
</div>
</div>
</body>
</html>