forked from codice/codice.github.com
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproposal.html
More file actions
Latest commit
126 lines (108 loc) · 4.62 KB
/
Copy pathproposal.html
File metadata and controls
126 lines (108 loc) · 4.62 KB
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
<!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)]><!-->
<htmllang="en" class="no-js">
<!--<![endif]-->
<head>
<metacharset='utf-8' />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
<title>Contributing - Proposal Template - Codice Foundation</title>
<metacharset='utf-8'>
<metahttp-equiv="X-UA-Compatible" content="chrome=1">
<metaname="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<linkhref='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<linkhref="assets/stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
<scripttype="text/javascript">
var_gaq=_gaq||[];
_gaq.push(['_setAccount','UA-35136374-3']);
_gaq.push(['_trackPageview']);
(function(){
varga=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';
vars=document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga,s);
})();
</script>
<scriptsrc="assets/javascripts/modernizr.js" type="text/javascript"></script>
</head>
<body>
<divid="page_container">
<headerid="header">
<divclass="inner">
<ahref="index.html" title="Codice Foundation" id="logo">
<imgalt="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>
<sectionid="page">
<em>
<divclass="inner clearfix">
<sectionid="main-content">
<h1>Have a Project?</h1>
<p>So you have something that you think would make sense as a Codice Foundation project, or you need help getting your project into a more collaborative environment?  Well, we'd definitely like to discuss it.</p>
<p>It's probably best to start by communicating through the <ahref="https://groups.google.com/forum/?fromgroups#!forum/codice-foundation">Google group </a> - but always feel free to contact us directly via email at <ahref="mailto:info@codice.org">info@codice.org</a></p>
<h2>Proposal Template</h2>
<p>Below is a basic proposal template.  It's not required that you follow it to the T, but it does serve as a general guidance to what we'd expect in a proposal.  The PDF version is <ahref="pdfs/ProjectProposalTemplate.pdf" title="Project Proposal Template">here</a>.</p>
<iframesrc="https://docs.google.com/document/d/1y3PFWNpiylJy1fpGeGp8aWJDxdHIHnoDpszIN8gkLss/pub?embedded=true" height="600" width="700"></iframe>
</section>
<asideid="sidebar">
<navid='menu' class='menu'>
<ul>
<liclass='first'>
<ahref="index.html">Home</a><ulclass='clearfix'>
<liclass='first last'>
<ahref="about.html">About</a></li>
</ul>
</li>
<li>
<ahref="governance.html">Governance</a><ulclass='clearfix'>
<liclass='first'>
<ahref="board.html">The Board</a></li>
<liclass='last'>
<ahref="roles.html">Roles</a></li>
</ul>
</li>
<liclass='selected'>
<ahref="contributing.html">Contributing</a><ulclass='clearfix'>
<liclass='first'>
<ahref="agreements.html">Agreements</a></li>
<liclass='selected last'>
<ahref="proposal.html">Proposal Template</a></li>
</ul>
</li>
<li>
<ahref="incubation.html">Incubation</a><ulclass='clearfix'>
<liclass='first last'>
<ahref="graduation.html">Graduation</a></li>
</ul>
</li>
<li>
<ahref="tools.html">Tools</a></li>
<liclass='last'>
<ahref="projects.html">Projects</a></li>
</ul>
</nav>
</aside>
</div>
</em>
</section>
<footer>
<divclass="inner">
<ahref="index.html" title="Codice Foundation">
© Codice Foundation
</a>
<h2>Codice Foundation: A Public Code Conservancy</h2>
</div>
</footer>
</div>
<scriptsrc="assets/javascripts/application.js" type="text/javascript"></script>
</body>
</html>