'flash.moe / projects', ]); $sectionInfos = [ 'project' => [ 'title' => 'Active Projects', 'desc' => 'Projects that I work on on a fairly regular basis.', ], 'tool' => [ 'title' => 'Tools', 'desc' => 'Personal quality of life tools that I update when I need something new from them.', ], 'archive' => [ 'title' => 'Archived Projects', 'desc' => 'Past projects that I no longer work on.', ], ]; foreach($projInfo as $section => $projects): $sectionInfo = $sectionInfos[$section]; ?>

homepage)) $links[] = ['class' => 'homepage', 'text' => 'Homepage', 'url' => $proj->homepage]; if(isset($proj->repository)) $links[] = ['class' => 'repository', 'text' => 'Source', 'url' => $proj->repository]; if(isset($proj->forum)) $links[] = ['class' => 'forum', 'text' => 'Discussion', 'url' => $proj->forum]; $descLines = explode("\n", trim($proj->description ?? '')); ?>

name;?>
languages as $lang): ?>
name;?>

summary;?>