28 lines
908 B
Plaintext
28 lines
908 B
Plaintext
extends ../_skeleton
|
|
block variables
|
|
- var activeIndex = 5
|
|
- var page_active = "503"
|
|
- var header_class = "bg-typography"
|
|
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
|
|
.cell-sm-7
|
|
h1.bigest 503
|
|
h5.text-regular Services is temprorary unavailable
|
|
p.big Sorry, we're offline right now to make our site even better. Please, come back later and check what we've been up to.
|
|
.offset-top-30
|
|
.group
|
|
a(href='index.html').btn.btn-md.btn-primary Back to homepage
|
|
a(href='contact.html').btn.btn-md.btn-primary Contact us
|
|
|
|
// Page Footer
|
|
include ../elements/_footer-widget |