-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
429 lines (375 loc) · 20.2 KB
/
index.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
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<!--====== Title ======-->
<title>AI Coach Bud</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png">
<!--====== Slick CSS ======-->
<link rel="stylesheet" href="assets/css/animate.css">
<!--====== LineIcons CSS ======-->
<link rel="stylesheet" href="assets/css/lineicons.css">
<!--====== Bootstrap CSS ======-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--====== Default CSS ======-->
<link rel="stylesheet" href="assets/css/default.css">
<!--====== Style CSS ======-->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!--====== PRELOADER PART START ======-->
<div class="preloader">
<div class="loader">
<div class="ytp-spinner">
<div class="ytp-spinner-container">
<div class="ytp-spinner-rotator">
<div class="ytp-spinner-left">
<div class="ytp-spinner-circle"></div>
</div>
<div class="ytp-spinner-right">
<div class="ytp-spinner-circle"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--====== PRELOADER PART ENDS ======-->
<!--====== HEADER PART START ======-->
<!--
<section class="header_area">
<div class="header_navbar">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">
<img src="assets/images/logo.svg" alt="Logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
<!--
<div class="collapse navbar-collapse sub-menu-bar" id="navbarSupportedContent">
<ul id="nav" class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="page-scroll" href="#home">Home<span></span></a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#about">About<span></span></a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#services">Services<span></span></a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#project">Portfolio<span></span></a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#pricing">Pricing<span></span></a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#work">Experience<span></span></a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>-->
<div id="home" class="header_hero">
<!--<ul class="header_social d-none d-lg-block">
<li><a href="#"><i class="lni lni-facebook-filled"></i></a></li>
<li><a href="#"><i class="lni lni-twitter-filled"></i></a></li>
<li><a href="#"><i class="lni lni-instagram-filled"></i></a></li>
<li><a href="#"><i class="lni lni-linkedin-original"></i></a></li>
</ul>-->
<div class="container">
<div class="row align-items-center ">
<div class="col-lg-6">
<div class="header_hero_content mt-45">
<h5 class="header_sub_title wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="0.2s">AI Coach Bud</h5>
<h2 class="header_title wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="0.5s">Your Personal Motivational Coach in Your Pocket.</h2>
<span class="wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="0.8s">Bud is an Artificial Intelligence Motivational Coach that will help you stay on top of your goals by texting you daily reminders, checking up on your progress, and providing actionable insights and advice.</span>
<p class="wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="1.1s">Studies show that publicly committing your goals to someone gives you a 65% chance of completing them. However, having a specific accountability buddy increases that success rate to 95%. Let Coach Bud help you get on your A game, with anything from fitness, to personal finance, work productivity, health, relationships, and more.</p>
<a href="sms:+16203082661" rel="nofollow" class="main-btn wow fadeInUp" data-wow-duration="1.3s" data-wow-delay="1.4s">Meet Bud Today!</a>
</div> <!-- header hero content -->
</div>
<div class="col-lg-6 col-md-6 col-sm-7">
<div class="header_hero_image mt-50 wow fadeInRightBig" data-wow-duration="1.3s" data-wow-delay="1.8s">
<img src="assets/images/ios_sample.png" alt="hero"> <!-- https://www.fakeimess.com/generator -->
</div> <!-- header hero image -->
</div>
</div> <!-- row -->
</div> <!-- container -->
<div class="header_hero_shape d-none d-lg-block"></div> <!-- header hero shape -->
</div> <!-- header hero -->
</section>
<!--====== HEADER PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<!--
<section id="about" class="about_area pt-70 pb-120">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-lg-6 col-md-9">
<div class="about_image mt-50 wow fadeInRightBig" data-wow-duration="1.3s" data-wow-delay="0.5s">
<img src="assets/images/about_hero.png" alt="Hero">
<div class="about_shape"></div>
</div>
</div>
<div class="col-lg-6">
<div class="about_content mt-45 wow fadeInLeftBig" data-wow-duration="1.3s" data-wow-delay="0.5s">
<div class="section_title">
<h5 class="sub_title">About</h5>
<h3 class="main_title">Why You Hire Me?</h3>
<ul class="line">
<li></li>
<li></li>
<li></li>
</ul>
</div>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus.</p>
<div class="about_skills pt-15">
<div class="skill_item mt-20">
<div class="skill_header">
<h6 class="skill_title">UI/UX Design</h6>
<div class="skill_percentage">
<p><span class="counter">85</span>%</p>
</div>
</div>
<div class="skill_bar">
<div class="bar_inner">
<div class="bar progress_line" data-width="85"></div>
</div>
</div>
</div>
<div class="skill_item mt-20">
<div class="skill_header">
<h6 class="skill_title">Web Design</h6>
<div class="skill_percentage">
<p><span class="counter">75</span>%</p>
</div>
</div>
<div class="skill_bar">
<div class="bar_inner">
<div class="bar progress_line" data-width="75"></div>
</div>
</div>
</div>
<div class="skill_item mt-20">
<div class="skill_header">
<h6 class="skill_title">HTML/CSS</h6>
<div class="skill_percentage">
<p><span class="counter">90</span>%</p>
</div>
</div>
<div class="skill_bar">
<div class="bar_inner">
<div class="bar progress_line" data-width="90"></div>
</div>
</div>
</div>
<div class="skill_item mt-20">
<div class="skill_header">
<h6 class="skill_title">Sketch</h6>
<div class="skill_percentage">
<p><span class="counter">65</span>%</p>
</div>
</div>
<div class="skill_bar">
<div class="bar_inner">
<div class="bar progress_line" data-width="65"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!--====== ABOUT PART ENDS ======-->
<!--====== SERVICES PART START ======-->
<!--
<section id="services" class="services_area pt-115 pb-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center pb-30">
<h5 class="sub_title">Services</h5>
<h3 class="main_title">Service I Provide</h3>
<ul class="line">
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="single_service mt-30 wow fadeInUpBig" data-wow-duration="1.3s" data-wow-delay="0.2s">
<div class="service_icon">
<i class="lni lni-vector"></i>
</div>
<div class="service_content">
<h4 class="service_title"><a href="#">Graphic Design</a></h4>
<p>Lorem ipsum dolor sit aconsect dipisicing elit, sed do eiusmod to incididunt uabore etdolore magna aliqua.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_service mt-30 wow fadeInUpBig" data-wow-duration="1.3s" data-wow-delay="0.5s">
<div class="service_icon">
<i class="lni lni-layout"></i>
</div>
<div class="service_content">
<h4 class="service_title"><a href="#">Web Design</a></h4>
<p>Lorem ipsum dolor sit aconsect dipisicing elit, sed do eiusmod to incididunt uabore etdolore magna aliqua.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_service mt-30 wow fadeInUpBig" data-wow-duration="1.3s" data-wow-delay="0.8s">
<div class="service_icon">
<i class="lni lni-ux"></i>
</div>
<div class="service_content">
<h4 class="service_title"><a href="#">UI/UX Design</a></h4>
<p>Lorem ipsum dolor sit aconsect dipisicing elit, sed do eiusmod to incididunt uabore etdolore magna aliqua.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_service mt-30 wow fadeInUpBig" data-wow-duration="1.3s" data-wow-delay="0.2s">
<div class="service_icon">
<i class="lni lni-code"></i>
</div>
<div class="service_content">
<h4 class="service_title"><a href="#">Frontend Development</a></h4>
<p>Lorem ipsum dolor sit aconsect dipisicing elit, sed do eiusmod to incididunt uabore etdolore magna aliqua.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_service mt-30 wow fadeInUpBig" data-wow-duration="1.3s" data-wow-delay="0.5s">
<div class="service_icon">
<i class="lni lni-briefcase"></i>
</div>
<div class="service_content">
<h4 class="service_title"><a href="#">Business Analysis</a></h4>
<p>Lorem ipsum dolor sit aconsect dipisicing elit, sed do eiusmod to incididunt uabore etdolore magna aliqua.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_service mt-30 wow fadeInUpBig" data-wow-duration="1.3s" data-wow-delay="0.8s">
<div class="service_icon">
<i class="lni lni-bullhorn"></i>
</div>
<div class="service_content">
<h4 class="service_title"><a href="#">Digital Marketing</a></h4>
<p>Lorem ipsum dolor sit aconsect dipisicing elit, sed do eiusmod to incididunt uabore etdolore magna aliqua.</p>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!--====== SERVICES PART ENDS ======-->
<!--====== CALL TO ACTION PART START ======-->
<!--
<section id="contact" class="call_to_action_area">
<div class="container">
<div class="call_to_action_wrapper wow fadeIn" data-wow-duration="1.3s" data-wow-delay="0.5s">
<div class="row">
<div class="col-lg-12">
<div class="call_to_action_box d-md-flex justify-content-between align-items-center">
<div class="call_to_action_content">
<h3 class="action_title">You are using free lite version of Freelancer</h3>
<ul class="line">
<li></li>
<li></li>
<li></li>
</ul>
<p>Please, purchase full version to get all elements, features, footer credit removal permission and commercial license</p>
</div>
<div class="call_to_action_btn">
<a href="https://rebrand.ly/freelancer-ud" rel="nofollow" class="main-btn">HIRE ME</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!--====== CALL TO ACTION PART ENDS ======-->
<!--====== FOOTER PART START ======-->
<footer id="footer" class="footer_area gray-bg pt-20 pb-120">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="footer_content text-center">
<!--<a href="#"><img src="assets/images/logo.svg" alt="Logo"></a>-->
<span class="email">Text "Hi Bud" to +1-620-308-2661</span>
<p class="email2">Text "Stop" to opt-out of messaging. Restart anytime by texting "Start".</p>
<ul class="footer_social">
<li><a href="#"><i class="lni lni-facebook"></i></a></li>
<li><a href="#"><i class="lni lni-twitter"></i></a></li>
<li><a href="#"><i class="lni lni-instagram"></i></a></li>
<li><a href="#"><i class="lni lni-linkedin"></i></a></li>
</ul>
<!--<ul class="footer_menu">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Service</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Contact Us</a></li>
</ul>-->
<!--<p class="credit pt-45">Template Designed and Developed by <a href="https://uideck.com/" rel="nofollow">UIdeck</a></p>-->
</div>
</div>
</div>
</div>
</footer>
<!--====== FOOTER PART ENDS ======-->
<!--====== PART START ======-->
<!--
<section class="">
<div class="container">
<div class="row">
<div class="col-lg-">
</div>
</div>
</div>
</section>
-->
<!--====== PART ENDS ======-->
<!-- row -->
<!--====== Jquery js ======-->
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="assets/js/vendor/modernizr-3.7.1.min.js"></script>
<!--====== Bootstrap js ======-->
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!--====== Appear js ======-->
<script src="assets/js/jquery.appear.min.js"></script>
<!--====== Scrolling Nav js ======-->
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
<!--====== Main js ======-->
<script src="assets/js/main.js"></script>
</body>
</html>