-
Notifications
You must be signed in to change notification settings - Fork 1
/
about_us.html
103 lines (94 loc) · 4.17 KB
/
about_us.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
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
<!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>
<link rel='stylesheet' type='text/css' href='./style.css' ></link>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script type="text/javascript" src='script/common.js'></script>
</head>
<body>
<div id="container" class='shadow'>
<div id='connect'><a href='#'>Sales & Support OFFLINE</a></div>
<hr class='line' />
<div id="header">
<div id='heading'>
<div id='logo'><img src='./images/logo1.png' /></div>
<div id='call_support'>
<span id='call_caption'>Enter your number and we will call you to answer any question</span>
<div id="call">
<form action="#" method="post">
<input type="text" name="" style='width:56px' value='( )' />
<input type="text" style='width:84px' name="" /><span class='dash'>-</span>
<input type="text" style='width:84px' name="" />
<input type="submit" id='call_bt' value=' ' name="button_call" />
</form>
</div>
</div>
</div>
<ul class='main_menu'>
<li><a href='index.html' title='Home' >Home</a></li>
<li><a href='about_us.html' class='active' title='About Us'>About Us</a></li>
<li><a href='products.html' title='Original Products'>Original Products</a></li>
<li><a href='#' title='Compatible Products'>Compatible Products</a></li>
<li><a href='#' title='Real Resutls'>Real Resutls</a></li>
<li><a href='contacts.html' title='Contact Us'>Contact Us</a></li>
</ul>
</div>
<div id='banner'>
<div id='model'>
<div class='back_text'>
<div class='msg'>
<h2>Buy with confidence.</h2>
<p>We have industry leading processes and procedures to ensure nothing but the most reliable product.
<a href='#'>Find out mor about our commitment to our customers</a></p>
</div>
</div>
</div>
<div id='buttons'>
<ul>
<li> <a href="#" class="active_bullet" onclick='changeBackground(1);'></a></li>
<li> <a href="#" class="" onclick='changeBackground(2);'></a></li>
<li> <a href="#" class="" onclick='changeBackground(3);'></a></li>
<li> <a href="#" class="" onclick='changeBackground(4);'></a></li>
</ul>
</div>
</div><!-- banner -->
<div id='companies'>
<div class='product'>
<a class='phead' href='#'>Products</a> <br />
We carry a wide selection of products.
</div>
<div class='links'>
<ul class='products_link'>
<li><a class='intel' href="#"></a></li>
<li><a class='cisco' href="#"></a></li>
<li><a class='sun' href="#"></a></li>
<li><a class='juniper' href="#"></a></li>
</ul>
<a class='next' href="#" alt='next' /></a>
</div>
</div>
<div id='content' style='padding-right:200px;'>
<h1>About Us</h1>
<p>Some description Some description Some descriptionSome description Some descriptionSome descriptionSome description Some description v v Some description Some description</p>
<h3>Topic1</h3>
<p>Some description Some description Some descriptionSome description Some descriptionSome descriptionSome description Some description v v Some description Some description</p>
<h2>Topic1</h2>
<p>Some description Some description Some descriptionSome description Some descriptionSome descriptionSome description Some description v v Some description Some description</p>
<h4>Topic1</h4>
<p>Some description Some description Some descriptionSome description Some descriptionSome descriptionSome description Some description v v Some description Some description</p>
</div><!--content-->
<div id='footer'>
<ul>
<li class='first'><a href='#'>Copyright 2010 EMPOWER</a></li>
<li><a href='#'>About Us</a></li>
<li><a href='#'>Contact Us</a></li>
<li><a href='#'>Privacy Policy</a></li>
</ul>
</div>
</div>
<script type='text/javascript'>
start_changebg();
</script>
</body>
</html>