Skip to content

Commit e5eb617

Browse files
authored
Merge pull request #5 from pdedgar1/claude/improve-toolbar-spacing-01Q6yFp6SizKtSPBeG8ksaHt
Claude/improve toolbar spacing 01 q6y fp6 siz kt sp be g8ksa ht
2 parents 03eaa50 + caad49a commit e5eb617

11 files changed

Lines changed: 1023 additions & 18 deletions

about.html

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
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>

alphabetizer-lab.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,20 @@
1313
<a href="eraser-lab.html">Eraser Lab</a>
1414
<a href="alphabetizer-lab.html">Alphabetizer Lab</a>
1515
<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>
1620
</nav>
1721

1822
<!-- Tool content here -->
1923
<div class="container">
2024
<h1>Alphabetizer Lab</h1>
21-
25+
26+
<p style="margin-bottom: 30px; line-height: 1.8; color: #4a4a4a;">
27+
[Add your description here about how the Alphabetizer Lab reorganizes text and reveals word frequency patterns.]
28+
</p>
29+
2230
<div class="upload-section">
2331
<div class="upload-icon">📄</div>
2432
<h2>Upload Text File</h2>

eraser-lab.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<a href="eraser-lab.html">Eraser Lab</a>
1414
<a href="alphabetizer-lab.html">Alphabetizer Lab</a>
1515
<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>
1620
</nav>
1721

1822
<!-- Tool content here -->
@@ -22,6 +26,10 @@ <h1>Eraser Lab</h1>
2226
<p>Transform text through selective erasure • Create found poetry from any text</p>
2327
</div>
2428

29+
<p style="margin-bottom: 30px; line-height: 1.8; color: #4a4a4a;">
30+
[Add your description here about how the Eraser Lab enables permutational erasure and its applications for found poetry and textual reduction.]
31+
</p>
32+
2533
<div class="controls">
2634
<div class="file-upload">
2735
<label class="file-input-wrapper">

0 commit comments

Comments
 (0)