added more preview pages and more templates
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
extends ../_skeleton
|
||||
block variables
|
||||
- var activeIndex = 7
|
||||
- var page_active = "Links"
|
||||
- var header_class = "bg-buttons"
|
||||
block title
|
||||
title= page_active
|
||||
block page
|
||||
// Page Header
|
||||
include ../elements/_header-transparent
|
||||
+breadcrumb_items(1,'index.html','Home')
|
||||
main.page-content
|
||||
section.section-50.section-sm-top-80.section-sm-bottom-90.text-left
|
||||
.shell
|
||||
h1 Useful Links
|
||||
.range.range-index-list.offset-top-20
|
||||
.cell-sm-6.cell-md-4.range-list
|
||||
.list-index-counter.h5.text-regular.text-base
|
||||
h5.text-regular.offset-top-7 Traffic safety links
|
||||
ul.list-marked.list.offset-top-25
|
||||
li: a(href='#').text-bold.text-middle Driving School Association of California
|
||||
li: a(href='#').text-bold.text-middle Driving School Association of the USA
|
||||
li: a(href='#').text-bold.text-middle California Office Of Motor Vehicles
|
||||
li: a(href='#').text-bold.text-middle California Traffic Statistics
|
||||
li: a(href='#').text-bold.text-middle National Highway Traffic Safety Administration
|
||||
li: a(href='#').text-bold.text-middle AAA Foundation for Traffic Safety
|
||||
li: a(href='#').text-bold.text-middle Insurance Institute for Highway Safety
|
||||
li: a(href='#').text-bold.text-middle California Guide Book
|
||||
.cell-sm-6.cell-md-4.range-list.offset-top-50.offset-sm-top-0
|
||||
.list-index-counter.h5.text-regular.text-base
|
||||
h5.text-regular.offset-top-7 Parent resources
|
||||
ul.list-marked.list.offset-top-25
|
||||
li: a(href='#').text-bold.text-middle Safety Belt Fact Sheet (pdf download)
|
||||
li: a(href='#').text-bold.text-middle Customized Parent/Teen Agreement
|
||||
li: a(href='#').text-bold.text-middle SADD Contract (pdf download)
|
||||
li: a(href='#').text-bold.text-middle Teen Safety Belt Usage
|
||||
li: a(href='#').text-bold.text-middle Safety Quiz (pdf download)
|
||||
li: a(href='#').text-bold.text-middle Teen Licensing Process (pdf download)
|
||||
li: a(href='#').text-bold.text-middle California Legislature
|
||||
.cell-sm-6.cell-md-4.range-list.offset-top-50.offset-md-top-0
|
||||
.list-index-counter.h5.text-regular.text-base
|
||||
h5.text-regular.offset-top-7 New driver info
|
||||
ul.list-marked.list.offset-top-25
|
||||
li: a(href='#').text-bold.text-middle Students Against Destructive Decisions Web Site
|
||||
li: a(href='#').text-bold.text-middle Highway Signs
|
||||
li: a(href='#').text-bold.text-middle California Guide Book
|
||||
li: a(href='#').text-bold.text-middle TeenDriving.com
|
||||
.cell-xs-12.veil.reveal-md-block.offset-top-15
|
||||
hr.hr.bg-gray-light
|
||||
.cell-sm-6.cell-md-4.range-list.offset-md-top-27.offset-top-50
|
||||
.list-index-counter.h5.text-regular.text-base
|
||||
h5.text-regular.offset-top-7 Vehicle safety
|
||||
ul.list-marked.list.offset-top-25
|
||||
li: a(href='#').text-bold.text-middle Shopping For a Safer Vehicle
|
||||
li: a(href='#').text-bold.text-middle Vehicle Crash Test Rating
|
||||
li: a(href='#').text-bold.text-middle Vehicle Fatality Rating
|
||||
li: a(href='#').text-bold.text-middle SaferCar.gov
|
||||
.cell-sm-6.cell-md-4.range-list.offset-md-top-27.offset-top-50
|
||||
.list-index-counter.h5.text-regular.text-base
|
||||
h5.text-regular.offset-top-7 Safe driving tips
|
||||
ul.list-marked.list.offset-top-25
|
||||
li: a(href='#').text-bold.text-middle "Collision Procedure"
|
||||
li: a(href='#').text-bold.text-middle "Add Another Second"
|
||||
li: a(href='#').text-bold.text-middle "Animal Avoidance"
|
||||
li: a(href='#').text-bold.text-middle "Skid Recovery"
|
||||
li: a(href='#').text-bold.text-middle "Driving Dangers" by Shell Oil
|
||||
li: a(href='#').text-bold.text-middle "Alone Behind the Wheel" by Shell Oil
|
||||
li: a(href='#').text-bold.text-middle "Foul Weather Driving" by Shell Oil
|
||||
|
||||
// Page Footer
|
||||
include ../elements/_footer-widget
|
||||
Reference in New Issue
Block a user