Project links
This commit is contained in:
+24
-31
@@ -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'
|
||||
],
|
||||
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user