-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
49 lines (45 loc) · 1.53 KB
/
404.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
---
layout: default
permalink: /404.html
---
<section id="global-header" style="background-image:url(/img/error-gif.webp);background-size:cover;padding:200px;background-attachment: inherit;">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>{{ page.title }}</h1>
<p>{{page.subtext}}</p>
</div>
</div>
</div>
</div>
</section>
<section id="intro" class="error">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-12">
<div class="block">
<div class="section-title">
<h2>Four Oh Four <br> Not What You're Looking For</h2>
<p>Let's go to a different find!</p>
<p>Now that you've landed here, we can set this URL to go to the right page.</p>
<p>While we fix this, check out our <a href="/letters/">letters</a> for our latest content.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>Get started</h2>
<p>Want to see how we'd approach your brand without commiting your whole advertising budget up front? Let us perform an audit and articulate our ideas as it pertains to your brand.</p>
<a class="btn btn-default btn-call-to-action" href="https://mkgmarketinginc.com/audit/" >Request an audit</a>
</div>
</div>
</div>
</div>
</section>