|
| 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> |
| 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">© 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> |
0 commit comments