Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mmumshad committed Oct 2, 2019
1 parent 0e2f83b commit 247f68f
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
Binary file removed img/c-1.jpg
Binary file not shown.
Binary file removed img/c-2.jpg
Binary file not shown.
Binary file removed img/c-3.jpg
Binary file not shown.
Binary file removed img/c-4.jpg
Binary file not shown.
Binary file removed img/c-5.jpg
Binary file not shown.
Binary file removed img/c-6.jpg
Binary file not shown.
Binary file removed img/c-7.jpg
Binary file not shown.
Binary file removed img/c-8.jpg
Binary file not shown.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2>Product List</h2>
</div>
<div class="row it_works">
<div class="col-md-3 col-sm-6 business_content">
<img src="img/c-1.jpg" alt="">
<img src="img/c-1.png" alt="">
<div class="media">
<div class="media-left">

Expand All @@ -115,7 +115,7 @@ <h2>Product List</h2>
</div>
</div>
<div class="col-md-3 col-sm-6 business_content">
<img src="img/c-2.jpg" alt="">
<img src="img/c-2.png" alt="">
<div class="media">
<div class="media-left">

Expand All @@ -127,7 +127,7 @@ <h2>Product List</h2>
</div>
</div>
<div class="col-md-3 col-sm-6 business_content">
<img src="img/c-3.jpg" alt="">
<img src="img/c-3.png" alt="">
<div class="media">
<div class="media-left">

Expand All @@ -139,7 +139,7 @@ <h2>Product List</h2>
</div>
</div>
<div class="col-md-3 col-sm-6 business_content">
<img src="img/c-4.jpg" alt="">
<img src="img/c-4.png" alt="">
<div class="media">
<div class="media-left">

Expand All @@ -153,7 +153,7 @@ <h2>Product List</h2>
</div>
<div class="row it_works">
<div class="col-md-3 col-sm-6 business_content">
<img src="img/c-5.jpg" alt="">
<img src="img/c-5.png" alt="">
<div class="media">
<div class="media-left">

Expand All @@ -165,7 +165,7 @@ <h2>Product List</h2>
</div>
</div>
<div class="col-md-3 col-sm-6 business_content">
<img src="img/c-6.jpg" alt="">
<img src="img/c-6.png" alt="">
<div class="media">
<div class="media-left">

Expand All @@ -177,7 +177,7 @@ <h2>Product List</h2>
</div>
</div>
<div class="col-md-3 col-sm-6 business_content">
<img src="img/c-7.jpg" alt="">
<img src="img/c-7.png" alt="">
<div class="media">
<div class="media-left">

Expand All @@ -189,7 +189,7 @@ <h2>Product List</h2>
</div>
</div>
<div class="col-md-3 col-sm-6 business_content">
<img src="img/c-8.jpg" alt="">
<img src="img/c-8.png" alt="">
<div class="media">
<div class="media-left">

Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
$link = mysqli_connect('172.20.1.101', 'ecomuser', 'ecompassword', 'ecomdb');

if ($link) {
$res = mysqli_query($link, "select * from strollers;");
$res = mysqli_query($link, "select * from products;");
while ($row = mysqli_fetch_assoc($res)) { ?>

<div class="col-md-3 col-sm-6 business_content">
Expand Down

0 comments on commit 247f68f

Please sign in to comment.