-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlookbook.html
68 lines (67 loc) · 2.7 KB
/
lookbook.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title>Mandarins Lookbook</title>
<link href="dist/index.css" rel="stylesheet">
<script src="assets/js/index.js"></script>
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
</head>
<header class="Header">
<div class="Header-wrapper">
<ul class="Header-menu">
<li class="Header-menuItem">
<a class="Header-menuLink" href="index.html">
Home
</a>
</li>
<li class="Header-menuItem">
<a class="Header-menuLink" href="about.html">
About
</a>
</li>
<li class="Header-menuItem">
<a class="Header-menuLink Header-menuLink--current" href="lookbook.html">
Lookbook
</a>
</li>
<li class="Header-menuItem">
<a class="Header-menuLink" href="team.html">
Team
</a>
</li>
<li class="Header-menuItem">
<a class="Header-menuLink" href="contact.html">
Contact
</a>
</li>
<li class="Header-menuItem Header-menuItem--spacer"></li>
<li class="Header-menuItem Header-menuItem--instagram">
<a class="Header-menuLink" href="https://www.instagram.com/mandarinsfilm/">
<img class="Header-menuInstagram" src="assets/images/instagram.png" alt="Instagram">
</a>
</li>
<li class="Header-menuItem Header-menuItem--instagram Header-menuItem--facebook">
<a class="Header-menuLink" href="https://www.facebook.com/mandarinsfilm">
<img class="Header-menuInstagram" src="assets/images/facebook.png" alt="Facebook">
</a>
</li>
</ul>
<button class="Header-toggle visible-only-xs">
<span class="Header-toggleBar"></span>
</button>
</div>
</header>
<body class="background-gray">
<div class="Lookbook">
<div style="position: relative; width: 100%; height: 0; padding-top: 56.2500%;
padding-bottom: 48px; box-shadow: rgba(0, 0, 0, 0.16) 2px 5px 6px, rgba(0, 0, 0, 0.23) 2px 5px 6px; margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden;
border-radius: 8px; will-change: transform;">
<iframe loading="lazy" style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0;margin: 0;"
src="https://www.canva.com/design/DAExc6Ohui0/view?embed" allowfullscreen="allowfullscreen" allow="fullscreen">
</iframe>
</div>
<a href="https://www.canva.com/design/DAExc6Ohui0/view?utm_content=DAExc6Ohui0&utm_campaign=designshare&utm_medium=embeds&utm_source=link" target="_blank" rel="noopener">Mandarins Look Book</a>
</div>
</body>
</html>