-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
222 lines (189 loc) · 7.14 KB
/
Copy pathindex.html
File metadata and controls
222 lines (189 loc) · 7.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Manus Webworks</title>
<meta name="description" content="Manus Webworks is a small studio building structure-first software—practical tools, civic systems, and reliable digital infrastructure." />
<!-- 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="images/logo_med.png" />
<meta property="og:type" content="website" />
<!-- Styles -->
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- =========================
Header
========================== -->
<header class="site-header">
<div class="container header-inner">
<div class="brand">
<a href="/" aria-label="Manus Webworks home" style="display:flex;align-items:center;gap:0.85rem;text-decoration:none;">
<img src="images/favicon.png" alt="Manus Webworks logo" class="logo" />
<span class="brand-name">Manus Webworks</span>
</a>
</div>
</div>
</header>
<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">
<!-- Wise Wallet -->
<article class="project-card">
<div class="project-header">
<img src="images/wisewalletlogo.png" alt="Wise Wallet logo" class="project-logo" />
<h3>
<a href="
<a class="project-link" href="https://wisewallet.manuswebworks.org" target="_blank" rel="noopener">
WiseWallet App
</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://aieventplanner.manuswebworks.org" target="_blank" rel="noopener">
Go to app →
</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" />
<h3>
<a href="https://aieventplanner.manuswebworks.org" target="_blank" rel="noopener">
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">
Go to app →
</a>
</article>
<!-- Objective News Aggregator -->
<article class="project-card">
<div class="project-header">
<img src="images/objnewsagglogo.png" alt="Objective News logo" class="project-logo" />
<h3>
<a href="" target="_blank" rel="noopener">
Objective News Aggregator
</a>
</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/civichelperlogo.png" alt="Civic Helper logo" class="project-logo" />
<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/churchunitylogo.png" alt="Church Unity logo" class="project-logo" />
<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.png"
alt="John Hand portrait"
class="designer-photo"
loading="lazy"
/>
<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"
class="designer-link"
>
View John Hand on LinkedIn →
</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>