File: /home/awaldron/_buildinmotion/bim_ci/app/Controllers/Work.php
<?php namespace App\Controllers;
class Work extends BaseController
{
public function index()
{
return redirect()->to('/work/sensi');
}
//--------------------------------------------------------------------
public function sensi()
{
$data = [];
$data['title'] = 'Work : Sensi';
$data['description'] = 'Build in Motion worked with Sensi to develop software that interact with their motion sensing pucks for athletic training.';
$data['canon'] = 'https://buildinmotion.com/work/sensi';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
$html .= view('work/sensi');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function total_archery_challenge()
{
$data = [];
$data['title'] = 'Work : Total Archery Challenge';
$data['description'] = 'Build in Motion developed a custom queued registration system that gives event coordinators much more control over the registration process.';
$data['canon'] = 'https://buildinmotion.com/work/total_archery_challenge';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
$html .= view('work/total-archery-challenge');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function knowtifi()
{
$data = [];
$data['title'] = 'Work : Knowtifi';
$data['description'] = 'Build in Motion developed a custom mobile application that alerts family and friends when you\'re having an emergency, and includes other innovative safety features.';
$data['canon'] = 'https://buildinmotion.com/work/knowtifi';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
$html .= view('work/knowtifi');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function insulwise()
{
$data = [];
$data['title'] = 'Work : Insulwise';
$data['description'] = 'Build in Motion worked with Insulwise to develop software that would allow their salespeople to quickly and easily create contracts while at a potential client\'s home.';
$data['canon'] = 'https://buildinmotion.com/work/insulwise';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
$html .= view('work/insulwise');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function baptist_standard()
{
$data = [];
$data['title'] = 'Work : Baptist Standard';
$data['description'] = 'Build in Motion developed a mobile app for the Baptist Standard online publication.';
$data['canon'] = 'https://buildinmotion.com/work/baptist_standard';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
$html .= view('work/baptist-standard');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function woodbed()
{
$data = [];
$data['title'] = 'Work : Woodbed Corp.';
$data['description'] = 'Build in Motion developed a mobile app for Woodbed clients to help them track orders, deliveries and place new orders.';
$data['canon'] = 'https://buildinmotion.com/work/woodbed';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
$html .= view('work/woodbed');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function genco()
{
$data = [];
$data['title'] = 'Work : Genco';
$data['description'] = 'Build in Motion worked with Genco to upgrade a legacy application used to audit damage to products in the warehouse.';
$data['canon'] = 'https://buildinmotion.com/work/genco';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
$html .= view('work/genco');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function accomods()
{
$data = [];
$data['title'] = 'Work : Accomods';
$data['description'] = 'Accomods is an interactive, user-friendly web-based application that guides the development of appropriate, specially designed instruction for students with special needs.';
$data['canon'] = 'https://buildinmotion.com/work/accomods';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
$html .= view('work/accomods');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function scoobi()
{
$data = [];
$data['title'] = 'Work : Scoobi';
$data['description'] = 'Build in Motion created the Scoobi mobile app which allows users to rent and ride mopeds that are placed throughout select cities across the United States.';
$data['canon'] = 'https://buildinmotion.com/work/scoobi';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
// $html .= view('_splash');
$html .= view('work/scoobi');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function wv_metronews()
{
$data = [];
$data['title'] = 'Work : West Virginia MetroNews';
$data['description'] = 'Build in Motion designed and developed a new website for West Virginia MetroNews that includes news, podcasts, live video streams and more.';
$data['canon'] = 'https://buildinmotion.com/work/wv_metronews';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
$html .= view('work/wv_metronews');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function swarovski()
{
$data = [];
$data['title'] = 'Work : Swarovski Lighting';
$data['description'] = 'Build in Motion developed the Swarovski Infinite Aura app that allows users to control their Infinite Aura light fixtures.';
$data['canon'] = 'https://buildinmotion.com/work/swarovski';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
// $html .= view('_splash');
$html .= view('work/swarovski');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function adp()
{
$data = [];
$data['title'] = 'Work : ADP';
$data['description'] = 'Build in Motion provided additional staff members to help ADP develop Project Redbox, an application used in HR departments.';
$data['canon'] = 'https://buildinmotion.com/work/adp';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
// $html .= view('_splash');
$html .= view('work/adp');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function upmc()
{
$data = [];
$data['title'] = 'Work : UPMC Thyroseq';
$data['description'] = 'Build in Motion designed and developed a website for UPMC Thyroseq, a revolutionary new test to detect cancer in thyroid nodules.';
$data['canon'] = 'https://buildinmotion.com/work/upmc_thyroseq';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
// $html .= view('_splash');
$html .= view('work/upmc-thyroseq');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function scmc()
{
$data = [];
$data['title'] = 'Work : Steel City Men\'s Clinic';
$data['description'] = 'Build in Motion provided website design and development services as well as marketing design for Steel City Mens Clinic.';
$data['canon'] = 'https://buildinmotion.com/work/scmc';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
// $html .= view('_splash');
$html .= view('work/scmc');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function ten()
{
$data = [];
$data['title'] = 'Work : The Efficiency Network';
$data['description'] = 'Build in Motion has provided The Efficiency Network with browser-based software and mobile application development.';
$data['canon'] = 'https://buildinmotion.com/work/the-efficiency-network';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
// $html .= view('_splash');
$html .= view('work/the-efficiency-network');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function iaw()
{
$data = [];
$data['title'] = 'Work : Innovative Autoworks';
$data['description'] = 'Build in Motion designers created the perfect look for Innovative Autoworks with the functionality the client needed to update the site on thier own and keep it fresh with new content.';
$data['canon'] = 'https://buildinmotion.com/work/innovative-autoworks';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
// $html .= view('_splash');
$html .= view('work/innovative-autoworks');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function blackbox()
{
$data = [];
$data['title'] = 'Work : Black Box';
$data['description'] = 'Black Box hired Build in Motion to develop a web-based interface that enabled users to manage the displays in their video wall controller solution, MediaCento IPX Controller.';
$data['canon'] = 'https://buildinmotion.com/work/blackbox';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
// $html .= view('_splash');
$html .= view('work/black-box');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function carnegie()
{
$data = [];
$data['title'] = 'Work : Carnegie Learning';
$data['description'] = 'Build in Motion provided staff augmentation services to Carnegie Learning who needed help to fix bugs and improve the stability of their in-class student assistant tablet application, digitalACE.';
$data['canon'] = 'https://buildinmotion.com/work/carnegie';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
// $html .= view('_splash');
$html .= view('work/carnegie-learning');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function huffy()
{
$data = [];
$data['title'] = 'Work : Huffy';
$data['description'] = 'Build in Motion provided staff augmentation services to a marketing agency who needed help completing the Huffy e-commerce platform.';
$data['canon'] = 'https://buildinmotion.com/work/huffy';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
// $html .= view('_splash');
$html .= view('work/huffy');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function whittakercountry()
{
$data = [];
$data['title'] = 'Work : Whittaker Country';
$data['description'] = 'Build in Motion developed a fast, reliable and affordable e-commerce platform to support Whittaker Country\'s growing demand and meet their changing requirements.';
$data['canon'] = 'https://buildinmotion.com/work/whittakercountry';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
// $html .= view('_splash');
$html .= view('work/whittakercountry');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function bonecollector()
{
$data = [];
$data['title'] = 'Work : Bone Collector';
$data['description'] = 'Build in Motion developed a fast, reliable and affordable e-commerce platform to support Bone Collector\'s growing demand and meet their changing requirements.';
$data['canon'] = 'https://buildinmotion.com/work/bonecollector';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
// $html .= view('_splash');
$html .= view('work/bonecollector');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function commet()
{
$data = [];
$data['title'] = 'Work : Commet';
$data['description'] = 'Build in Motion worked with startup company Commet to develop a mobile application, website and web-based customer admin panels. ';
$data['canon'] = 'https://buildinmotion.com/work/commet';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
// $html .= view('_splash');
$html .= view('work/commet');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
public function block292()
{
$data = [];
$data['title'] = 'Work : Block 292';
$data['description'] = 'Block 292 requires a customizable and extensible commerce solution that satisfies point-of-sale, online and mobile ordering, and came to Build in Motion to leverage the Swift omni-channel ecommerce platform.';
$data['canon'] = 'https://buildinmotion.com/work/block292';
$data['nav'] = 'work';
$html = view('_header', $data);
$html .= view('_header_ui', $data);
// $html .= view('_splash');
$html .= view('work/block292');
$html .= view('_footer');
$html .= view('_footer_ui');
return $html;
}
//--------------------------------------------------------------------
}