-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
193 lines (144 loc) · 5.09 KB
/
index.html
File metadata and controls
193 lines (144 loc) · 5.09 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
---
layout: default
title: David Molina
---
<style>
.container {
display: grid;
grid-template-columns: 1fr 280px;
gap: 40px;
max-width: 1000px;
margin: 0 auto;
}
.main {
max-width: 640px;
}
.sidebar {
font-size: 0.9rem;
}
h1 {
font-size: 2.2rem;
margin-bottom: 1rem;
}
h2 {
margin-top: 2.5rem;
font-size: 1.3rem;
}
p {
margin-bottom: 1rem;
line-height: 1.6;
}
a,
a:visited {
text-decoration: underline;
color: #0984e3;
}
.links a {
margin-right: 12px;
}
.post {
margin-bottom: 18px;
}
.post-title {
font-weight: bold;
}
.post-meta {
color: #666;
font-size: 0.8rem;
}
.post-excerpt {
color: #333;
margin-top: 4px;
}
.more-links {
margin-top: 20px;
display: block;
}
@media (max-width: 800px) {
.container {
grid-template-columns: 1fr;
}
}
</style>
<div class="container">
<!-- MAIN COLUMN -->
<div class="main">
<h1>Hi, I’m David Molina.</h1>
<p>I do exit planning strategy for contractors, service providers, and operators.</p>
<p>
Most businesses don’t struggle because of effort — they struggle because they don’t have structure. These structures are the foundation for how work gets done, how people get paid, and how the business is valued. They’re also the foundation for a business that’s predictable and profitable.
</p>
<p>
My work focuses on helping contractors and operators understand their numbers, structure their work, and run more predictable operations.
</p>
<p class="links">
<a href="https://molinas.consulting/">Exit Planning</a>
<a href="https://stan.store/principlesofmeslo/p/the-meslo-starter-kit">The MESLO Starter Kit</a>
<a href="https://calendly.com/davidcmolina">Book a Call</a>
</p>
<img src="https://davidmolina.s3.us-west-2.amazonaws.com/david_molina_headshot.jpeg"
alt="David Molina visiting an old Army friend in Louisiana"
style="width:200px; float:left; margin: 0 20px 10px 0; border-radius:6px;" />
<h2>What I’m focused on</h2>
<ul>
<li>Helping business owners with valuations and retiring before the age of 82. <a href="https://molinas.consulting/">Request a consultation</a>.</li>
<li>Final print layout review of <em><a href="https://principlesofmeslo.com/">The Principles of MESLO (summer 2026)</a></em>
</li>
<li>Teaching operators how to price and run work profitably, getting to the value of <em>x</em> (bid price), and value of <em>t</em> (time). <a href="https://stan.store/principlesofmeslo/p/the-meslo-starter-kit">Modernize Estimating Workflows</a>.</li>
</ul>
<h2>The work</h2>
<p>
After my last active-duty assignment, I got into coding and open source. This led to getting into construction and scaling a federal contracting business, where the real problem wasn’t getting jobs — it was running them profitably.
</p>
<p>
That led to building the MESLO framework: a system to structure costs, pricing, and operations in a way that reflects how work actually happens.
</p>
<p>
It’s now used by contractors, home inspectors, and service businesses to bring clarity to their numbers and their day-to-day operations. The objective: a profitable business that’s predictable and valued more for a business owner's exit to retirement. <a href="https://davidcmolina.com/about/">Full bio</a>.
</p>
</div>
<!-- SIDEBAR -->
<div class="sidebar">
<h2>Recent Posts</h2>
{% for post in site.posts limit:5 %}
{% assign ex = post.description | default: post.content %}
{%- if ex contains '</blockquote>' -%}
{%- assign ex = ex | split: '</blockquote>' | last -%}
{%- endif -%}
{%- if ex contains 'post-author-social' -%}
{%- assign ex = ex | split: '</p>' | last -%}
{%- endif -%}
{%- assign ex = ex | strip_html | normalize_whitespace -%}
{%- assign ex = ex | replace_first: '@davidcmolina ', '' -%}
{%- assign ex = ex | replace: '?', '. ' | replace: '!', '. ' -%}
{%- assign parts = ex | split: '.' -%}
{%- assign s1 = parts[0] | strip -%}
{%- assign s2 = parts[1] | strip -%}
{%- assign s3 = parts[2] | strip -%}
{%- assign preview = s1 -%}
{%- if s2 and s2 != '' -%}
{%- assign preview = preview | append: '. ' | append: s2 -%}
{%- endif -%}
{%- if s1.size < 80 and s3 and s3 != '' -%}
{%- assign preview = preview | append: '. ' | append: s3 -%}
{%- endif -%}
{%- if preview == '' -%}
{%- assign preview = ex | truncate: 180 -%}
{%- endif -%}
<div class="post">
<div class="post-title">
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
</div>
<div class="post-meta">
{{ post.date | date: "%b %-d, %Y" }}
</div>
<div class="post-excerpt">
{{ preview | strip | truncatewords:18 }}
</div>
</div>
{% endfor %}
<a class="more-links" href="/archive/">
→ More Links
</a>
</div>
</div>