forked from UN-OCHA/styleguide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
34 lines (31 loc) · 1.66 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
---
title: Page Not Found
permalink: /404.html
---
<div class="cd-container sg-container">
<div class="sg-page-header">
<h1>404: Page Not Found</h1>
<p><strong>The URL you loaded doesn't exist.</strong> We apologize for the inconvenience. If you believe this is a problem with the styleguide, <a id="gh-issue-404" target="_blank" rel="noopener" href="https://github.com/UN-OCHA/styleguide/issues/new">please file an issue on GitHub</a></p>
<p>The guide is a living document created to meet the needs of OCHA's developers and designers. If you have any feedback, questions or comment please contact <a href="mailto:[email protected]">[email protected]</a>.</p>
<script>
var href = document.querySelector('#gh-issue-404').getAttribute('href');
document.querySelector('#gh-issue-404').setAttribute('href', href + '?title=404+on+styleguide&body=' + encodeURI(window.location) + '+results+in+404+on+official+styleguide');
</script>
</div>
<div class="sg-list">
<div class="sg-list__item">
<h2 class="sg-list__sub-heading">Common Design</h2>
<p>A unified design system for OCHA platforms.</p>
<p><a href="{{ site.baseurl }}/common-design">Common Design</a></p>
</div>
<div class="sg-list__item">
<h2 class="sg-list__sub-heading">OCHA Basic Drupal Theme</h2>
<p>OCHA Basic is a minimal starter theme for Drupal incorporating the Common Design header and footer.</p>
<p><a href="{{ site.baseurl }}/ocha">OCHA Basic theme</a></p>
</div>
<div class="sg-list__item">
<h2 class="sg-list__sub-heading">Shared libraries</h2>
<p><a href="{{ site.baseurl }}/icons">Icon library</a></p>
</div>
</div>
</div>