-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="icon" href="img/icons/hl-logo-transparent-white.svg">
<link href="https://fonts.googleapis.com/css2?family=Comfortaa&family=Sen&display=swap" rel="stylesheet">
<title>Home</title>
</head>
<body id="index">
<header>
<h1>Harry Lakes</h1>
</header>
<div>
<img class="icon" src="img/icons/map.svg" alt="">
<span>Australia</span>
</div>
<p>
Freelance photographer<br/>
Capturing memories<br/>
</p>
<a href="#">Email</a>
<a href="about.html">About</a>
<a href="gallery.html">Gallery</a>
<footer>
<a href="#"><img src="img/icons/instagram-white.svg" alt="Instagram"></a>
<a href="#"><img src="img/icons/linkedin-white.svg" alt="LinkedIn"></a>
<a href="#"><img src="img/icons/unsplash-white.svg" alt="Unsplash"></a>
<a href="#"><img src="img/icons/twitter-white.svg" alt="Twitter"></a>
</footer>
</body>
</html>