diff --git a/content/_index.md b/content/_index.md index 49201cf..54a10bb 100644 --- a/content/_index.md +++ b/content/_index.md @@ -13,7 +13,6 @@ description: "DevOps consulting, ghostwriting, and helping fiction authors find ## Technical Help - Enterprise-grade reliability for small - businesses, without the overhead. [Get in - touch](/contact/). + businesses, without the overhead. [See how](/devops/). Will Estes lives outside Atlanta with his children and one very opinionated cat. He plays classical guitar and listens to country music. His favorite season is soup season. The mark by the site name is traced from a piece of petrified root wood he keeps on his desk. diff --git a/content/devops.md b/content/devops.md new file mode 100644 index 0000000..c4dc479 --- /dev/null +++ b/content/devops.md @@ -0,0 +1,10 @@ +--- +title: "Enterprise-grade reliability, without the overhead" +layout: "devops" +description: "DevOps help for small businesses — a simple, secure setup that grows with you, without the enterprise price tag." +hero_subhead: "Tell me what's going on, and I'll tell you honestly what's worth fixing." +proof_bullets: + - "My approach is simple and secure by default, and grows easily as your traffic does — no unnecessary complexity, no vendor sprawl." + - "I run the funnels and mailing list behind it myself, so your site, forms, and list work as one system instead of a pile of disconnected tools." +fit_note: "Best fit for small businesses who want this handled as one thing, not managed piecemeal across a stack of vendors. Not a fit if you're specifically on WordPress or need someone to manage WordPress plugins." +--- diff --git a/layouts/_default/devops.html b/layouts/_default/devops.html new file mode 100644 index 0000000..b85bd9b --- /dev/null +++ b/layouts/_default/devops.html @@ -0,0 +1,79 @@ +{{ define "main" }} +

{{ .Title }}

+{{ with .Params.hero_subhead }}

{{ . }}

{{ end }} + +{{ with .Params.proof_bullets }} + +{{ end }} + +{{ with .Params.fit_note }}

{{ . }}

{{ end }} + +
+ + + + + + + + + + + + + + + +
+

+ +

Prefer to just get on a call? Book a time →

+ + +{{ end }}