-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
972 lines (875 loc) · 43.3 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
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MX5C9D4');</script>
<title>
Dental and Medical Assisting Schools | Zollege
</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Apply to our Dental or Medical Assisting Schools today! Get an affordable education, practical skills, and placement opportunities through Zollege.">
<meta property="og:site_name" content="Zollege.com">
<meta property="og:title" content="Dental and Medical Assisting Schools | Zollege">
<meta property="og:type" content="article">
<meta property="og:description" content="Apply to our Dental or Medical Assisting Schools today! Get an affordable education, practical skills, and placement opportunities through Zollege."/>
<meta property="og:url" content="/" />
<meta itemprop="keywords" content="dental assistant schools medical assistant schools" />
<meta property="article:tag" content="dental assistant schools medical assistant schools">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&family=Roboto+Slab:wght@200;300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/styles.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin=""/>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin=""></script>
<style>
:root{
--rebrand-bright-green: 30, 243, 150, 1;
}
</style>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MX5C9D4"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<header class="bg-white">
<div class="xl-screen m-auto">
<nav class="navbar navbar-expand-lg bg-body-tertiary navbar-light">
<div class="container-fluid justify-content-evenly">
<a class="header-logo navbar-brand" href="/">
<img src="/assets/uploads/zollege_healthcare_logo_black_stacked.png" alt="Zollege Logo" draggable="false" height="45" width="228" />
</a>
<button class="navbar-toggler custom-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav-list navbar-nav me-auto align-items-center mb-2 mb-lg-0">
<div class="dropdown d-flex flex-column align-items-center">
<a class="nav-link dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-bs-toggle="dropdown" aria-expanded="false">
Programs
</a>
<ul class="dropdown-menu text-center" style="border:none" aria-labelledby="dropdownMenuLink">
<li><a class="dropdown-item nav-link pb-4" href="/dental-program/">Dental</a></li>
<li><a class="dropdown-item nav-link" href="/medical-program/">Medical</a></li>
</ul>
</div>
<li class="nav-item">
<a class="nav-link pe-auto" href="/">About</a>
</li>
<li class="nav-item">
<a class="nav-link pe-auto py-3" href="/locations/">Locations</a>
</li>
<li class="nav-item">
<a class="nav-link pe-auto apply-btn pb-4 pb-lg-2" href="/apply-step-1/">Apply Now</a>
</li>
<li class="nav-item">
<a class="nav-link green-outline-btn px-5 pe-auto" href="/contact/">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</header>
<main>
<!-- <button type="button" class="btn btn-floating btn-lg" id="btn-back-to-top">
<img src="/assets/uploads/arrow-up-circle-fill.svg" alt="Bootstrap Arrow Icon" width="32" height="32" role="img">
</button> -->
<!-- Hero Section -->
<div id="home-hero-bg" class="bg-black">
<div class="bg-black xl-screen d-flex flex-column flex-md-row m-auto">
<img class="home-hero-img d-md-none" src="/assets/uploads/zollege_homepage_hero_mobile.webp" alt="Students jumping in a pose together in their scrubs">
<img class="d-none d-md-flex home-hero-img" src="/assets/uploads/zollege_homepage_hero_desktop.webp" alt="Students jumping in a pose together in their scrubs">
<div class="container px-md-5 pb-4 pb-lg-0">
<h1 class="d-md-none hero-hero-title fw-bold text-white center-then-left pt-5 pb-3 px-2"><span
class="bright-green">Power Your Possible</span><br> at Zollege Healthcare School</h1>
<h1 class="d-none d-md-block hero-title fw-bold text-white py-3 pt-lg-4 px-2 px-md-0">
<span class="bright-green">Power Your Possible</span> at Zollege Healthcare School
</h1>
<p class="home-hero-body text-white px-4 px-md-0 pb-3 pt-lg-3">Your future as a medical or dental professional is
within reach, and you don’t need years of schooling to get there. Unlock your potential through hands-on,
skills-based training led by experienced instructors. Find your path to a rewarding and stable healthcare career today.</p>
<div class="d-flex flex-column align-items-center align-items-md-start pt-lg-4">
<div class="d-flex flex-column justify-content-center align-items-center">
<a class="green-bordered-btn m-auto m-md-0" href="/contact">Get More Info</a>
<div class="pt-3">
<img class="white-down-arrow" src="./assets/uploads/white_down_arrow.svg"
alt="White down arrow directing to next section">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Why gray bg section -->
<div class="bg-gray">
<div class="xl-screen container-fluid bg-gray py-5 px-4">
<div class="container">
<h2 class="green-body-heading text-center pb-3">Why Get a Zollege<br class="d-md-none"> Education?</h2>
<p class="body-p left-then-center pb-3 pb-lg-5 col-lg-8 m-auto">
Zollege Healthcare Career School helps students like you take advantage of your untapped potential and achieve
the
future you’re capable of. Accelerate your career as a medical or dental assistant with our hybrid training
programs designed to help you enter the workforce sooner.
</p>
</div>
<div class="container d-flex flex-column align-items-center flex-lg-row justify-content-lg-around">
<div class="pb-4 pb-lg-0">
<div class="sm-card">
<img class="sm-card-icon" src="/assets/uploads/bar_graph_icon.svg" alt="Bar graph icon">
<h3 class="sm-card-heading">Accessibility</h3>
<p class="sm-card-body">Get a comprehensive education with minimal eligibility requirements, available in 110+
U.S.
locations.</p>
</div>
</div>
<div class="pb-4 pb-lg-0">
<div class="sm-card">
<img class="sm-card-icon" src="/assets/uploads/calendar_icon.svg" alt="Calendar icon">
<h3 class="sm-card-heading">Flexibility</h3>
<p class="sm-card-body">
Convenient schedules, rolling start dates, and flexible payment plans help meet your lifestyle and budget
needs.
</p>
</div>
</div>
<div class="pb-4 pb-lg-0">
<div class="sm-card">
<img class="sm-card-icon" src="/assets/uploads/line_graph_icon.svg" alt="Line graph icon">
<h3 class="sm-card-heading">Expertise</h3>
<p class="sm-card-body">Learn from experienced medical and dental assistants working hard to prepare you for
your new career.
</p>
</div>
</div>
<div>
<div class="sm-card">
<img class="sm-card-icon" src="/assets/uploads/person_icon.svg" alt="Person icon">
<h3 class="sm-card-heading">Support</h3>
<p class="sm-card-body">Receive ongoing support from a passionate community of medical and dental instructors,
Student Advisors, and peers.
</p>
</div>
</div>
</div>
<div class="d-flex justify-content-center align-items-center pt-5">
<a class="location-green-btn" href="/locations">Find a Location Near You</a>
</div>
</div>
</div>
<!-- Green Background CTA section -->
<div class="d-md-none container-fluid bg-green py-5">
<h2 class="white-body-heading text-center">Want to learn more?</h2>
<div class="d-flex justify-content-center align-items-center pt-3">
<a class="black-bordered-btn" href="/contact">Request Info</a>
</div>
</div>
<!-- Program's Details Cards -->
<div class="bg-white">
<div class="xl-screen container py-5 px-4">
<h2 class="green-body-heading text-center pb-3">Go From the Classroom to a Career, <i>Faster</i></h2>
<p class="body-p left-then-center px-3 pb-3 col-lg-8 m-auto">
Our comprehensive training programs are offered in a hybrid format to help aspiring medical and dental assistants
like you accelerate your career journey and unlock a future in healthcare.
</p>
<div class="programs-flex d-flex flex-column flex-md-row justify-content-center">
<div class="pb-5 pb-md-0 col col-md-6 col-lg-4">
<div class="img-card-box">
<img class="program-card-img" src="/assets/uploads/medical_program_card.svg"
alt="Medical Assistant Student checking heart vitals">
<div class="card-copy">
<h3 class="img-card-green-heading text-center pt-3">24-Week Program</h3>
<h3 class="img-card-bold-heading text-center pb-3">Medical Assistant<br> Program</h3>
<h4 class="img-card-light-heading text-center">Become a Medical Assistant in 6 Months</h4>
<div class="py-3 px-3">
<div class="d-flex gap-3 pb-3">
<img src="assets/uploads/green_check.svg" alt="Green Check mark">
<span>Hands-On Labs in Active Medical Offices</span>
</div>
<div class="d-flex gap-3 pb-3">
<img src="assets/uploads/green_check.svg" alt="Green Check mark">
<span>Interactive and Immersive Online Learning</span>
</div>
<div class="d-flex gap-3 pb-3">
<img src="assets/uploads/green_check.svg" alt="Green Check mark">
<span>80-Hour Required Externship</span>
</div>
<div class="d-flex gap-3 pb-3">
<img src="assets/uploads/green_check.svg" alt="Green Check mark">
<span>Become a Certified Clinical Medical Assistant (CCMA)</span>
</div>
</div>
</div>
<div class="d-flex justify-content-center pb-4">
<a class="program-details-btn" href="/medical-program">Program Details</a>
</div>
</div>
</div>
<div class="col col-md-6 col-lg-4">
<div class="img-card-box">
<img class="program-card-img" src="/assets/uploads/dental_program_card.svg" alt="Dental Assistnat">
<div class="card-copy">
<h3 class="img-card-green-heading text-center pt-3">12-Week Program</h3>
<h3 class="img-card-bold-heading text-center">Dental Assistant<br> Program</h3>
<h4 class="img-card-light-heading text-center">Become a Dental Assistant in 3 Months</h4>
<div class="py-3 px-3">
<div class="d-flex gap-3 pb-3">
<img src="assets/uploads/green_check.svg" alt="Green Check mark">
<span>Hands-On Labs in Active Medical Offices</span>
</div>
<div class="d-flex gap-3 pb-3">
<img src="assets/uploads/green_check.svg" alt="Green Check mark">
<span>Interactive and Immersive Online Learning</span>
</div>
<div class="d-flex gap-3 pb-3">
<img src="assets/uploads/green_check.svg" alt="Green Check mark">
<span>40-Hour Required Externship</span>
</div>
<div class="d-flex gap-3 pb-3">
<img src="assets/uploads/green_check.svg" alt="Green Check mark">
<span>Stand Out as a Skilled and Well-Trained Dental Assistant</span>
</div>
</div>
</div>
<div class="d-flex justify-content-center pb-4">
<a class="program-details-btn" href="/dental-program">Program Details</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Green Background Section / Find Your Location -->
<div class="bg-green">
<div class="xl-screen container-fluid bg-green py-5">
<div class="container">
<h2 class="text-center white-body-heading">Find a Zollege Healthcare Career School Near You!</h2>
<p class="white-body text-md-center px-2 pt-3 pb-4 col-lg-8 m-auto">
Choose from over 110+ program locations throughout the U.S. and explore a rewarding new career in medical and dental assisting.
</p>
</div>
<div class="d-flex flex-column align-items-center flex-md-row justify-content-center gap-4">
<div>
<input type="number" name="zip" id="zip" value="" placeholder="Enter your ZIP Code" class="program-find-location-zip">
</div>
<div>
<select name="type" id="type" class="program-select type">
<option value="" disabled selected>Select Program</option>
<option value="Dental">Dental</option>
<option value="Medical">Medical</option>
</select>
</div>
<div>
<a id="location-search" class="black-bordered-search-btn" href="/locations/">Search</a>
</div>
</div>
</div>
</div>
<style>
.carousel{
height: 550px;
}
.carousel-item {
height: 550px;
}
.carousel-inner {
overflow: visible;
}
@media (min-width: 768px) {
.carousel {
height: 350px;
}
.carousel-item {
height: 350px;
}
}
@media (min-width: 992px) {
.carousel {
width: 70%;
height: 320px;
}
.carousel-item{
height: 320px;
}
.carousel-control-prev {
left: -11rem;
}
.carousel-control-next {
right: -11rem;
}
}
</style>
<div class="bg-white">
<div class="xl-screen bg-white container-fluid pt-5 ">
<h2 class="green-body-heading text-center">
Why Grads Love <br class="d-md-none"><span class="d-md-none">Zollege</span>
</h2>
<p class="body-text pt-4 px-4 text-center
">
Find out what our grads love about our
program!
</p>
<div class="row justify-content-center py-5 px-3">
<div id="carouselExampleAutoPlaying" class="carousel slide align-items-center" width="500" height="500"
data-bs-ride="carousel">
<div class="carousel-inner justify-content-center">
<div class="carousel-item active ">
<div class="container gray-test-box">
<div class="text-center">
<img class="green-quotes" src="/assets/uploads/green_quotes.svg" alt="Double Quotation Marks Icon">
</div>
<div class="text-center">
<p class="body-text py-4 px-2">Very glad I had the opportunity to participate in this program! The instructors were all very kind and attentive! Definitely recommend it if you are looking for a fun yet engaging learning environment. I feel confident and ready to pursue my new career in dentistry!</p>
<h4 class="fw-bold text-black">Christian</h4>
<p class="pb-4">
Zollege Dental Assistant Program Graduate
</p>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="container gray-test-box">
<div class="text-center">
<img class="green-quotes" src="/assets/uploads/green_quotes.svg" alt="Double Quotation Marks Icon">
</div>
<div class="text-center">
<p class="body-text py-4 px-2">Taking this program has been one of the best things I ever did. Going to this school was a great experience with awesome teachers. [It] was very inexpensive, and [they] worked with me on my payment plan. This program was very convenient, especially taking the classes on Saturdays; this worked with my work schedule. After I graduated, I found a job that I really like. I would definitely recommend this school and program to anyone.</p>
<h4 class="fw-bold text-black">Rosemary</h4>
<p class="pb-4">
Zollege Medical Assistant Program Graduate
</p>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="container gray-test-box">
<div class="text-center">
<img class="green-quotes" src="/assets/uploads/green_quotes.svg" alt="Double Quotation Marks Icon">
</div>
<div class="text-center">
<p class="body-text py-4 px-2">Our instructors were so patient and nice. Very helpful. The program itself sets you up for success. They help you with your externship hours and even a job after the program.</p>
<h4 class="fw-bold text-black">Alyssa</h4>
<p class="pb-4">
Zollege Dental Assistant Program Graduate
</p>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="container gray-test-box">
<div class="text-center">
<img class="green-quotes" src="/assets/uploads/green_quotes.svg" alt="Double Quotation Marks Icon">
</div>
<div class="text-center">
<p class="body-text py-4 px-2">Very informative class! Lots of opportunities to practice clinical skills that you don’t get with other MA courses. [My instructor] was amazing! She was very supportive and patient with us.</p>
<h4 class="fw-bold text-black">Sanjana</h4>
<p class="pb-4">
Zollege Medical Assistant Program Graduate
</p>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="container gray-test-box">
<div class="text-center">
<img class="green-quotes" src="/assets/uploads/green_quotes.svg" alt="Double Quotation Marks Icon">
</div>
<div class="text-center">
<p class="body-text py-4 px-2">I learned a lot from this school and even got multiple job interviews and opportunities. The instructors are so helpful and nice!! 10/10 would recommend it to anyone interested in the dental field.</p>
<h4 class="fw-bold text-black">Mya</h4>
<p class="pb-4">
Zollege Dental Assistant Program Graduate
</p>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="container gray-test-box">
<div class="text-center">
<img class="green-quotes" src="/assets/uploads/green_quotes.svg" alt="Double Quotation Marks Icon">
</div>
<div class="text-center">
<p class="body-text py-4 px-2">I absolutely fell in love with the dental industry through this program! All of the instructors are so sweet and patient! Got a job through my externship before graduation, they really do set you up for success and make sure that you leave feeling confident.</p>
<h4 class="fw-bold text-black">Samantha</h4>
<p class="pb-4">
Zollege Dental Assistant Program Graduate
</p>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="container gray-test-box">
<div class="text-center">
<img class="green-quotes" src="/assets/uploads/green_quotes.svg" alt="Double Quotation Marks Icon">
</div>
<div class="text-center">
<p class="body-text py-4 px-2">If you’re looking for a medical assistant program, look no further! I’ve had the BEST experience here! From my awesome teachers to all the hands-on experience, I feel confident to walk into the field with my head held high!</p>
<h4 class="fw-bold text-black">Kali</h4>
<p class="pb-4">
Zollege Medical Assistant Program Graduate
</p>
</div>
</div>
</div>
<div class="carousel-item ">
<div class="container gray-test-box">
<div class="text-center">
<img class="green-quotes" src="/assets/uploads/green_quotes.svg" alt="Double Quotation Marks Icon">
</div>
<div class="text-center">
<p class="body-text py-4 px-2">The instructors are amazing! The school offers great hands-on practice! I felt very prepared going into my externship, where I quickly got hired after! I love the school!</p>
<h4 class="fw-bold text-black">Audrey</h4>
<p class="pb-4">
Zollege Medical Assistant Program Graduate
</p>
</div>
</div>
</div>
</div>
<button class="d-none d-lg-block carousel-control-prev" type="button"
data-bs-target="#carouselExampleAutoPlaying" data-bs-slide="prev">
<img class="all-test-carousel-btn" src="/assets/uploads/all_test_prev_btn.svg" alt="Previous Button">
</button>
<button class="d-none d-lg-block carousel-control-next" type="button"
data-bs-target="#carouselExampleAutoPlaying" data-bs-slide="next">
<img class="all-test-carousel-btn" src="/assets/uploads/all_test_next_btn.svg" alt="Next Button">
</button>
</div>
</div>
</div>
</div>
<div class="bg-gray">
<div class="xl-screen container-fluid bg-gray py-5">
<h2 class="green-body-heading text-center pb-4">Power Ahead <br class="d-md-none"> With Purpose</h2>
<p class="body-text px-4 text-center pb-4">A future even brighter than you ever imagined is possible, and it starts
at
Zollege.</p>
<div class="d-none d-lg-flex container">
<div>
<div class="text-container pb-3">
<h3 class="black-bold-headers">Convenient Locations And Schedules</h3>
<div class="more-feature">
<p class="body-text">Over 110+ locations in over 10 U.S. states, a hybrid class format,
accelerated<span class="read-more-text"> schedule, and rolling start dates make
pursuing your new career possible.</span></p>
</div>
<div class="d-none">
<button class="show-more-btn" alt="Button to expand and display the hiddent paragraph content"></button>
</div>
</div>
<div class="pt-4">
<h3 class="black-bold-headers">Flexible Payment Plans</h3>
<div class="more-feature">
<p class="body-text">Match your tuition payment schedule to your needs! Choose from
standard<span class="read-more-text"> payment plan options
or customize one based on your start date and budget.</span></p>
</div>
<div class="d-none">
<button class="show-more-btn" alt="Button to expand and display the hiddent paragraph content"></button>
</div>
</div>
<div class="text-container pt-4">
<h3 class="black-bold-headers">Hands-On And Online Learning</h3>
<div class="more-feature">
<p class="body-text">Learn through a combination of hands-on, skilled-based training and
<span class="read-more-text">interactive online
learning to unlock a rewarding
new career in healthcare.</span>
</p>
</div>
<div class="d-none">
<button class="show-more-btn" alt="Button to expand and display the hiddent paragraph content"></button>
</div>
</div>
</div>
<div class="d-none d-lg-flex justify-content-center px-3 m-auto col-md-6">
<img class="power-img" src="/assets/uploads/homepage_power_desktop.svg" alt="Dental Assistant Student in Lab">
</div>
<div>
<div class="text-container">
<h3 class="black-bold-headers">Experienced Instructors</h3>
<div class="more-feature">
<p class="body-text">Receive expert training from experienced and professional medical<span
class="read-more-text"> and dental assistants with
a passion for helping students like you reach your full potential.</span></p>
</div>
<div class="d-none">
<button class="show-more-btn" alt="Button to expand and display the hiddent paragraph content"></button>
</div>
</div>
<div class="text-container pt-4">
<h3 class="black-bold-headers">Top-Rated Curriculum</h3>
<div class="more-feature">
<p class="body-text">Experience interactive lessons and labs taught in active medical and
dental <span class="read-more-text"> facilities,
ensuring you get the skills and confidence required to succeed.</span></p>
</div>
<div class="d-none">
<button class="show-more-btn" alt="Button to expand and display the hiddent paragraph content"></button>
</div>
</div>
<div class="text-container pt-4">
<h3 class="black-bold-headers">Career Resources And Support</h3>
<div class="more-feature">
<p class="body-text">
Get training in the field through our required externships, and enter<span class="read-more-text">
the workforce with the hands-on experience you need to stand out.</span>
</p>
</div>
</div>
</div>
</div>
<div class="d-flex d-lg-none justify-content-center px-3 m-auto col-md-6">
<img class="power-img d-lg-none" src="/assets/uploads/homepage_power.svg" alt="Dental Assistant Student in Lab">
</div>
<div class="d-lg-none read-more-container">
<div class="text-container pt-4 pb-3">
<h3 class="black-bold-headers">Convenient Locations & Schedules</h3>
<div class="more-feature">
<p class="body-text m-auto px-4 px-md-5">Over 110+ locations in over 10 U.S. states, a hybrid class format,
accelerated<span class="read-more-text"> schedule, and rolling start dates make
pursuing your new career possible.</span></p>
</div>
<div class="d-none">
<button class="show-more-btn" alt="Button to expand and display the hiddent paragraph content"></button>
</div>
</div>
<div class="pt-4">
<h3 class="black-bold-headers">Flexible Payment Plans</h3>
<div class="more-feature">
<p class="body-text m-auto px-4 px-md-5">Match your tuition payment schedule to your needs! Choose from
standard<span class="read-more-text"> payment plan options
or customize one based on your start date and budget.</span></p>
</div>
<div class="d-none">
<button class="show-more-btn" alt="Button to expand and display the hiddent paragraph content"></button>
</div>
</div>
<div class="text-container pt-4">
<h3 class="black-bold-headers">Hands-On And Online Learning</h3>
<div class="more-feature">
<p class="body-text m-auto px-4 px-md-5">Learn through a combination of hands-on, skilled-based training and
<span class="read-more-text">interactive online
learning to unlock a rewarding
new career in healthcare.</span>
</p>
</div>
<div class="d-none">
<button class="show-more-btn" alt="Button to expand and display the hiddent paragraph content"></button>
</div>
</div>
<div class="text-container pt-4">
<h3 class="black-bold-headers">Experienced Instructors</h3>
<div class="more-feature">
<p class="body-text m-auto px-4 px-md-5">Receive expert training from experienced and professional
medical<span class="read-more-text"> and dental assistants with
a passion for helping students like you reach your full potential.</span></p>
</div>
<div class="d-none">
<button class="show-more-btn" alt="Button to expand and display the hiddent paragraph content"></button>
</div>
</div>
<div class="text-container pt-4">
<h3 class="black-bold-headers">Top-Rated Curriculum</h3>
<div class="more-feature">
<p class="body-text m-auto px-4 px-md-5">Experience interactive lessons and labs taught in active medical and
dental <span class="read-more-text"> facilities,
ensuring you get the skills and confidence required to succeed.</span></p>
</div>
<div class="d-none">
<button class="show-more-btn" alt="Button to expand and display the hiddent paragraph content"></button>
</div>
</div>
<div class="text-container pt-4">
<h3 class="black-bold-headers">Career Resources And Support</h3>
<div class="more-feature">
<p class="body-text m-auto px-4 px-md-5">Get training in the field through our required externships, and
enter<span class="read-more-text"> the workforce with the
hands-on experience you need to stand out in the workforce.</span></p>
</div>
<div class="d-none">
<button class="show-more-btn" alt="Button to expand and display the hiddent paragraph content"></button>
</div>
</div>
</div>
</div>
</div>
<!-- <script>
const parentContainer = document.querySelector('.read-more-container');
parentContainer.addEventListener('click', e => {
const current = e.target;
console.log("Target clicked", current)
const currentText = e.target.parentNode.querySelector('.read-more-text');
current.classList.toggle('read-more-text--show');
const currentFeature = e.target.parentNode.querySelector('.more-feature');
current.classList.toggle('more-feature--hide');
})
</script> -->
<!-- Virtual Events Section -->
<div class="bg-white">
<div class="xl-screen py-5 m-auto">
<h2 class="green-body-heading text-center">Virtual Events</h2>
<p class="body-text text-center p-4 pb-lg-5 col-lg-8 m-auto">Join one of our upcoming virtual events to learn more
about our medical and dental assistant
programs!
</p>
<div class="container d-flex flex-column align-items-center justify-content-center flex-lg-row gap-lg-5">
<div class="program-event-card event-card-1 d-md-flex">
<img class="d-md-none" src="/assets/uploads/homepage_events_card_dental_mobile.svg"
alt="Medical Student practicing taking vitals">
<img class="d-none d-md-flex" src="/assets/uploads/homepage_events_card_dental_lg.svg"
alt="Medical Student practicing taking vitals">
<div>
<h3 class="program-event-card-header">Dental Assisting:<br class="d-lg-none"> Virtual Open House
</h3>
<p class="program-event-card-body">
Learn how the Zollege Dental Assistant Program has helped thousands of students take the first step to become successful
dental assistants and how it can do the same for you!
</p>
<h4 class="event-sub green-color">Wednesday, February 21st</h4>
<h4 class="event-sub green-color">6:00pm - 7:00pm CST</h4>
<div class="d-flex justify-content-center align-items-center pt-3 pt-md-0">
<a class="solid-green-btn" href="/dental-events">Register
Now</a>
</div>
</div>
</div>
<div>
<div class="program-event-card d-md-flex">
<img class="d-md-none" src="/assets/uploads/programs_pages/medical/programs_events_card_medical.svg"
alt="Medical Student practicing taking vitals">
<img class="d-none d-md-flex" src="/assets/uploads/programs_pages/medical/programs_events_card_medical_lg.svg"
alt="Medical Student practicing taking vitals">
<div>
<h3 class="program-event-card-header">Medical Assisting:<br class="d-lg-none"> Virtual Open House
</h3>
<p class="program-event-card-body">
Learn how the Zollege Medical Assistant Program has helped thousands of students take the first step to become
successful medical assistants and how it can do the same for you!
</p>
<h4 class="event-sub green-color">Thursday, February 22nd</h4>
<h4 class="event-sub green-color">6:00pm - 7:00pm CST</h4>
<div class="d-flex justify-content-center align-items-center pt-3 pt-md-0">
<a class="solid-green-btn" href="/medical-events">Register
Now</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Blog Section -->
<div class="bg-gray">
<div class="xl-screen container-fluid bg-gray py-5">
<h2 class="green-body-heading text-center">Blog</h2>
<p class="body-text left-then-center px-2 py-4 px-md-5 col-lg-8 m-auto">Browse our blog library to learn more about what medical and
dental assistants do, possible career paths, the benefits of becoming a medical or dental assistant, and more!
</p>
<div class="container d-md-flex flex-wrap justify-content-around">
<div class="pb-5 pb-md-0 col-md-5 col-lg-4 pt-lg-0">
<div class="blog-card-box">
<div class="p-3 pt-md-0 px-md-3 pt-lg-3">
<img class="blog-card-img" src="/assets/uploads/blog-1.svg"
alt="Medical Assistant Instructor in lab with students">
</div>
<div class="blog-card-copy">
<h3 class="blog-card-header px-4 py-3">What You'll Learn in Medical Assistant Training in Austin, TX</h3>
<p class="blog-card-body px-4">Wondering what you’ll learn in medical assistant training in Austin, TX? Find
out
what a great medical assistant
school in Austin can teach you.</p>
</div>
<div class="d-flex justify-content-center">
<a class="blog-card-link" href="/knowledge-hub/">Read More</a>
</div>
</div>
</div>
<div class="pb-5 pb-md-0 col-md-5 col-lg-4 pt-lg-0">
<div class="blog-card-box">
<div class="p-3 pt-md-0 px-md-3 pt-lg-3">
<img class="blog-card-img" src="/assets/uploads/blog-2.svg"
alt="Medical Assistant Student practicing taking vitals">
</div>
<div class="blog-card-copy">
<h3 class="blog-card-header px-4 py-3">Why Medical Assisting Is One Of The Best Entry Level Jobs In Austin,
TX
</h3>
<p class="blog-card-body px-4">Learn why medical assisting is one of the best entry-level jobs in Austin,
TX,
and how to
start your career at Austin Medical Assistant School.</p>
</div>
<div class="d-flex justify-content-center">
<a class="blog-card-link" href="/knowledge-hub/">Read More</a>
</div>
</div>
</div>
<div class="col-md-5 pt-md-5 col-lg-4 pt-lg-0">
<div class="blog-card-box">
<div class="p-3 pt-md-0 px-md-3 pt-lg-3">
<img class="blog-card-img" src="/assets/uploads/blog-3.svg"
alt="Medical Assistants posing outside of classroom">
</div>
<div class="blog-card-copy">
<h3 class="blog-card-header px-4 py-3">How You Can Land Your Dream Medical Assistant Job in Austin, TX</h3>
<p class="blog-card-body px-4">Wondering how you can land your dream medical assistant job in Austin, TX?
Here
are some
key steps to help you get started.</p>
</div>
<div class="d-flex justify-content-center">
<a class="blog-card-link" href="/knowledge-hub/">Read More</a>
</div>
</div>
</div>
</div>
<div class="d-flex justify-content-center align-items-center pt-5">
<a class="solid-green-btn" href="/knowledge-hub/">View All</a>
</div>
</div>
</div>
<!-- Green box at the bottom -->
<div class="container-fluid bg-green py-5">
<h2 class="white-body-heading text-center">Ready to Get Started?</h2>
<p class="white-body text-center">Power your possible at Zollege Healthcare Career School.</p>
<div class="d-flex justify-content-center align-items-center pt-3">
<a class="black-bordered-btn" href="/apply-step-1/">Apply Now</a>
</div>
</div>
<script data-cfasync="false">
window.addEventListener('DOMContentLoaded', async () => {
const schools = await (await fetch('/school_coordinates_dev.json')).json();
const userIPData = await fetchUserIPData();
const { zip } = userIPData;
let { userLat, userLng } = userIPData;
const zipInput = document.querySelector('[name="zip"]');
if (zip) zipInput.value = zip;
async function fetchUserIPData() {
const ipData = await (await fetch('https://broad-shape-b7ce.kevin2449.workers.dev/')).json();
const { latitude: userLat, longitude: userLng, zipCode: zip } = ipData || {};
return { userLat, userLng, zip };
}
});
const locationSearchBtn = document.querySelector('#location-search')
locationSearchBtn.addEventListener('click', () => {
document.querySelector('[name="zip"]').onchange = e => {
localStorage.setItem('zipCode', e.target.value);
}
document.querySelector('[name="type"]').onchange = e => {
localStorage.setItem('selectedProgramType', e.target.value);
}
})
</script>
</main>
<footer class="pb-1 pb-lg-0 text-white bg-black">
<div class="container-fluid xl-screen bg-black py-5">
<div class="more-info-container container d-flex flex-column flex-lg-row justify-content-lg-between pb-lg-5">
<div>
<h3 class="white-body-heading center-then-left">Want More Information?</h3>
<p class="more-info-text center-then-left">Reach out to our Admissions Team today. We’re happy to help!</p>
</div>
<div class="d-lg-flex gap-lg-3">
<div class="d-flex justify-content-center align-items-center pt-3 pt-lg-0">
<a class="solid-bg-green-btn" href="/contact">Request Info</a>
</div>
<div class="d-flex justify-content-center align-items-center pt-4 pb-5 p-lg-0">
<a class="solid-bg-white-btn" href="/">Call</a>
</div>
</div>
</div>
<hr class="footer-hr">
</div>
<div class="xl-screen footer-logo-row d-md-flex pb-md-5 pb-lg-4 links-row">
<div class="d-none d-lg-flex flex-column col-lg-4">
<div>
<img class="footer-logo-desktop" src="/assets/uploads/zollege_healthcare_logo_white_stacked_desktop.svg" alt="Zollege Healthcare Career School Logo">
</div>
<p class="footer-info pt-4">
Zollege offers hands-on, skills-based training programs in medical and dental assisting.
</p>
</div>
<div class="container d-flex flex-column col-lg-4">
<div class="d-lg-none">
<h4 class="footer-header">Links</h4>
</div>
<div class="links-gap d-flex">
<div class="d-flex flex-column links-col-1">
<a class="footer-links" href="/">Home</a>
<!-- <a class="footer-links" href="/about">About</a> -->
<a class="d-none footer-links" href="/contact">Contact</a>
<a class="footer-links" href="/dental-program/">Dental <span class="d-none d-lg-inline">Assistant</span> Program</a>
<a class="footer-links" href="/medical-program/">Medical <span class="d-none d-lg-inline">Assistant</span> Program</a>
</div>
<div class="d-flex flex-column">
<a class="footer-links" href="/locations">Locations</a>
<a class="footer-links" href="/dental-events/">Dental Events</a>
<a class="footer-links" href="/medical-events/">Medical Events</a>
<!-- <a class="footer-links" href="/faq">F.A.Q.</a>
<a class="footer-links" href="/press">Press</a>
<a class="footer-links" href="/reviews">Reviews</a> -->
</div>
</div>
</div>
<div class="contact-col container d-flex flex-column align-items-start py-4 py-md-0">
<div class="contact-row">
<div>
<h4 class="footer-header">Contact</h4>
</div>
<div>
<p class="footer-contact-text">
Zollege Healthcare Career School
</p>
<p class="footer-contact-text">
<a class="footer-links text-decoration-none" href="tel://+">
Phone Call: (512) 887-7943
</a>
</p>
</div>
</div>
</div>
</div>
<hr class="xl-screen footer-hr">
<div class="d-lg-none container py-4 d-flex justify-content-center">
<img class="footer-logo" src="/assets/uploads/zollege_healthcare_logo_white_stacked.svg" alt="Zollege Healthcare Career School Logo">
</div>
<div class="d-lg-none">
<p class="more-info-text px-4 pb-4 col-md-10 m-auto">Zollege offers hands-on, skills-based training programs in medical
and dental assisting.</p>
</div>
<div class="xl-screen container px-5 py-lg-4">
<p class="copywrite">©2024 ZOLLEGE. All rights reserved.</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script src="/assets/js/main.js"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
setTimeout(() => {
const script = document.createElement('script');
script.type = 'text/javascript';
script.async = true;
script.src = 'https://www.google.com/recaptcha/api.js';
document.head.appendChild(script);
}, 4000);
});
</script>
<script>
function setLocalStorageItems(itemsObj) {
Object.entries(itemsObj).forEach(entry => {
const [property, value] = entry;
localStorage.setItem(property, value);
});
};
</script>
</body>
</html>