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

153 lines
7.0 KiB
Plaintext

extends ../_skeleton
block variables
- var activeIndex = 2
- var page_active = "Our cars"
- var header_class = "bg-typography"
block title
title= page_active
block page
// Page Header
include ../elements/_header-transparent
+breadcrumb_items(2,'index.html','Home','About')
main.page-content
section.section-50.section-sm-top-80.section-sm-bottom-90.text-sm-left
.shell
h1 Our Cars
p.h6.offset-top-5 More than 10 models
// Slick Carousel
.slick-slider.carousel-parent.carousel-slick-standard(data-arrows="false", data-loop="false", data-dots="false", data-swipe="true", data-items="1" data-child="#child-carousel", data-for="#child-carousel")
.item
.range
.cell-md-4
+jpg('cars-1-532x321','img-float')
.cell-sm-5.cell-md-3
h4.text-bold.text-primary.offset-top-2 Mitsubishi Lancer
p.font-size-16.offset-top-2 Instructors:
p.font-size-16.text-bold.offset-top-2
span.text-primary John Malkovich
=" "
span &
=" "
span.text-primary Vanessa Black
.cell-sm-7.cell-md-5
p Mitsubishi Lancer offers a level of performance typically found in European sports cars and sport sedans that cost considerably more. Only a few cars can provide such performance and safety.
ul.list-unstyled.big.text-dark.offset-top-22
li 4 doors, 5 passengers,
li front-wheel drive;
li 24/34 mpg city/hwy
li 2.0-liter 4-cylinder engine;
li 148 hp, 145 lb-ft;
li 5-speed manual transmission
.item
.range
.cell-md-4
+jpg('cars-2-532x321','img-float')
.cell-sm-5.cell-md-3
h4.text-bold.text-primary.offset-top-2 Nissan Sentra
p.font-size-16.offset-top-2 Instructors:
p.font-size-16.text-bold.offset-top-2
span.text-primary John Malkovich
=" "
span &
=" "
span.text-primary Vanessa Black
.cell-sm-7.cell-md-5
p The painful mediocrity of the Sentra suggests that the days of truly great small Nissans might be gone. The 1.8-liter four-cylinder makes a lethargic 130 hp and comes standard with a six-speed manual. For those averse to shifting for themselves, an infuriating CVT is offered.
ul.list-unstyled.big.text-dark.offset-top-22
li 4 doors, 5 passengers, front-wheel drive
li 27/36 mpg city/hwy
li 1.8-liter 4-cylinder engine
li 130 hp, 128 lb-ft
li 6-speed manual transmission
.item
.range
.cell-md-4
+jpg('cars-3-532x321','img-float')
.cell-sm-5.cell-md-3
h4.text-bold.text-primary.offset-top-2 Ford Focus
p.font-size-16.offset-top-2 Instructors:
p.font-size-16.text-bold.offset-top-2
span.text-primary John Malkovich
=" "
span &
=" "
span.text-primary Vanessa Black
.cell-sm-7.cell-md-5
p A European-developed chassis gives even the base Focus a rare blend of agility and accuracy, making it enjoyable to drive even when compared with newer competitors. A 160-hp 2.0-liter four-cylinder is standard, while an optional 123-hp 1.0-liter turbo three-cylinder with auto stop/start is aimed at extra efficiency.
ul.list-unstyled.big.text-dark.offset-top-22
li 4 doors, 5 passengers, front-wheel drive
li 26/36 mpg city/hwy
li 2.0-liter 4-cylinder engine
li 160 hp, 146 lb-ft
li 5-speed manual transmission
.item
.range
.cell-md-4
+jpg('cars-4-532x321','img-float')
.cell-sm-5.cell-md-3
h4.text-bold.text-primary.offset-top-2 Subaru Impreza
p.font-size-16.offset-top-2 Instructors:
p.font-size-16.text-bold.offset-top-2
span.text-primary John Malkovich
=" "
span &
=" "
span.text-primary Vanessa Black
.cell-sm-7.cell-md-5
p Sensible, spacious, and trustworthy—these traits make the Impreza a safe choice, but not an exciting one. It starts with an underpowered 148-hp four-cylinder; a five-speed manual is standard and a CVT is optional.
ul.list-unstyled.big.text-dark.offset-top-22
li 4 doors, 5 passengers, all-wheel drive
li 25/34 mpg city/hwy
li 2.0-liter 4-cylinder engine
li 148 hp, 145 lb-ft
li 5-speed manual transmission
.item
.range
.cell-md-4
+jpg('cars-1-532x321','img-float')
.cell-sm-5.cell-md-3
h4.text-bold.text-primary.offset-top-2 Mitsubishi Lancer
p.font-size-16.offset-top-2 Instructors:
p.font-size-16.text-bold.offset-top-2
span.text-primary John Malkovich
=" "
span &
=" "
span.text-primary Vanessa Black
.cell-sm-7.cell-md-5
p Mitsubishi Lancer offers a level of performance typically found in European sports cars and sport sedans that cost considerably more. Only a few cars can provide such performance and safety.
ul.list-unstyled.big.text-dark.offset-top-22
li 4 doors, 5 passengers,
li front-wheel drive;
li 24/34 mpg city/hwy
li 2.0-liter 4-cylinder engine;
li 148 hp, 145 lb-ft;
li 5-speed manual transmission
.slick-slider.carousel-slick-standard-child#child-carousel(data-for=".carousel-parent", data-arrows="true",
data-loop="false", data-dots="false", data-swipe="true",
data-items="1", data-xs-items="2", data-sm-items="3",
data-md-items="4", data-lg-items="4", data-slide-to-scroll="1")
.item
.img-rounded
+jpg('cars-thumbnails-1-270x198','img-responsive img-rounded')
.item
.img-rounded
+jpg('cars-thumbnails-2-270x198','img-responsive img-rounded')
.item
.img-rounded
+jpg('cars-thumbnails-3-270x198','img-responsive img-rounded')
.item
.img-rounded
+jpg('cars-thumbnails-4-270x198','img-responsive img-rounded')
.item
.img-rounded
+jpg('cars-thumbnails-1-270x198','img-responsive img-rounded')
// Page Footer
include ../elements/_footer-widget