-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.region
73 lines (54 loc) · 3.08 KB
/
header.region
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html style="background-color: black;">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{website.siteTitle} | {collection.title}</title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="https://vjs.zencdn.net/5-unsafe/video-js.css" />
<link rel="stylesheet" type="text/css" href="https://cloud.typography.com/6811694/6939152/css/fonts.css" />
<!--yxyxyx-->
<squarespace:script combo="true" src="libs/bowser.min.js" />
<squarespace:script combo="true" src="libs/jquery-2.1.0.min.js" />
<squarespace:script combo="true" src="libs/greensock/TweenMax.min.js" />
<squarespace:script combo="true" src="libs/greensock/ScrollToPlugin.js" />
<squarespace:script combo="true" src="libs/fastclick.js" />
<squarespace:script combo="true" src="libs/lodash.js" />
<squarespace:script combo="true" src="libs/scrollMonitor.js" />
<squarespace:script combo="true" src="libs/gradientmaps.min.js" />
<squarespace:script combo="true" src="libs/isotope.pkgd.min.js" />
<squarespace:script combo="true" src="libs/jquery.touchSwipe.min.js" />
<squarespace:script src="custom/namespaces.js" />
<squarespace:script src="custom/global_functions.js" />
<squarespace:script src="custom/AjaxSearch.js" />
<squarespace:script src="custom/ScrollHeader.js" />
<squarespace:script src="custom/Preloader.js" />
<squarespace:script src="custom/ScrollPoster.js" />
<squarespace:script src="custom/ParallaxPoster.js" />
<squarespace:script src="custom/ImageGallery.js" />
<squarespace:script src="custom/CanvasPainter.js" />
<squarespace:script src="custom/SVGClipper.js" />
<squarespace:script src="custom/FieldTracker.js" />
<squarespace:script src="custom/Parallaxer.js" />
<squarespace:script src="custom/ClipGrid.js" />
<squarespace:script src="custom/page-hero.js" />
<squarespace:script src="custom/page-gallery.js" />
{squarespace-headers}
<squarespace:query collection="episodes">
<script>var _episodes={items|json-pretty};</script>
</squarespace:query>
</head>
<body id="{squarespace.page-id}" class="{squarespace.page-classes}{.if item}{.section item}{.if productType}{.or}{.main-image?} has-banner-image item-main-image{.end}{.end}{.end}{.or}{.section collection}{.collectionTypeNameEquals? index}{.section collections}{.section 0}{.main-image?} has-banner-image index-page{.end}{.end}{.end}{.or}{.main-image?} has-banner-image general-page{.end}{.end}{.end}{.end}">
<div class="page">
<squarespace:navigation navigationId="staticNav" template="static-nav" />
<div class="sticky-header">
{@|apply nav-search-overlay.block}
<a href="{website.baseUrl}" class="logo">{@|apply svg-logo-small-dark.block}</a>
<div class="burger">
<div class="inner">
<span class="line"></span>
<span class="line middle"></span>
<span class="line"></span>
</div>
</div><!-- .burger -->
</div><!-- .sticky-header -->