-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoriginal.html
178 lines (171 loc) · 5.88 KB
/
original.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Barcode+128+Text&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style/output.css">
<title>Original</title>
</head>
<body class="bg-black font-serif text-white">
<div class="flex justify-between">
<h1 class="text-5xl hover:text-green-400 active:text-black font-barcode ml-5 mt-5">
<a href="/">Neil B Patel?</a>
</h1>
<div class="flex justify-around">
<h2 class="text-2xl hover:text-green-400 active:text-black underline mt-5 mr-20">
<a href="./index.html">Remix</a>
</h2>
<h2 class="text-2xl hover:text-green-400 active:text-black underline mt-5 mr-20">
<a href="./about.html">About</a>
</h2>
<h2 class="text-2xl hover:text-green-400 active:text-black underline mt-5 mr-20">
<a href="./credits.html">Credits</a>
</h2>
</div>
</div>
<h2 class="border-solid rounded-lg border-y-2 border-white p-5 text-3xl text-bold text-green-400 flex justify-center mt-10 mb-10">
Ashen_Wordbooks.txt
</h2>
<div class="flex justify-center">
<div class="grid grid-cols-1 content-center text-lg leading-10 ml-14">
<div class="mt-4">
<div>
Dictionary incomplete, in progress
</div>
<div>
Experiential Guide finalized in print
</div>
<div>
Who owns the word, the Celestine Prophecy?
</div>
<div>
The poet, poem, Critical Mass?
</div>
<div>
Refurbished editions, simply Coincidences?
</div>
<div>
Do answers lie in Historical Context?
</div>
</div>
<div class="mt-10">
<div>
Energy is transformative
</div>
<div class="text-transparent">
Energy is <span class="line-through text-white">(destructive)</span>
</div>
<div>
Words Struggle to take Shape
</div>
<div>
At the cost of being burned up
</div>
<div>
Maybe the respect each desires
</div>
<div>
Only attainable with permanent loss
</div>
<div>
Power neither righteous nor immoral,
</div>
<div>
War of words Lives beyond its abusers
</div>
</div>
<div class="mt-10">
<div>
The word, a caterpillar
</div>
<div>
Begin life aimless, frail, crawling
</div>
<div>
By chance, surpassing Parental Lineage
</div>
<div>
Matured in vernacular
</div>
<div>
Sharpened by instincts
</div>
<div>
Undergoing metamorphosis
</div>
<div>
Expanding into beautiful chaos
</div>
<div>
Beaten by Emerging aspirations
</div>
<div>
Of a poet and their stick
</div>
<div>
Hiding wounds from poets of Past
</div>
<div>
Now none shall be the wiser
</div>
</div>
<div class="mt-10">
<div>
Wordsmith of tongue, razor gold
</div>
<div>
Cut a slice of cacoon
</div>
<div>
Borrow the identity of Mystics
</div>
<div>
Impart a New Perspective
</div>
<div>
Take Notes on technique
</div>
<div>
-- revolutionary and novel!
</div>
<div>
If this Matter treads on Culture
</div>
<div>
And complicates the Interpersonal Ethic
</div>
<div>
Can we recover from such mutilation?
</div>
</div>
<div class="mt-10 mb-10">
<div>
Poor creatures
</div>
<div>
Wishing for Control over Dramas
</div>
<div>
Words, never search for Clearing
</div>
<div>
Problem is About the Authors
</div>
<div>
Engaging the Flow
</div>
<div>
-- channeling the outside
</div>
<div>
Acknowledgements no Longer than pioneering pages
</div>
</div>
</div>
</div>
</body>
</html>