-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 1.08 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>Portfolio _ Bruno Hansen</title>
<link href="design.css" rel="stylesheet">
<link href="https://db.onlinewebfonts.com/t/38025932dce48e268882d955f7a66826.woff" rel="stylesheet" type="text/css"/>
</head>
<body>
<main>
<div class="right">
<h1>
<p>
CONTACT:
</p>
<p>
<a href="http://www.brunohansen.de" target="_blank"> brunohansen.de</a><br>
mail@brunohansen.de<br>
<a href="http://www.linkedin.com/in/bruno-hansen-b25298103/" target="_blank"> LinkedIn</a><br>
</p>
<p>
DOCUMENT LINKS:
</p>
<a href="https://youtu.be/vnwt9FXQQuk" target="_blank"> YOME Capture</a><br>
</h1>
</div>
<div class="left">
<div class="fit">
<img src="Images/iframe-background.jpg" alt="">
<iframe src="https://xd.adobe.com/embed/ef3e517b-2302-406c-ad31-2efa4dcf0921-ba6d/?hints=off" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="center">
<h1>THIS INTERACTIVE PORTFOLIO ONLY WORKS ON DESKTOP</h1>
</div>
</main>
</body>
</html>