new blog page
This commit is contained in:
@@ -777,8 +777,6 @@ class projectData extends baseModel
|
||||
];
|
||||
return $data;
|
||||
}
|
||||
|
||||
|
||||
public function documentList(){
|
||||
$data =[
|
||||
'myfit'=>[
|
||||
@@ -889,7 +887,59 @@ class projectData extends baseModel
|
||||
return $data;
|
||||
}
|
||||
|
||||
|
||||
public function projectBlogList(){
|
||||
$data =[
|
||||
'wrenchboard'=>[
|
||||
'name' => 'WrenchBoard Blog',
|
||||
'description' => 'Get engaged and make money from any skills',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'https://blog.wrenchboard.com',
|
||||
],
|
||||
'coregrade'=>[
|
||||
'name' => 'CoreGrade Blog',
|
||||
'description' => 'Smart education platform - personal and institutions',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'https://blog.coregrade.com',
|
||||
],
|
||||
'float'=>[
|
||||
'name' => 'Float BLOG',
|
||||
'description' => 'This is the description of the project',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'https://blog.float.sg',
|
||||
],
|
||||
'dorcastore'=>[
|
||||
'name' => 'DorcaStore',
|
||||
'description' => 'This is the description of the project',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'https"//www.dorcastore.com',
|
||||
],
|
||||
'merms'=>[
|
||||
'name' => 'Merms BLOG',
|
||||
'description' => 'This is the description of the project',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'https://blog.mermsemr.com',
|
||||
],
|
||||
'chiefsoft'=>[
|
||||
'name' => 'ChiefSoft Blog',
|
||||
'description' => 'This is the description of the project',
|
||||
'banner_image' => 'chiefsoft.jpg',
|
||||
'product_url' => 'https://blog.chiefsoft.com',
|
||||
],
|
||||
'jubabox'=>[
|
||||
'name' => 'JubaBox',
|
||||
'description' => 'This is the description of the project',
|
||||
'banner_image' => 'project_banner.jpg',
|
||||
'product_url' => 'https://blog.jubabox.com',
|
||||
],
|
||||
'theblackfaces'=>[
|
||||
'name' => 'Black Faces',
|
||||
'description' => 'African History Short Story Blog',
|
||||
'banner_image' => 'theblackfaces.jpg',
|
||||
'product_url' => 'https://www.theblackfaces.com',
|
||||
],
|
||||
];
|
||||
return $data;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user