-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.html
127 lines (115 loc) · 3.84 KB
/
product.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/all.css">
<title>الکتروموتور وگ سه فاز 5.5 کیلووات 3600 دور چدنی فریم 132 مدل W21-IE1</title>
</head>
<body>
<div class="main">
<div class="header">
<h1>به سایت ما خوش آمدید</h1>
<span class="search">
<form>
<input type="search" placeholder="جستجو" name="search" required>
<button type="submit"><i class="far fa-search"></i></button>
</form>
</span>
<span class="logo">
<img src="images/logo.png" width="100px">
</span>
</div>
<div class="wrapper">
<div class="sidebar">
<ul class="menu">
<li><a href="index.html"><i class="fa fa-home" style="font-size: 15px;"></i> صفحه اصلی</a></li>
<li><a href="products.html" class="active"><i class="fa fa-circle" style="font-size: 10px;"></i> محصولات</a></li>
<li><a href="about.html"><i class="fa fa-circle" style="font-size: 10px;"></i> درباره ما</a></li>
<li><a href="contact.html"><i class="fa fa-circle" style="font-size: 10px;"></i> تماس با ما</a></li>
</ul>
</div>
<div class="content">
<div class="showProduct">
<div class="mainProduct">
<span class="shopProduct">
<h4>الکتروموتور و گیربکس سه فاز 5.5 کیلووات 3600 دور چدنی فریم 132 مدل W21-IE1</h4>
<br>
<br>
<span class="green big_text"><i class="fa fa-check-circle fa-xs"></i> موجود</span>
<span class="left_float big_text">3.000.000<bdi> تومان</bdi></span>
<div class="shopAddBtn"><button>افزودن به سبد خرید</button></div>
</span>
<span class="imageProduct">
<img src="images/1_big.jpg">
</span>
</div>
<hr>
<div class="detailProduct">
<h3>مشخصات فنی</h3>
<table>
<tbody>
<tr>
<th>برند</th>
<td>WEG , وگ</td>
</tr>
<tr>
<th>نام کالا</th>
<td>الکتروموتور و گیربکس سه فاز 5.5 کیلووات 3600 دور چدنی فریم 132 مدل W21-IE1</td>
</tr>
<tr>
<th>کشور سازنده</th>
<td>برزیل</td>
</tr>
<tr>
<th>وزن (گرم)</th>
<td>55</td>
</tr>
<tr>
<th>ولتاژ کاری</th>
<td>220/380 ولت سه فاز</td>
</tr>
<tr>
<th>توان</th>
<td>5.5 کیلووات - 7.5 اسب</td>
</tr>
<tr>
<th>فریم سایز بدنه موتور </th>
<td>Size 132 | d=38mm</td>
</tr>
<tr>
<th>نوع پایه و فلنج</th>
<td>B35 | دارای پایه و فلنج</td>
</tr>
<tr>
<th>تعداد قطب</th>
<td>2 پل (2800 دور)</td>
</tr>
<tr>
<th>جنس پوسته</th>
<td>پوسته چدنی</td>
</tr>
</tbody>
</table>
</div>
<div class="commentProduct">
<h3>نظر شما در مورد این کالا</h3>
<form>
<input type="text" placeholder="نام نمایشی" required>
<br>
<br>
<textarea placeholder="نظرتان را بنویسید" required></textarea>
<br>
<input type="submit" value="ارسال">
</form>
</div>
</div>
</div>
</div>
<div class="footer">
<h3>تمامی حقوق سایت محفوظ است</h3>
</div>
</div>
</body>
</html>