You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

88 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>doc doc doc</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>
doc
doc
doc
</h1>
<div class="sub">
documenting code documentation
</div>
<div class="info">
hello! welcome
this is an archive to navigate through different ways of making code documentation
navigate in the sense of learning how to find things, like
there is no clear path / a practice to learn / shared practice personal practice
</div>
</header>
<div class='section'>
<h2>How</h2>
how does this archive hold its material? different perspectives to look at code documentation practices:
<ul>
<li>different formats</li>
<li>different languages / tones</li>
<li>different contents / approaches</li>
</ul>
<h2>Why</h2>
no clear recipe for (writing/reading/finding) code documentation.
what is missing ?
what the archive add ?
<ul>
<li> to infiniltrate technical world</li>
<li> inject care into code</li>
<li> entry points for people to participate and learn in coding</li>
<li> entry points to know and participate in these contexts</li>
</ul>
</div>
<section>
<h2>Daily prototypes</h2>
<ul>
<li><a href="01/">01 - Pathways</a></li>
<li><a href="02/">02 - Openings</a></li>
<li>
<a href="03/">03 - Pair</a>
</li>
<li><a href="04/">04 - Tree</a></li>
</ul>
<div class="todo">
1.1 pathway with thesis
2.1 openings v2 - different ways to intend openings (could be different prototypes)
</div>
</section>
</body>
</html>