|
2 | 2 | <title>Matthew Elders' Home Page</title> |
3 | 3 | </svelte:head> |
4 | 4 |
|
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 | + |
7 | 13 | <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" |
9 | 16 | src="/sophisticated-macman.jpg" |
10 | 17 | /> |
| 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> |
11 | 38 | </div> |
12 | 39 |
|
13 | 40 | <style> |
|
0 commit comments