Product page
This commit is contained in:
@@ -14,24 +14,24 @@ class Products extends BaseController
|
||||
$product_array = array(
|
||||
"float" =>
|
||||
[
|
||||
"name"=>"This is Product Name",
|
||||
"industry"=>"Industtry 1",
|
||||
"img" =>"./assets/img/photos/cs16.jpg",
|
||||
"name"=>"Float Mobility",
|
||||
"industry"=>"A.I Mobility",
|
||||
"img" =>"./assets/img/products/product_float.jpg",
|
||||
"desc"=>"Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit."
|
||||
]
|
||||
,
|
||||
"wrenchboard" =>
|
||||
[
|
||||
"name"=>"This is Product Name",
|
||||
"name"=>"WrenchBoard",
|
||||
"industry"=>"Industtry 3",
|
||||
"img" =>"./assets/img/photos/cs16.jpg",
|
||||
"img" =>"./assets/img/products/product_wrenchboard.jpg",
|
||||
"desc"=>"Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit."
|
||||
] ,
|
||||
"automedsys" =>
|
||||
[
|
||||
"name"=>"This is Product Name",
|
||||
"industry"=>"Industtry 4",
|
||||
"img" =>"./assets/img/photos/cs16.jpg",
|
||||
"name"=>"autoMedSys",
|
||||
"industry"=>"Healthcare",
|
||||
"img" =>"./assets/img/products/product_automedsys.jpg",
|
||||
"desc"=>"Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit."
|
||||
]
|
||||
);
|
||||
|
||||
@@ -31,34 +31,6 @@ else{
|
||||
$ic++;
|
||||
}
|
||||
?>
|
||||
|
||||
<!-- /.project -->
|
||||
<div class="project item">
|
||||
<div class="row">
|
||||
<figure class="col-lg-8 col-xl-6 offset-xl-1 rounded"> <img src="./assets/img/photos/cs22.jpg" alt="" /></figure>
|
||||
<div class="project-details d-flex justify-content-center flex-column" style="right: 15%; bottom: 25%;">
|
||||
<div class="card shadow rellax" data-rellax-xs-speed="0" data-rellax-mobile-speed="0">
|
||||
<div class="card-body">
|
||||
<div class="post-header">
|
||||
<div class="post-category text-line text-red mb-3">Concept</div>
|
||||
<h2 class="post-title mb-3">Porta Ornare Cras</h2>
|
||||
</div>
|
||||
<!-- /.post-header -->
|
||||
<div class="post-content">
|
||||
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
|
||||
<a href="#" class="more hover link-red">See Project</a>
|
||||
</div>
|
||||
<!-- /.post-content -->
|
||||
</div>
|
||||
<!-- /.card-body -->
|
||||
</div>
|
||||
<!-- /.card -->
|
||||
</div>
|
||||
<!-- /.project-details -->
|
||||
</div>
|
||||
<!-- /.row -->
|
||||
</div>
|
||||
<!-- /.project -->
|
||||
</div>
|
||||
<!-- /.projects-overflow -->
|
||||
<nav class="d-flex justify-content-center" aria-label="pagination">
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 315 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 324 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 205 KiB |
Reference in New Issue
Block a user