fix pages

This commit is contained in:
CHIEFSOFT\ameye
2024-08-19 18:45:34 -04:00
parent 5f48e2c7a7
commit 8e484833d0
8 changed files with 134 additions and 4 deletions
+26
View File
@@ -0,0 +1,26 @@
<?php $this->extend('layouts/master') ?>
<?php $this->section('content') ?>
<div id="breadcrumbs">
<a title="Home" href="#">Home »</a> Career and Financial Counseling
</div><!--/ breadcrumbs-->
<div class="gray-holder">
<h1>Career and Financial Counseling</h1>
<p>
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.
</p>
<div class="clear"></div>
</div><!--/ gray-holder-->
<?= $this->endSection() ?>