Files
preview_sites/templates/drivesafe/sources/jade/pages/testimonials.jade
T

155 lines
7.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
extends ../_skeleton
include ../elements/_mixin-testimonials
block variables
- var activeIndex = 6
- var page_active = "Testimonials"
- var header_class = "bg-testimonials"
block title
title= page_active
block page
// 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 Testimonials
.range.range-index-list.offset-top-22
.cell-sm-6.cell-md-4
h6
span.text-base.list-index-counter
=" "
span Personalized training
p Everyone learns in different ways. At Safe Drive Driving School we will work with you to deliver the course in a way that will help you succeed! We often make adjustments to course work and test writing to suit the best learning style that works for you. Our numerous testimonials are the best proofs of our dedication.
.cell-sm-6.cell-md-4.offset-top-45.offset-sm-top-0
h6
span.text-base.list-index-counter
=" "
span Qualified instructors
p When it comes to drivers' education, the only thing that matters is the hands-on-the-wheel experience. That is the reason why we're so proud of our current list of instructors. These are people who will be guiding you through the important process of refreshing your knowledge of the driving laws, ensuring that no infractions that had previously occurred will happen.
.cell-sm-6.cell-md-4.offset-top-45.offset-md-top-0
h6
span.text-base.list-index-counter
=" "
span Skills development
p It is important that drivers are competent to carry out their tasks and duties. This will require a period of initial induction training coupled with on-going training and development throughout their time with the organisation. Thats exactly what we care about during your driving course, and we are glad to know that our students value such an approach to driving education.
hr.hr.bg-gray-light.offset-top-40
.shell.offset-top-35
// Responsive-tabs
.responsive-tabs.horizontal-tabs( data-type="default")
ul.resp-tabs-list.resp-tabs-list-standard.tabs-group-default(data-group="tabs-group-default")
li.btn-link Personalized training
li.btn-link Qualified instructors
li.btn-link Skills development
.resp-tabs-container.tabs-group-default(data-group="tabs-group-default")
div.fadeIn.animated
// Owl Carousel
.owl-carousel.owl-carousel-standard(data-items='1',data-sm-items='2',data-md-items='4', data-stage-padding='0', data-loop='true', data-margin='30', data-mouse-drag="true" data-nav="true" data-nav-class='["owl-prev mdi mdi-chevron-left", "owl-next mdi mdi-chevron-right"]')
.owl-item
+testimonials(
'testimonials-01-270x251',
'img-responsive img-rounded',
'I actually enjoyed your course. I think that it is better than at other schools. It helped me realize that most drivers arent thinking about driving.',
'Andrew B. ',
'27 yrs. old'
)
.owl-item
+testimonials(
'testimonials-02-270x251',
'img-responsive img-rounded',
'Why dont they teach this stuff in high school?',
'Paul B.',
'25 yrs. old'
)
.owl-item
+testimonials(
'testimonials-03-270x251',
'img-responsive img-rounded',
'This class was very helpful, it gave me some new information that I havent thought of. I also feel that it would be a beneficial class to anyone that drives.',
'Jimmy E. ',
'30 yrs. old'
)
.owl-item
+testimonials(
'testimonials-04-270x251',
'img-responsive img-rounded',
'Great! Made a difference in attitude towards my driving.',
'Ann N. ',
'21 yrs. old'
)
div.fadeIn.animated
// Owl Carousel
.owl-carousel.owl-carousel-standard(data-items='1',data-sm-items='2',data-md-items='4', data-stage-padding='0', data-loop='true', data-margin='30', data-mouse-drag="true" data-nav="true" data-nav-class='["owl-prev mdi mdi-chevron-left", "owl-next mdi mdi-chevron-right"]')
.owl-item
+testimonials(
'testimonials-02-270x251',
'img-responsive img-rounded',
'Why dont they teach this stuff in high school?',
'Paul B.',
'25 yrs. old'
)
.owl-item
+testimonials(
'testimonials-01-270x251',
'img-responsive img-rounded',
'I actually enjoyed your course. I think that it is better than at other schools. It helped me realize that most drivers arent thinking about driving.',
'Andrew B. ',
'27 yrs. old'
)
.owl-item
+testimonials(
'testimonials-04-270x251',
'img-responsive img-rounded',
'Great! Made a difference in attitude towards my driving.',
'Ann N. ',
'21 yrs. old'
)
.owl-item
+testimonials(
'testimonials-03-270x251',
'img-responsive img-rounded',
'This class was very helpful, it gave me some new information that I havent thought of. I also feel that it would be a beneficial class to anyone that drives.',
'Jimmy E. ',
'30 yrs. old'
)
div.fadeIn.animated
// Owl Carousel
.owl-carousel.owl-carousel-standard(data-items='1',data-sm-items='2',data-md-items='4', data-stage-padding='0', data-loop='true', data-margin='30', data-mouse-drag="true" data-nav="true" data-nav-class='["owl-prev mdi mdi-chevron-left", "owl-next mdi mdi-chevron-right"]')
.owl-item
+testimonials(
'testimonials-02-270x251',
'img-responsive img-rounded',
'Why dont they teach this stuff in high school?',
'Paul B.',
'25 yrs. old'
)
.owl-item
+testimonials(
'testimonials-04-270x251',
'img-responsive img-rounded',
'Great! Made a difference in attitude towards my driving.',
'Ann N. ',
'21 yrs. old'
)
.owl-item
+testimonials(
'testimonials-01-270x251',
'img-responsive img-rounded',
'I actually enjoyed your course. I think that it is better than at other schools. It helped me realize that most drivers arent thinking about driving.',
'Andrew B. ',
'27 yrs. old'
)
.owl-item
+testimonials(
'testimonials-03-270x251',
'img-responsive img-rounded',
'This class was very helpful, it gave me some new information that I havent thought of. I also feel that it would be a beneficial class to anyone that drives.',
'Jimmy E. ',
'30 yrs. old'
)
// Page Footer
include ../elements/_footer-widget