-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (55 loc) · 2.13 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
<!DOCTYPE html>
<html>
<head>
<title>Dubdengreen | Home</title>
<link href="style.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Oxygen:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<div class="wrapper">
<div class="page">
<div class="title-wrapper">
<div id="logo-holder">
<img src="http://i.imgur.com/Sxs2q3c.png" title="Dubdengreen" class="main-logo" />
</div>
<div id="title-text">
<h1 class="logo"><strong>dubdengreen</strong></h1>
<h2 class="welcome-msg">Organic Food. And Other Things Good.</h2>
</div>
</div>
<div class="page-title">
<h1>Choose store location (please choose the shipping destination)</h1>
</div>
<div class="std">
<div id="choose-store">
<a href="http://organicbounty.com/del/">Delhi</a>
<a href="http://organicbounty.com/blr/">Bangalore</a>
<a href="http://organicbounty.com/roi/">Rest of India</a>
</div>
</div>
<div id="store-location-info" class="landing-info">
<i class="fa fa-institution fa-4x"></i>
<h3> Why choose a store? </h3>
<p> This enables us to display location-specific products and pricing.
For instance, fruits and vegetables are sourced fresh from
organic farms, and are available only in certain locations.
</p>
</div>
<div id="cash-on-delivery-info" class="landing-info">
<i class="fa fa-money fa-4x"></i>
<h3> Cash on Delivery! </h3>
<p> Cash on Delivery is available on all orders above Rs 1501
in Bangalore and Delhi. Please use the cash on delivery option during
checkout to avail this facility.
</p>
</div>
<div style="position: absolute; right: 10px; top: 5px;">
<a href="https://www.facebook.com/OrganicBounty/?fref=ts" style="color: white;" target="_blank">
<i class="fa fa-facebook-square fa-2x"></i>
</a>
</div>
</div>
</div>
</body>
</html>