Deploy: Complete TekDek documentation website with all content pages, CSS, and infrastructure

This commit is contained in:
ParzivalTD
2026-04-12 11:20:19 -04:00
parent 1be079d7a7
commit d8da25107e
29 changed files with 2627 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?php if (!defined('TEKDEK')) die('Direct access not permitted.'); ?>
<article class="page-content">
<h1>About TekDek</h1>
<?php
$content = load_content('about');
if ($content) {
echo $content;
} else {
?>
<h2>Vision &amp; Strategy</h2>
<p>TekDek is a multifaceted organization covering multiple projects with a <strong>creative backend</strong> — meaning there's a living storyline behind the development.</p>
<h2>Core Concept</h2>
<ul>
<li>Individual <strong>Coders</strong> are separate personas — each with their own development style, expertise, quirks, personality, and personal brand.</li>
<li>Personas may or may not be attached to any given TekDek project.</li>
<li>Relationships between personas drive the narrative.</li>
</ul>
<h2>Our Mission</h2>
<p>Build quality software. Tell compelling stories. No corners cut.</p>
<?php } ?>
</article>