Server IP : 127.0.0.2 / Your IP : 18.119.99.38 Web Server : Apache/2.4.18 (Ubuntu) System : User : www-data ( ) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : disk_free_space,disk_total_space,diskfreespace,dl,exec,fpaththru,getmyuid,getmypid,highlight_file,ignore_user_abord,leak,listen,link,opcache_get_configuration,opcache_get_status,passthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,php_uname,phpinfo,posix_ctermid,posix_getcwd,posix_getegid,posix_geteuid,posix_getgid,posix_getgrgid,posix_getgrnam,posix_getgroups,posix_getlogin,posix_getpgid,posix_getpgrp,posix_getpid,posix,_getppid,posix_getpwnam,posix_getpwuid,posix_getrlimit,posix_getsid,posix_getuid,posix_isatty,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_times,posix_ttyname,posix_uname,pclose,popen,proc_open,proc_close,proc_get_status,proc_nice,proc_terminate,shell_exec,source,show_source,system,virtual MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/resources/views/pages/About/ |
Upload File : |
@extends('template.default') @section('content') <div class="header-breadcrumbs"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 sol-xs-12"> <div class="breadcrumbs-title text-center"> {{-- <h2>About</h2> --}} <div class="subheader-pages"> <ul> <li><a href="{{route('home')}}" style="color:#fff;">Home</a></li> <li>About</li> </ul> </div> </div> </div> </div> </div> </div> <div class="coursedetails-area"> <div class="container"> <div class="row"> <div class="col-lg-8 col-xs-11 p-l-0"> <div class="container-inner"> <div class="row main-title"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 p-0 mob-p-l-15"> <h2 >About Us</h2> </div> </div> <div class="row mob-p-l-15"> <h4 class="paddingh4">Why Springfield Resources Joel Levit?</h4> <p>There are many fine trainers and consultants from around the world, so let’s be blunt: why pick Joel Levitt? The main reason is results. Joel has produced excellent results, for a wide range of clients, for over 35 years.</p> <p>He has trained people from virtually every one of the Fortune 600, and from most of the Fortune Global 600. Many have come back and requested consulting or customized maintenance management training for their in-house staff. Over 20,000 maintenance professionals worldwide have enjoyed the intensive nature of our maintenance training, given in over 600 public workshops in more than 42 countries. 98% of attendees rate the program very good to excellent! </p> <!-- <a href="#" class="btn-hr btn-hr-invert fontred">READ MORE</a> --> <h4 class="categoryLink" style="padding-top:20px;">Helping others help themselves and making donations</h4> <p class="categoryLink"><b>KIVA is an organization for providing micro-loans to businesspeople worldwide</b><br> This charity which I support, helps business people worldwide with micro-loans to build or expand their business. I encourage you to consider investing in these businesses. The owners pay back the loans with interest which you can invest in other loans, donate or get back. It is a great organization with a great idea. </p> </div> </div> </div> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12 p-r-0 container-inner "> <img src="{{{URL::asset('public/images/about-us.png')}}}" style="height: 259px; width: 359px;" ></img> </div> </div> </div> </div> </div> @endsection @push('styles') <link href="{{{URL::asset('public/css/home.css')}}}" rel="stylesheet"> <!-- <link href="{{{URL::asset('public/css/about.css')}}}" rel="stylesheet"> --> @endpush @push('scripts') @endpush