new blog page

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-04-03 18:46:18 -04:00
parent a613e84eaf
commit e39caad4d5
94 changed files with 329 additions and 5 deletions
+53 -3
View File
@@ -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;
}
}