File Manager V1.5

[SYSTEM@ROOT]: /home/ketechno/mthorebfoundation.com/
INJECT_FILE:
NEW_ENTRY:

FILE_CONTENT: about_us.php

<?php
require_once('header.php');

?>
<!--  ************************* Page Title Starts Here ************************** -->
        
    <div class=" page-nav no-margin row">
        <div class="container ">
            <div class="row ">
                
                <ul>
                    <li> <a href="#" style="color:#d0ff00;"><i class="fas fa-home" style="color:#d0ff00;"></i> Home</a></li>
                    <li style="color:#d0ff00;"><i class="fas fa-angle-double-right" style="color:#d0ff00;"></i> About Us</li>
                </ul>
            </div>
        </div>
    </div>
    
   
  <!--  ************************* About Us Starts Here ************************** -->    
       
<div class="about-us container-fluid">
    <div class="container">

        <div class="row natur-row no-margin w-100">
            <div class="text-part col-md-6">
                <h3>Who we Are</h3>
                <p> We are dedicated to providing exceptional services that drive success and growth for our clients. 
With a focus on professionalism, collaboration, and continuous improvement, we strive to exceed expectations and deliver tangible results in every endeavor </p>
               
                <p> Mt. Horeb, we believe that a quality fit for purpose education, and tailored youth development strategies designed to help youth realize the challenges in their communities and at the same time see the opportunities caused by these challenges will solve one of the biggest problems various communities in the world face because of youth unemployment </p>
				
			<p>Effective Skills-Based Entrepreneurship Education
Learners are guided through a structured series of project-based missions that help them develop the skills needed to become young entrepreneurs. They are designed with experiential learning in mind to ensure meaningful learning experiences.</p>

            </div>
            <div class="image-part col-md-6">
			 <h3 align="center">What we do</h3>
                <div class="about-quick-box row">
                    <div class="col-md-6">
                        <a  href=""> <div class="about-qcard">
                           <i class="fas fa-address-card"></i>
                            <p>Recruitment agency</p>
                        </div></a>
                    </div>
                     <div class="col-md-6">
                        <a  href=""> <div class="about-qcard ">
                           <i class="fas fa-users "></i>
                            <p>Training and Human Capital Development</p>
                        </div></a>
                    </div>
                     <div class="col-md-6">
                        <a  href=""> <div class="about-qcard ">
                           <i class="fas fa-tools"></i>
                            <p>Life Prep College</p>
                        </div></a>
                    </div>
                     <div class="col-md-6">
                         <a  href=""><div class="about-qcard ">
                           <i class="fas fa-graduation-cap"></i>
                            <p>Formal Education </p>
                        </div></a>
                    </div>
					 <div class="col-md-6">
                        <a  href=""> <div class="about-qcard ">
                           <i class="fas fa-hands-helping "></i>
                            <p>Marketing Services</p>
                        </div></a>
                    </div>
                     <div class="col-md-6">
                        <a  href=""><div class="about-qcard ">
                           <i class="fas fa-laptop-code"></i>
                            <p>IT Services</p>
                        </div></a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>     
   
   
    
 <!-- ################# Mission Vision Start Here #######################--->
  
  <section class="container-fluid mission-vision">
      <div class="container">
          <div class="row mission">
              <div class="col-md-6 mv-det">
                  <h3>Our Mission</h3>
				  <p> Our mission is to cultivate a self reliant young adult by providing a quality basic education, a comprehensive vocational education and entrepreneurial training. We are dedicated to equipping young individuals with knowledge, practical skills and resources necessary to initiate and sustain successful ventures, thereby fostering a culture of innovation, economic independence, and community development </p>
                 
              </div>
              <div class="col-md-6 mv-img">
                  <img src="assets/images/misin.png" alt="">
              </div>
          </div>
          <div class="row vision">
              <div class="col-md-6 mv-img">
                   <img src="assets/images/vision.jpg" alt="">
              </div>
              <div class="col-md-6 mv-det">
                   <h3>Our Vision</h3>
                    <p>The Mt. Horeb foundation envisions a self- sufficient youth with workplace skills, entrepreneurship, and vocational training to tackle unemployment and spur economic activity.</p>
					
					<p>Envisioning a future where every young individual is equipped  with work place competence, vocational expertise and entrepreneur skills, we are committed to nurturing self-sufficient  leaders who will drive economic growth by establishing their own enterprises and creating employment opportunities for their peers. <br>Our goal is to foster a cycle of innovation, job creation, skill development that will bridge the gap between education and the demands of the modern workforce, thereby combating unemployment and empowering youth for generations to come</p>
              </div>
          </div>
      </div>
  </section>   
   
 
       


<?php

require_once('footer.php');

?>
[ KEMBALI ]