-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboilerplates.html
372 lines (357 loc) · 19.5 KB
/
boilerplates.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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>Brutalist Framework || Templates</title>
<meta name="description" content="Free responsive brutalist HTML boilerplate templates." />
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@brutalistfwk">
<meta name="twitter:title" content="Brutalist Framework || Themes">
<meta name="twitter:description" content="Free responsive brutalist HTML boilerplate templates.">
<meta name="twitter:creator" content="@brutalistfwk">
<!-- Twitter Summary card images must be at least 120x120px -->
<meta name="twitter:image" content="http://www.brutalistframework.com/core/files/images/bf-cover-2-1.jpg">
<!-- Open Graph data -->
<meta property="og:title" content="Brutalist Framework || Templates" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.brutalistframework.com" />
<meta property="og:image" content="http://www.brutalistframework.com/core/files/images/bf-cover-2-1.jpg" />
<meta property="og:description" content="Free responsive brutalist HTML boilerplate templates." />
<meta property="og:site_name" content="Brutalist Framework" />
<!-- Icons -->
<link rel="shortcut icon" href="core/files/icons/bf44.png" type="image/x-icon" />
<link rel="icon" href="core/files/icons/bf15.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="core/files/icons/bf57.png" />
<!-- CORE CSS -->
<!--<link href="core/css/dev/core.css" type="text/css" rel="stylesheet" media="all"/>-->
<link href="core/css/brutalist.min.css" type="text/css" rel="stylesheet" media="all"/>
<!-- BELL -->
<link href="core/bell/css/bell.css" type="text/css" rel="stylesheet" media="all" />
<!-- Theme CSS -->
<link href="theme/default/css/theme.css" type="text/css" rel="stylesheet" media="all" />
</head>
<body class="black">
<header class="container-fluid triangle-light anim-bg-neon stack-base">
<div class="row"><div class="col-sm-12"><div class="container-1200">
<div class="row no-padding stack1 content" id="scrolltop">
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-3 no-padding">
<a href="index.html"><img class="large-thumb crop circle brdr-s-k red-border invert-hover" src="core/files/images/brutalist-framework.jpg" alt="Brutalist Framework" /></a>
</div>
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-9 no-padding lucida-text">
<h1 class="page-title border-solid-thick red-border courier-new-text fittext-h1 white-text baffle-prolonged">Boilerplates</h1>
<div class="page-desc border-solid-thick red-border rice-text">
<h2 class="flow-text baffle">Starter Templates</h2><br />
<p>Starting point templates for your next project.</p>
</div>
</div>
</div>
</div></div></div>
</header>
<div class="monochrome-gradient">
<div class="container-1200 no-padding white">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-9 no-padding">
<!-- MEGAMENU -->
<div class="menu-container glued stack-top">
<div class="menu lucida bold">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#core">CORE</a>
<ul>
<li><a href="flavors.html">Flavors</a></li>
<li><a href="butch.html">BUTCH</a></li>
<li><a href="buix.html">BUIX</a></li>
<li><a href="bfx.html">BFX</a></li>
<li><a href="grid.html">Grid</a></li>
<li><a href="rebar.html">ReBAR</a></li>
<li><a href="bicons.html">bIcons</a></li>
</ul>
</li>
<li><a href="bell.html">BELL</a>
<ul>
<li><a href="bell.html#me">Media Elements</a>
<ul>
<li><a href="bell.html#audio">Audio Player</a></li>
<li><a href="bell.html#gif">Gif Player</a></li>
<li><a href="bell.html#vp">Video Player</a></li>
</ul>
</li>
<li><a href="bell.html#ie">Interface Elements</a>
<ul>
<li><a href="bell.html#megamenu">Megamenu</a></li>
<li><a href="bell.html#printer">Printer</a></li>
<li><a href="bell.html#ei">Exit Intent</a></li>
</ul>
</li>
<li><a href="bell.html#ce">Content Elements</a>
<ul>
<li><a href="bell.html#timeline">Timeline</a></li>
<li><a href="bell.html#presenter">Presenter</a></li>
<li><a href="bell.html#piss">PISS</a></li>
</ul>
</li>
<li><a href="bell.html#biscuit">BISCUIT</a>
<ul>
<li><a href="bell.html#age">Age Verify</a></li>
<li><a href="bell.html#cc">Cookie Consent</a></li>
<li><a href="bell.html#pl">PageLock</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="boilerplates.html">Boilerplates</a></li>
<li><a href="https://github.com/pinecreativelabs/Brutalist-Framework/wiki" target="_blank">About</a>
<ul>
<li><a href="https://github.com/pinecreativelabs/Brutalist-Framework/wiki/Roadmap" target="_blank">Roadmap</a></li>
<li><a href="https://github.com/pinecreativelabs/Brutalist-Framework" target="_blank">Github Repository</a></li>
<li><a href="https://twitter.com/brutalistfwk" target="_blank">Twitter</a></li>
</ul>
</li>
</ul>
</div>
</div>
<!-- END MEGAMENU -->
<div class="padding">
<p class="flow-text">Boilerplates are conceptual starter project templates that are included with Brutalist Framework. They live in the <strong>/bp</strong> folder. They are also examples of what could be done with some of the <em>BELL</em> and core components.</p>
<h3 class="red-text courier-new" id="mrktg">Marketing & Commerce</h3>
<ul class="flow-text lucida brutal">
<li><a href="bp/email.html" target="_blank">Email Boilerplate</a></li>
<li><a href="bp/leads.html" target="_blank">Lead Capture</a></li>
<!--<li><a href="bp/catalog.html" target="_blank">Commerce Catalog</a></li>-->
</ul>
<p class="padding"></p>
<hr class="thick tomato" />
<h3 class="red-text courier-new" id="mmedia">Multimedia</h3>
<ul class="flow-text lucida brutal">
<!--<li><a href="bp/media-gallery.html" target="_blank">Media Gallery</a></li>-->
<li><a href="bp/microblog.html" target="_blank">Microblog</a></li>
<li><a href="bp/social.html" target="_blank">Social</a></li>
</ul>
<p class="padding"></p>
<hr class="thick tomato" />
<h3 class="red-text courier-new" id="crtv">Creative</h3>
<ul class="flow-text lucida brutal">
<li><a href="bp/horror.html" target="_blank">Horror</a></li>
<li><a href="bp/vaporwave.html" target="_blank">Vaporwave</a></li>
<li><a href="bp/ratedx.html" target="_blank">Rated X</a> <span class="red-t">(18+)</span></li>
</ul>
<p class="padded"></p>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-3 no-padding black">
<img src="theme/default/files/images/gelora/grainy-meditation.jpg" alt="Boilerplates" class="responsive" style="margin-bottom: -6px;" />
<div class="glued">
<div class="row">
<div class="col-xs-12 no-padding">
<nav class="simple blue">
<ul class="courier-new-text flow-text lime-text">
<li class="invert-hover"><a href="#mrktg" class="lime-text">Marketing</a></li>
<li class="invert-hover"><a href="#mmedia" class="lime-text">Multimedia</a></li>
<li class="invert-hover"><a href="#crtv" class="lime-text">Creative</a></li>
</ul>
</nav>
</div>
</div>
<a href="#scrolltop" class="lime invert-hover bold black-t scrolltop lucida">Back to Top ↑</a>
<footer class="jagged gray">
<a href="http://eepurl.com/cEW1RX" target="_blank">
<div class="sweden-gradient padded invert-hover">
<h5 class="lucida white-t"><i class="bi bi-amp"></i>Brutal Blast /<span class="blink-182">/</span>/<span class="blink">/</span>/</h5>
<p class="bold">Subscribe to our e-newsletter. <span class="bigger">»</span></p>
</div>
</a>
<div class="padding vanilla-bean-text arial">
<p>A <a href="http://www.pinecreativelabs.com" target="_blank" class="green yellow-text invert-hover">Pine Creative Labs</a> production</p>
<p>Developer: <a href="https://www.linkedin.com/in/bradfogelstrom" target="_blank"><span class="blue yellow-text invert-hover">Brad Fogelstrom</span></a></p>
<ul class="tags">
<li><a href="http://www.twitter.com/brutalistfwk" target="_blank" class="btn white-text blue-candy hue-hover"><strong>Twitter</strong></a></li>
<li><a href="https://github.com/pinecreativelabs/Brutalist-Framework" target="_blank" class="btn black white-text invert-hover"><strong>GitHub</strong></a></li>
</ul>
<p class="white-t tahoma"><small>Brutalist Framework © 2020</small></p>
</div>
</footer>
</div>
</div>
</div>
</div>
</div>
<!-- Sticky Download Box -->
<div class="sticky-cta sticky-bottom-right stack-middle virgin jagged2 center" style="padding: 8px; max-width: 180px;">
<nav class="simple bold">
<ul class="lucida flow-text">
<li class="invert-hover"><a href="#core"><i class="bi bi-heart"></i> CORE</a></li>
<li class="invert-hover"><a href="#bell"><i class="bi bi-amp"></i> BELL</a></li>
<li class="invert-hover"><a href="#boilers"><i class="bi bi-heat"></i> BP</a></li>
<li class="invert-hover"><a href="#moar">+ MORE</a></li>
</ul>
</nav>
<a href="#download" data-modal-open>
<div class="skew sweden btn invert-hover">
<p class="skew-right"><span class="flow-text impact">Download</span><br /><span class="lucida"><small>version 2.1</small></span></p>
</div></a>
</div>
<!-- Download Modal -->
<div id="download" style="display:none;">
<div class="container monochrome infinitile" style="max-width: 468px;">
<div class="row">
<div class="col-sm-12 no-padding">
<div class="padded lucida">
<h4>Begin the <span class="blink red-t">Brutality</span></h5>
<p>Released <strong>10/13/2020</strong></p>
<p class="bigger bold"><a href="http://www.brutalistframework.com/versions/Brutalist_Framework_2.1.zip" target="_blank" class="btn full-btn sweden invert-hover">Download 2.1</a></p><hr class="jagged-rule-dark" />
<p style="font-size: 1.15em;"><strong><span style="font-size: 1.3em;">Legacy Versions</span></strong><br />
<a href="http://www.brutalistframework.com/versions/Brutalist_Framework_2.0.zip" target="_blank">2.0.2.0</a> (released 2/20/2020)<br />
<a href="http://www.brutalistframework.com/versions/Brutalist_Framework_1.9.zip" target="_blank">1.9</a> (legacy)<br /><br /></p>
</div>
</div>
</div>
</div>
</div>
<!-- Initiate and display modal itself -->
<div class="modal">
<div class="modal-inner draggable"><!-- Remove "draggable" class to prevent modals from being moveable -->
<span data-modal-close>×</span>
<div class="modal-content"></div>
</div>
</div>
<!-- Core Components Modal -->
<div id="core" class="modal-lite fullscreen">
<div class="modal-content aboutbf infinitile">
<div class="modal-head center"><h2 class="red-t courier-new black-t-s bold">CORE Components</h2></div>
<div class="modal-content-body center">
<p class="flow-text black-t red-t-s lucida" style="margin-bottom: 1em;"></p>
<div class="block-wrap stretch">
<a href="butch.html" class="block b25 padded circle monogradient invert-hover box-shadow-double white-t">
<img src="theme/default/files/images/gelora/brutal-mood-4.jpg" class="crop circle small-thumb brdr-s-k blue-b" alt="BUTCH" />
<span class="red circle black-t white-t-s flow-text">BUTCH</span><br />
<small>Brutalist Utility & Typography Class Helpers</small><br /><br />
</a>
<a href="bfx.html" class="block b25 padded circle monogradient invert-hover white-t box-shadow-double">
<img src="theme/default/files/images/kitty/bfx-kat.jpg" class="crop circle small-thumb brdr-s-k blue-b" alt="BFX" />
<span class="red circle white-t-s black-t flow-text">BFX</span><br />
<small>Brutal Effects</small><br /><br />
</a>
<a href="buix.html" class="block b25 padded circle monogradient invert-hover box-shadow-double white-t">
<img src="theme/default/files/images/gelora/backup-sq.jpg" class="crop circle small-thumb brdr-s-k blue-b" alt="BUIX" />
<span class="red circle white-t-s black-t flow-text">BUIX</span><br />
<small>Brutal User Interface & Experience</small><br /><br />
</a>
<a href="grid.html" class="block b25 padded circle monogradient invert-hover box-shadow-double white-t">
<img src="theme/default/files/images/gelora/fenced.jpg" class="crop circle small-thumb brdr-s-k blue-b" alt="Grids" />
<span class="red circle white-t-s black-t flow-text">Grid</span><br />
<small>B3Grid & Flexbox Grid</small><br /><br />
</a>
<a href="flavors.html" class="block b33 padded circle monogradient invert-hover box-shadow-double white-t">
<img src="theme/default/files/images/gelora/crazy-grin.jpg" class="crop circle small-thumb brdr-s-k blue-b" alt="Flavors" />
<span class="red circle white-t-s black-t flow-text">Flavors</span><br />
<small>Color Classes Library</small><br /><br />
</a>
<a href="rebar.html" class="block b33 padded circle monogradient invert-hover box-shadow-double white-t">
<img src="theme/default/files/images/gelora/rebar.jpg" class="crop circle small-thumb brdr-s-k blue-b" alt="Rebar" />
<span class="red circle white-t-s black-t flow-text">ReBAR</span><br />
<small>Responsive Breakpoint Assisstance Reference</small><br /><br />
</a>
<a href="bicons.html" class="block b33 padded circle monogradient invert-hover box-shadow-double white-t">
<img src="theme/default/files/images/kitty/anarchistkat-sq.jpg" class="crop circle small-thumb brdr-s-k blue-b" alt="bIcons" />
<span class="red circle white-t-s black-t flow-text">bIcons</span><br />
<small>Brutal Icons</small><br /><br />
</a>
</div>
</div>
<div class="modal-footer"><a href="#return1" class="btn large-btn black platinum-t">CLOSE</a></div>
</div>
<div class="overlay"></div>
</div>
<!-- BELL Modal -->
<div id="bell" class="modal-lite fullscreen">
<div class="modal-content anim-bg-hot">
<div class="modal-head center"><h2 class="lemon-t courier-new black-t-s bold blue circle"><i class="bi bi-amp"></i> BELL</h2></div>
<div class="modal-content-body scroll-y center">
<div class="container"><div class="row"><div class="col-sm-12">
<h3 class="fittext-h3 blue-t black-t-s impact">Brutal Extension Element Library</h3>
<p class="flow-text lucida">A collection of javascript plugins to further enhance user experience.</p>
<div class="double-col align-left">
<h4 class="impact">Media Elements</h4>
<ul class="flow-text triangle">
<li><a href="bell.html#audio" class="link bold">Audio Player</a></li>
<li><a href="bell.html#gif" class="link bold">GIF Player</a></li>
<li><a href="bell.html#vp" class="link bold">Video Player</a></li>
</ul>
<h4 class="impact">Interface Elements</h4>
<ul class="flow-text triangle">
<li><a href="bell.html#megamenu" class="link bold">MegaMenu</a></li>
<li><a href="bell.html#printer" class="link bold">Printer</a></li>
<li><a href="bell.html#ei" class="link bold">Exit Intent</a></li>
</ul>
<h4 class="impact">Content Elements</h4>
<ul class="flow-text triangle">
<li><a href="bell.html#timeline" class="link bold">Timeline</a></li>
<li><a href="bell.html#presenter" class="link bold">Presenter</a></li>
<li><a href="bell.html#piss" class="link bold">PISS</a></li>
</ul>
<h4 class="impact">BISCUIT</h4>
<ul class="flow-text triangle">
<li><a href="bell.html#age" class="link bold">Age Verify</a></li>
<li><a href="bell.html#cc" class="link bold">Cookie Consent</a></li>
<li><a href="bell.html#pl" class="link bold">PageLock</a></li>
</ul>
</div>
</div></div></div>
</div>
<div class="modal-footer"><a href="#return1" class="btn large-btn black platinum-t">CLOSE</a></div>
</div>
<div class="overlay"></div>
</div>
<!-- Boilerplates Modal -->
<div id="boilers" class="modal-lite fullscreen">
<div class="modal-content bpmodal">
<div class="modal-head center"><h2 class="deep-orange-t courier-new black-t-s bold"><i class="bi bi-heat"></i> Boilerplates</h2></div>
<div class="modal-content-body">
<div class="container-fluid"><div class="row"><div class="col-xs-12 col-sm-12 col-md-8 col-lg-8">
<p class="fittext fire-t impact black-t-s">Starting point templates</p>
<ul class="flow-text brutal lucida white-t-s">
<li><a href="bp/email.html" target="_blank" class="link">Email Boilerplate</a></li>
<li><a href="bp/leads.html" target="_blank" class="link">Lead Capture</a></li>
<!--<li><a href="bp/catalog.html" target="_blank" class="link">Commerce Catalog</a></li>
<li><a href="bp/media-gallery.html" target="_blank" class="link">Media Gallery</a></li>-->
<li><a href="bp/microblog.html" target="_blank" class="link">Microblog</a></li>
<li><a href="bp/social.html" target="_blank" class="link">Social</a></li>
<li><a href="bp/horror.html" target="_blank" class="link">Horror</a></li>
<li><a href="bp/vaporwave.html" target="_blank" class="link">Vaporwave</a></li>
<li><a href="bp/ratedx.html" target="_blank" class="link">Rated X</a> <span class="red-t">(18+)</span></li>
</ul>
</div><div class="col-xs-12 col-sm-12 col-md-4 col-lg-4"></div></div></div>
</div>
<div class="modal-footer"><a href="#return1" class="btn large-btn black platinum-t">CLOSE</a></div>
</div>
<div class="overlay"></div>
</div>
<!-- Moar Modal -->
<div id="moar" class="modal-lite fullscreen">
<div class="modal-content shades">
<div class="modal-head center"><h2 class="red-t courier-new black-t-s bold">+ More</h2></div>
<div class="modal-content-body center">
<div class="container-1200"><div class="row"><div class="col-sm-12"><p class="padded"></p>
<p class="fittext helvetica black-t-s navy"><a href="http://eepurl.com/cEW1RX" target="_blank" class="orange-t invert-hover">Join <i class="bi bi-amp"></i> Brutal Blast »</a><br />
<small><span class="white-t">Subscribe to our e-Newsletter</span></small></p>
<p class="fittext lucida black-t-s"><a href="https://github.com/pinecreativelabs/Brutalist-Framework/wiki/Roadmap" target="_blank" class="mono invert-hover">Roadmap</a></p>
<p class="fittext impact black-t-s"><a href="https://www.concrete5.org" target="_blank" class="charcoal smoke-t invert-hover">Concrete5 CMS</a></p>
<p class="fittext tahoma black-t-s"><a href="http://www.bradfogelstrom.com" target="_blank" class="sweden invert-hover">BradFogelstrom.com</a></p>
<p class="padded"></p>
</div></div></div>
</div>
<div class="modal-footer"><a href="#return1" class="btn large-btn black platinum-t allcaps">CLOSE</a></div>
</div>
<div class="overlay"></div>
</div>
<!-- Scripts-->
<script src="core/js/jquery.3.js"></script>
<script src="core/js/brutalist.js"></script>
<script src="core/js/start.brutalizing.js"></script>
<!-- BELL -->
<script src="core/bell/js/bell.js"></script>
<!-- TRACKING -->
</body>
</html>