26 lines
848 B
Plaintext
26 lines
848 B
Plaintext
extends ../_skeleton
|
|
block variables
|
|
- var activeIndex = 5
|
|
- var page_active = "Coming Soon"
|
|
- var header_class = "bg-forms"
|
|
block title
|
|
title= page_active
|
|
block page
|
|
|
|
// Page Header
|
|
include ../elements/_header-transparent
|
|
+breadcrumb_items(2,'index.html','Home','Pages')
|
|
main.page-content
|
|
section.section-50.section-sm-top-80.section-sm-bottom-90.text-sm-left
|
|
.shell
|
|
.range.range-xs-center
|
|
.cell-md-9
|
|
// Countdown
|
|
.DateCountdown.offset-top-15(data-type='until', data-date='2017-06-01 00:00:00', data-format='wdhms')
|
|
.cell-md-9
|
|
.inset-md-left-15.inset-md-right-15
|
|
-var btn_color = "btn-primary"
|
|
-var button_content = "Notify Me"
|
|
include ../elements/_subscribe
|
|
// Page Footer
|
|
include ../elements/_footer-widget |