Skip to content
// Default values
$page_title = strtolower(get_the_title());
$big_title = "";
$description = "";
$img = "";
//
if ($page_title == 'risk assessment software') {
// Risk Assessment page
$big_title = "Risk Assessment";
$description = "A facility of risk assessment templates enabling the self-completion and monitoring of assessments in accordance with legislation and regulatory guidelines.";
$img = "/wp-content/uploads/2021/05/risk_assessments.png";
//
} else if ($page_title == 'health and safety training') {
// E-learning page
$big_title = "E-learning";
$description = "Maintain compliance with unlimited access to a suite of health and safety training courses, built to ensure that your organisation can fully comply with safety regulations.";
$img = "/wp-content/uploads/2021/05/e-learning.png";
//
} else if ($page_title == 'asset management software') {
// Asset Management page
$big_title = "Asset Management";
$description = "A software facility for the registering, monitoring and auditing of your organisation's inventory, appliances or machinery across all your sites.";
$img = "/wp-content/uploads/2021/05/asset_management.png";
//
} else if ($page_title == 'accident reporting software') {
// Accident Reporting page
$big_title = "Accident Reporting";
$description = "An incident reporting and accident reporting system for recording all workplace incidents – from dangerous near-misses to the most serious accidents.";
$img = "/wp-content/uploads/2021/05/accident_reporting.png";
//
} else if ($page_title == 'facilities management software') {
// Checks and Tests page
$big_title = "Checks & Tests";
$description = "Comprehensive Facilities Management software for monitoring, scheduling, alerting and ensuring that all premises assignments are completed on time.";
$img = "/wp-content/uploads/2021/05/checks_and_tests.png";
//
} else if ($page_title == 'online course creator') {
// Checks and Tests page
$big_title = "Training Course Creator";
$description = "Design and build detailed online eLearning courses, and immediately deliver them to an unlimited amount of learners – all within a cloud-based course builder and Learning Management System (LMS).";
$img = "/wp-content/uploads/2021/05/training_course_creator.png";
//
}
?>
echo the_content(); ?>