diff --git a/app/Models/projectData.php b/app/Models/projectData.php index 337ae49..354945d 100644 --- a/app/Models/projectData.php +++ b/app/Models/projectData.php @@ -81,7 +81,7 @@ class projectData extends baseModel 'float'=>[ 'name' => 'Float (New)', 'description' => 'This is the description of the project', - 'banner_image' => 'project_banner.jpg', + 'banner_image' => 'float.jpg', 'product_url' => 'www.chiefsoft.com', ], 'legacyfloat'=>[ @@ -416,43 +416,43 @@ class projectData extends baseModel 'contents'=>[ [ 'name' => 'Main Website', - 'description' => 'This is the description of the item', - 'banner_image' => 'project_banner.jpg', + 'description' => 'This is the main website of the product', + 'banner_image' => 'float.jpg', 'url' => 'https://float-www.dev.chiefsoft.net', 'location'=> 'http://10.0.0.32:5501/', - 'status' => 'Pending' + 'status' => 'Development' ], [ 'name' => 'Contents Management Systems', - 'description' => 'This is the description of the item', + 'description' => 'Contents management system controls what the website shows, it is the back office for localizations and marketing configurations', 'banner_image' => 'project_banner.jpg', 'url' => 'https://float-cms.dev.chiefsoft.net', 'location'=> 'http://10.0.0.32:5503/', - 'status' => 'Pending' + 'status' => 'Development' ], [ 'name' => 'Back Office Systems', - 'description' => 'This is the description of the item', + 'description' => 'This is the central customer management system - it is private 100% on live', 'banner_image' => 'project_banner.jpg', 'url' => 'https://float-bko.dev.chiefsoft.net', 'location'=> 'http://10.0.0.32:5505/', - 'status' => 'Pending' + 'status' => 'Development' ], [ 'name' => 'Float Users Interface Web', - 'description' => 'This is the description of the item', + 'description' => 'User web is the web version of the users app, while the emphasis is on the App, the web providers cover more users', 'banner_image' => 'project_banner.jpg', 'url' => 'https://float-usr.dev.chiefsoft.net', 'location'=> 'http://10.0.0.32:5502/', - 'status' => 'Pending' + 'status' => 'Development' ], [ 'name' => 'Business & Fleet WebSite', - 'description' => 'This is the description of the item', + 'description' => 'Fleet manager central system', 'banner_image' => 'project_banner.jpg', 'url' => 'https://float-flt.dev.chiefsoft.net', 'location'=> 'http://10.0.0.32:5504/', - 'status' => 'Pending' + 'status' => 'Development' ], [ 'name' => 'Blog Systems', @@ -464,11 +464,11 @@ class projectData extends baseModel ], [ 'name' => 'API Gates (Internal Gates)', - 'description' => 'This is the description of the item', + 'description' => 'Api gates is the backend access pioints', 'banner_image' => 'project_banner.jpg', 'url' => 'https://float-gat.dev.chiefsoft.net', 'location'=> 'http://10.0.0.32:5509/', - 'status' => 'Pending' + 'status' => 'Development' ], ] ], @@ -477,8 +477,8 @@ class projectData extends baseModel 'contents'=>[ [ 'name' => 'Main Website', - 'description' => 'This is the description of the item', - 'banner_image' => 'project_banner.jpg', + 'description' => 'This is the main website of the product', + 'banner_image' => 'float.jpg', 'url' => 'https://www.dev.chiefsoft.net', 'location'=> 'http://TO-BE-DETERMINE:5501/', 'status' => 'Design' diff --git a/app/Views/projects/cards/project_detail_card.php b/app/Views/projects/cards/project_detail_card.php index 6747f09..fea4d19 100644 --- a/app/Views/projects/cards/project_detail_card.php +++ b/app/Views/projects/cards/project_detail_card.php @@ -43,13 +43,13 @@ $contents = $value['contents']
- +
- + diff --git a/public/massets/img/banners-600x600/float.jpg b/public/massets/img/banners-600x600/float.jpg new file mode 100644 index 0000000..282ca51 Binary files /dev/null and b/public/massets/img/banners-600x600/float.jpg differ