forked from cppalliance/cppalliance.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
327 lines (291 loc) · 15.2 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
---
layout: default
title: The C++ Alliance
nav-class: transparent
description: The C++ Alliance is dedicated to helping the C++ programming language evolve. We see it developing as an ecosystem of open source libraries and as a growing community of those who contribute to those libraries.
---
{% include top-title.html header="The C++ Alliance" subheader='Empowering C++' %}
<div class='content'>
<!-- Mission section-->
<section class="section mission row" id="mission">
<div class='col-half col-left'>
<div class='section-title'>
<h2 class='header text-xl'>Mission</h2>
<h2 class='header-shadow'>Mission</h2>
</div>
<h3 class="text-m section-subheader">Empower The C++ Community</h3>
<div class='formatted-text'>
<p class='text-xxs'>Our mission is to make the C++ programming language accessible and useful
to anyone who wishes to learn and apply the language. C++ is not only popular and foundational,
but also an efficient and general purpose programming language that anyone can learn.
Teaching C++ gives students knowledge of computer architecture, and helps them compete in
the global marketplace. These languages have formed the technological foundations of our
modern world, from the in-flight software enabling the Apollo moon landing to the software
aspect of all computing devices.</p>
<p class='text-xxs'>The C++ libraries and community often lack resources, due to their free
nature and the reliance on volunteers to conduct the highly advanced and time-intensive work
of maintaining and improving code libraries. Educational materials and opportunities are not
as robust and affordable as they could be, and some of the most useful and impactful C++-based
programs have yet to be developed due to this lack of required resources.</p>
<p class='text-xxs'>The founders recognize the need to secure funding and resources in order to adequately support
those seeking to learn and use the C++ programming language. To achieve these ends, the Charity:</p>
<ul class='section-list list'>
<li class='text-xxs section-list-item'>Funds and supports educational resources and initiatives,</li>
<li class='text-xxs section-list-item'>Evolves C++ through expertly maintained code libraries, and</li>
<li class='text-xxs section-list-item'>Supports a growing programming community and educational environment.</li>
</ul>
<p class='text-xxs'>The best software solutions are written using the C++ programming language.</p>
</div>
</div>
<div class='col-half col-right'>
<img class='mission-img' alt="Mission" src="{{ site.baseurl }}/images/mission.svg"/>
</div>
</section>
<!-- Activities section-->
<section class="section activities">
<div class='section-title'>
<h2 class='header text-xl'>Activities</h2>
<h2 class='header-shadow'>Activities</h2>
</div>
<div class='activities-content grid'>
<div class="col-fourth activity-col">
<div class='activities-img-wrapper'>
<img alt="Library" class='activities-img libraries' src="{{ site.baseurl }}/images/icons/library.svg"/>
</div>
<h3 class="text-m activity-title">Libraries</h3>
<p class='text-xxs activities-text'>Support efforts to author free, high quality, non-proprietary C++ libraries. Contribute to peer-reviewed projects such as the <a href="https://www.boost.org/">Boost</a> library collection.</p>
</div>
<div class="col-fourth activity-col">
<div class='activities-img-wrapper'>
<img alt="Communities" class='activities-img communities' src="{{ site.baseurl }}/images/icons/community.svg"/>
</div>
<h3 class="text-m activity-title">Communities</h3>
<p class='text-xxs activities-text'>Administer the largest, and most active, C++ Slack <a href="http://cppalliance.org/slack">community</a> that unites enthusiasts, standard committee members, compiler and library developers.</p>
</div>
<div class="col-fourth activity-col">
<div class='activities-img-wrapper'>
<img alt="Standards" class='activities-img standards' src="{{ site.baseurl }}/images/icons/standard.svg"/>
</div>
<h3 class="text-m activity-title">Standards</h3>
<p class='text-xxs activities-text'>Motivate contributions to the <a href="https://isocpp.org/">C++ international standard</a> and technical specifications in the form of proposal papers and defect reports.</p>
</div>
<div class="col-fourth activity-col">
<div class='activities-img-wrapper'>
<img alt="Education" class='activities-img education' src="{{ site.baseurl }}/images/icons/education.svg" />
</div>
<h3 class="text-m activity-title">Education</h3>
<p class='text-xxs activities-text'>Sponsor initiatives to teach and promote modern C++ techniques and libraries, through talks and presentations at prominent conferences such as <a href="https://cppcon.org/">CppCon</a>.</p>
</div>
</div>
</section>
<!-- Sponsors section-->
<section class="section sponsor row">
<div class='col-half col-left'>
<div class='section-title'>
<h2 class='header text-xl'>Sponsors</h2>
<h2 class='header-shadow'>Sponsors</h2>
</div>
<h3 class="text-m section-subheader">Support Our Community</h3>
<p class='text-xxs'>Thank you for your interest, but we are not yet accepting donations or sponsorships. The Alliance is currently funded by a private endowment.</p>
</div>
<div class='col-half col-right'>
<img class='sponsor-img' alt='Sponsor' src='{{ site.baseurl }}/images/sponsor.svg' />
</div>
</section>
<!-- Our Team section-->
<section class='section team' id='team'>
<div class='section-title'>
<h2 class='header text-xl'>Team</h2>
<h2 class='header-shadow dark'>Team</h2>
</div>
<div class='grid'>
<div class='col-third'>
<a class='card' href='{{ site.baseurl }}/people/vinnie'>
<div class='card-img-wrapper'>
<img class='card-img' src='{{ site.baseurl }}/images/people/vinnie.jpg' alt='Vinnie Falco'>
</div>
<span class='card-text'>
<h4 class='text-m card-title'>Vinnie Falco</h4>
<h5 class='text-xs card-subtitle'>Board Member</h5>
</span>
</a>
</div>
<div class='col-third'>
<a class='card' href='{{ site.baseurl }}/people/rene'>
<div class='card-img-wrapper'>
<img class='card-img' src='{{ site.baseurl }}/images/people/rene.jpg' alt='René Rivera'>
</div>
<span class='card-text'>
<h4 class='text-m card-title'>René Rivera</h4>
<h5 class='text-xs card-subtitle'>Board Member</h5>
</span>
</a>
</div>
<div class='col-third'>
<a class='card' href='{{ site.baseurl }}/people/jon'>
<div class='card-img-wrapper'>
<img class='card-img' src='{{ site.baseurl }}/images/people/jon.jpg' alt='Jon Kalb'>
</div>
<span class='card-text'>
<h4 class='text-m card-title'>Jon Kalb</h4>
<h5 class='text-xs card-subtitle'>Board Member</h5>
</span>
</a>
</div>
<div class='col-third'>
<a class='card' href='{{ site.baseurl }}/people/louis'>
<div class='card-img-wrapper'>
<img class='card-img' src='{{ site.baseurl }}/images/people/louis.jpg' alt='Louis Tatta'>
</div>
<span class='card-text'>
<h4 class='text-m card-title'>Louis Tatta</h4>
<h5 class='text-xs card-subtitle'>Executive Team</h5>
</span>
</a>
</div>
<div class='col-third'>
<a class='card' href='{{ site.baseurl }}/people/glen'>
<div class='card-img-wrapper'>
<img class='card-img' src='{{ site.baseurl }}/images/people/glen.jpg' alt='Glen Fernandes'>
</div>
<span class='card-text'>
<h4 class='text-m card-title'>Glen Fernandes</h4>
<h5 class='text-xs card-subtitle'>Technical Committee</h5>
</span>
</a>
</div>
<div class='col-third'>
<a class='card' href='{{ site.baseurl }}/people/richard'>
<div class='card-img-wrapper'>
<img class='card-img' src='{{ site.baseurl }}/images/people/richard.jpg' alt='Richard Hodges'>
</div>
<span class='card-text'>
<h4 class='text-m card-title'>Richard Hodges</h4>
<h5 class='text-xs card-subtitle'>Staff Engineer</h5>
</span>
</a>
</div>
<div class='col-third'>
<a class='card' href='{{ site.baseurl }}/people/krystian'>
<div class='card-img-wrapper'>
<img class='card-img' src='{{ site.baseurl }}/images/people/krystian.jpg' alt='Krystian Stasiowski'>
</div>
<span class='card-text'>
<h4 class='text-m card-title'>Krystian Stasiowski</h4>
<h5 class='text-xs card-subtitle'>Staff Engineer</h5>
</span>
</a>
</div>
<div class='col-third'>
<a class='card' href='{{ site.baseurl }}/people/sam'>
<div class='card-img-wrapper'>
<img class='card-img' src='{{ site.baseurl }}/images/people/sam.jpg' alt='Sam Darwin'>
</div>
<span class='card-text'>
<h4 class='text-m card-title'>Sam Darwin</h4>
<h5 class='text-xs card-subtitle'>DevOps Engineer</h5>
</span>
</a>
</div>
</div>
</section>
<!-- Our Alumni section-->
<section class='section team alumni' id='alumni'>
<div class='section-title'>
<h2 class='header text-xl'>Alumni</h2>
<h2 class='header-shadow dark'>Alumni</h2>
</div>
<div class='grid'>
<div class='col-third'>
<a class='card' href='{{ site.baseurl }}/people/damian'>
<div class='card-img-wrapper'>
<img class='card-img' src='{{ site.baseurl }}/images/people/damian.jpg' alt='Damian Jarek'>
</div>
<span class='card-text'>
<h4 class='text-m card-title'>Damian Jarek</h4>
<h5 class='text-xs card-subtitle'>Staff Engineer</h5>
</span>
</a>
</div>
<div class='col-third'>
<a class='card' href='{{ site.baseurl }}/people/marshall'>
<div class='card-img-wrapper'>
<img class='card-img' src='{{ site.baseurl }}/images/people/marshall.jpg' alt='Marshall Clow'>
</div>
<span class='card-text'>
<h4 class='text-m card-title'>Marshall Clow</h4>
<h5 class='text-xs card-subtitle'>Staff Engineer</h5>
</span>
</a>
</div>
<div class='col-third'>
<a class='card' href='{{ site.baseurl }}/people/jens'>
<div class='card-img-wrapper'>
<img class='card-img' src='{{ site.baseurl }}/images/people/jens.jpg' alt='Jens Weller'>
</div>
<span class='card-text'>
<h4 class='text-m card-title'>Jens Weller</h4>
<h5 class='text-xs card-subtitle'>Advisor</h5>
</span>
</a>
</div>
</div>
</section>
<!-- News section-->
<section class="section news" id='news'>
<div class='section-title'>
<h2 class='header text-xl'>News</h2>
<h2 class='header-shadow'>News</h2>
</div>
<a class="rss" href="{{ site.baseurl }}/feed.xml">
<img alt="RSS feed" class="icon-size" src="{{ site.baseurl }}/images/icons/rss.svg">
</a>
<div class='news-content formatted-text'>
<ul>
{% for post in site.posts limit:6 %}
<li class='news-list-item'>
<span class='text-s news-date'>{{ post.date | date: "%m/%d/%Y"}}</span>
<a class='text-l news-title link' href="{{site.baseurl}}{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
<li>
<a class='text-l all link' href="{{site.baseurl}}/news/">View All News...</a>
</li>
</ul>
</div>
</section>
<!-- Links section-->
<section class="section links" id='links'>
<div class='section-title'>
<h2 class='header text-xl'>Links</h2>
<h2 class='header-shadow'>Links</h2>
</div>
<div class='links-content formatted-text'>
<ul>
<li class='link-item'>
<a class='text-l link' href="http://cppalliance.org/slack">C++ Language Slack Workspace</a>
</li>
<li class='link-item'>
<a class='text-l link' href="http://cppreference.com">C++ Language Reference</a>
</li>
<li class='link-item'>
<a class='text-l link' href="http://www.open-std.org/jtc1/sc22/wg21/">JTC1/SC22/WG21 - The C++ Standards Committee</a>
</li>
</ul>
</div>
</section>
<!-- FAQs section-->
<section class="section faq" id="faq">
<div class='section-title'>
<h2 class='header text-xl'>FAQ</h2>
<h2 class='header-shadow'>FAQ</h2>
</div>
<div class='formatted-text faq-content'>
<h3 class="text-m section-subheader">Given the existence of Standard C++ Foundation and Software Freedom Conservancy, why was it necessary to form The C++ Alliance as a new, separate legal entity?</h3>
<p class='text-xxs'> Although the missions of Standard C++ Foundation and The C++ Alliance are similar and overlapping, they have different status under tax law. The Foundation is organized as a 501(c)(6) organization, a trade group. In addition to providing legal protection for companies to work together in ways that might otherwise be viewed as industrial "collusion," a trade group can accept tax-deductible dues from member companies. The Alliance is organized as a 501(c)(3) organization, a charity which can accept tax deductible contributions from the general public.</p>
<p class='text-xxs'>Although the tax status of Software Freedom Conservancy and The C++ Alliance are similar, their missions and concerns are different. There is mission overlap. Conservancy, whose mission is to support the development of FLOSS libraries, supports the Boost Libraries project, which would also be within the mission of The Alliance, but The Alliance has both a narrower and a broader mission. While Conservancy is language agnostic and is focused on software development, The Alliance is focused exclusively on the C++ environment and is free to support non-FLOSS projects such as language proposals, books, education materials, tools, or other projects which may not be software or may have non-FLOSS licensing.</p>
<p class='text-xxs'>It is also the case that The C++ Alliance is not a good fit as a Conservancy project. It is appropriate for small non-proprietary projects to pool their resources to provide themselves with financial, legal, accounting, and other services for which they have a common need and for which they may, individually, be too small to economically procure. Although the Alliance will be promoting library development, it doesn't have the same requirements as a FLOSS software producer, so would need different services than your typical Conservancy project and has sufficient endowment to fund the services that it will require.</p>
</div>
</section>
</div>
{% include contact.html %}