-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
44 lines (43 loc) · 1.93 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
---
title: Uh oh, the resource you requested isn't here
category: Oops!
layout: layouts/base.html
permalink: 404.html
eleventyExcludeFromCollections: true
description: "Uh oh, the resource you requested isn't here. Sorry."
theme: 1
---
<div class="portfolio-blog-pages">
<div class="static-content-page portfolio-bloglist-wrapper">
<div class="banner-bg newspage-wrapper">
<div class="banner-bg-gradient padding-y-2" style="background-image: url(../assets/images/homepage-gradient-bg.jpg)">
{% include "components/gradient-bg-image.html" %}
<section class="grid-container header-section usa-section" aria-label="Introduction">
<h1>{{ title }}</h1>
<h2>We can’t find the page you requested. But at 10x, we believe in smart experimentation and trying to make a difference.</h2>
<h3>{{ category }}</h3>
</section>
</div>
</div>
<section class="usa-section grid-container">
<div class="grid-row">
<div class="desktop:grid-col-8 usa-prose usa-layout-docs" id="main-content">
<aside class="pull-quote">
An inventor fails 999 times, and if he succeeds once, he's in. He treats his failures simply as practice shots.
<span class="author">- Charles F. Kettering</span>
</aside>
<h4 class="font-sans-sm">Be the one in 1,000. See if these help:</h4>
<ul class="list">
<li><a href="{{ '/' | url }}">10x home</a></li>
<li><a href="{{ '/investments/' | url }}">Investments</a></li>
<li><a href="{{ '/about/' | url }}">About</a></li>
<li><a href="{{ '/news/' | url }}">News</a></li>
</ul>
</div>
</div>
<p id="return-to-top-wrapper" class="usa-identifier__required-links-item return-to-top margin-bottom-5">
<a class="usa-link" href="#top">{{ return-to-top_text }}</a>
</p>
</section>
</div>
</div>