feat: Ports all existing articles and images.
This commit is contained in:
94
deploy/about.html
Normal file
94
deploy/about.html
Normal file
@@ -0,0 +1,94 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta content="#0e1112" media="(prefers-color-scheme: dark)" name="theme-color"/>
|
||||
<meta content="#566B78" media="(prefers-color-scheme: light)" name="theme-color"/>
|
||||
<meta content="Michael Housh" name="author"/>
|
||||
<meta content="Mhoush" name="apple-mobile-web-app-title"/>
|
||||
<meta content="initial-scale=1.0, width=device-width" name="viewport"/>
|
||||
<meta content="telephone=no" name="format-detection"/>
|
||||
<meta content="True" name="HandheldFriendly"/>
|
||||
<meta content="320" name="MobileOptimized"/>
|
||||
<meta content="Mhoush" name="og:site_name"/>
|
||||
<meta content="hvac, developer, swift, home-performance, design" name="keywords"/>
|
||||
<title>
|
||||
mhoush: About - Michael Housh
|
||||
</title>
|
||||
<link href="/static/favicon.ico" rel="shortcut icon"/>
|
||||
<link href="/static/output.css" rel="stylesheet"/>
|
||||
<link href="/static/style.css" rel="stylesheet"/>
|
||||
<link href="/articles/feed.xml" rel="alternate" title="mhoush" type="application/rss+xml"/>
|
||||
</head>
|
||||
<body class="bg-page text-white pb-5 font-avenir about">
|
||||
<header class="bg-nav text-gray py-4 text-base/6 lg:fixed w-full lg:h-[62px]">
|
||||
<nav class="container flex gap-x-5 lg:gap-x-y items-center">
|
||||
<ul class="flex flex-wrap gap-x-2 lg:gap-x-5">
|
||||
<li>
|
||||
<a class href="/">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class href="/articles/">Articles</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="active" href="/about/">About</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div class="container pt-12 lg:pt-28">
|
||||
<article>
|
||||
<div class="prose">
|
||||
<p>Michael is a third generation HVAC technician / owner located in Monroe, Ohio. He is the president<br />
|
||||
of <a href="https://www.houshhomeenergy.com">Housh - The Home Energy Experts</a>, where they focus on high<br />
|
||||
performance HVAC systems, indoor air quality, and home performance upgrades.</p>
|
||||
<p>Michael is passionate about helping the HVAC trade grow in skill and integrity. He is also<br />
|
||||
passionate about programming solutions (primarily in Swift) for the HVAC industry to automate his<br />
|
||||
business and help others automate theirs.</p>
|
||||
<p>Michael likes to think deeply about where the industry has been and where it is going. Coming up<br />
|
||||
with innovative solutions to common problems that are faced, with a primary focus on residential<br />
|
||||
HVAC and Home Performance.</p>
|
||||
<p><strong>Michael’s Favorite Quote:</strong></p>
|
||||
<pre><code>Integrity is doing the right thing, even when no one is watching!
|
||||
|
||||
~ C.S. Lewis
|
||||
</code></pre>
|
||||
<p>Michael is a proud contributor to many online groups / podcasts:</p>
|
||||
<pre><code>HVAC School
|
||||
The HVAC Grapevine
|
||||
HVAC Overtime
|
||||
</code></pre>
|
||||
<p>Michael’s PGP Fingerprint</p>
|
||||
<p>B86F487BF0A715D016DB140A37F1B52C60D8C24B</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<div class="site-footer container text-gray gray-links border-t border-light text-center pt-6 mt-8 text-sm">
|
||||
<p>
|
||||
Copyright © Michael Housh 2023-2025.
|
||||
</p>
|
||||
<p>
|
||||
Built in Swift using
|
||||
<a href="https://github.com/loopwerk/Saga" rel="nofollow" target="_blank">Saga</a>
|
||||
(<a href="https://github.com/m-housh/mhoush.com" rel="nofollow" target="_blank">source</a>).
|
||||
</p>
|
||||
<p>
|
||||
<a href="http://localhost:3000/articles/feed.xml" rel="nofollow" target="_blank">RSS</a>
|
||||
|
|
||||
<a href="https://github.com/m-housh" rel="nofollow" target="_blank">Github</a>
|
||||
|
|
||||
<a href="https://www.youtube.com/channel/UCb58SeURd5bObfTiL0KoliA" rel="nofollow" target="_blank">Youtube</a>
|
||||
|
|
||||
<a href="https://www.facebook.com/michael.housh" rel="nofollow" target="_blank">Facebook</a>
|
||||
|
|
||||
<a href="mailto:michael@mhoush.com" rel="nofollow">Email</a>
|
||||
</p>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-core.min.js">
|
||||
</script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/keep-markup/prism-keep-markup.min.js">
|
||||
</script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/plugins/autoloader/prism-autoloader.min.js">
|
||||
</script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user