-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_us.php
242 lines (230 loc) · 4.9 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
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>eMaxie</title>
<style>
html {
width: 100%;
}
body {
position: relative;
width: 1200px;
margin: 0px auto;
display: block;
text-align: center;
color: #FFFFFF;
font-family: arial;
font-weight: bold;
}
header {
background-color: #8B0000;
border: 0px solid green;
padding: 1px ;
width: 1200px;
height: 100px;
color: #FFFFFF;
display: block;
line-height: 0.3;
}
nav {
border: 0px solid red;
background-color: #000000;
padding: 1px;
width: 1200px;
height: 50px;
}
nav ul li {
display: inline;
margin: auto;
}
ul#asd li a {
background-color: unset;
color: green;
padding: 3px;
text-decoration: underline;
border: none;
margin: auto;
}
ul#asd li a:hover {
background-color: unset;
cursor: pointer;
color: green;
border: none;
}
ul#asd li a:visited {
background-color: unset;
cursor: pointer;
color: green;
border: none;
}
ul li a {
background-color: #FF0000;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 30px 0px;
margin: auto;
border: 1px solid white;
}
ul li a:hover {
background-color: white;
cursor: pointer;
color: #FF0000;
border: 1px solid #FF0000;
}
.dropdown {
position: relative;
display: inline-block;
z-index: 1;
}
.dropdown-content {
display: none;
position: absolute;
background-color: white;
width: 100%;
border-radius: 30px 0px 30px 0px;
border: 1px solid #FF0000;
}
.dropdown-content a {
border-radius: 30px 0px 30px 0px;
color: #FF0000;
padding: 10px 20px;
text-decoration: none;
display: block;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown-content a:hover {
background-color: #FF0000;
color: white;
}
ul#items li {
font-weight: bold;
list-style-type: square;
}
ul#sctn li {
list-style-type: upper-roman;
}
article {
border: 0px solid yellow;
height: 360px;
width: 300px;
position: relative;
padding: 1px;
background-color: #FAEBD7;
text-align: left;
color: #FF0000;
line-height: 1.2;
}
section {
border: 0px solid black;
height: 360px;
width: 600px;
position: absolute;
top: 154px;
left: 302px;
padding: 1px;
background-color: #000000;
line-height: 1.2;
text-align: left;
}
aside {
border: 0px solid black;
height: 360px;
width: 298px;
padding: 1px;
background-color: #FAEBD7;
position: absolute;
top: 154px;
left: 902px;
text-align: left;
color: #FF0000;
line-height: 1.2;
}
h1{
font-family: "courier new";
font-size: 44px;
}
h2 {
text-align: center;
color: #FFFFFF;
font-style: italic;
border-radius: 20px;
background-color: #8B0000;
}
footer {
border: 0px solid black;
height: 80px;
width: 1200px;
padding: 1px;
background-color: #8B0000;
font-family: arial;
display: block;
}
</style>
</head>
<!--work on stying the font size and the pix as well-->
<body>
<header>
<h1>eMaxie I.T SERVICES</h1>
<h2>A Home For Computer Sales and Services</h2>
</header>
<nav>
<ul>
<li><a href="index.php">HOME</a></li>
<div class="dropdown">
<li><a href="#">SERVICES</a></li>
<div class="dropdown-content">
<a href="order.php">ORDER</a>
<a href="check_status.php">CHECK STATUS</a>
</div>
</div>
<li><a href="about_us.php">ABOUT US</a></li>
<li><a href="contact_us.php">CONTACT US</a></li>
</ul>
</nav>
<article>
<h2>DID YOU KNOW???</h2>
<ul id="items">
<li>
eMaxie Computers was founded in 2011, having discovered
that many of us could get something better when it comes to
computer sales and services.
</li><br>
<li>eMaxie Computers offers home delivery.</li><br>
</ul>
</article>
<section>
<h2>OUR GOALS</h2>
<ul id="sctn">
<li>Create a great customer experience, and build relationships
with our customers which allows us to offer creative and customised
solutions to meet their particular needs.
</li><br>
<li>
Continuous improvement, communication, honesty, and respect are essential
to accomplish this.
</li>
</ul>
</section>
<aside>
<h2>HOW WE WORK</h2>
<ul id="asd">
<li>
Our team of experienced and ever updated technicians are always willing
to go out of their way to give solution to all your computer challenges,
LEAVING THEM ALMODST NEW so much that your customers tag them "FACTORY-FITTED ENGINEERS"
</li>
</aside>
<footer>
<pre>ADDRESS:
OAU New Market, Zone C, Block 10, Shop 7,
Behind Dove Phone World, OAU, Ile-Ife, Osun State.
TEL: 07067907835, 07082698340, 08157889524, 08153623409
</pre>
<kbd>© COPY RIGHTS RESERVED. 2017</kbd>
</footer>
</body>
</html>