76 lines
2.5 KiB
Plaintext
76 lines
2.5 KiB
Plaintext
- var fonts = "//fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800"
|
|
|
|
- var html_class = "wide wow-animation"
|
|
|
|
include _mixins
|
|
|
|
block variables
|
|
|
|
doctype html
|
|
|
|
html(lang="en" class="#{html_class}")
|
|
head
|
|
// Site Title
|
|
block title
|
|
title Home
|
|
|
|
meta(name="format-detection" content="telephone=no")
|
|
meta(name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0")
|
|
meta(http-equiv="X-UA-Compatible" content="IE=edge")
|
|
meta(charset='utf-8')
|
|
|
|
link(rel="icon" href="images/favicon.ico" type="image/x-icon")
|
|
|
|
// Stylesheets
|
|
link(rel="stylesheet" type="text/css" href="#{fonts}")
|
|
link(rel="stylesheet" href="css/style.css")
|
|
|
|
= "\n\t\t"
|
|
<!--[if lt IE 10]>
|
|
div(style='background: #212121; padding: 10px 0; box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3); clear: both; text-align:center; position: relative; z-index:1;')
|
|
a(href="http://windows.microsoft.com/en-US/internet-explorer/")
|
|
img(src="images/ie8-panel/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today.")
|
|
script(src="js/html5shiv.min.js")
|
|
= "\n\t\t"
|
|
<![endif]-->
|
|
body
|
|
// Page
|
|
div(class="page text-center")
|
|
block page
|
|
|
|
// Global Mailform Output
|
|
#form-output-global.snackbars
|
|
|
|
// PhotoSwipe Gallery
|
|
.pswp(tabindex="-1" role="dialog" aria-hidden="true")
|
|
.pswp__bg
|
|
.pswp__scroll-wrap
|
|
.pswp__container
|
|
.pswp__item
|
|
.pswp__item
|
|
.pswp__item
|
|
.pswp__ui.pswp__ui--hidden
|
|
.pswp__top-bar
|
|
.pswp__counter
|
|
|
|
button.pswp__button.pswp__button--close(title="Close (Esc)")
|
|
button.pswp__button.pswp__button--share(title="Share")
|
|
button.pswp__button.pswp__button--fs(title="Toggle fullscreen")
|
|
button.pswp__button.pswp__button--zoom(title="Zoom in/out")
|
|
.pswp__preloader
|
|
.pswp__preloader__icn
|
|
.pswp__preloader__cut
|
|
.pswp__preloader__donut
|
|
.pswp__share-modal.pswp__share-modal--hidden.pswp__single-tap
|
|
.pswp__share-tooltip
|
|
|
|
button.pswp__button.pswp__button--arrow--left(title="Previous (arrow left)")
|
|
|
|
button.pswp__button.pswp__button--arrow--right(title="Next (arrow right)")
|
|
.pswp__caption
|
|
.pswp__caption__cent
|
|
|
|
// Java script
|
|
script(src="js/core.min.js")
|
|
script(src="js/script.js")
|
|
|