Deploy: Complete TekDek documentation website with all content pages, CSS, and infrastructure
This commit is contained in:
25
publish/web1/public/pages/about.php
Normal file
25
publish/web1/public/pages/about.php
Normal 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 & 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>
|
||||
Reference in New Issue
Block a user