-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
196 lines (176 loc) · 6.27 KB
/
index.html
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html itemscope>
<head>
<meta charset="utf-8">
<!-- Name of your theme -->
<title>Cumberland</title>
<meta itemprop="palette" content="palette-default" title="Blue" data-preview="#0e8cd9">
<meta itemprop="palette" content="palette-custom" title="Custom" data-preview="custom">
<!-- Add any styles your theme requires here -->
<link rel="stylesheet/less" type="text/css" href="/styles/main.less">
<meta itemprop="dummyImageCategory" content="Landscapes">
<meta itemprop="dummyContentLength" content="short">
<meta itemprop="backgroundContainer" content=".columnizer-row:first-child">
<meta itemprop="defaultBackground" content="/images/coffee_shop_bg_optim.jpg" data-width="1600" data-height="1067" data-position="nw" data-style="fill" data-color="#eee">
<!-- This script loads the Populr theming engine. Populr will automatically remove it at runtime. -->
<script src="http://populr.me/assets/developers/themer.js"></script>
<!-- Add any javscript your theme requires here -->
<script src="/js/main.js"></script>
</head>
<body>
<!-- Put your theme's HTML inside this script tag. The script tag will
prevent issues with quote escaping and invalid markup. -->
<script id="theme" type="text/x-handlebars-template">
<div id="header">
{{logo}}
{{{title}}}
</div>
{{#region "columnizer" id="main-region" max_cols="3" max_auto_assets="0" dummy_content="I-1|D-3|D-1,D-1|D-1,D-1,D-1|I-1,I-1,I-1|T-1,T-1|I-1,I-1|I-1,I-1,I-1|T-1"}}
{{#asset "text" size="1"}}
{{{title}}}
{{{body}}}
{{/asset}}
{{#asset "text" size="2"}}
{{{title}}}
{{{body}}}
{{/asset}}
{{#asset "text" size="3"}}
{{{title}}}
{{{body}}}
{{/asset}}
{{#asset "imagegroup" size="1"}}
{{{title}}}
<div id="image-wrapper">
{{#if lightbox_enabled}}
<span><i class="cumberland-icon cumberland-icon-magnify"/></span>
{{/if}}
{{{imageslider images width="700" height="378"}}}
</div>
<div class="text">
{{{description}}}
</div>
{{/asset}}
{{#asset "imagegroup" size="2"}}
{{{title}}}
<div id="image-wrapper">
{{#if lightbox_enabled}}
<span><i class="cumberland-icon cumberland-icon-magnify"/></span>
{{/if}}
{{{imageslider images width="340" height="210" crop-single="true"}}}
</div>
<div class="text">
{{{description}}}
</div>
{{/asset}}
{{#asset "imagegroup" size="3"}}
<div id="image-wrapper">
{{#if lightbox_enabled}}
<span><i class="cumberland-icon cumberland-icon-magnify"/></span>
{{/if}}
{{{imageslider images width="220" height="147" crop-single="true"}}}
</div>
{{#if_or title_visible description_visible}}
<div class="text">
{{{title}}}
{{{description}}}
</div>
{{/if_or}}
{{/asset}}
{{#asset "documentgroup" size="1"}}
<div class="document-text">
{{{title}}}
{{{description}}}
</div>
<ul class="documents">
{{#documents}}
<li>
<a href="{{original_url}}" title="Download {{title}}">
<i class="cumberland-icon cumberland-icon-file"></i>
<div class="meta">
<p class="title">{{title}}</p>
<p class="filesize">{{{format_file_size source_file_size precision=0}}}</p>
</div>
<div class="download">
<span class="btn btn-large"><i class="cumberland-icon cumberland-icon-download"></i><span class="download-text"><span class="download-spacing"> </span>download</span></span>
</div>
</a>
</li>
{{/documents}}
</ul>
{{/asset}}
{{#asset "documentgroup" size="2"}}
<div class="document-text">
{{{title}}}
{{{description}}}
</div>
<ul class="documents">
{{#documents}}
<li>
<a href="{{original_url}}" title="Download {{title}}">
<i class="cumberland-icon cumberland-icon-file"></i>
<div class="meta">
<p class="title">{{title}}</p>
<p class="filesize">{{{format_file_size source_file_size precision=0}}}</p>
</div>
<div class="download">
<span class="btn btn-large"><i class="cumberland-icon cumberland-icon-download"></i><span class="download-text download-text-ie"><span class="download-spacing"> </span>download</span></span>
</div>
</a>
</li>
{{/documents}}
</ul>
{{/asset}}
{{#asset "documentgroup" size="3"}}
<div class="document-text">
{{{title}}}
{{{description}}}
</div>
<ul class="documents">
{{#documents}}
<li>
<a href="{{original_url}}" title="Download {{title}}">
<div class="meta">
<p class="title">{{title}}</p>
<p class="filesize">{{{format_file_size source_file_size precision=0}}}</p>
</div>
<div class="download">
<span class="btn btn-large"><i class="cumberland-icon cumberland-icon-download"></i></span>
</div>
</a>
</li>
{{/documents}}
</ul>
{{/asset}}
{{#asset "embedgroup" size="1" width="700"}}
{{{title}}}
{{#embeds}}
<div class="embed">{{{html}}}</div>
{{/embeds}}
<div class="text">
{{{description}}}
</div>
{{/asset}}
{{#asset "embedgroup" size="2" width="340"}}
{{{title}}}
{{#embeds}}
<div class="embed">{{{html}}}</div>
{{/embeds}}
<div class="text">
{{{description}}}
</div>
{{/asset}}
{{#asset "embedgroup" size="3" width="220"}}
{{#embeds}}
<div class="embed">{{{html}}}</div>
{{/embeds}}
<div class="text">
{{{title}}}
{{{description}}}
</div>
{{/asset}}
{{/region}}
{{{sharing}}}
{{{pop_links}}}
</script>
</body>
</html>