This repository has been archived by the owner on Jun 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
73 lines (63 loc) · 2.84 KB
/
index.php
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
<?PHP require_once('header.php');
// define('__ROOT__', dirname(dirname(__FILE__)));
// require_once(__ROOT__.'header.php');
?>
<br>
<div class="row banner">
<div class="col-md-6 text-center"> <img src = "images/banner1.png" width="350px"/> </div>
<div class="col-md-6 text-center"> <img src = "images/banner2.png" width="350px" /> </div>
</div>
<div class="row next-section-1">
<div class="col-md-12"> <!-- 1 column -->
<h4>How does it work?</h4>
<div class="col-md-4 top-border"> <!-- Split into 3 columns -->
<h4>Register (one-time)</h4><br>
<p>Install Telegram Messenger App and register via your mobile number (similar to WhatsApp).</p> <br>
<p>It is available for
<a href="https://telegram.org/dl/ios">iPhone/iPad</a> |
<a href="https://telegram.org/dl/android">Android</a> |
<a href="https://telegram.org/dl/wp">Windows Phone</a> |
<a href="https://telegram.org/dl/tdesktop">Windows PC</a> |
<a href="https://telegram.org/dl/tdesktop">Linux PC</a> |
<a href="https://telegram.org/dl/osx">Mac OS</a> |
<a href="https://telegram.org/dl/web">Web-browser</a>
</p> <br>
<p>Add
<a href="tel:+917667466533">
<button type="button" class="btn btn-default btn-sm">
<span class="glyphicon glyphicon-phone"></span> 7667 homlee
</button>
</a>
to your contacts (i.e. +91 7667 466533)
</p> <br>
<p>Let us know your address by texting <b>"Address <space> <your-full-address>"</b> to
<a href="tel:+917667466533">
<button type="button" class="btn btn-default btn-sm">
<span class="glyphicon glyphicon-phone"></span> 7667 homlee
</button>
</a>
</p> <br>
</div> <!-- Split into 3 columns -->
<div class="col-md-4 top-border"> <!-- Split into 3 columns -->
<h4>Send Orders</h4><br>
You can start sending your order lists via<br><br>
<ul class="line-space-15">
<p><span class="glyphicon glyphicon-list-alt"></span> Text Message </p>
<p><span class="glyphicon glyphicon-picture"></span> Picture Message </p>
<p><span class="glyphicon glyphicon-music"></span> Audio Message </p>
<p><span class="glyphicon glyphicon-facetime-video"></span> Video Message </p>
</ul>
</div> <!-- Split into 3 columns -->
<div class="col-md-4 top-border"> <!-- Split into 3 columns -->
<h4>We Deliver</h4><br>
<p>We would deliver to your home! That simple !</p><br>
<p>We are presently delivering only in the PIN code:
<a href="https://www.google.co.in/maps/@12.9478388,80.2350206,16z" target="new">600097</a>
(Thoraipakkam, Chennai, India)<p><br>
<p>We are looking to expand to other areas</p><br>
<p>If you are a Kirana Store wishing to partner, please contact us at
<a href="mailto:hom.lee@outlook.com">hom.lee@outlook.com</a></p><br>
</div> <!-- Split into 3 columns -->
</div> <!-- 1 column-->
</div> <br><br>
<?PHP require_once('footer.php'); ?>