This commit is contained in:
dev-chiefworks
2022-10-08 17:48:10 -04:00
parent 476d566777
commit f026c18584
3 changed files with 9 additions and 6 deletions
+7 -4
View File
@@ -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/"
]
);
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>