-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflw.html
53 lines (45 loc) · 1.11 KB
/
flw.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<meta name="description" content="A very simple, centered personal resume page">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>flw - Bjössi</title>
<style>
body {
font-family: 'Courier New', monospace;
}
.embed-container {
position: relative;
display: inline-block;
width: 100%;
max-width: 1280px;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.embed-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
</style>
</head>
<body>
<Center>
<a href="index.html">home</a>
<a href="projects.html">projects</a>
<a href="https://github.com/bjornelvar" target="_blank">github</a>
<a href="https://www.linkedin.com/in/bjornelvar/" target="_blank">linkedin</a>
<a href="flw.html">flw</a>
<br><br>
<div class="embed-container">
<iframe src="https://www.google.com/maps/d/embed?mid=1TM8DqHMPpw5YdBX7tyfIc2Ap-BE&hl=en_US&ehbc=2E312F"></iframe>
</div>
</Center>
</body>
</html>