forked from codice/codice.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
147 lines (124 loc) · 6.4 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="en" class="no-js">
<!--<![endif]-->
<head>
<meta charset='utf-8' />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
<title>Home - Codice Foundation</title>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link href="assets/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35136374-3']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="assets/javascripts/modernizr.js" type="text/javascript"></script>
</head>
<body>
<div id="page_container">
<header id="header">
<div class="inner">
<a href="index.html" title="Codice Foundation" id="logo">
<img alt="Text_banner" src="assets/images/text_banner.png" />
</a>
<h2>A Public Code Conservancy</h2>
<!-- <a href="https://github.com/codice" class="button"><small>Follow me on</small>GitHub</a> -->
</div>
</header>
<section id="page">
<div class="inner clearfix">
<section id="main-content">
<h1>Welcome to the Codice Foundation</h1>
<p>The Codice Foundation is an industry-driven consortium of government, academia and industry providing infrastructure, support, education, and export control advice to communities of government-focused engineers and organizations operating open source projects.</p>
<p>Pro-tip: Codice is pronounced 'cō-diss'.</p>
<h2>Get Involved</h2>
<p>
<a href="https://groups.google.com/forum/?fromgroups#!forum/codice-foundation">Codice Foundation Google Group</a>
<br /> (This is the best starting place for now, until we get more web content going).
</p>
<p>Be a <a href="contributing.html" title="Contributing">contributor</a>!</p>
<p>Have a project?  Submit a <a title="Proposal Template" href="proposal.html">proposal</a>!</p>
<p>Find us at the various <a href="http://www.mil-oss.org" title="http://www.mil-oss.org" target="_blank">Mil-OSS</a> events and discuss!</p>
<h2>Contact</h2>
<p><a href="mailto:info@codicefoundation.org">info@codicefoundation.org</a> | (703)594-1770</p>
</section>
<aside id="sidebar">
<nav id='menu' class='menu'>
<ul>
<li class='selected first'>
<a href="index.html">Home</a>
<ul class='clearfix'>
<li class='first last'>
<a href="about.html">About</a></li>
</ul>
</li>
<li>
<a href="governance.html">Governance</a>
<ul class='clearfix'>
<li class='first'>
<a href="board.html">The Board</a></li>
<li class='last'>
<a href="roles.html">Roles</a></li>
</ul>
</li>
<li>
<a href="contributing.html">Contributing</a>
<ul class='clearfix'>
<li class='first'>
<a href="agreements.html">Agreements</a></li>
<li class='last'>
<a href="proposal.html">Proposal Template</a></li>
</ul>
</li>
<li>
<a href="incubation.html">Incubation</a>
<ul class='clearfix'>
<li class='first last'>
<a href="graduation.html">Graduation</a></li>
</ul>
</li>
<li>
<a href="tools.html">Tools</a></li>
<li class='last'>
<a href="projects.html">Projects</a></li>
</ul>
</nav>
<a href="http://www.atlassian.com">
<img src="assets/images/logoAtlassianPNG.png" height="60%" width="60%" />
</a>
<br />
<p>We would like to thank
<br /> Atlassian for their support!
</p>
</aside>
</div>
</section>
<footer>
<div class="inner">
<a href="index.html" title="Codice Foundation">
© Codice Foundation
</a>
<h2>Codice Foundation: A Public Code Conservancy</h2>
</div>
</footer>
</div>
<script src="assets/javascripts/application.js" type="text/javascript"></script>
</body>
</html>