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') ?> +
++ + + 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. + + + + + + +
+ + + + +