-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
26 lines (23 loc) · 913 Bytes
/
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
---
layout: default
title: Our Partners
section_id: about us
---
<div class='non-parallax' style='background-image: url(/images/sliders/passage.jpg); color: #fff;'>
<div class='row'>
<div class='twelve columns'>
{% include section-header.html title="Page Not Found" tagline="But the information you're looking for still can be!" color="#fff" class="big" %}
</div>
</div>
<div class='four spacing'></div>
</div>
<div class='full'>
<div class="row">
<div class="large-12 columns middle">
<p>We've restructured our site to better reflect who we are and what we're working on and unfortunately this page got lost in the transition. Sorry!</p>
<p>Please explore this new version of the site by clicking on one of the menu items above to find the information you're looking for.
</p>
<p>Contact us if you still have questions.</p>
</div>
</div>
</div>