-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathabout.html
67 lines (61 loc) · 3.98 KB
/
about.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
---
---
<!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/normalize.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'>
<script type="text/javascript" src="//use.typekit.net/fih0uxn.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<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>
</head>
<body>
{% include header.html %}
<section id="about" class="wrapper">
<h1 class="logo-type">Ne<span class="m">M</span>Market<span class="goods">Goods</span></h1>
<div class="ctr">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 64" class="bangladesh-flag"><rect fill="#006838" width="120" height="64"/><circle fill="#EF4135" cx="52.999" cy="32" r="20"/></svg>
</div>
<h2 class="span_8">We think "Made in Bangladesh" can mean so much more.</h2>
<div class="gutters row">
<div class="col span_6">
<h3>Our ideals</h3>
<h4>When was the last time you purchased a shirt and thought about the hands that made it and the journey it took to get to you?</h4>
<p>Chances are high that something you own was made in Bangladesh, the world’s second largest exporter of clothing. However, most of the time very little information is available about the conditions in which that item was made.</p>
<h4>We’re launching a brand called New Market Goods, with the goal of better understanding and highlighting positive production practices in Bangladesh.</h4>
<p>We’ve partnered with Deshal, a community of local garment producers who’ve been striving to create better working conditions in their factory. Together we hope to promote good design, celebrate Bangladeshi artisanship, and improve transparency in the production of clothing, starting with our line of popover shirts.</p>
</div>
<div class="col span_6">
<h3>Supporting means helping us:</h3>
<h4>Promote good design</h4>
<p>We want to create beautiful garments that reflect Bangladeshi heritage, and add vibrancy to the men's shirting market.</p>
<h4>Celebrate Bangladeshi artisanship</h4>
<p>Our inspiration comes from the vibrancy and textures seen on the ground in Bangladesh.</p>
<h4>Improve production transparency</h4>
<p>We are highlighting positive approaches to manufacturing in an industry that has become notorious for its extremely negative working conditions.</p>
<h4>Increase community capacity</h4>
<p>We aim to improve local livelihoods by returning a share of our profits directly back to the community that has been directly contributing to the project.</p>
</div>
<div class="ctr"><a href="https://www.kickstarter.com/projects/urbanlaunchpad/new-market-goods" target="_blank"><button>See our Kickstarter!</button></a></div>
</div>
<div class="videoWrapper"><iframe width="640" height="480" src="https://www.kickstarter.com/projects/urbanlaunchpad/new-market-goods/widget/video.html" frameborder="0" scrolling="no"></iframe></div>
</section><!--#about-->
{% include footer.html %}
<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>