Commit 947e9c6a0bfc5dfecfb86a183c25fed60bf76d4b

Authored by Andy
1 parent b4c4d329

add new produect IMG

css/portfollo.css
... ... @@ -328,7 +328,7 @@
328 328 }
329 329 .ortfolio-hardware-bottom-1 li:nth-of-type(2){
330 330 /*padding-left: 100px;*/
331   - background: url("../images/produect_dev1.png") no-repeat center 0;
  331 + background: url("../images/produect_dev1new.png") no-repeat center 0;
332 332 /*width: 578px;*/
333 333 height: 500px;
334 334 background-size: 578px 500px;
... ... @@ -338,7 +338,7 @@
338 338 height: 200px;
339 339 }
340 340 .ortfolio-hardware-bottom-2 li:nth-of-type(2){
341   - background: url("../images/produect_dev4.png") no-repeat center 0;
  341 + background: url("../images/produect_dev4new.png") no-repeat center 0;
342 342 /*width: 383px;*/
343 343 height: 500px;
344 344 }
... ... @@ -350,7 +350,7 @@
350 350 /*margin-left: 100px;*/
351 351 }
352 352 .ortfolio-hardware-bottom-3 li:nth-of-type(2){
353   - background: url("../images/produect_dev3.png") no-repeat center center;
  353 + background: url("../images/produect_dev3new.png") no-repeat center center;
354 354 /*width: 298px;*/
355 355 height: 500px;
356 356 /*margin-left: 108px;*/
... ... @@ -361,7 +361,7 @@
361 361 height: 200px;
362 362 }
363 363 .ortfolio-hardware-bottom-4 li:nth-of-type(2){
364   - background: url("../images/produect_dev2.png") no-repeat center center;
  364 + background: url("../images/produect_dev2new.png") no-repeat center center;
365 365 /*width: 297px;*/
366 366 height: 500px;
367 367 /*margin-left: 180px;*/
... ...
images/deviceallnew.png 0 → 100644

132 KB

images/produect_dev1new.png 0 → 100644

141 KB

images/produect_dev2new.png 0 → 100644

77.4 KB

images/produect_dev3new.png 0 → 100644

158 KB

images/produect_dev4new.png 0 → 100644

59.7 KB

index.html
... ... @@ -149,7 +149,7 @@
149 149 </div>
150 150 <div class="col-md-6 col-sm-12 col-xs-12 wow fadeInRight" data-wow-duration="0.8s" data-wow-delay="0.9s">
151 151 <div class="feature-left">
152   - <img src="images/deviceall.png" alt="#">
  152 + <img src="images/deviceallnew.png" alt="#">
153 153 </div>
154 154 </div>
155 155 </div>
... ...