-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
287 lines (280 loc) · 10.3 KB
/
Copy pathindex.html
File metadata and controls
287 lines (280 loc) · 10.3 KB
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>$20 Quick Automation Fix | Eli Powell</title>
<meta name="description" content="A focused $20 service for small Python, JavaScript, spreadsheet, and workflow automation fixes.">
<meta property="og:title" content="$20 Quick Automation Fix">
<meta property="og:description" content="Small Python, JavaScript, spreadsheet, file cleanup, and workflow automation fixes.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://epowell40.github.io/quick-automation-help/">
<meta property="og:image" content="https://epowell40.github.io/quick-automation-help/fiverr-sample-output.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="https://epowell40.github.io/quick-automation-help/fiverr-sample-output.png">
<link rel="canonical" href="https://epowell40.github.io/quick-automation-help/">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"name": "$20 Quick Automation Fix",
"description": "One small Python, JavaScript, CSV, spreadsheet, file cleanup, or workflow automation fix with clear inputs and outputs.",
"provider": {
"@type": "Person",
"name": "Eli Powell",
"email": "mailto:epowell2@gmail.com"
},
"areaServed": "US",
"serviceType": "Small automation and script fixes",
"url": "https://epowell40.github.io/quick-automation-help/",
"image": "https://epowell40.github.io/quick-automation-help/fiverr-sample-output.png",
"offers": [
{
"@type": "Offer",
"name": "Small automation fix",
"price": "20.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.fiverr.com/s/6YB7YWA"
},
{
"@type": "Offer",
"name": "Small Python script",
"price": "20.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.fiverr.com/epowell2/write-a-small-python-script-for-csv-or-file-cleanup"
}
]
}
</script>
<style>
:root {
color-scheme: light;
--ink: #17212b;
--muted: #536273;
--line: #d8dee6;
--paper: #f7f8fa;
--accent: #14746f;
--accent-dark: #0f514e;
--warn: #8a5a00;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: var(--ink);
background: var(--paper);
line-height: 1.5;
}
main {
max-width: 920px;
margin: 0 auto;
padding: 42px 20px 56px;
}
.hero {
padding: 34px 0 28px;
border-bottom: 1px solid var(--line);
}
h1 {
margin: 0 0 12px;
max-width: 780px;
font-size: clamp(2rem, 6vw, 4.25rem);
line-height: 1.02;
letter-spacing: 0;
}
.lead {
max-width: 720px;
margin: 0 0 24px;
font-size: 1.18rem;
color: var(--muted);
}
.price {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
margin: 24px 0 0;
}
.badge {
border: 1px solid var(--line);
background: #fff;
border-radius: 6px;
padding: 8px 11px;
font-weight: 700;
}
.button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 10px 16px;
border-radius: 6px;
background: var(--accent);
color: #fff;
text-decoration: none;
font-weight: 700;
}
.button:hover {
background: var(--accent-dark);
}
.button.secondary {
background: #fff;
border: 1px solid var(--line);
color: var(--ink);
}
.button.secondary:hover {
border-color: var(--accent);
color: var(--accent-dark);
}
section {
padding: 28px 0;
border-bottom: 1px solid var(--line);
}
.sample-image {
display: block;
width: 100%;
height: auto;
margin: 16px 0 0;
border: 1px solid var(--line);
border-radius: 6px;
background: #fff;
}
h2 {
margin: 0 0 12px;
font-size: 1.35rem;
}
ul {
margin: 0;
padding-left: 20px;
}
li + li {
margin-top: 8px;
}
.grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px 32px;
}
.note {
margin-top: 14px;
color: var(--warn);
font-weight: 700;
}
code {
background: #e8edf2;
border-radius: 4px;
padding: 2px 5px;
}
pre {
max-width: 620px;
overflow-x: auto;
margin: 0 0 12px;
padding: 14px;
border: 1px solid var(--line);
border-radius: 6px;
background: #fff;
}
pre code {
padding: 0;
background: transparent;
}
footer {
padding-top: 24px;
color: var(--muted);
font-size: 0.95rem;
}
@media (max-width: 720px) {
main {
padding-top: 24px;
}
.grid {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<main>
<div class="hero">
<h1>$20 quick automation fix</h1>
<p class="lead">I will handle one small, clearly scoped Python, JavaScript, spreadsheet, file cleanup, or workflow automation task and send back the working result with concise notes.</p>
<div class="price">
<span class="badge">$20 flat for one small task</span>
<span class="badge">PayPal: epowell2@gmail.com</span>
<a class="button" href="https://www.fiverr.com/s/6YB7YWA">Order on Fiverr</a>
<a class="button secondary" href="mailto:epowell2@gmail.com?subject=%2420%20quick%20automation%20fix&body=Task%20summary%3A%0A%0AInput%20files%20or%20example%20data%3A%0A%0ADesired%20output%3A%0A%0ADeadline%3A">Email first</a>
</div>
</div>
<section class="grid" aria-label="Service details">
<div>
<h2>Good fits</h2>
<ul>
<li>Clean or transform a CSV, Excel export, JSON file, or folder of text files.</li>
<li>Write a small Python or JavaScript script with clear inputs and outputs.</li>
<li>Fix a broken script, simple web page, form, report, or utility.</li>
<li>Turn a repeated manual step into a runnable local command.</li>
</ul>
</div>
<div>
<h2>Not included</h2>
<ul>
<li>No credential sharing, scraping private data, CAPTCHA bypass, spam, or ToS evasion.</li>
<li>No production security guarantees, regulated data handling, or large app builds.</li>
<li>No access to private systems unless the task can be done from safe sample data.</li>
<li>No unclear scope. If it is larger than one small task, I will quote it separately.</li>
</ul>
</div>
</section>
<section>
<h2>How it works</h2>
<ul>
<li>Email the task, a small sample input, and the output you want.</li>
<li>I confirm whether it fits the $20 scope before payment.</li>
<li>You send $20 to <code>epowell2@gmail.com</code> by PayPal.</li>
<li>I deliver the script, file, fix, or instructions by email.</li>
</ul>
<p class="note">Please send sample or dummy data when possible. Do not send passwords, API keys, private client files, or sensitive personal data.</p>
</section>
<section>
<h2>Copy this request format</h2>
<pre><code>Task:
Input example:
Desired output:
Deadline:
Anything to avoid:
May I use dummy/sample data only? Yes/No</code></pre>
<p>This keeps the task small enough to confirm quickly before payment.</p>
</section>
<section>
<h2>Examples</h2>
<ul>
<li>Convert a messy spreadsheet export into a clean CSV.</li>
<li>Rename files from a folder based on a spreadsheet.</li>
<li>Extract totals from simple text reports.</li>
<li>Fix a small Node, Python, HTML, or CSS issue.</li>
<li>Create a one-command helper for a repeated local task.</li>
</ul>
<img class="sample-image" src="fiverr-sample-output.png" alt="Before and after example of a CSV cleanup automation task">
<p>A small public sample is available on GitHub: <a href="https://github.com/epowell40/quick-automation-help/tree/main/samples/csv_cleanup">CSV cleanup script</a>.</p>
<p>The same sample is available as a public gist: <a href="https://gist.github.com/epowell40/9c1171254104ca05ba0c1d4ac25bd414">Python CSV cleanup example</a>.</p>
<p>A second public sample is available here: <a href="https://github.com/epowell40/quick-automation-help/tree/main/samples/file_renamer">bulk file renamer script</a>.</p>
</section>
<section>
<h2>Prefer Fiverr checkout?</h2>
<p>The $20 automation fix is live here: <a href="https://www.fiverr.com/s/6YB7YWA">order the small automation fix on Fiverr</a>.</p>
<p>For a focused Python scripting task, use the $20 scripting gig: <a href="https://www.fiverr.com/epowell2/write-a-small-python-script-for-csv-or-file-cleanup">write a small Python script for CSV or file cleanup</a>.</p>
<p>For a focused spreadsheet task, use the $20 data-cleaning gig: <a href="https://www.fiverr.com/epowell2/clean-format-and-organize-your-csv-or-excel-file">clean and organize a CSV or Excel file</a>.</p>
</section>
<section>
<h2>Need a full website instead?</h2>
<p>For a larger small-business website project, use the live Fiverr gig: <a href="https://www.fiverr.com/s/1qGW8e0">clean responsive website for your small business</a>.</p>
</section>
<footer>
Eli Powell · small automation, web, and BIM/Revit-adjacent tooling · payment through PayPal to epowell2@gmail.com
</footer>
</main>
</body>
</html>