-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
103 lines (87 loc) · 3.08 KB
/
about.html
File metadata and controls
103 lines (87 loc) · 3.08 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About – Phil Hills</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="About Phil Hills — Autonomous Revenue Architect specializing in enterprise-grade AI automation and business scaling.">
<!-- SEO + AI META -->
<meta name="robots" content="index, follow, max-image-preview:large">
<!-- Canonical -->
<link rel="canonical" href="https://philhills.com/about.html">
<link rel="stylesheet" href="/style.css">
<!-- JSON-LD: Phil Hills Identity (Systems Architect) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"id": "node:0x923-SEA",
"name": "Phil Hills",
"role": "Systems Architect",
"image": "https://philhills.com/phil-hills-seattle.png",
"provenance": "https://github.com/Phil-Hills",
"z_order_telemetry": {
"x_lat": 476,
"y_lon": 122,
"d_depth": 2339,
"interleave_hash": "4f8a2b1c..."
},
"context": {
"verification": {
"signature": "RVBIRU1FUkFMX1NJR05BVFVSRV8xNzY4ODY3OTkzCg==",
"last_signed": "2026-01-29T09:30:33Z"
}
}
}
</script>
</head>
<body>
<header>
<a href="/" class="brand">
<div class="brand-mark">PH</div>
<div class="brand-text">
<span>Phil Hills</span>
<span>AI Automation Expert</span>
</div>
</a>
<nav>
<a href="/">Home</a>
<a href="/about.html" class="active">About</a>
<a href="/blog/">Blog</a>
<a href="/contact.html">Contact</a>
<a href="https://philhills.ai" target="_blank" style="color: #00ff41; font-weight: 600;">Technical Labs →</a>
</nav>
</header>
<main>
<h1>About Phil Hills</h1>
<div style="float: right; margin: 0 0 20px 20px;">
<img src="phil-hills-seattle.png" alt="Phil Hills Seattle AI Architect" style="width: 200px; border-radius: 8px; border: 1px solid #00cc6a;">
</div>
<p>
Phil Hills is a Seattle-based <strong>Autonomous Revenue Architect</strong>. He builds automated sales and
operational systems that allow businesses to scale without adding headcount.
</p>
<p>
His systems act as a "24/7 Digital Workforce," handling lead qualification, customer outreach, and operational
safety with faster-than-human speed.
</p>
<h2>Professional Focus</h2>
<ul>
<li><strong>Automated Revenue:</strong> Building digital sales teams that work 24/7.</li>
<li><strong>Operational Safety:</strong> Ensuring AI agents follow strict business rules.</li>
<li><strong>Business Scaling:</strong> Removing bottlenecks in sales and customer service.</li>
</ul>
<p>
For technical details, architectural diagrams, or code repositories, please visit the <a
href="https://philhills.ai" target="_blank">Technical Labs</a>.
</p>
</main>
<footer>
© <span id="year"></span> Phil Hills.
</footer>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
</script>
</body>
</html>