|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <title>About - Text-Kitchen</title> |
| 6 | + <link rel="stylesheet" href="styles.css"> |
| 7 | +</head> |
| 8 | +<body> |
| 9 | + <nav class="main-nav"> |
| 10 | + <a href="index.html">Home</a> |
| 11 | + <a href="text-reverse-lab.html">Text Reversal</a> |
| 12 | + <a href="line-break-lab.html">Line Break Lab</a> |
| 13 | + <a href="eraser-lab.html">Eraser Lab</a> |
| 14 | + <a href="alphabetizer-lab.html">Alphabetizer Lab</a> |
| 15 | + <a href="markov-mashup-lab.html">Markov Mashup Lab</a> |
| 16 | + <a href="lipogram-lab.html">Lipogram Lab</a> |
| 17 | + <a href="long-tail-lab.html">Long Tail Lab</a> |
| 18 | + <a href="grid-it-lab.html">Grid-It Lab</a> |
| 19 | + <a href="about.html">About</a> |
| 20 | + </nav> |
| 21 | + |
| 22 | + <div class="container"> |
| 23 | + <h1>About Text-Kitchen</h1> |
| 24 | + |
| 25 | + <p class="subtitle">[Add your project description here]</p> |
| 26 | + |
| 27 | + <div style="margin-top: 30px; line-height: 1.8;"> |
| 28 | + <p style="margin-bottom: 20px;"> |
| 29 | + [This is a placeholder paragraph where you can describe the purpose and inspiration behind Text-Kitchen. |
| 30 | + Explain what motivated you to create these text manipulation tools and how they can be used by writers, |
| 31 | + poets, and digital artists.] |
| 32 | + </p> |
| 33 | + |
| 34 | + <p style="margin-bottom: 20px;"> |
| 35 | + [You might want to include information about your creative process, the types of literary techniques |
| 36 | + these tools enable, or examples of how computational text manipulation can inspire new forms of writing.] |
| 37 | + </p> |
| 38 | + |
| 39 | + <p style="margin-bottom: 20px;"> |
| 40 | + [Consider adding details about your background, your academic or artistic interests, or how this project |
| 41 | + fits into your broader work with experimental writing and digital humanities.] |
| 42 | + </p> |
| 43 | + |
| 44 | + <p style="margin-bottom: 20px;"> |
| 45 | + [You could also include acknowledgments, technical notes about how the tools work, or plans for future |
| 46 | + features you'd like to add to Text-Kitchen.] |
| 47 | + </p> |
| 48 | + </div> |
| 49 | + </div> |
| 50 | +</body> |
| 51 | +</html> |
0 commit comments