"A Little Turbulence", 'boars-head-postcards-from-bold' => "Boar’s Head: Postcards From Bold", //'blynk-organic' => "Blynk Organic", 'bojangles' => "Bojangles’", 'bouvier-kelly' => "Bouvier Kelly", 'dilworth-billiards' => "Dilworth Billiards", 'duke-energys-energy-challenge' => "Duke Energy’s Energy Challenge", 'duke-energys-envision-smart-energy' => "Duke Energy’s Envision Smart Energy", 'eric-hunter' => "Eric Hunter", 'framous' => "Framous", 'hendrick-motorsports-app' => "Hendrick Motorsports App", 'hypermach' => "HyperMach", //'kubilins-transportation-group' => "Kubilins Transportation Group", 'muzak-75th-anniversary' => "Muzak 75th Anniversary", 'muzak-expressions' => "Muzak Expressions", 'muzak-myimage' => "Muzak myImage", 'muzak-touch' => "Muzak Touch", 'pma-architecture' => "PMA Architecture", //'reaching-quiet' => "Reaching Quiet", 'studiobanks' => "Studiobanks", 'studiobanks-animation' => "Studiobanks Animation", //'studiobanks-choose-your-own-adventure' => "Studiobanks Choose Your Own Advent-ure", 'studiobanks-holiday-hunt' => "Studiobanks Holiday Hunt", 'studiobanks-naughty-or-nice' => "Studiobanks Naughty or Nice", //'the-love-language' => "The Love Language", //'the-rosebuds' => "The Rosebuds", 'think-it-ups-share-station' => "Think It Up’s Share Station", 'think-it-ups-stop-motion-station' => "Think It Up’s Stop Motion Station", 'think-it-ups-viewing-station' => "Think It Up’s Viewing Station", 'varji-and-varji' => "Varji & Varji" //'wild-hunt' => "Wild Hunt" ); if (isset($_GET['project']) && empty($projects[$_GET['project']])) { die(); } ?> Will Jardine’s Portfolio -
' . "\n"; include('_assets/inc/portfolio/' . $_GET['project'] . '.php'); echo "\t\t" . '
' . "\n"; } else { echo '
' . "\n"; foreach ($projects as $key => $val) { echo "\t\t\t" . '
' . "\n"; echo "\t\t\t\t" . '

' . $val . '

' . "\n"; echo "\t\t\t\t" . '' . $val . '' . "\n"; echo "\t\t\t" . '
' . "\n"; } echo "\t\t" . '
' . "\n"; } ?> $val) { if (isset($cur) && !isset($nextValue)) $nextValue = $key; if ($num == 0) $nextDefault = $key; if ($key == $_GET['project']) $cur = $num; if (!isset($cur)) $prevValue = $key; if ($num == count($projects)-1) $prevDefault = $key; $num ++; } $html = '' . "\n"; echo $html; } ?>