-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (24 loc) · 947 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Michael Bailey site</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header>
<a href="index.html">Main</a>
<a href="wien.html">Wien</a>
<a href="venice.html">Venice</a>
<a href="paris.html">Paris</a>
</header>
<h1 class="hello">I am your guide to European cities</h1>
<main>
<img class="profile_photo" src="img/michael_bailey_1.jpg" alt="photo">
<p class="aboutme">My name is <strong>Michael Bailey</strong>.<br>I am a guide to European cities. I really love traveling and I want to give this passion to you!<br>I will show you my favorite cities.<br>Heartily. With interest. For the long memory...</p>
</main>
<footer>
<a href="https://codepen.io/skachkovdesign" target="_blank">2020 skachkovdesign</a>
</footer>
</body>
</html>