-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
901 lines (875 loc) · 44.7 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
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<!-- Bootstrap Core -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
<!-- Icon Fonts -->
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.3/css/all.css">
<link rel="stylesheet" href="vendor/themify-icons/themify-icons.css">
<link rel="stylesheet" href="vendor/icofont-icons/css/icofont.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i|Playfair+Display:400,400i,700,700i,900,900i" rel="stylesheet">
<!-- Vendor -->
<link rel="stylesheet" href="assets/css/vendor/slick.css">
<!-- Styles -->
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!--[if lte IE 9]>
<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]-->
<!-- Scroll Top -->
<button class="scroll-top btn btn-primary p-4" role="button">
<i class="ion-ios-arrow-thin-up"></i>
</button>
<section class="hero-area">
<!-- Begin Header -->
<header class="site-header">
<div class="container">
<div class="row d-flex align-items-center justify-content-between py-3">
<div class="agency-info">
<span class="mr-3"><i class="agency-info-icon ti-mobile"></i> 619.555.6473</span>
<span class="mr-3"><i class="agency-info-icon ti-email"></i> info@qagency.com</span>
<span><i class="agency-info-icon ti-location-pin"></i> 123 Main St. San Diego, CA 96107</span>
</div>
<ul class="social-links">
<li class="ml-3"><a class="social-link" href="#"><i class="social-icon ti-facebook"></i></a></li>
<li class="ml-3"><a class="social-link" href="#"><i class="social-icon ti-twitter"></i></a></li>
<li class="ml-3"><a class="social-link" href="#"><i class="social-icon ti-instagram"></i></a></li>
<li class="ml-3"><a class="social-link" href="#"><i class="social-icon ti-linkedin"></i></a></li>
</ul>
</div>
</div>
<!-- Navigation -->
<div class="navbar-wrap">
<div class="container p-0">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg align-items-center py-0">
<div class="navbar-brand">
<h1 class="logo"><a href="#">Q Agency</a></h1>
</div>
<!-- Toggler -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toffler-icon"></span>
</button>
<!-- Navbar Menu -->
<div class="navbar-collapse collapse align-items-center justify-content-between" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item active">
<a href="#" class="nav-link px-3 py-4">Home</a>
</li>
<li class="nav-item">
<a href="#topicsArea" class="nav-link px-3 py-4">Topics</a>
</li>
<li class="nav-item">
<a href="#speakerArea" class="nav-link px-3 py-4">Speaker</a>
</li>
<li class="nav-item">
<a href="#testimonialsArea" class="nav-link px-3 py-4">Testimonials</a>
</li>
<li class="nav-item">
<a href="#subscribeArea" class="nav-link px-3 py-4">Subscribe</a>
</li>
</ul>
<a href="#eventRegistrationArea" class="nav-link-cta btn btn-primary ml-5">Register Now</a>
</div>
</nav>
</div>
</div>
</header>
<!-- Hero content -->
<div class="hero-content container d-flex align-items-center justify-content-center">
<div class="row">
<div class="col-md-12">
<div class="hero-message">
<h2 class="display h1 mb-3">Market Domination by Creating Instant Celebrity Status</h2>
<p class="lead mb-4">Centers of Influence Marketing 2016</p>
</div>
</div>
</div>
</div>
<!-- Skip to Content -->
<div class="scroll-to-content">
<a href="#main"><i class="ion-ios-arrow-thin-down"></i></a>
</div>
</section>
<!-- End Hero Area -->
<!-- Begin Main -->
<main class="main-content" id="main">
<!-- Begin Topics Area -->
<section class="section topics-area" id="topicsArea">
<div class="container">
<div class="section-header">
<h2 class="section-title">Lunch & Learn</h2>
<p class="section-tagline">Learn the skills and messaging necessary to connect with today's consumer and harness the latest marketing and brand positioning strategies to elevate your career to the next level, practically overnight.</p>
</div>
<div class="row d-flex nowrap">
<!-- Single topic item -->
<div class="col-md-6 mb-4">
<div class="single-topic-item">
<div class="row">
<div class="col-md-3">
<div class="topic-icon-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" class="topic-icon-svg" viewBox="0 0 24 24"><g stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M5.986 21.752c-.965.967-5.242 1.748-5.242 1.748s.783-4.277 1.748-5.242c.965-.966 2.529-.966 3.494 0 .965.965.965 2.53 0 3.494zM3.572 20.672l-2.828 2.828"/><path d="M14.772 6.646l2.828 2.829-10.198 10.195-2.828-2.829zM19.721 1.696c-.781-.781-2.047-.781-2.828 0l-5.656 5.655"/><path d="M17.599 9.473l-2.828-2.828 5.657-5.657 2.828 2.828z"/></g></svg>
</div>
</div>
<div class="col-md-9">
<div class="topic">
<h3 class="topic-title">Back to Basics</h3>
<p class="topic-text">You'll learn the 7 marketing fundamentals that today's mega producers have mastered, and must-haves for real estate professionals. Be brilliant at the basics!</p>
</div>
</div>
</div>
</div>
</div>
<!-- Single topic item -->
<div class="col-md-6 mb-4">
<div class="single-topic-item">
<div class="row">
<div class="col-md-3">
<div class="topic-icon-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" class="topic-icon-svg" viewBox="0 0 24 24"><g stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M17.5 18.5c0 .553-.448 1-1 1h-14c-.552 0-1-.447-1-1v-8c0-.553.448-1 1-1h14c.552 0 1 .447 1 1v8z"/><circle cx="6" cy="14" r="1.5"/><circle cx="13" cy="14" r="1.5"/><path d="M6 12.5h7M.5 6.5h10c.552 0 1 .447 1 1v2M15.5 9.5v-3c0-.553.448-1 1-1h2"/><path d="M23.5 5.5c0 .553-.448 1-1 1h-3c-.552 0-1-.447-1-1s.448-1 1-1h3c.552 0 1 .447 1 1zM17.5 13l5.255-2.189c.166-.069.355-.05.506.049.148.101.239.269.239.448v6.385c0 .18-.091.348-.239.449-.15.099-.34.117-.506.049l-5.255-2.191"/></g></svg>
</div>
</div>
<div class="col-md-9">
<div class="topic">
<h3 class="topic-title">Local Media</h3>
<p class="topic-text">Discover how top producers harness the power of the local media to capture and control local accounts. Use local media to advance your business!</p>
</div>
</div>
</div>
</div>
</div>
<!-- Single topic item -->
<div class="col-md-6 mb-4">
<div class="single-topic-item">
<div class="row">
<div class="col-md-3">
<div class="topic-icon-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" class="topic-icon-svg" viewBox="0 0 24 24"><g stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><circle cx="12" cy="3.5" r="3"/><path d="M16.5 8.5h-9c0 2.083 1 5 3 5.7v4.3h3v-4.3c2-.7 3-3.617 3-5.7zM16.02 17.816c1.802.318 2.98.841 2.98 1.434 0 .967-3.135 1.75-7 1.75s-7-.783-7-1.75c0-.594 1.184-1.118 2.993-1.435M16.003 15.748c4.377.565 7.497 2.032 7.497 3.752 0 2.208-5.149 4-11.5 4-6.352 0-11.5-1.792-11.5-4 0-1.72 3.12-3.187 7.499-3.752"/></g></svg>
</div>
</div>
<div class="col-md-9">
<div class="topic">
<h3 class="topic-title">Reverse Prospecting</h3>
<p class="topic-text">What is "Reverse Prospecting" and what can it do for you? Learn how to ditch "Go After Them" prospecting, to embracing "Come to Me" marketing.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Single topic item -->
<div class="col-md-6 mb-4">
<div class="single-topic-item">
<div class="row">
<div class="col-md-3">
<div class="topic-icon-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" class="topic-icon-svg" viewBox="0 0 24 24"><g stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M.5 16.5c0 .553.447 1 1 1h2v4l4-4h15c.552 0 1-.447 1-1v-13c0-.553-.448-1-1-1h-21c-.553 0-1 .447-1 1v13z"/><circle cx="8.5" cy="10" r=".5"/><circle cx="16.5" cy="10" r=".5"/><circle cx="12.5" cy="10" r=".5"/></g></svg>
</div>
</div>
<div class="col-md-9">
<div class="topic">
<h3 class="topic-title">Words Matter</h3>
<p class="topic-text">How many agents are sabotaging their marketing efforts with the wrong messaging and are completely unaware? What is your "Millions Under Management" number?</p>
</div>
</div>
</div>
</div>
</div>
<!-- Single topic item -->
<div class="col-md-6 mb-4">
<div class="single-topic-item">
<div class="row">
<div class="col-md-3">
<div class="topic-icon-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" class="topic-icon-svg" viewBox="0 0 24 24"><g stroke="#fff" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M8.254 17.941l9.613-9.613c1.456.617 3.201.334 4.389-.854 1.187-1.186 1.469-2.859.853-4.314l-1.913 1.988h-2.121v-2.27l1.915-1.914c-1.458-.617-3.204-.334-4.391.854s-1.47 2.932-.854 4.389l-9.612 9.613c-1.456-.617-3.202-.334-4.389.854s-1.47 2.932-.854 4.389l1.914-1.914h2.27v2.121l-1.988 1.914c1.457.615 3.165.332 4.352-.854 1.187-1.185 1.432-2.934.816-4.389zM11.999 9.951l-3.745-3.744c.616-1.457.334-3.201-.854-4.389-1.186-1.187-2.857-1.47-4.314-.853l1.988 1.914v2.27h-2.27l-1.913-1.989c-.617 1.455-.333 3.164.853 4.352s2.933 1.451 4.389.836l3.746 3.734M11.999 14.193l3.747 3.748c-.616 1.457-.334 3.203.854 4.389 1.187 1.188 2.933 1.469 4.39.854l-1.915-1.914v-2.121h2.121l1.914 1.914c.616-1.457.333-3.201-.854-4.389s-2.933-1.471-4.389-.854l-3.745-3.746"/></g></svg>
</div>
</div>
<div class="col-md-9">
<div class="topic">
<h3 class="topic-title">One Simple Tool</h3>
<p class="topic-text">One tool to rule them all! You want referrals? We will give you one simple tool to put your referral stream on steroids. But do you have the guts to use it to your advantage?!</p>
</div>
</div>
</div>
</div>
</div>
<!-- Single topic item -->
<div class="col-md-6 mb-4">
<div class="single-topic-item">
<div class="row">
<div class="col-md-3">
<div class="topic-icon-wrapper">
<svg xmlns="http://www.w3.org/2000/svg" class="topic-icon-svg" viewBox="0 0 24 24"><g stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M5.5 17.5v-14c0-1.656 1.343-3 3-3h12M9 5.5h5.5M9 8.5h5.5M9 11.5h5.5M9 14.5h5.5M15.5 23.5h-12c-1.657 0-3-1.343-3-3 0-1.656 1.343-3 3-3h12c-1.657 0-3 1.344-3 3 0 1.657 1.343 3 3 3 1.656 0 3-1.343 3-3v-17.5c0-1.381 1.118-2.5 2.5-2.5 1.38 0 2.5 1.119 2.5 3h-5"/></g></svg>
</div>
</div>
<div class="col-md-9">
<div class="topic">
<h3 class="topic-title">Listing Opportunities</h3>
<p class="topic-text">If you're not running a minimum of 10 CMA's per month for the court system, many resulting in listings, you're missing the largest listing opportunity in your market!</p>
</div>
</div>
</div>
</div>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- End Topics Area -->
<!-- Begin Event Info -->
<section class="section section-no-pad event-info-area py-5" id="eventInfoArea">
<div class="container">
<div class="row">
<div class="col-md-3 text-center">
<div class="event-info-block">
<div class="event-info-icon">
<i class="ion-ios-location-outline"></i>
</div>
<!-- Locations -->
<div class="event-info">
<h5>6 Different Locations</h5>
<small>California Coast</small>
</div>
</div>
</div>
<!-- Dates -->
<div class="col-md-3 text-center">
<div class="event-info-block">
<div class="event-info-icon">
<i class="ion-ios-time-outline"></i>
</div>
<div class="event-info">
<h5>Nov 1st - Dec 15th, 2016</h5>
<small>8:30 AM - 3:30 PM</small>
</div>
</div>
</div>
<!-- Seats -->
<div class="col-md-3 text-center">
<div class="event-info-block">
<div class="event-info-icon">
<i class="ion-ios-person-outline"></i>
</div>
<div class="event-info">
<h5>450 Open Seats</h5>
<small>Reserve a seat today</small>
</div>
</div>
</div>
<!-- Refreshments -->
<div class="col-md-3 text-center">
<div class="event-info-block">
<div class="event-info-icon">
<i class="ion-ios-wineglass-outline"></i>
</div>
<div class="event-info">
<h5>Free Refreshments</h5>
<small>Breakfast & Lunch</small>
</div>
</div>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- End Event Info Area -->
<!-- Begin Register Area -->
<section class="section register-area" id="registerArea">
<div class="container">
<div class="register-content">
<div class="row d-flex align-items-center justify-content-between">
<h3 class="register-text h2 mb-0">You Won't Want to Miss This Information Packed Event!</h3>
<a href="" class="btn btn-lg btn-primary">Register Today</a>
</div>
</div><!-- /.register-content -->
</div><!-- /.container -->
</section>
<!-- End Register Area -->
<!-- Begin Speaker Area -->
<section class="section speaker-area" id="speakerArea">
<div class="container">
<div class="section-header">
<h2 class="section-title">Your Coach</h2>
<p class="section-tagline">Meet the man behind RQ Agency and learn why he's qualified to share his marketing strategies and techniques with real estate professionals looking to step up their game.</p>
</div>
<div class="speaker-info">
<div class="row d-flex">
<div class="col md-8">
<div class="speaker-bio">
<p class="lead mb-4">Ron's client list reads like a who's who on the Wall Street Journal's Top 1,000 Agents List. With over $4 million in media buys in the last few years, he knows what works and more importantly, what doesn't.</p>
<p>Ron has been consulting, training, and marketing to professionals with over 1,000 events conducted in the areas of Positioning, Marketing, and Networking with Professionals to become the preferred "go-to" resource. Over 100,000 Brokers and Agencts, over 30,000 Loan Professionals, and 10,000 legal professionals have attended his programs.</p>
<p class="mb-4">His strategies are not for new practitioners or those strugging with their business. Instead, Ron targets those with a sturdy foundation that are already accomplished and are ready to pursue new challenges in their career to WIN!</p>
<div class="speaker-signature">
<img src="assets/images/signature.png" alt="Signature">
</div>
<h5 class="speaker-name mb-1">Ron Quintero</h5>
<p class="speaker-title">CEO, Keynote Speaker</p>
</div>
</div>
<div class="col-md-4">
<div class="speaker-img">
<img src="assets/images/speaker-img-cropped.jpg" alt="Speaker Image">
</div>
</div>
</div><!-- /.row -->
</div><!-- /.speaker-info -->
</div><!-- /.container -->
</section>
<!-- End Speaker Area -->
<!-- Begin Quote Area -->
<section class="section quote-area" id="quoteArea">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p class="quote h1 mb-3">Simple, Straight Forward, Easy-to-Implement Strategies</p>
<p class="quote h1">Increase Your Business Now</p>
</div>
</div><!--/.row -->
</div><!-- /.container -->
</section>
<!-- End Quote Area -->
<!-- Begin Testimonials Area -->
<section class="section testimonials-area" id="testimonialsArea">
<div class="container">
<div class="section-header">
<h2 class="section-title">Testimonials</h2>
</div>
<div class="row">
<div class="col-md-10 offset-md-1">
<div class="testimonials">
<div class="testimonials-carousel">
<!-- Testimonial slide -->
<div class="testimonial-slide d-flex algin-items-stretch">
<div class="testimonial-icon-wrapper d-flex align-items-center justify-content-center">
<i class="testimonial-icon fas fa-quote-left"></i>
</div>
<div class="testimonial">
<blockquote class="testimonial-text">Ron Quintero is one of my favorite industry leaders and trainers. I am always inspired by his high energy, his candid style, and straightforward message. But what completely seprates Ron from the pack is his innovative ideas and strategies - if you are committed to optimizing your success, don't miss an opportunity to learn from Ron and be sure to have a pen handy.</blockquote>
<div class="author d-flex align-items-center">
<div class="author-img">
<img src="assets/images/testimonial-dave.png" alt="Dave Savage Headshot">
</div>
<div class="author-details">
<cite class="author-name">Dave Savage</cite>
<p class="author-title">CEO, Mortgage Coach</p>
</div>
</div>
</div>
</div>
<!-- Testimonial slide -->
<div class="testimonial-slide d-flex align-items-stretch">
<div class="testimonial-icon-wrapper d-flex align-items-center justify-content-center">
<i class="testimonial-icon fas fa-quote-left"></i>
</div>
<div class="testimonial">
<blockquote class="testimonial-text">Ron is one of the top business strategists in the industry. I have personally received great value from his insights and advice. Ron offers high-impact ideas, tactics, and systems that are extremely valuable for entrepreneurial professionals.</blockquote>
<div class="author d-flex">
<div class="author-img">
<img src="assets/images/testimonial-steven.png" alt="Steven Marshall Heashot">
</div>
<div class="author-details">
<cite class="author-name">Steven Marshall</cite>
<p class="author-title">CEO, Mortgage Planner Magazine</p>
</div>
</div>
</div>
</div>
<!-- Testimonial slide -->
<div class="testimonial-slide d-flex align-items-stretch">
<div class="testimonial-icon-wrapper d-flex align-items-center justify-content-center">
<i class="testimonial-icon fas fa-quote-left"></i>
</div>
<div class="testimonial">
<blockquote class="testimonial-text">Ron Quintero is one of the top trainers in the real estate and mortgage industry. His energy, integrity, and motivation comes through loud and clear. His innovative ideas will help you find ways to build your business. If you are serious about your financial future, then Ron's system is a must-have.</blockquote>
<div class="author d-flex">
<div class="author-img">
<img src="assets/images/testimonial-barry.png" alt="Barry Habib Headshot">
</div>
<div class="author-details">
<cite class="author-name">Barry Habib</cite>
<p class="author-title">CEO, Mortgage Market Guide</p>
</div>
</div>
</div>
</div>
<!-- Testimonial slide -->
<div class="testimonial-slide d-flex align-items-stretch">
<div class="testimonial-icon-wrapper d-flex align-items-center justify-content-center">
<i class="testimonial-icon fas fa-quote-left"></i>
</div>
<div class="testimonial">
<blockquote class="testimonial-text">If you want to be better and more successful, and aren't afraid to work hard, think big and hear the straight deal, sometimes hitting you right between the eyes - Ron and his systems are absolutely the ones for you. He is ONLY for those who want to take action, grab the bull by the horns, and enjoy REAL success!</blockquote>
<div class="author d-flex">
<div class="author-img">
<img src="assets/images/testimonial-sue.png" alt="Sue Woodard Headshot">
</div>
<div class="author-details">
<cite class="author-name">Sue Woodard</cite>
<p class="author-title">Vice President, Mortgage Market Guide</p>
</div>
</div>
</div>
</div>
</div><!-- / .testimonials-carousel -->
</div><!-- /.testimonials -->
</div><!--/.col -->
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- End Testimonials Area -->
<!-- Begin Event Schedule Area -->
<section class="section event-schedule-area" id="eventScheduleArea">
<div class="container">
<div class="section-header">
<h2 class="section-title">Event Schedule</h2>
</div>
<div class="row d-flex">
<div class="col-md-8 offset-md-2">
<div class="event-schedule">
<div class="schedule">
<!-- Schedule Listing -->
<div class="schedule-listing row">
<div class="col-md-3">
<div class="schedule-time">
<time>8:30 AM</time>
</div>
</div>
<div class="col-md-9">
<div class="schedule-info">
<h4>Check-In</h4>
<p>Check-in to receive your name badge and a few goodies.</p>
</div>
</div>
</div><!-- /.row -->
<!-- Schedule Listing -->
<div class="schedule-listing row">
<div class="col-md-3">
<div class="schedule-time">
<time>9:00 AM</time>
</div>
</div>
<div class="col-md-9">
<div class="schedule-info">
<h4>Continental Breakfast</h4>
<p>Enjoy a complimentary breakfast provided by the venue. Vegetarian options available.</p>
</div>
</div>
</div><!-- /.row -->
<!-- Schedule Listing -->
<div class="schedule-listing row">
<div class="col-md-3">
<div class="schedule-time">
<time>9:45 AM</time>
</div>
</div>
<div class="col-md-9">
<div class="schedule-info">
<h4>Introduction</h4>
<p>Speaker introduction and what you can expect to take away from the seminar.</p>
</div>
</div>
</div><!-- /.row -->
<!-- Schedule Listing -->
<div class="schedule-listing row">
<div class="col-md-3">
<div class="schedule-time">
<time>10:30 AM</time>
</div>
</div>
<div class="col-md-9">
<div class="schedule-info">
<h4>7 Marketing Fundamentals</h4>
<p>Here you're learn the essentials that today's mega-producers have mastered. Be brilliant at the basics. </p>
</div>
</div>
</div><!-- /.row -->
<!-- Schedule Listing -->
<div class="schedule-listing row">
<div class="col-md-3">
<div class="schedule-time">
<time>11:45 AM</time>
</div>
</div>
<div class="col-md-9">
<div class="schedule-info">
<h4>Intermission</h4>
<p>A quick break before the next block before lunch.</p>
</div>
</div>
</div><!-- /.row -->
<!-- Schedule Listing -->
<div class="schedule-listing row">
<div class="col-md-3">
<div class="schedule-time">
<time>12:00 PM</time>
</div>
</div>
<div class="col-md-9">
<div class="schedule-info">
<h4>Reverse Prospecting & Words Matter</h4>
<p>Discover the benefits of "Reverse Prospecting" and learn why your words matter.</p>
</div>
</div>
</div><!-- /.row -->
<!-- Schedule Listing -->
<div class="schedule-listing row">
<div class="col-md-3">
<div class="schedule-time">
<time>2:00 PM</time>
</div>
</div>
<div class="col-md-9">
<div class="schedule-info">
<h4>Lunch</h4>
<p>Enjoy a complimentary lunch on the house. Catered by local businesses. Vegetarian options available.</p>
</div>
</div>
</div><!-- /.row -->
<!-- Schedule Listing -->
<div class="schedule-listing row">
<div class="col-md-3">
<div class="schedule-time">
<time>2:45 PM</time>
</div>
</div>
<div class="col-md-9">
<div class="schedule-info">
<h4>One Simple Tool</h4>
<p>Take advantage of the one simple tool that can put your business on the map.</p>
</div>
</div>
</div><!-- /.row -->
<!-- Schedule Listing -->
<div class="schedule-listing row">
<div class="col-md-3">
<div class="schedule-time">
<time>3:30 PM</time>
</div>
</div>
<div class="col-md-9">
<div class="schedule-info">
<h4>Listing Opportunities</h4>
<p>Boost your listing opportunities ten-fold! Discover what markets you're missing out on.</p>
</div>
</div>
</div><!-- /.row -->
<!-- Schedule Listing -->
<div class="schedule-listing row">
<div class="col-md-3">
<div class="schedule-time">
<time>4:45 PM</time>
</div>
</div>
<div class="col-md-9">
<div class="schedule-info">
<h4>Closing</h4>
<p>A quick recap of the topics discussed, and giveaways.</p>
</div>
</div>
</div><!-- /.row -->
<!-- Schedule Listing -->
<div class="schedule-listing row">
<div class="col-md-3">
<div class="schedule-time">
<time>5:00 PM</time>
</div>
</div>
<div class="col-md-9">
<div class="schedule-info">
<h4>Program End</h4>
<p>End of COI Marketing 2016 event.</p>
</div>
</div>
</div><!-- /.row -->
</div><!-- /.schedule -->
</div><!-- /.event-schedule -->
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- End Event Registration Area -->
<!-- Begin Event Locations Area -->
<section class="section section-no-pad event-registration-area" id="eventRegistrationArea">
<div class="container-fluid p-0">
<div class="section-header">
<h2 class="section-title">Event Registration</h2>
</div>
<div class="cities">
<div class="row d-flex nowrap no-gutters">
<!-- Irvine -->
<div class="col-lg-4">
<div class="city">
<img src="assets/images/city-1.jpeg" class="city-img" alt="Irvine">
<div class="city-info-wrapper">
<div class="city-info">
<div class="city-date">November 30th, 2016</div>
<h4 class="city-name">Irvine, CA</h4>
</div>
<button class="btn btn-outline-light register-button" type="button" role="button">Reserve a Seat</button>
</div>
</div>
</div>
<!-- Anaheim -->
<div class="col-lg-4">
<div class="city">
<img src="assets/images/city-2.jpg" class="city-img" alt="Anaheim">
<div class="city-info-wrapper">
<div class="city-info">
<div class="city-date">December 1st, 2016</div>
<h4 class="city-name">Anaheim, CA</h4>
</div>
<button class="btn btn-outline-light register-button" type="button" role="button">Reserve a Seat</button>
</div>
</div>
</div>
<!-- Culver City -->
<div class="col-lg-4">
<div class="city">
<img src="assets/images/city-3.jpg" class="city-img" alt="Culver City">
<div class="city-info-wrapper">
<div class="city-info">
<div class="city-date">December 7th, 2016</div>
<h4 class="city-name">Culver City, CA</h4>
</div>
<button class="btn btn-outline-light register-button" type="button" role="button">Reserve a Seat</button>
</div>
</div>
</div>
<!-- Woodland HIlls -->
<div class="col-lg-4">
<div class="city">
<img src="assets/images/city-4.jpg" class="city-img" alt="Woodland Hills">
<div class="city-info-wrapper">
<div class="city-info">
<div class="city-date">December 8th, 2016</div>
<h4 class="city-name">Woodland Hills, CA</h4>
</div>
<button class="btn btn-outline-light register-button" type="button" role="button">Reserve a Seat</button>
</div>
</div>
</div>
<!-- Thousand Oaks -->
<div class="col-lg-4">
<div class="city">
<img src="assets/images/city-5.jpeg" class="city-img" alt="Thousand Oaks">
<div class="city-info-wrapper">
<div class="city-info">
<div class="city-date">December 14th, 2016</div>
<h4 class="city-name">Thousand Oaks, CA</h4>
</div>
<button class="btn btn-outline-light register-button" type="button" role="button">Reserve a Seat</button>
</div>
</div>
</div>
<!-- Ventura -->
<div class="col-lg-4">
<div class="city">
<img src="assets/images/city-6.jpeg" class="city-img" alt="Ventura">
<div class="city-info-wrapper">
<div class="city-info">
<div class="city-date">December 15th, 2016</div>
<h4 class="city-name">Ventura, CA</h4>
</div>
<button class="btn btn-outline-light register-button" type="button" role="button">Reserve a Seat</button>
</div>
</div>
</div>
</div><!-- /.row -->
</div>
</div><!-- /.container-fluid -->
</section>
<!-- End Event Locations Area -->
<!-- Begin Contact Area -->
<section class="section section-no-pad subscribe-area" id="subscribeArea">
<div class="container">
<div class="row d-flex align-items-center justify-content-center py-5">
<div class="col-md-6">
<div class="subscribe">
<h3 class="subscribe-header">Sign-up for Updates</h3>
<p class="subscribe-text lead">Sign up for periodic updates including updated dates and times, new venues, and other miscellaneous news.</p>
</div>
</div>
<div class="col-md-6">
<form class="subscribe-form">
<div class="input-group">
<input type="email" name="email" class="form-control" id="email" placeholder="Your Email Address" required>
<input type="submit" class="btn btn-primary subscribe-button" role="submit" value="Subscribe">
</div>
</form>
</div>
</div>
</div>
</section>
<!-- End Contact Area -->
<!-- Begin Appearances area -->
<section class="section appearances-area" id="appearancesArea">
<div class="container">
<div class="logo-carousel">
<div class="logo-slide">
<img src="assets/images/logo-cbs.png" alt="CBS Logo">
</div>
<div class="logo-slide">
<img src="assets/images/logo-salem.png" alt="Salem Communications Logo">
</div>
<div class="logo-slide">
<img src="assets/images/logo-kabc.png" alt="KABC Logo">
</div>
<div class="logo-slide">
<img src="assets/images/logo-iheartmedia.png" alt="iHeartMedia Logo">
</div>
<div class="logo-slide">
<img src="assets/images/logo-clearchannel.png" alt="Clearchannel Logo">
</div>
</div>
</div>
</section>
<!-- End Appearances area -->
</main>
<!-- End Main -->
<!-- Begin Footer -->
<footer class="site-footer">
<div class="container">
<div class="row">
<!-- Footer Module -->
<div class="col-md-3">
<div class="footer-module">
<h4 class="module-header">Q Agency</h4>
<p class="module-text">Q agency is all about increasing your business through applicable marketing strategies. Bring to the table win-win survival strategies to ensure proactive domination.</p>
</div>
</div>
<!-- Footer Module -->
<div class="col-md-3">
<div class="footer-module">
<h4 class="module-header">Upcoming Events</h4>
<ul class="module-list upcoming-events">
<li>
<span class="list-dot">·</span>
<a href="">Irvine</a>
</li>
<li>
<span class="list-dot">·</span>
<a href="">Anaheim</a>
</li>
<li>
<span class="list-dot">·</span>
<a href="">Culver City</a>
</li>
<li>
<span class="list-dot">·</span>
<a href="">Woodland Hills</a>
</li>
<li>
<span class="list-dot">·</span>
<a href="">Thousand Oaks</a>
</li>
<li>
<span class="list-dot">·</span>
<a href="">Ventura</a>
</li>
</ul>
</div>
</div>
<!-- Footer Module -->
<div class="col-md-3">
<div class="footer-module">
<h4 class="module-header">Useful Links</h4>
<ul class="module-list">
<li>
<span class="list-dot">·</span>
<a href="">COI Marketing 2016</a>
</li>
<li>
<span class="list-dot">·</span>
<a href="">Airline Tickets</a>
</li>
<li>
<span class="list-dot">·</span>
<a href=""> Hotel Reservations</a>
</li>
<li>
<span class="list-dot">·</span>
<a href="">Local Dining</a>
</li>
<li>
<span class="list-dot">·</span>
<a href="">FAQ</a>
</li>
<li>
<span class="list-dot">·</span>
<a href="">More Information</a>
</li>
</ul>
</div>
</div>
<!-- Footer Module -->
<div class="col-md-3">
<div class="footer-module">
<h4 class="module-header">Contact</h4>
<ul class="module-list contact-info">
<li><i class="contact-icon ti-mobile"></i> (619) 555-6374</li>
<li><i class="contact-icon ti-printer"></i> (619) 555-6375</li>
<li><i class="contact-icon ti-email"></i> info@qagency.com</li>
</ul>
<ul class="social-links-footer">
<li><a href="#"><i class="social-icon ti-facebook"></i></a></li>
<li><a href="#"><i class="social-icon ti-twitter-alt"></i></a></li>
<li><a href="#"><i class="social-icon ti-instagram"></i></a></li>
<li><a href="#"><i class="social-icon ti-linkedin"></i></a></li>
</ul>
</div>
</div>
</div><!-- /.row -->
<div class="site-info">
<div class="row">
<div class="col-md-12 d-flex justify-content-between">
<p class="copyright">© 2016 <a href="#"> Q Agency</a> - All Rights Reserved.</p>
<ul class="site-links">
<li><a href="#">Legal</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Sitemap</a></li>
</ul>
</div>
</div>
</div>
</div><!-- /.container -->
</footer>
<!-- End Footer -->
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.2.1.min.js"><\/script>')</script>
<!-- Bootstrap Core -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.min.js"
integrity="sha384-a5N7Y/aK3qNeh15eJKGWxsqtnX/wWdSZSKp+81YjTmS15nvnvxKHuzaWwXHDli+4"
crossorigin="anonymous"></script>
<!-- Vendor -->
<script src="assets/js/vendor/smooth-scroll.min.js"></script>
<script src="assets/js/vendor/slick.min.js"></script>
<script src="assets/js/vendor/vivus.min.js"></script>
<!-- Scripts -->
<script src="assets/js/plugins.js"></script>
<script src="assets/js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-XXXXX-Y','auto');ga('send','pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>