diff --git a/app/Config/Routes.php b/app/Config/Routes.php index f263e74..ca07964 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -8,10 +8,13 @@ use CodeIgniter\Router\RouteCollection; $routes->get('/', 'Home::index'); $routes->get('/about-us', 'Home::aboutUs'); $routes->get('/contacts', 'Home::contacts'); +$routes->post('/contacts', 'Home::contacts'); $routes->get('/alcohol-addiction', 'Home::alcoholAddiction'); $routes->get('/marital-problems', 'Home::maritalProblems'); $routes->get('/counseling', 'Home::counseling'); $routes->get('/psycho-education', 'Home::psychoEducation'); $routes->get('/depression', 'Home::depression'); $routes->get('/oppositional-defiant-disorder','Home::oppositionalDefiantDisorder'); - +$routes->get('/career','Home::career'); +$routes->get('/spiritual', 'Home::spiritual'); +$routes->get('/homelessness', 'Home::homelessness'); diff --git a/app/Controllers/Home.php b/app/Controllers/Home.php index 684a882..c1a9bbe 100644 --- a/app/Controllers/Home.php +++ b/app/Controllers/Home.php @@ -39,5 +39,15 @@ class Home extends BaseController public function oppositionalDefiantDisorder():string{ return view('oppositional-defiant-disorder'); } + public function career():string{ + return view('career'); + } + public function spiritual():string{ + return view('spiritual'); + } + + public function homelessness():string{ + return view ('homelessness'); + } } diff --git a/app/Views/career.php b/app/Views/career.php new file mode 100644 index 0000000..658eec2 --- /dev/null +++ b/app/Views/career.php @@ -0,0 +1,26 @@ +extend('layouts/master') ?> +section('content') ?> + +
+ +

Career and Financial Counseling

+

+ + + Choosing a career path can be very challenging to many college students and young adults alike. For some choosing career can be exciting while many people are struggling with what they are good at in this world. When it is hard for you to make a bold move on career issues you can reach out to us to help you make the right decision. Our professionals will not make the decision for you but they can help you make the right career decisions. Financial stability is strongly related to careers, earnings and incomes that an individuals or family receive on a regular basis. Many people know how to work hard but lack good management skills. Our agency can help you manage what you earn wisely. + + + + + + +

+ + + +
+
+endSection() ?> + diff --git a/app/Views/contacts.php b/app/Views/contacts.php index 9c42b0f..2bbe010 100644 --- a/app/Views/contacts.php +++ b/app/Views/contacts.php @@ -14,7 +14,7 @@
-
+
diff --git a/app/Views/homelessness.php b/app/Views/homelessness.php new file mode 100644 index 0000000..27ae4c1 --- /dev/null +++ b/app/Views/homelessness.php @@ -0,0 +1,28 @@ +extend('layouts/master') ?> +section('content') ?> + +
+ +

Homelessness, Joblessness and Mental Health Issues

+

+ + + Mental health problems stem from homelessness, joblessness and financial difficulty. Living under the bridge or being jobless is a serious mental health issue that can be addressed when you call today. Help is available when you can I Care Mental Health (ICMH). Economic situation can create homelessness for many people who are looking for work and cannot find job. Joblessness and homelessness are inextricably linked and they are the cause of poverty in our community today. You can seek for help from our professionals to know how you can get back on your feet. + + + + + + + + +

+ + + +
+
+endSection() ?> + diff --git a/app/Views/image.php b/app/Views/image.php new file mode 100644 index 0000000..4e91512 --- /dev/null +++ b/app/Views/image.php @@ -0,0 +1,37 @@ + \ No newline at end of file diff --git a/app/Views/layouts/master.php b/app/Views/layouts/master.php index 915943e..8e3759b 100644 --- a/app/Views/layouts/master.php +++ b/app/Views/layouts/master.php @@ -28,7 +28,7 @@
- +

For additional information call: +404-721-0184 or Schedule a call @@ -45,7 +45,7 @@