-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMonot.html
More file actions
103 lines (96 loc) · 3.66 KB
/
Monot.html
File metadata and controls
103 lines (96 loc) · 3.66 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Maison Pyramide The Showroom</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FAVICON -->
<link rel="icon" type="image/png" href="http://maisonpyramide.com/favicon.png">
<!-- FONTS -->
<link rel="stylesheet" href="assets/fonts/fontawesome/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/iconsmind/iconsmind.css">
<!-- STYLESHEETS -->
<link rel="stylesheet" href="assets/css/plugins.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="vl-site-holder animsition vl-footer-fixed">
<div class="vl-content-holder">
<header class="vl-header-holder vl-header-fixed" data-header-fixed="1">
<div class="container">
<div class="vl-header-inner">
<div class="vl-header-left">
<a href="index.html" class="vl-site-logo">
<img src="http://res.cloudinary.com/ddignhrdf/image/upload/v1529251296/QR%20Website/Logo_left_2x.png" alt="Maison Pyramide The Showroom" style="max-height: 30px">
</a>
</div>
<div class="vl-header-right"> </div>
</div>
</div>
</header>
<!-- /.vl-header-holder vl-header-fixed -->
<!-- /.vl-navigation-fullscreen-holder -->
<main class="vl-main-holder">
<section class="vl-main-padding">
<div class="container">
<div class="vl-collage-list gutter" id="collage">
<div class="vl-collage-inner clearfix">
<div class="vl-collage-image">
<img src="https://res.cloudinary.com/diveztx43/image/upload/v1569350172/Asset_60.png" alt="">
</div>
</div>
</div>
<!-- /.vl-collage-list gutter -->
</div>
</section>
<section class="vl-main-padding-bottom">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="vl-custom-title-holder">
<h3 class="vl-custom-title">MONOT</h3>
RTW</div>
<p><b><a href="https://res.cloudinary.com/diveztx43/image/upload/v1569349500/Linesheets%20and%20Lookbooks/Monot_Linesheet.pdf">Click here for Linesheet </a><br>
<a href="https://res.cloudinary.com/diveztx43/image/upload/v1569349500/Linesheets%20and%20Lookbooks/Monot_lookbook.pdf">Click here for Lookbook</a></b></p>
<div class="vl-post-share" id="vlthemes_el_599c40759c02c"></div>
<!-- /.vl-post-share -->
</div>
</div>
</div>
</section>
<!-- /.vl-main-padding-bottom -->
<nav class="vl-portfolio-navigation">
<div class="container">
<div class="vl-portfolio-navigation-inner">
<div class="prev-post">
<a href="Nafsika.html"><i class="fa fa-angle-left"></i>Previous Brand</a>
</div>
<div class="next-post"><a href="Angelys.html">Next Brand<i class="fa fa-angle-right"></i></a></div>
</div>
</div>
</nav>
<!-- /.vl-portfolio-navigation -->
</main>
<!-- /.vl-main-holder -->
</div>
<!-- /.vl-content-holder -->
</div>
<!-- /.vl-site-holder -->
<a href="#" class="vl-back-to-top hidden"><i class="fa fa-angle-up"></i></a>
<!-- /.vl-back-to-top -->
</body>
<!-- SCRIPTS -->
<script src="assets/vendors/jquery.min.js"></script>
<script src="assets/scripts/plugins.min.js"></script>
<script type="text/javascript">
jQuery.noConflict()(function($){
$('#collage .vl-collage-inner').collagePlus({
'allowPartialLastRow': false,
'direction': 'vertical',
'targetHeight': 340,
});
});
</script>
<script src="assets/scripts/script.js"></script>
</html>