forked from opencompany/opencompany.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
118 lines (89 loc) · 3.39 KB
/
index.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
<!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 pledge to maximize operational transparency and 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.007.css">
<link rel="stylesheet" href="/fonts/leaguegothic.css">
<link rel="alternate" type="application/atom+xml" title="Atom"
href="http://www.opencompany.org/atom.xml">
<title>Home - 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 class="current"
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="homepage">
<img src="img/oci.svg" width="20%">
<h1>The Open Company Initiative</h1>
<div class="teaser">
Maximizing trust through genuine<br>
corporate transparency and openness
<ul class="nav">
<li>
<a href="/about/">
About the Initiative
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer">
<ul class="nav language">
<li><a href="/">en</a></li>
<li><a href="/fr">fr</a></li>
</ul>
<ul class="nav">
<li><a class="current"
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>
<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>