-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricelist.php
118 lines (114 loc) · 3.9 KB
/
pricelist.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Naghsh Engineering Group</title>
<link type="text/css" rel="stylesheet" href="style.css" />
<script type="text/javascript" src="script.js" language="javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34051218-1']);
_gaq.push(['_setDomainName', 'naghsh-co.ir']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<link href="Images/favicon.ico" type="image/png" rel="shortcut icon" />
</head>
<body>
<div class="container">
<div class="header">
<div class="menu">
<ul>
<li><a class="light" href="Contact.php">تماس با ما</a></li>
<li><a class="light" href="about.php">درباره ما</a></li>
<li><a class="light" href="sale.php">ثبت سفارش</a></li>
<li><a class="light" href="#">لیست قیمت</a>
<ul>
<li><a href="http://naghsh-co.ir/products/Apple.xlsx">Apple</a></li>
<li><a href="http://naghsh-co.ir/products/Sony.xlsx">Sony</a></li>
<li><a href="http://naghsh-co.ir/products/Lenovo.xlsx">Lenovo</a></li>
<li><a href="http://naghsh-co.ir/products/Asus.xlsx">Asus & Acer</a></li>
</ul>
</li>
<li><a class="light" href="#">معرفی محصولات</a>
<ul>
<li><a href="http://naghsh-co.ir/products/Apple.xlsx">Apple</a></li>
<li><a href="http://naghsh-co.ir/products/Sony.xlsx">Sony</a></li>
<li><a href="http://naghsh-co.ir/products/Lenovo.xlsx">Lenovo</a></li>
<li><a href="http://naghsh-co.ir/products/Asus.xlsx">Asus & Acer</a></li>
</ul>
</li>
<li><a class="light" href="index.php">صفحه اصلی</a></li>
</ul>
</div>
<div class="logo"></div>
</div>
<div class="banner">
<div class="scroll">
<div class="adv1"></div>
<div class="adv2"></div>
<div class="adv3"></div>
<div class="adv4"></div>
<div class="adv5"></div>
</div>
<ul class="btn">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<div class="content-main"></div>
<div class="brands">
<div class="article">
<div class="left">
<p>We sale these brands...</p>
</div>
<div class="right">
<div class="main">
<a target="new" href="http://apple.com"><div class="apple"></div></a>
<a target="new" href="http://store.sony.com"><div class="sony"></div></a>
<a target="new" href="http://lenovo.com"><div class="lenovo"></div></a>
<a target="new" href="http://asus.com"><div class="asus"></div></a>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="first-bottom">
<div class="article2">
<div class="left">
<p class="subject">آدرس</p>
<p class="content1">
مشهد، بلوار سجاد، نرسیده به چهارراه خیام،<br />مجتمع کامپیوتر رضا، واحد9
</p>
</div>
<div class="middle">
<p class="subject">پست الکترونیک</p>
<a class="content2" href="mailto:info@naghsh-co.ir?Subject=E-mail">info@naghsh-co.ir</a><br />
<a class="content2" href="mailto:sale@naghsh-co.ir?Subject=E-mail">sale@naghsh-co.ir</a>
</div>
<div class="right">
<p class="subject">تلفن های تماس</p>
<p class="content3">
(+98)511 - 76 77 567<br />
(+98)511 - 76 75 373<br />
(+98)511 - 76 75 374<br />
</p>
</div>
<div class="clear"></div>
</div>
<div class="copyright">
<p class="copyright">
www.naghsh-co.ir © 2012. All rights reserved. Designed by <a target="new" href="http://github.com/brenjian">Amirmahdi Berenjian</a>
</p>
</div>
</div>
</div>
</body>
</html>