Skip to content

Commit 4799c52

Browse files
committed
update frontpage copy
1 parent b79abce commit 4799c52

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

src/routes/index.svelte

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,39 @@
22
<title>Matthew Elders' Home Page</title>
33
</svelte:head>
44

5-
<div>
6-
<h1>Hire Me (Matthew Elder)</h1>
5+
<div style="width: 80%; margin: 0 auto">
6+
<h2
7+
style="font-family:serif;font-style:italic;text-align:left;font-size:1.7em"
8+
>
9+
With a triumphant beep boop, his status changed:
10+
</h2>
11+
<code style="display:block; margin: 15px 0">let isHired = true;</code>
12+
713
<img
8-
alt="Jupiter Team Solving Them Problems..."
14+
alt="Matthew Elder & Team"
15+
style="display:float; float:left; width: 50%; margin: 0 25px 10px 0"
916
src="/sophisticated-macman.jpg"
1017
/>
18+
<h3>
19+
<span style="font-size:2.5em;font-weight:bolder">M</span>atthew Elder
20+
</h3>
21+
<em>Founder, Technical Architect, Startup Partner</em>
22+
<p>
23+
Matthew Elder is a seasoned software architect and startup technologist with
24+
20+ years of experience designing scalable systems, building full-stack
25+
applications, and leading high-performance engineering teams. He has helped
26+
launch and scale dozens of products across industries—from fintech and
27+
blockchain to media, communications, and SaaS platforms.
28+
</p>
29+
<p>
30+
Matthew’s superpower lies in translating ambitious startup ideas into lean,
31+
functional, and future-proof technology. With deep expertise in systems
32+
architecture, cloud infrastructure, DevOps, and iterative product
33+
development, he partners closely with founders to make smart technical
34+
decisions from day one. Whether you’re launching an MVP, replatforming a
35+
legacy product, or scaling a critical system under load, Matthew brings
36+
tactical clarity and senior-level execution to every engagement.
37+
</p>
1138
</div>
1239

1340
<style>

0 commit comments

Comments
 (0)