| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/usa_sites/governmentgrants.us/vx/usa/course_old/ |
Upload File : |
<?
/**
* This framework has been created for a multitude of grant research websites.
*
* @copyright 2016-2021 Synergy Pro Marketing
* @author Aaron Campbell <aaron@synergymentoring.com>
* @license None, All Rights Reserved
* @package Training Courses
*/
include_once($_SERVER['DOCUMENT_ROOT']."/vx/lib/inc.php");
track_member_action('Page Visit','Training Courses');
include_once($_SERVER['DOCUMENT_ROOT']."/vx/usa/course/inc/pooling.php");
?>
<div class="rb white-bg" ng-controller="Members" style="height:100%; padding-bottom:128px;">
<div class="rb top">
<div class="rb p20 top center">
<div class="rib top center f26 bold">
<img src="/vx_/images/courses/CourseLogo.png" class="rib cc img-responsive" />
</div>
</div>
<div class="rb top" style="height:40px;">
<div class="rb top bborder" style="height:0px;">
</div>
</div>
<div class="rb cc pb20 f20 bold" style="margin-top:-20px;">
Select a course from the list below to get started
</div>
<div class="rb container-fluid">
<div class="<?=$phone ? 'row' : 'row-eq-height'?>">
<div class="col-lg-1 col-md-1 hidden-sm hidden-xs"></div>
<div class="col-lg-2 col-md-2 col-sm-6 col-xs-12 cc">
<a href="business/">
<div class="rb cc p10 border pointer courseSelect" style="height:100%; border-<?=$phone ? 'bottom' : 'right'?>:0px;">
<div class="rb cc">
<div class="rb cc pt5 pb10">
<img src="/vx_/images/courses/business.jpg" class="rib cc img-responsive">
<?
if($businessPercent > 0 && $businessPercent < 100)
{
?>
<div class="ab cc" style="bottom:0px; left:-8px;">
<img src="/vx_/images/courses/<?=$businessPercent >= 100 ? 'CourseComplete' : 'InProgress'?>.png" width="64px" height="64px" />
<div class="ab cc" style="width:64px; height:64px; top:0px; left:0px;">
<div class="cd <?=$businessPercent >= 100 ? 'green' : 'dark-gray'?>" style="top:1px; margin-right:-2px;">
<div class="rb cc f16 bold" style="width:100%;">
<?=round($businessPercent)?>%
</div>
<div class="rb f9 cc" style="width:100%; margin-top:-7px;">
complete
</div>
</div>
<div class="cdl"></div>
</div>
</div>
<?
}
if($businessPercent <= 0)
{
?>
<div class="ab cc" style="bottom:0px; left:-8px;">
<img src="/vx_/images/courses/BusinessStartCourse.png" width="64px" height="64px" />
</div>
<?
}
?>
</div>
<div class="rb cc f18 bold" style="margin-top:5px;">
Business Funding
</div>
<div class="rb" style="height:10px;"></div>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-2 col-sm-6 col-xs-12 cc">
<a href="education/">
<div class="rb cc p10 border pointer courseSelect" style="height:100%; border-<?=$phone ? 'bottom' : 'right'?>:0px;">
<div class="rb cc">
<div class="rb cc pt5 pb10">
<img src="/vx_/images/courses/education.jpg" class="rib cc img-responsive">
<?
if($educationPercent > 0)
{
?>
<div class="ab cc" style="bottom:0px; left:-8px;">
<img src="/vx_/images/courses/<?=$educationPercent >= 100 ? 'CourseComplete' : 'InProgress'?>.png" width="64px" height="64px" />
<div class="ab cc" style="width:64px; height:64px; top:0px; left:0px;">
<div class="cd <?=$educationPercent >= 100 ? 'green' : 'dark-gray'?>" style="top:1px; margin-right:-2px;">
<div class="rb cc f16 bold" style="width:100%;">
<?=round($educationPercent)?>%
</div>
<div class="rb f9 cc" style="width:100%; margin-top:-7px;">
complete
</div>
</div>
<div class="cdl"></div>
</div>
</div>
<?
}
if($educationPercent <= 0)
{
?>
<div class="ab cc" style="bottom:0px; left:-8px;">
<img src="/vx_/images/courses/EducationStartCourse.png" width="64px" height="64px" />
</div>
<?
}
?>
</div>
<div class="rb cc f18 bold" style="margin-top:5px;">
Education Funding
</div>
<div class="rb" style="height:10px;"></div>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-2 col-sm-6 col-xs-12 cc">
<a href="homebuyer/">
<div class="rb cc p10 border pointer courseSelect" style="height:100%; border-<?=$phone ? 'bottom' : 'right'?>:0px;">
<div class="rb cc">
<div class="rb cc pt5 pb10">
<img src="/vx_/images/courses/realestate.jpg" class="rib cc img-responsive">
<?
if($homebuyerPercent > 0)
{
?>
<div class="ab cc" style="bottom:0px; left:-8px;">
<img src="/vx_/images/courses/<?=$homebuyerPercent >= 100 ? 'CourseComplete' : 'InProgress'?>.png" width="64px" height="64px" />
<div class="ab cc" style="width:64px; height:64px; top:0px; left:0px;">
<div class="cd <?=$homebuyerPercent >= 100 ? 'green' : 'dark-gray'?>" style="top:1px; margin-right:-2px;">
<div class="rb cc f16 bold" style="width:100%;">
<?=round($homebuyerPercent)?>%
</div>
<div class="rb f9 cc" style="width:100%; margin-top:-7px;">
complete
</div>
</div>
<div class="cdl"></div>
</div>
</div>
<?
}
if($homebuyerPercent <= 0)
{
?>
<div class="ab cc" style="bottom:0px; left:-8px;">
<img src="/vx_/images/courses/HomeBuyerStartCourse.png" width="64px" height="64px" />
</div>
<?
}
?>
</div>
<div class="rb cc f18 bold" style="margin-top:5px;">
1st Time Home Funding
</div>
<div class="rb" style="height:10px;"></div>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-2 col-sm-6 col-xs-12 cc">
<a href="realestate/">
<div class="rb cc p10 border pointer courseSelect" style="height:100%; border-<?=$phone ? 'bottom' : 'right'?>:0px;">
<div class="rb cc">
<div class="rb cc pt5 pb10">
<img src="/vx_/images/courses/real-estate.jpg" class="rib cc img-responsive">
<?
if($realestatePercent > 0)
{
?>
<div class="ab cc" style="bottom:0px; left:-8px;">
<img src="/vx_/images/courses/<?=$realestatePercent >= 100 ? 'CourseComplete' : 'InProgress'?>.png" width="64px" height="64px" />
<div class="ab cc" style="width:64px; height:64px; top:0px; left:0px;">
<div class="cd <?=$realestatePercent >= 100 ? 'green' : 'dark-gray'?>" style="top:1px; margin-right:-2px;">
<div class="rb cc f16 bold" style="width:100%;">
<?=round($realestatePercent)?>%
</div>
<div class="rb f9 cc" style="width:100%; margin-top:-7px;">
complete
</div>
</div>
<div class="cdl"></div>
</div>
</div>
<?
}
if($realestatePercent <= 0)
{
?>
<div class="ab cc" style="bottom:0px; left:-8px;">
<img src="/vx_/images/courses/RealEstateStartCourse.png" width="64px" height="64px" />
</div>
<?
}
?>
</div>
<div class="rb cc f18 bold" style="margin-top:5px;">
Real Estate Funding
</div>
<div class="rb" style="height:10px;"></div>
</div>
</div>
</a>
</div>
<div class="col-lg-2 col-md-2 col-sm-6 col-xs-12 cc">
<a href="personal/">
<div class="rb cc p10 border pointer courseSelect" style="height:100%;">
<div class="rb cc">
<div class="rb cc pt5 pb10">
<img src="/vx_/images/courses/personal.jpg" class="rib cc img-responsive">
<?
if($personalPercent > 0)
{
?>
<div class="ab cc" style="bottom:0px; left:-8px;">
<img src="/vx_/images/courses/<?=$personalPercent >= 100 ? 'CourseComplete' : 'InProgress'?>.png" width="64px" height="64px" />
<div class="ab cc" style="width:64px; height:64px; top:0px; left:0px;">
<div class="cd <?=$personalPercent >= 100 ? 'green' : 'dark-gray'?>" style="top:1px; margin-right:-2px;">
<div class="rb cc f16 bold" style="width:100%;">
<?=round($personalPercent)?>%
</div>
<div class="rb f9 cc" style="width:100%; margin-top:-7px;">
complete
</div>
</div>
<div class="cdl"></div>
</div>
</div>
<?
}
if($personalPercent <= 0)
{
?>
<div class="ab cc" style="bottom:0px; left:-8px;">
<img src="/vx_/images/courses/PersonalStartCourse.png" width="64px" height="64px" />
</div>
<?
}
?>
</div>
<div class="rb cc f18 bold" style="margin-top:5px;">
Personal Assistance
</div>
<div class="rb" style="height:10px;"></div>
</div>
</div>
</a>
</div>
<div class="col-lg-1 col-md-1 hidden-sm hidden-xs"></div>
</div>
</div>
<div class="rb top" style="height:40px;">
<div class="rb top bborder" style="height:40px;">
</div>
</div>
</div>
</div>
<?
$title = "Grant Writing School of Success : ".$siteName;
include_once($_SERVER['DOCUMENT_ROOT']."/vx/usa/layout/body.php");
?>
<script>
$(document).ready(function(){
$('#bodyNavigation').hide()
$('#bodyContainer').css('width', '100%');
});
</script>