Project links

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-01 18:04:24 -04:00
parent 97bf0ee8d8
commit 08faf4e03c
5 changed files with 47 additions and 1890 deletions
+24 -31
View File
@@ -38,9 +38,9 @@ class projectData extends baseModel
],
'legacyfloat'=>[
'name' => 'Float (Legacy)',
'description' => 'This is the description of the project',
'description' => 'Float Current Project to be Redesigned',
'banner_image' => 'project_banner.jpg',
'product_url' => 'www.chiefsoft.com',
'product_url' => 'https://www.float.sg',
],
'kintcare'=>[
'name' => 'KintCare',
@@ -581,6 +581,28 @@ class projectData extends baseModel
]
],
'legacyfloat'=>[
'LIVE'=>[
'description'=>'This is the description of this',
'contents'=>[
[
'name' => 'Product Wesbite',
'description' => 'Float Current Website',
'banner_image' => 'project_banner.jpg',
'url' => 'https://www.float.sg',
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
'status' => 'Live'
],
[
'name' => 'Float Blog',
'description' => 'Float Blog WordPress',
'banner_image' => 'project_banner.jpg',
'url' => 'https://blog.float.sg',
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
'status' => 'Live'
],
]
],
'DEV'=>[
'description'=>'This is the description of this',
'contents'=>[
@@ -592,36 +614,7 @@ class projectData extends baseModel
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
'status' => 'Pending'
],
[
'name' => 'name of the item',
'description' => 'This is the description of the item',
'banner_image' => 'project_banner.jpg',
'url' => 'www.url.com',
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
'status' => 'Pending'
],
]
],
'LIVE'=>[
'description'=>'This is the description of this',
'contents'=>[
[
'name' => 'name of the item',
'description' => 'This is the description of the item',
'banner_image' => 'project_banner.jpg',
'url' => 'www.url.com',
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
'status' => 'Pending'
],
[
'name' => 'name of the item',
'description' => 'This is the description of the item',
'banner_image' => 'project_banner.jpg',
'url' => 'www.url.com',
'location'=> '0.0.0.0, 0.0.0.0, 0.0.0.0',
'status' => 'Pending'
],
]
]