This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-07 20:14:55 -04:00
parent d580ee9dab
commit 90441c946d
3 changed files with 18 additions and 18 deletions
+16 -16
View File
@@ -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'
@@ -43,13 +43,13 @@ $contents = $value['contents']
<td>
<div class="d-flex align-items-center">
<div class="d-flex justify-content-start flex-column">
<a href="#" class="text-gray-800 fw-bold text-hover-primary mb-1 fs-6"><?=$val['name']?></a>
<a href="<?=$val['url']?>" target="_blank" class="text-gray-800 fw-bold text-hover-primary mb-1 fs-6"><?=$val['name']?></a>
<span class="text-gray-400 fw-semibold d-block fs-7"><?=$val['description']?></span>
</div>
</div>
</td>
<td class="text-end pe-0">
<span class="text-gray-600 fw-bold fs-6"><?=$val['url']?></span>
<span class="text-gray-600 fw-bold fs-6"><a href="<?=$val['url']?>" target="_blank"><?=$val['url']?></a></span>
</td>
<td class="text-end pe-0">
<!--begin::Label-->
Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB