-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmirpur-popover.html
72 lines (64 loc) · 3.27 KB
/
mirpur-popover.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
69
70
71
72
---
---
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charsets="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>New Market Goods</title>
<link rel="shortcut icon" href="src/img/favicon.ico" />
<link rel="stylesheet" type="text/css" href="src/css/bootstrap.min.css">
<link href='http://fonts.googleapis.com/css?family=Raleway:300,400,500' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="src/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="src/css/style.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46481344-1', 'auto');
ga('send', 'pageview');
</script>
<script async type="text/javascript" src="https://www.trycelery.com/js/celery.js"></script>
</head>
<body>
{% include header.html %}
<div class="product-container">
<div class="col-sm-3 product-fabric">
<img src="src/img/popover_mirpur-collar.jpg" alt="Mirpur fabric photo">
</div>
<div class="col-sm-4 product-photo-container">
<img src="src/img/popover_mirpur.jpg" alt="Mirpur popover" class="product-photo">
</div>
<div class="col-sm-5 product-details">
<div class="clearfix">
<!-- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 44" class="icon_popover"><path opacity="0.5" d="M46.652,5.821l-20.264,9.084v18.861h5v2.777h-7.777V14.892L3.354,5.81
C1.232,9.484,0,13.735,0,18.281c0,13.807,11.192,25,25,25s25-11.193,25-25C50,13.739,48.77,9.492,46.652,5.821z"/><path d="M4.9,3.459c0.712-0.965,1.476-1.889,2.316-2.74l16.395,7.35v3.778L4.9,3.459z M26.389,11.861l18.719-8.392
c-0.715-0.968-1.48-1.896-2.324-2.75l-16.395,7.35V11.861z M32.777,26.613c0-0.766-0.623-1.389-1.389-1.389
c-0.767,0-1.389,0.623-1.389,1.389c0,0.768,0.622,1.389,1.389,1.389C32.154,28.002,32.777,27.381,32.777,26.613z M32.777,18.073
c0-0.768-0.623-1.39-1.389-1.39c-0.767,0-1.389,0.622-1.389,1.39c0,0.766,0.622,1.389,1.389,1.389
C32.154,19.461,32.777,18.838,32.777,18.073z"/></svg> -->
<h1>Mirpur Popover</h1>
<h6 class="caps">Color-blocked & center striped</h6>
</div><!--.clearfix-->
<p>Inspired by the chaotic coloring of billboards and buses that pass through one of Dhaka's busiest business centers. <a href="./sizing.html">See our sizing chart</a>.</p>
<h4 class="price">$85</h4>
<!-- <h3>Size</h3>
<div class="clearfix">
<ul class="sizing-chart">
<li>XS</li>
<li>S</li>
<li>M</li>
<li>L</li>
<li>XL</li>
</ul>
</div> --><!--.clearfix-->
<button data-celery="540b12a11d8a9c0700defd7a" data-celery-version="v2">Preorder</button>
<h6 class="gray">Your payment will not be processed until the order is ready to ship!</h6>
</div><!--.product-details-->
</div><!--.product-container-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="src/js/main.js"></script>
</body>
</html>