-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
278 lines (245 loc) · 8.58 KB
/
Copy pathindex.html
File metadata and controls
278 lines (245 loc) · 8.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Manus Webworks | Structure-first software</title>
<meta name="description" content="Manus Webworks is a small studio building structure-first software: practical tools, civic systems, and reliable digital infrastructure." />
<meta name="theme-color" content="#101411" />
<link rel="canonical" href="https://manuswebworks.org/" />
<style>
html,
body {
background: #101411;
color: #f1eee6;
}
</style>
<!-- Favicon -->
<link rel="icon" type="image/png" href="images/favicon.png" />
<!-- Open Graph -->
<meta property="og:title" content="Manus Webworks" />
<meta property="og:description" content="Structure-first software. Built carefully, with clarity and long-term reliability at the core." />
<meta property="og:image" content="https://manuswebworks.org/images/og-image.jpg" />
<meta property="og:url" content="https://manuswebworks.org/" />
<meta property="og:type" content="website" />
<!-- Styles -->
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<!-- =========================
Header
========================== -->
<header class="site-header">
<div class="container header-inner">
<div class="brand">
<a href="./" aria-label="Manus Webworks home" class="brand-link">
<img
src="images/favicon.png"
alt="Manus Webworks logo"
class="logo"
width="160"
height="160"
decoding="async"
/>
<span class="brand-name">Manus Webworks</span>
</a>
</div>
</div>
</header>
<main id="main">
<!-- =========================
Hero
========================== -->
<section class="hero">
<div class="container">
<h1>Easy-to-use software.</h1>
<p class="hero-subtext">
Built carefully, with clarity and long-term reliability at the core.
</p>
</div>
</section>
<!-- =========================
Projects
========================== -->
<section class="projects">
<div class="container">
<h2>Current Projects</h2>
<div class="project-grid">
<!-- WalletLens -->
<article class="project-card">
<div class="project-header">
<img
src="images/walletlens-logo.png"
alt="WalletLens logo"
class="project-logo"
width="256"
height="256"
loading="lazy"
decoding="async"
/>
<h3>
<a href="https://wisewallet.manuswebworks.org/" target="_blank" rel="noopener noreferrer">
WalletLens
</a>
</h3>
</div>
<p>
A personal and small-business finance platform focused on clean records,
fast organization, and reliable reporting.
</p>
<a class="project-link" href="https://wisewallet.manuswebworks.org/" target="_blank" rel="noopener noreferrer">
Go to app <span aria-hidden="true">→</span>
</a>
</article>
<!-- AI Event Planner -->
<article class="project-card">
<div class="project-header">
<img
src="images/aieventplanner.svg"
alt="AI Event Planner logo"
class="project-logo"
width="64"
height="64"
loading="lazy"
decoding="async"
/>
<h3>
<a href="https://aieventplanner.manuswebworks.org" target="_blank" rel="noopener noreferrer">
AI Event Planner
</a>
</h3>
</div>
<p>
An AI-powered event planning app that helps plan your event, researches venues and vendors, contacts them on your behalf, and helps you compare options to book the best fit.
</p>
<a class="project-link" href="https://aieventplanner.manuswebworks.org" target="_blank" rel="noopener noreferrer">
Go to app <span aria-hidden="true">→</span>
</a>
</article>
<!-- Objective News Aggregator -->
<article class="project-card">
<div class="project-header">
<img
src="images/objective-news-logo.png"
alt="Objective News logo"
class="project-logo"
width="256"
height="256"
loading="lazy"
decoding="async"
/>
<h3><span>Objective News Aggregator</span></h3>
</div>
<p>
A news aggregation platform focused on balanced perspectives,
clear sourcing, and minimizing bias.
</p>
<span class="project-status">Coming soon</span>
</article>
<!-- Civic Helper -->
<article class="project-card">
<div class="project-header">
<img
src="images/civic-helper-logo.png"
alt="Civic Helper logo"
class="project-logo"
width="256"
height="256"
loading="lazy"
decoding="async"
/>
<h3><span aria-disabled="true">Civic Helper</span></h3>
</div>
<p>
A civic directory tool for cities: organizing local businesses for residents,
visitors, and tourists with clarity and consistency.
</p>
<span class="project-status">Coming soon</span>
</article>
<!-- Church Unity Aid -->
<article class="project-card">
<div class="project-header">
<img
src="images/church-unity-logo.png"
alt="Church Unity logo"
class="project-logo"
width="256"
height="256"
loading="lazy"
decoding="async"
/>
<h3><span aria-disabled="true">Church Unity Aid</span></h3>
</div>
<p>
A comparison platform for church philosophies, doctrines, and beliefs: built
to support clarity, good-faith dialogue, and informed unity.
</p>
<span class="project-status">Coming soon</span>
</article>
</div>
</div>
</section>
<!-- =========================
About the Studio
========================== -->
<section class="about">
<div class="container">
<h2>About the Studio</h2>
<p>
Manus Webworks designs and maintains digital systems meant to stay understandable over time.
It’s an umbrella for independent products, prototypes, and experiments, built with a bias
toward structure, documentation, and durability.
</p>
</div>
</section>
<!-- =========================
About the Designer
========================== -->
<section class="designer">
<div class="container designer-inner">
<img
src="images/john-hand-portrait.jpg"
alt="John Hand portrait"
class="designer-photo"
width="320"
height="320"
loading="lazy"
decoding="async"
/>
<div class="designer-text">
<h2>About the Designer</h2>
<p>
Manus Webworks is founded and designed by <strong>John Hand</strong>.
</p>
<p>
His work focuses on building software that is clear to read, easy to maintain,
and dependable in real use.
</p>
<p>
<a
href="https://www.linkedin.com/in/johnahand"
target="_blank"
rel="noopener noreferrer"
class="designer-link"
>
View John Hand on LinkedIn <span aria-hidden="true">→</span>
</a>
</p>
</div>
</div>
</section>
</main>
<!-- =========================
Footer
========================== -->
<footer class="site-footer">
<div class="container footer-inner">
<p>© <span id="year"></span> Manus Webworks</p>
</div>
</footer>
<script>
document.getElementById("year").textContent = new Date().getFullYear();
</script>
</body>
</html>