-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (93 loc) · 5.88 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html>
<head>
<title>Gemlevo Jewelry</title>
<meta name="description" content="Gemlevo travels the world to search for undiscovered local artisans in underdeveloped countries, working with only fair trade-certified cooperatives to bring you unique pieces of jewelry that make both a fashion and social statement.">
<meta name="keywords" content="fair, trade, jewelry, third world, necklace, quality, unique, subscription">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="icon" href="images/favicon.ico">
</head>
<body>
<div class="topbar">
Already a subscriber? Log in <a href="#" id="topsubscribe">here.</a>
</div>
<div class="container">
<img id="logo" src="images/gemlevologo.jpg">
<div class="rightcolumn">
<div class="subscribebox">
<span id="box">from</span> <span id="thirty">$30</span> <span id="box">a month</span> <br>
<span id="subscribe">Subscribe and get quality handmade jewelry every month</span>
<form>
<input type="submit" value="subscribe" id="subbutton">
<input type="submit" value="gift" id="giftbutton">
</form>
</div>
<div class="notesholder">
<p class="plans freeshipping">
<span class="save">Free shipping</span> on all plans within the U.S.
</p>
<p class="sixty freeshipping">
<span class="save">Save up to $60</span> on select plans
</p>
</div>
</div>
<div class="leftcolumn">
<h1>Uplifting the World One Gem at a Time: Unique Fair Trade Jewelry Delivered Every Month</h1>
<img id="necklace" src="images/necklace.jpg">
<div class="introholder">
<div class="intro">Gemlevo travels the world to search for undiscovered local artisans in underdeveloped countries, working with only fair trade-certified cooperatives to bring you unique pieces of jewelry that make both a fashion and social statement.</div> <br>
<div class="intro">Subscribe for this month only or join us on our monthly plans to ensure that you don't miss out on our unique item of the month. You'll receive a piece of jewelry that is specially designed and handmade by workers paid a fair wage that uplifts their lives.</div> <br>
<div class="intro">We use semi-precious stones and lead-free and nickel-free metal. Our co-op partners produce a wide range of jewelry, including necklaces, bracelets, and earrings.</div> <br>
<div class="intro">We are focused on balancing quality design with our social mission, so we only work with co-ops that carefully train their artisans and are capable of providing the highest quality pieces.</div> <br>
</div>
</div>
<div class="socialmedia">
Share us on <a href="http://www.facebook.com"><img src="images/f_logo.png" id="facebookicon"></a>
<a href="http://www.twitter.com"><img src="images/twitter.png" id="twittericon"></a>
</div>
<div class="mission clearfix">
<div class="lowerright">
<p>What are the subscription options?</p>
<p>You can purchase month-to-month, 3 months, 6 months, or 1 year. Plans will auto-renew at the end of their duration. You can cancel at any time. Gemlevo is only available for shipping in the U.S.</p>
<p>Can I give Gemlevo as a gift?</p>
<p>Absolutely! Just click on Gift, and you will be given a unique URL to give to your gift recipient. Gift subscriptions are a one-time purchase redeemable as a voucher code.</p>
<p>How do you process payments?</p>
<p>We use Amazon to securely process our payments. You'll be directed to Amazon for payment and returned to our site once your order is complete. You'll have the option to create a free Amazon account if you don't already have one.</p>
<p>How much is shipping?</p>
<p>We provide free shipping via USPS.</p>
<p>When can I expect my order to arrive?</p>
<p>As we make small orders with our partners around the world, orders placed before the 15th of each month usually arrive within 10 to 14 business days. Orders placed after the 15th will begin the following month. </p>
<p>What if I'm unhappy with one of the items?</p>
<p>If you are unsatisfied with your Gemlevo piece for any reason, you can ship it back to us within 30 days (unfortunately, we can't pay for return shipping), and we'll gladly exchange it for a new piece.</p>
<p>Is my personal information safe?</p>
<p>Payment is handled through Amazon and all member data will never be sold to or shared with third-party marketers.</p>
</div>
<div class="lowerleft clearfix">
<img src="images/workers.jpg" id="workers">
<h3 id="creatinglivelihoods">Creating Livelihoods and Uplifting Women Around the World</h3>
<div class="liveliholder">
<p id="ourfair">Our Fair Trade-certified partners provide women with sustainable livelihoods and valuable skills. Join us on our journey as we travel internationally looking for handmade, exotic, high-quality pieces with styles that each deliver their own unique stories.</p>
</div>
<img src="images/philflag.jpg" id="philflag">
<p id="april2012">From April 2012 - December 2012, we will be exploring The Philippines!</p>
<div class="aboutus">
<h3>About Gemlevo</h3>
<img src="images/bottomlogo.jpg" id="bottomlogo">
<div class="founded">
<p>Gemlevo was founded by two social entrepreneurs looking for a way to uplift disadvantaged communities around the world.</p>
<p>We work with artisan cooperatives around the world producing unique pieces of jewelry and bring these to you every month.</p>
<p>We hope to simplify your busy lives by curating the most interesting pieces while also ensuring that you are playing a role in improving the livelihoods of communities around the world.</p>
<div class="bottomsocial">
<pre> <a href="#">Twitter</a> - <a href="#">Facebook</a></pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<a href="#">Privacy Policy</a> |
<a href="#">Contact Gemlevo</a>
</body>
</html>