-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage-adwords.html
268 lines (267 loc) · 13.3 KB
/
homepage-adwords.html
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
---
permalink: "/home-1"
layout: home_aw
hero_img_path: "/images/hero.jpg"
videos:
- youtube_id: dMUxiZd6eAg
name: Meet Our Solopreneurs
- youtube_id: mUnELbPn3BM
name: Juliana ~ ScaleTime
- youtube_id: EYdL1fR6DmI
name: Jill ~ Strickman-Ripps Inc
- youtube_id: WcZ-nTp2YP4
name: Micheal ~ Small Pond Enterprises
- youtube_id: ZBCFyQR0NCQ
name: Jonathan - AmericanInteractiveMarketing.com
- youtube_id: QAREcBggqfw
name: Nina -ClockWiseProduction
- youtube_id: g6zVbQvUK5c
name: Vicki Johnson -Profellow
- youtube_id: lvN0-FV3vhk
name: Eric Closers Compass
- youtube_id: soreluAEhD8
name: Shayne- ThinkWorkMedia
- youtube_id: r_crTU71GuM
name: Michael
---
<section class="mod home-banner" style="background-image:url({{page.hero_img_path}})">
<div class="row align-center align-middle large-collapse">
<div class="column small-10 text-center no-pad-left no-pad-right">
<h1 class="title editable" data-aos="fade-up" data-aos-delay="100" data-aos-duration="1000">
Where Small Business Owners<br />Team Up and Grow Faster
</h1>
<div class="row align-center">
<div class="column large-8">
<div class="description" data-aos="fade-up" data-aos-delay="1000" data-aos-duration="1000">
<p class="editable">Solve your biggest challenges by tapping into other smart business owners and facilitators who have
helped build million dollar companies.</p>
</div>
<div class="button-wrap" data-aos="fade-up" data-aos-delay="2000" data-aos-duration="1000">
<a href="/apply-aw" class="button fill editable">Sign Up & Accelerate Your Growth</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mod as-seen">
<div class="row align-center align-middle text-center">
<div class="columns small-12 medium-4">
<div class="logo-wrap" data-aos="fade-up"><img src="/assets/images/logo-forbes.png" width="139" height="29" /></div>
</div>
<div class="columns small-12 medium-4">
<div class="logo-wrap" data-aos="fade-up" data-aos-delay="200"><img src="/assets/images/logo-real-simple.svg" width="219" height="25" /></div>
</div>
<div class="columns small-12 medium-4">
<div class="logo-wrap" data-aos="fade-up" data-aos-delay="400"><img src="/assets/images/logo-mcc.png" width="134" height "58" /></div>
</div>
</div>
</section>
<section class="mod intro">
<div class="row align-center align-middle">
<div class="columns medium-12 large-8 text-center" data-aos="fade-up">
<h2 class="editable">What We Do</h2>
<p class="editable">
OwnersUp is a highly selective group of small business owners hungry for tangible results.<br />Together we navigate challenges, uncover blind spots, and inspire others daily.
</p>
</div>
</div>
</section>
<section class="mod video-slider">
<div class="row align-center align-middle">
<div class="columns large-12 text-center">
<div class="swiper-container" id="video-slider-1">
<div class="swiper-wrapper">
{% for video in page.videos %}
<div class="swiper-slide">
<div class="ytplayer">
<iframe width="853" height="480" src="https://www.youtube.com/embed/{{ video.youtube_id }}?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
<div class="team-intro editable">
Meet Our Solopreneurs
</div>
<div class="team-name">
{{ video.name }}
</div>
</div>
{% endfor %}
</div>
<div class="swiper-pagination"></div>
</div>
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
</div>
</section>
<section class="mod steps">
<div class="row align-center text-center">
<div class="columns medium-12 large-10">
<h2 class="editable">Our Fast-Track Method to Success</h2>
</div>
</div>
<div class="row align-middle align-center">
<div class="columns small-12 medium-12 small-order-2 large-order-1 large-5" data-aos="fade-right">
<div class="step-num">1</div>
<div class="step-title editable">Receive Effective Personalized Feedback</div>
<div class="step-desc editable">
<p>Get expert advice that is actionable, measureable, and tailored for your unique business challenges with
expert OwnersUP facilitators who have helped grow businesses into the millions.</p>
</div>
</div>
<div class="columns small-12 medium-12 medium-offset-0 small-order-1 large-order-2 large-6 large-offset-1" data-aos="fade-left">
<div class="step-img">
<img src="/assets/images/fast-track-1.png" />
</div>
</div>
</div>
<div class="row align-middle">
<div class="columns small-12 medium-12 small-order-2 large-order-1 large-5" data-aos="fade-right">
<div class="step-num">2</div>
<div class="step-title editable">Receive Your Own Problem Solving Team</div>
<div class="step-desc editable">
<p>Connect with small business owners who know exactly what it is like to walk in your shoes and whose skills and knowledge complement your own. Thanks to your fellow OwnersUP teammates, you’ll spot business opportunities and obstacles that would have taken you years to find on your own.</p>
</div>
</div>
<div class="columns small-12 medium-12 medium-offset-0 small-order-1 large-order-2 large-6 large-offset-1" data-aos="fade-left">
<div class="step-img">
<img src="/assets/images/fast-track-2.png" />
</div>
</div>
</div>
<div class="row align-middle">
<div class="columns small-12 medium-12 small-order-2 large-order-1 large-5" data-aos="fade-right">
<div class="step-num">3</div>
<div class="step-title editable">Receive Concrete Results</div>
<div class="step-desc editable">
<p>As much as we love our pow-wows, we know that qualitative information isn’t enough. That’s why our OwnersUP
dashboard makes the qualitative quantifiable. We reveal exactly how you allocate your time. Better yet,
we measure your time commitments against your bottom line so you know where your effort counts.</p>
</div>
</div>
<div class="columns small-12 medium-12 medium-offset-0 small-order-1 large-order-2 large-6 large-offset-1" data-aos="fade-left">
<div class="step-img">
<img src="/assets/images/fast-track-3.png" />
</div>
</div>
</div>
</section>
<section class="mod stats">
<div class="row align-center">
<div class="columns small-12 large-7 text-center">
<h2 class="editable">It is more effective and fun to succeed with an OwnersUP team on your side.</h2>
</div>
</div>
<div class="row text-center">
<div class="columns small-12 medium-6 large-3">
<div class="stat" data-aos="fade-up" data-aos-delay="0">
<div class="stat-title editable">+25K</div>
<div class="stat-desc editable">Accomplishments Tracked</div>
</div>
</div>
<div class="columns small-12 medium-6 large-3">
<div class="stat" data-aos="fade-up" data-aos-delay="100">
<div class="stat-title editable"><p>+800</p></div>
<div class="stat-desc editable">Goals achieved that increased their bottom line</div>
</div>
</div>
<div class="columns small-12 medium-6 large-3">
<div class="stat" data-aos="fade-up" data-aos-delay="200">
<div class="stat-title editable">+8K</div>
<div class="stat-desc editable">Lessons Shared</div>
</div>
</div>
<div class="columns small-12 medium-6 large-3">
<div class="stat" data-aos="fade-up" data-aos-delay="300">
<div class="stat-title editable">+33%</div>
<div class="stat-desc editable">Increase in the first 3 months of our members revenues</div>
</div>
</div>
</div>
</section>
<section class="mod icon-steps">
<div class="row align-center text-center">
<div class="columns small-12 medium-12 large-10">
<h2 class="editable">How OwnersUp Works</h2>
<div class="icon-steps-desc">
<p class="editable">OwnersUP helps you build highly effective habits to succeed in your goals.</p>
</div>
</div>
</div>
<div class="icon-step" data-aos="fade-up">
<div class="row align-center align-middle">
<div class="columns small-12 medium-12 large-3">
<img src="/assets/images/icon-monthly.svg" width="206" height="190" />
</div>
<div class="columns small-12 medium-12 large-7">
<h3 class="icon-step-title editable">Goal Mapping & Monthly Review Meeting </h3>
<div class="icon-step-desc">
<p class="editable">
Each person sets their monthly goals, gets feedback and input from facilitator and their team of small business owners. As a team, we break down the goals to weekly actionable steps. At the end of the month, we celebrate our achievements and share lessons learned.
</p>
</div>
</div>
</div>
</div>
<div class="icon-step" data-aos="fade-up">
<div class="row align-center align-middle">
<div class="columns small-12 medium-12 large-3">
<img src="/assets/images/icon-weekly.svg" width="206" height="189" />
</div>
<div class="columns small-12 medium-12 large-7">
<h3 class="icon-step-title editable">Video Call</h3>
<div class="icon-step-desc">
<p class="editable">Huddle with your team of 5 founders and a facilitator in a structured one hour video call. Each member gets 11 minutes to share wins, troubleshoot, and learn from each other.</p>
</div>
</div>
</div>
</div>
<div class="icon-step" data-aos="fade-up">
<div class="row align-center align-middle">
<div class="columns small-12 medium-12 large-3">
<img src="/assets/images/icon-daily.svg" width="206" height="182" />
</div>
<div class="columns small-12 medium-12 large-7">
<h3 class="icon-step-title editable">Journal Entry</h3>
<div class="icon-step-desc">
<p class="editable">Every weekday you write down your business activities and lessons learned.<br />Those Journal entries turn into charts that shed light on the focus of your business highlighting strengths and weakness.</p>
</div>
</div>
</div>
</div>
</section>
<section class="mod list-cards">
<div class="row align-center text-center">
<div class="columns small-10 medium-10 large-8">
<h2 class="editable">What Does It Take to Succeed in OwnersUp? </h2>
</div>
</div>
<div class="row">
<div class="columns small-12 medium-6 large-5">
<div class="list-card" data-aos="fade-right">
<div class="card-wrap">
<div class="card-title text-center editable">Your Business & Time</div>
<div class="card-items editable">
<ul>
<li>Runs a service-based company as a sole founder</li>
<li>Earns $100k to $3mm+ in revenue each year</li>
<li>Consistently optimizes their business</li>
<li>Can commit to 1hr per week to our video calls</li>
<li>Wants to work on your business as much as in your business</li>
</ul>
</div>
</div>
</div>
</div>
<div class="columns large-2 text-center show-for-large">
<div class="plus" data-aos="zoom-in-up"><img src="/assets/images/icon-plus.svg" widht="63" height="63" /></div>
</div>
<div class="columns small-12 medium-6 large-5">
<div class="list-card" data-aos="fade-left">
<div class="card-wrap">
<div class="card-title text-center editable">Your Personal Values</div>
<div class="card-items editable"><ul><li>Craves transparency</li><li>Possesses grit, that perfect combo passion and perseverance</li><li>Embraces “tough love,” because we hold nothing back</li><li>Works well alone but even better when supporting and being supported by others</li></ul></div>
</div>
</div>
</div>
</div>
</section>