-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.php
92 lines (74 loc) · 3.42 KB
/
aboutus.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Welcome |E-COMMERCE</title>
<link href="img/css/bootstrap.css" rel="stylesheet">
<link href="css_ec.css" rel="stylesheet" type="text/css"/>
<link href="img/css/style.css" rel="stylesheet">
<script src="img/js/jquery.js"></script>
<script src="img/js/bootstrap.min.js"></script>
<style>
p{
font:"Times New Roman";
font-size:34px;
color:#000000;
text-align:justify;
}
</style>
</head>
<body>
<?php
include 'nav.php' ;
?>
<div class="container-fluid">
<div class="row">
<div class="col-md-3 col-xs-12">
<h5 style=" font-size:45px;
color:#990000; text-align:center;"> who are we </h5>
<div class="container">
<img src="img/about-img.jpg" width="400px" height="400px" /> </div>
<div class="CONTAINER" > <center>
<p>E-store is an american electronic commerce company with headquarters in washington. it is the largest internet-based retailer in the united states. e-store strarted as an online blog, but soon diversified, selling mobile phones. E-store has separate retail websites for us, uk, france,germany .italy, spain the Nertherlands, australia, brazil , japan, china, india and mexico. e-store also offer internationall shipping to certain
</p>
</center>
</div>
</div>
<div class="col-md-3 col-xs-12">
<h5 style="font-size:45px;
color:#990000; text-align:center;"> OUR HISTORY </h5>
<div class="CONTAINER" >
<h6 style="font-size:25px;
color:#990000; "> 1998- </h6>
<p >
the company was founded in 1998,spurred by what velos called his "initiating framework",which described his effort as an initiate to participate in thw internet business boom during that time . in 1998,velos left hs employment as president of ofcol & co.
</p>
<h6 style="font-size:25px;
color:#990000; "> 2002- </h6>
<p>
E-store has received a funding of 12 million .in july company raised to further 45 million.s an American multinational conglomerate technology company based in Seattle that focuses on e-commerce, cloud computing, digital streaming, and artificial intelligence. It is considered one of the Big Four technology companies, along with Google, Apple.
</p>
</div>
</div>
<div class="col-md-3 col-xs-12">
<center>
<div class="CONTAINER">
<H6 style="font-size:45px;
color:#990000; text-align:center;"> OPPORTUNITIES </H6>
<P>
<ol type="1">
<li style="font-size:36px; font-family:Geneva, Arial, Helvetica, sans-serif; "> JR/SR WEB DEVELOPER</li>
<li style="font-size:36px; font-family:Geneva, Arial, Helvetica, sans-serif; "> BUSINESS APPRENTICE </li>
<li style="font-size:36px; font-family:Geneva, Arial, Helvetica, sans-serif;"> MANAGER AT BACKEND </li>
</ol>
</P>
</div>
</center>
</div>
</div>
</div>
<?php
include 'footer.php' ;
?>
</body>
</html>