This portion of the Boast Worthy Web Solutions website was created by using a collection of custom PHP scripts. PHP is an HTML-embedded scripting language. A good amount of the syntax in PHP is borrowed from other programming languages, such as C, Java and Perl.
The PHP for the static portion of this website does not use any framework or extra templating engine. The files containing the content for the pages such as this one, are stored in a PHP class, then the main PHP script calls the specific class and echo's its content. There is currently no database functionality in use by these pages, however if I develop an application for this section that will definitely change.