-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.51 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Amanda's Profile</title>
<link rel='stylesheet' href='style.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=Rubik:wght@500&family=Ysabeau:wght@200&display=swap" rel="stylesheet">
<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=Montserrat+Alternates:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.2/css/all.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<h1>Hello</h1>
<h3>My name is Amanda</h3>
<img class="img-circle" src="images/AmandaTamanda.jpg" alt="Amanda's profile photo" width ="100px">
<h3>About me</h3>
<p>
I like website development, yoga and reading.
<p>
<a class="button" href="https://www.lewagon.com/" target="_blank">Discover Le Wagon</a>
</p>
</p>
</div>
<div class= "footer container">
<p>
<h4>Follow me</h4>
<ul class="inline-style">
<li><a href="https://github.com/AmandaTamanda"><i class="fa-brands fa-github"></i></a></li>
<li><a href="#"><i class="fa-brands fa-linkedin"></i></a></li>
</ul>
</p>
</div>
</body>
</html>