Projects
This commit is contained in:
@@ -17,22 +17,25 @@ class Products extends BaseController
|
||||
"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."
|
||||
"desc"=>"Travel smarter and safer, with Float's rideshare comparison, ride hailing and budgeting app. Available on IOS and Android.",
|
||||
"site"=>"https://www.float.sg/"
|
||||
]
|
||||
,
|
||||
"wrenchboard" =>
|
||||
[
|
||||
"name"=>"WrenchBoard",
|
||||
"industry"=>"Industtry 3",
|
||||
"industry"=>"e-Commerce",
|
||||
"img" =>"./assets/img/products/product_wrenchboard.jpg",
|
||||
"desc"=>"Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit."
|
||||
"desc"=>"The marketplace to make money from your skills, find, buy and sell professional services.",
|
||||
"site"=>"https://www.wrenchboard.com/"
|
||||
] ,
|
||||
"automedsys" =>
|
||||
[
|
||||
"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."
|
||||
"desc"=>"autoMedSys, empower providers with innovative tools to manage thier practice and engage patients.",
|
||||
"site"=>"https://www.automedsys.net/"
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</div>
|
||||
<div class="post-content">
|
||||
<p><?=$prow['desc']?></p>
|
||||
<a href="#" class="more hover link-purple">See Project</a>
|
||||
<a href="<?=$prow['site']?>" class="more hover link-purple">See Project</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</div>
|
||||
<div class="post-content">
|
||||
<p><?=$prow['desc']?></p>
|
||||
<a href="#" class="more hover link-leaf">See Project</a>
|
||||
<a href="<?=$prow['site']?>" class="more hover link-leaf">See Project</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user