-
Notifications
You must be signed in to change notification settings - Fork 1
/
about_us.php
92 lines (64 loc) · 3.82 KB
/
about_us.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?php ?>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<?php require 'header_logged_out.php' ?>
<div class="row">
<div class="container" style="margin-top: 80px; margin-bottom: 50px;">
<div class="row-style-login-page-pannel">
<div class=" col-md-4 col-sm-6 col-xs-12">
<div class="panel panel-default">
<div class="panel-heading"><h4>WHO WE ARE</h4>
</div>
<div class="panel-body">
<!--put mobile pic. -->
<img src="images\call1.jpg"><br><br>
<p>E-store is an Indin electronics commerce company with headquaters in Chennai. It is the largest internet-based retailer in India. E-store started as an online blog, but soon diversified, selling mobile phones. E-store also sells certain low-end products like USB cables and other accessories. E-store has a separate retail wensite different regions of the country and also ship our products to different countries also. Amazon charges international charges for certain products when delivering internationally, but we provide products free of delivery charges across the globe without a single penny. We also have branches in many countries and we provide facility of product to be returned in 30 days. We deal with the best manufactures so we provide quality products to our costumers.</p>
</div>
</div>
</div>
<div class=" col-md-4 col-sm-6 col-xs-12">
<div class="panel panel-default">
<div class="panel-heading"><h4>OUR HISTORY</h4>
</div>
<div class="panel-body">
<a href="#" >-1997-</a>
<p>Company was founded by Sir. Charles Suresh inventor, innovator and entrepreneur in 1997, credited with developing the predecessor to online shopping. The idea came about during a stroll with his wife and Labrador when he lamented about their weekly supermarket shopping expedition. This conversation sparked an idea to hook a television to their supermarket to deliver the groceries. Immediately after the discussion he quickly planned and implemented his idea.</p>
<a href="#">-2002-</a>
<p>In the late 2002, E-store was started to become popular. People began to shop online and in the same year E-store expanded its limits and switched to a fully electronic product based firm.</p>
<a href="#">-2010-</a>
<p>The era of internet has begun and people started to depend more on internet than anything else and that brought to a golden opportunity to online stores. E-store bacame the second major online ecommerce store and was awarded by many highly reputed magazines.</p>
<a href="#">-2017-</a>
<p>Now, E-store has became the world wide best #1 ecommerce site and is mostly trusted by commom man, as we provide best products at the lowest cost possible. E-store will always be there for it's costumers.</p>
</div>
</div>
</div>
<div class=" col-md-4 col-sm-6 col-xs-12">
<div class="panel panel-default">
<div class="panel-heading"><h4>OPPORTUNITIES</h4>
</div>
<div class="panel-body">
<h4>Available Roles:</h4>
<ol>
<li>Jr./Sr. Web Developer [Full Time Role + also available as a 6 month internship]</li><br>
<li>Business Apprentice [6 month internship]</li><br>
<li>Manager at back-end operations [Full Time Role + also available as a 6 month internship]</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="background-color: #333; color:white ;">
<?php require 'foot.php' ?>
</div>
</body>
</html>