Skip to content

Commit 5815a4e

Browse files
committed
template
1 parent fd25284 commit 5815a4e

File tree

141 files changed

+18845
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+18845
-1
lines changed

.DS_Store

-2 KB
Binary file not shown.

404.html

+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
5+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
6+
<title>Brutalist Framework || 404 ERROR</title>
7+
<meta name="description" content="A simple framework for the brutalist web design trend." />
8+
9+
<!-- Icons -->
10+
<link rel="shortcut icon" href="files/icons/bf44.png" type="image/x-icon" />
11+
<link rel="icon" href="files/icons/bf15.ico" type="image/x-icon" />
12+
<link rel="apple-touch-icon" href="files/icons/bf57.png" />
13+
14+
<!-- CORE CSS -->
15+
<link href="core/css/dev/core.css" type="text/css" rel="stylesheet" media="all"/>
16+
<!--<link href="core/css/brutalist.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>-->
17+
<!-- BELL -->
18+
<link href="core/bell/css/bell.css" type="text/css" rel="stylesheet" media="all" />
19+
<!-- Theme CSS -->
20+
<link href="theme/default/css/theme.css" type="text/css" rel="stylesheet" media="all" />
21+
</head>
22+
<body>
23+
<div class="white">
24+
<div class="row">
25+
<div class="col-sm-12">
26+
<div class="solitary comfortable">
27+
<div class="skew red center box-shadow-double">
28+
<h1 class="fittext baffle-longer lucida-text lemon-text skew-right">404 ERROR</h1>
29+
<h2 class="fittext-compress lucida-text baffle-longer glitch lemon-text smallcaps">Page Not Found</h2>
30+
</div>
31+
<p class="black-text flow-text baffle-forever center">----------------</p>
32+
</div>
33+
</div>
34+
</div>
35+
<div class="container" style="margin-top: -50px;">
36+
<div class="row">
37+
<div class="col-sm-12 no-padding">
38+
<section class="blue-border border-dashed-thick center">
39+
<h3 class="lucida-text fittext-h3"><span class="baffle-forever">!</span>BRUTAL<span class="baffle-forever">!</span></h3>
40+
<p class="lucida-text flow-text"><a href="index.html" class="btn blue-border border-solid-thick throb heavy invert-hover blue-text">Go Home</a></p>
41+
</section>
42+
<p class="padding"></p>
43+
</div>
44+
</div>
45+
</div>
46+
</div>
47+
48+
<footer class="black padding">
49+
<div class="row">
50+
<div class="col-sm-12 no-padding">
51+
<p class="courier-new-text black-text flow-text center">
52+
<a href="https://github.com/pinecreativelabs/Brutalist-Framework" target="_blank"><span class="lime blue-text invert-hover">GITHUB PROJECT</span></a>&nbsp;
53+
<a href="http://www.twitter.com/brutalistfwk" target="_blank">@brutalistfwk</a>
54+
</p>
55+
<div class="jagged gray">
56+
<div class="row">
57+
<div class="col-sm-12 col-md-12 col-lg-4 no-padding">
58+
<div class="padding flow-text vanilla-bean-text arial-text">
59+
<p>A <a href="http://www.pinecreativelabs.com" target="_blank" class="green yellow-text invert-hover">Pine Creative Labs</a> production</p>
60+
<p>Developer: <a href="https://www.linkedin.com/in/bradfogelstrom" target="_blank"><span class="blue yellow-text invert-hover">Brad Fogelstrom</span></a></p>
61+
</div>
62+
</div>
63+
<div class="col-sm-12 col-md-12 col-lg-4 no-padding">
64+
<div class="padding flow-text vanilla-bean-text arial-text">
65+
<p>Interview on<br /><a href="http://www.brutalistwebsites.com/brutalistframework.com" target="_blank" class="white blue-text invert-hover">BrutalistWebsites.com</a>
66+
</div>
67+
</div>
68+
<div class="col-sm-12 col-md-12 col-lg-4 no-padding">
69+
<div class="padding arial-text vanilla-bean-text">
70+
<p class="flow-text">Contact us:</p>
71+
<ul class="tags">
72+
<li><a href="http://www.twitter.com/brutalistfwk" target="_blank" class="btn white-text blue-candy hue-hover"><strong>Twitter</strong></a></li>
73+
<li><a href="https://github.com/pinecreativelabs/Brutalist-Framework" target="_blank" class="btn black white-text invert-hover"><strong>GitHub</strong></a></li>
74+
</ul>
75+
</div>
76+
</div>
77+
</div>
78+
</div>
79+
<p class="center white-text lucida-text">&copy; 2020 <em>BrutalistFramework</em>. All rights reserved.</p>
80+
</div>
81+
</div>
82+
</footer>
83+
84+
<!-- Scripts-->
85+
<script src="core/js/jquery.js"></script>
86+
<script src="core/js/brutalist.js"></script>
87+
<script src="core/js/start.brutalizing.js"></script>
88+
89+
<!-- TRACKING -->
90+
91+
</body>
92+
</html>

LICENSE.txt

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
BITCHY License
2+
// The Brutal Intent to Create Homage to Yourself License
3+
//
4+
// Brutalist Framework
5+
// Author: Brad Fogelstrom
6+
// Copyright Year: 2020
7+
// Software Version: 2.1
8+
9+
Permission is granted, free of charge, to any person or organization obtaining a copy
10+
of this software and all associated digital files, including all images and other
11+
forms of media associated with Brutalist Framework, to revise, edit, manipulate,
12+
brutalize, and otherwise redistribute in any method or medium. Create homage to yourself!
13+
14+
All included source code is released under the MIT license, as stated as follows:
15+
16+
The MIT License (MIT)
17+
18+
Permission is hereby granted, free of charge, to any person obtaining a copy
19+
of this software and associated documentation files (the "Software"), to deal
20+
in the Software without restriction, including without limitation the rights
21+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22+
copies of the Software, and to permit persons to whom the Software is
23+
furnished to do so, subject to the following conditions:
24+
25+
The above copyright notice and this permission notice shall be included in all
26+
copies or substantial portions of the Software.
27+
28+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34+
SOFTWARE.

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Brutalist-Framework
2+
A framework for the brutalist web design trend.
3+
Version: 2.1
4+
![BF Cover](http://www.brutalistframework.com/core/files/images/bf-cover-2-1.jpg)
5+
## About
6+
_Brutalist Framework_ is a responsive framework exclusively for the popular brutalist web design trend. It is intended to be a boilerplate for creating simple brutalist websites.
7+
8+
When dealing with brutalism, we like to think of it as being CRUDE:
9+
* Cynically confrontational
10+
* Roughly raw and rugged
11+
* Uncomfortably ugly and unpolished
12+
* Deliberately daring and damaging
13+
* Extremely exasperated and embittered

0 commit comments

Comments
 (0)