-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
130 lines (98 loc) · 3.76 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<meta property="og:image" content="http://www.opencompany.org/img/oci.svg" />
<meta property="og:url" content="http://www.opencompany.org/" />
<meta property="og:description" content="Our pledge: We who belong to the Open Company Initiative commit to openness as a defining element in how we create value." />
<meta property="og:title" content="The Open Company Initiative" />
<!-- new styles -->
<link rel="icon" type="image/png" href="/img/favicon.png">
<link rel="stylesheet" href="/css/main.008.css">
<link rel="alternate" type="application/atom+xml" title="Atom" href="http://www.opencompany.org/atom.xml">
<title>Not Found (404) - Open Company Initiative</title>
</head>
<body>
<div class="header">
<h1>
<a href="/">
<img src="/img/oci.svg" height="48" alt="The Open Company Institute" />
<span>The Open Company Initiative</span>
</a>
</h1>
<ul class="nav">
<li><a
href="/">Home</a></li>
<li><a
href="/about/">About</a></li>
<li><a
href="/directory/">Directory</a></li>
<li><a
href="/summit/">Summit</a></li>
<li><a
href="/blog/">Blog</a></li>
<li><a
href="/join/">Join</a></li>
</ul>
</div>
<div class="content">
<div class="page">
<h2>Not Found (404)</h2>
Sorry, this link is bad. :-(
</div>
</div>
<div class="footer">
<ul class="nav language">
<li><a href="/">en</a></li>
<li><a href="/fr">fr</a></li>
<li><a href="/pl">pl</a></li>
</ul>
<ul class="nav">
<li><a
href="/">Home</a></li>
<li><a
href="/about/">About</a></li>
<li><a
href="/directory/">Directory</a></li>
<li><a
href="/summit/">Summit</a></li>
<li><a
href="/blog/">Blog</a></li>
<li><a
href="/join/">Join</a></li>
</ul>
</div>
<div class="footer">
<ul class="nav">
<li><a href="https://discord.gg/MDffbaQ">Discord</a></li>
<li><a href="https://github.com/opencompany">GitHub</a></li>
<li><a href="https://twitter.com/OpenCompanyOrg">Twitter</a></li>
<li><a href="https://facebook.com/OpenCompanyInitiative">Facebook</a></li>
</ul>
</div>
<script>
var cb = function () {
var font = document.createElement('link'); font.rel = 'stylesheet';
font.href = "/fonts/leaguegothic.css";
var h = document.getElementsByTagName('head')[0];
h.parentNode.insertBefore(font, h);
};
var raf = requestAnimationFrame || mozRequestAnimationFrame ||
webkitRequestAnimationFrame || msRequestAnimationFrame;
if (raf) raf(cb);
else window.addEventListener('load', cb);
</script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-45598906-1', 'opencompany.org');
ga('send', 'pageview');
</script>
</body>
</html>