Browse code

Created repository.

DoubleBastionAdmin authored on 02/03/2022 00:26:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,64 @@
1
+---
2
+layout: base
3
+title: Oh noes!
4
+relative_path: ../../
5
+---
6
+
7
+<div class="container">
8
+  <div class="row margin-top-xl">
9
+
10
+    <div class="col-lg-7">
11
+      <div class="well well-lg margin-bottom-xl">
12
+        <h1 class="page-header text-danger">
13
+          <i class="fa fa-exclamation-triangle"></i>
14
+          Oh Noes!
15
+        </h1>
16
+
17
+        <p class="lead">
18
+          <strong>Something bad happened on our end when sending your embed code.</strong>
19
+        </p>
20
+
21
+        <p>
22
+          We've already been notified and are looking into it. Hang tight for just a bit and we should have things fixed up shortly.
23
+        </p>
24
+      </div>
25
+    </div>
26
+
27
+    <div class="col-lg-4 col-lg-offset-1">
28
+
29
+      <ol class="list-unstyled gg gg-top">
30
+        <li class="gg-row">
31
+          <div class="gg-col">
32
+            <i class="fa fa-refresh fa-2x margin-right-lg text-muted"></i>
33
+          </div>
34
+          <div class="gg-col">
35
+            <h3 class="text-lg text-muted">If at first you don't succeed&hellip;</h3>
36
+
37
+            <p>
38
+              We'll be taking a look into things. But in the meantime, it may not hurt to <a href="{{ page.relative_path }}get-started/#get-started-cdn">try to request an embed code again</a>.
39
+            </p>
40
+
41
+            <hr class="hr-lg m-xs-y-lg">
42
+          </div>
43
+        </li>
44
+
45
+        <li class="gg-row">
46
+          <div class="gg-col">
47
+            <i class="fa fa-hourglass-end fa-2x margin-right-lg text-muted"></i>
48
+          </div>
49
+          <div class="gg-col">
50
+            <h3 class="text-lg text-muted">Been a while?</h3>
51
+
52
+            <p>
53
+              Still stuck and haven't heard from us? Let us know something is up.
54
+            </p>
55
+
56
+            <a href="mailto:cdn@fontawesome.com" class="btn btn-success btn-lg">
57
+              Contact us!
58
+            </a>
59
+          </div>
60
+        </li>
61
+      </ol>
62
+    </div>
63
+  </div>
64
+</div>