90 lines
4.8 KiB
Plaintext
90 lines
4.8 KiB
Plaintext
extends ../_skeleton
|
||
include ../elements/_ui-lessons-item
|
||
block variables
|
||
- var activeIndex = 3
|
||
- var page_active = "Lessons"
|
||
- var header_class = "bg-forms"
|
||
block title
|
||
title= page_active
|
||
block page
|
||
include ../dump/_elements
|
||
// Page Header
|
||
|
||
include ../elements/_header-transparent
|
||
+breadcrumb_items(1,'index.html','Home')
|
||
main.page-content
|
||
|
||
section.text-center.text-sm-left.section-50.section-sm-top-80.section-sm-bottom-90
|
||
.shell
|
||
h1 All Driving Classes
|
||
p.h6.offset-top-5 Choose the right class for you
|
||
.range.offset-top-30
|
||
.cell-xs-12.cell-sm-6.cell-lg-4
|
||
+lessons-item(
|
||
'37.5 Hour teen class ',
|
||
'$498',
|
||
'lessons-body-bg-01',
|
||
'This course includes 31.5 hours of classroom instruction and 6 hours of driving instruction. Students who qualify may take the state permit test. To enroll in driving class: Download Teen Registration…'
|
||
)
|
||
|
||
.cell-xs-12.cell-sm-6.cell-lg-4.offset-top-30.offset-sm-top-0
|
||
+lessons-item(
|
||
'36 Hour adult class ',
|
||
'$498',
|
||
'lessons-body-bg-02',
|
||
'36 Hour adult class is a perfect start for beginners who would like to learn the basics of driving. To enroll in adult driving class, please download Adult Registration Package (only if you didn’t sign up online)'
|
||
)
|
||
.cell-xs-12.cell-sm-6.cell-lg-4.offset-top-30.offset-lg-top-0
|
||
+lessons-item(
|
||
'Driver improvement class',
|
||
'$75',
|
||
'lessons-body-bg-03',
|
||
'Our driver improvement courses offer drivers of all ages an easy, effortless, convenient way to dismiss your traffic ticket, reduce points from your driving record, or even earn hefty discounts on your monthly insurance rates.'
|
||
)
|
||
.cell-xs-12.cell-sm-6.cell-lg-4.offset-top-30
|
||
+lessons-item(
|
||
'Class C License Program',
|
||
'$150',
|
||
'lessons-body-bg-04',
|
||
'Interested in driving a larger vehicle(e.g., a delivery truck) that requires a Class C license? Safe Drive’s Class C license might be the just the program for you. Read more about the Class C written exam preparation...'
|
||
)
|
||
.cell-xs-12.cell-sm-6.cell-lg-4.offset-top-30
|
||
+lessons-item(
|
||
'Motorcycle instruction',
|
||
'$300',
|
||
'lessons-body-bg-05',
|
||
'Safe Drive offers a comprehensive motorcycle training program that includes both classroom time and riding exercises(seat time). Our training programs will not only properly prepare you for taking the state road test...'
|
||
)
|
||
.cell-xs-12.cell-sm-6.cell-lg-4.offset-top-30
|
||
+lessons-item(
|
||
'Defense driving',
|
||
'$100',
|
||
'lessons-body-bg-06',
|
||
'Our Driving School is proud to be among the handful of providers authorized to teach the National Safety Council’s acclaimed Defensive Driving Courses. We are a National Safety Council certified training center with the ability...'
|
||
)
|
||
|
||
.cell-xs-12.cell-sm-6.cell-lg-4.offset-top-30
|
||
+lessons-item(
|
||
'Winter driving',
|
||
'$150',
|
||
'lessons-no-img ',
|
||
'Driving in snow and on icy roads is especially hazardous, even for seasoned drivers. A little preparation can go a long way toward avoiding a spin - out or even a collision during winter conditions. Learn how to prepare your vehicle for winter as well as how to anticipate and react to dangerous road conditions with this winter - specific defensive driving course... '
|
||
)
|
||
.cell-xs-12.cell-sm-6.cell-lg-4.offset-top-30
|
||
+lessons-item(
|
||
'Stick shift lessons',
|
||
'$100',
|
||
'lessons-no-img ',
|
||
'Knowing how to drive a manual transmission (stick shift) takes the driving experience to a new level. Feel the connection between you, your car, and the road. Safe Drive offers professional instruction for your stick shift driving lessons using well-maintained, manual transmission vehicles. Call to learn these necessary driving techniques and other road test options that we offer...'
|
||
)
|
||
.cell-xs-12.cell-sm-6.cell-lg-4.offset-top-30
|
||
+lessons-item(
|
||
'Highway & parallel parking lessons',
|
||
'$90',
|
||
'lessons-no-img ',
|
||
'Want to learn the ins and outs of parallel parking? Need to know how to merge smoothly into the flow of California’s busy expressway traffic? If so, then Safe Drive’s parallel parking and highway driving lessons are for you. Turning and Parking are skills that can be challenging for most new drivers. '
|
||
)
|
||
|
||
// Page Footer
|
||
include ../elements/_footer-widget
|