Skip to content

Commit 3a3f3de

Browse files
committed
Projects: Move projects into own page, add project join info
Closes gh-78
1 parent e7090dd commit 3a3f3de

File tree

9 files changed

+320
-85
lines changed

9 files changed

+320
-85
lines changed

pages/index.html

Lines changed: 3 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<h2>The jQuery Foundation Mission</h2>
2323
<p>The jQuery Foundation is a member supported non-profit trade association for web developers. We:</p>
2424
<ul>
25-
<li>Coordinate development on our <a href="https://github.com/jquery">open source projects<a/>, including <a href="http://jquery.com">jQuery</a>, <a href="http://jqueryui.com">jQuery UI</a>, <a href="http://jquerymobile.com">jQuery Mobile</a>, <a href="http://qunitjs.com">QUnit</a>, and <a href="http://sizzlejs.com">Sizzle</a>.</li>
25+
<li>Coordinate development on our <a href="http://jquery.org/projects/">open source projects<a/>.</li>
2626
<li>Provide high-quality documentation for our projects, including <a href="http://api.jquery.com">api.jquery.com</a>, <a href="http://api.jqueryui.com">api.jqueryui.com</a>, <a href="http://api.jquerymobile.com">api.jquerymobile.com</a>, and <a href="http://learn.jquery.com">learn.jquery.com</a>.</li>
2727
<li>Host <a href="http://events.jquery.org/">world-wide conferences</a> for developers to learn and share their experiences in creating applications.</li>
2828
<li>Participate in the web standards process as an advocate for the needs of web developers, through groups such as the W3C and ECMA TC39 (JavaScript).</li>
@@ -33,8 +33,8 @@ <h2>The jQuery Foundation Mission</h2>
3333
<h2>Support the jQuery Foundation</h2>
3434
<p>The jQuery Foundation is fully supported by generous donations of time and money. You and your company can help:</p>
3535
<ul>
36-
<li><a href="/donate">Donate to jQuery today</a>. You can send a small or large amount via PayPal or by check. Every bit makes a difference.</li>
37-
<li><a href="/join">Join the jQuery Foundation</a>. Individual members receive an annual membership gift such as a t-shirt, hoodie, or bag, depending on their membership level. Corporate members receive discounts on conference sponsorships and recognition at our many world-wide events. All members are recognized on our members page, <a href="/members">jquery.org/members</a>.</li>
36+
<li><a href="/donate/">Donate to jQuery today</a>. You can send a small or large amount via PayPal or by check. Every bit makes a difference.</li>
37+
<li><a href="/join/">Join the jQuery Foundation</a>. Corporate members receive discounts on conference sponsorships and recognition at our many world-wide events. Individual members receive an annual membership gift such as a t-shirt, hoodie, or bag. All members are recognized on our members page, <a href="/members/">jquery.org/members</a>.</li>
3838
<li><a href="http://contribute.jquery.org/">Contribute time or services.</a> Like any organization, we constantly need people to write code, maintain servers, write documentation, and many other tasks. If you or your company would like to donate time or services, please <a href="mailto:info@jquery.org">contact us</a>.</li>
3939
</ul>
4040
</div>
@@ -57,62 +57,3 @@ <h2 class="slider-heading">Founding Members</h2>
5757
</div>
5858
<div class="three columns"></div>
5959
</div>
60-
61-
<div class="row">
62-
<div class="twelve columns">
63-
<div class="project clearfix">
64-
<img src="/resources/home/icn-jquery-logo.png" width="115" alt="jQuery">
65-
<div class="project-text">
66-
<h4>jQuery Core</h4>
67-
<p>jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.</p>
68-
<a class="button" href="http://jquery.com/">jquery.com</a>
69-
</div>
70-
</div>
71-
</div>
72-
</div>
73-
74-
<div class="row">
75-
<div class="six columns">
76-
<div class="project clearfix">
77-
<img src="/resources/home/icn-ui-logo.png" width="115" alt="jQuery UI">
78-
<div class="project-text">
79-
<h4>jQuery UI</h4>
80-
<p>jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.</p>
81-
<a class="button" href="http://jqueryui.com/">jqueryui.com</a>
82-
</div>
83-
</div>
84-
</div>
85-
<div class="six columns">
86-
<div class="project clearfix">
87-
<img src="/resources/home/icn-jquerymobile-logo.png" width="115" alt="jQuery Mobile">
88-
<div class="project-text">
89-
<h4>jQuery Mobile</h4>
90-
<p>A unified, HTML5-based user interface system for all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design.</p>
91-
<a class="button" href="http://jquerymobile.com/">jquerymobile.com</a>
92-
</div>
93-
</div>
94-
</div>
95-
</div>
96-
97-
<div class="row">
98-
<div class="six columns">
99-
<div class="project clearfix">
100-
<img src="/resources/home/icn-qunit-logo.png" width="115" alt="QUnit">
101-
<div class="project-text">
102-
<h4>QUnit</h4>
103-
<p>QUnit is a powerful, easy-to-use JavaScript unit testing framework. It's used by the jQuery, jQuery UI and jQuery Mobile projects and is capable of testing any generic JavaScript code, including itself!</p>
104-
<a class="button" href="http://qunitjs.com/">qunitjs.com</a>
105-
</div>
106-
</div>
107-
</div>
108-
<div class="six columns">
109-
<div class="project clearfix">
110-
<img src="/resources/home/icn-sizzle-logo.png" width="115" alt="Sizzle">
111-
<div class="project-text">
112-
<h4>Sizzle</h4>
113-
<p>A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library.</p>
114-
<a class="button" href="http://sizzlejs.com/">sizzlejs.com</a>
115-
</div>
116-
</div>
117-
</div>
118-
</div>

pages/join.html

Lines changed: 123 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,147 @@
44
"customFields" : [
55
{
66
"key" : "subtitle",
7-
"value" : "Your support helps us keep the jQuery project going strong."
7+
"value" : "Your support helps us keep all of our projects going strong."
88
},
99
{
1010
"key": "full-width",
1111
"value": 1
12-
},
13-
{
14-
"key": "banner-image",
15-
"value": 1
1612
}
1713
]
1814
}
1915
</script>
2016

2117
<div class="row">
2218
<div class="twelve columns">
23-
<h1>Membership</h1>
24-
<p>
25-
Show the love. Join the jQuery Foundation on an annual subscription basis. Corporate members receive benefits ranging from website recognition to conference sponsorships and more. To say thank you for your support at the individual level, we'll send you some gifts each year. See below for the other benefits you get for joining.
26-
</p>
19+
<p>Joining the jQuery Foundation has a couple of meanings. First, there is the act of a project becoming a jQuery Foundation project and benefiting from our open web ecosystem. If that's what you're looking for, check out the different <a href="/projects/">projects</a> that are already part of the foundation and see what it means to be a jQuery Foundation project.</p>
20+
<p>If you're looking to support the jQuery Foundation and the projects involved, this is the place for you. Members join the jQuery Foundation on an annual subscription basis. Corporate members receive benefits ranging from website recognition to conference sponsorships and more. To say thank you for your support at the individual level, we'll send you some gifts each year. See below for the other benefits our members enjoy.</p>
21+
<p>If you would like to support our mission at any level but don't want the recognition or gifts, head over to our <a href="/donate/">donation page</a> or <a href="mailto:info@jquery.org"</a>let us know</a> how you would like to help.</p>
2722
</div>
2823
</div>
2924

25+
<div class="member-level">
26+
<h3>Corporate Membership</h3>
27+
<p>Membership in the jQuery Foundation supports our ongoing mission to make the open web accessible to everyone. The large majority of the Foundation's funding comes from memberships and as a 501(c)(6) nonprofit organization, all membership dues collected are invested back into realizing that mission through development of our projects, participation in standards bodies, collaboration with the development community and browser vendors, as well as hosting and running developer conferences.</p>
28+
<p>We have a number of corporate membership levels with varying benefits associated with each:</p>
29+
<div class="row">
30+
<div class="six columns">
31+
<div class="clearfix corporate-level">
32+
<div class="corporate-header">
33+
<img src="/resources/banners/bronze.png"/>
34+
</div>
35+
<ul>
36+
<li>Listing with logo on jquery.org/members under Bronze Members</li>
37+
<li>Use of the jQuery Member logo (Bronze) on your website</li>
38+
<li>1 conference pass per year</li>
39+
<li>1 Individual membership for employees</li>
40+
<li>Opportunity to host licensed jQuery Foundation events</li>
41+
</ul>
42+
</div>
43+
<div class="clearfix corporate-level">
44+
<div class="corporate-header">
45+
<img src="/resources/banners/gold.png"/>
46+
</div>
47+
<ul>
48+
<li>Listing with logo on jquery.org/members under Gold Members</li>
49+
<li>Logo in footer of 1 site</li>
50+
<li>Use of the jQuery Member logo (Gold) on your website</li>
51+
<li>Logo rotation on jquery.com</li>
52+
<li>20% off conference sponsorships and booth space</li>
53+
<li>4 conference passes per year</li>
54+
<li>Recognition on special Gold Member Signage</li>
55+
<li>Special mention at conference podium</li>
56+
<li>Conference video credit - logo on Gold Member slide</li>
57+
<li>Invites to in-person meetings of developer teams</li>
58+
<li>4 Individual memberships for employees</li>
59+
<li>Opportunity to host licensed jQuery events</li>
60+
<li>Licensing fee is waived</li>
61+
<li>Credits toward licensed event royalties</li>
62+
</ul>
63+
</div>
64+
</div>
65+
<div class="six columns">
66+
<div class="clearfix corporate-level">
67+
<div class="corporate-header">
68+
<img src="/resources/banners/silver.png"/>
69+
</div>
70+
<ul>
71+
<li>Listing with logo on jquery.org/members under Silver Members</li>
72+
<li>Use of the jQuery Member logo (Silver) on your website</li>
73+
<li>10% off conference sponsorships and booth space</li>
74+
<li>3 conference passes per year</li>
75+
<li>Recognition on special Silver Member Signage</li>
76+
<li>2 Individual memberships for employees</li>
77+
<li>Opportunity to host licensed jQuery events</li>
78+
<li>Licensing fee is waived</li>
79+
</ul>
80+
</div>
81+
<div class="clearfix corporate-level">
82+
<div class="corporate-header">
83+
<img src="/resources/banners/platinum.png"/>
84+
</div>
85+
<ul>
86+
<li>Listing with logo on jquery.org/members under Platinum Members</li>
87+
<li>Logo in footer of 2 sites</li>
88+
<li>Use of the jQuery Member logo (Platinum) on your website</li>
89+
<li>Logo rotation on jquery.com</li>
90+
<li>1 Platinum conference sponsorship per year</li>
91+
<li>25% off conference sponsorships and booth space</li>
92+
<li>5 conference passes per year</li>
93+
<li>Recognition on special Platinum Member Signage</li>
94+
<li>Special mention at conference podium</li>
95+
<li>Conference video credit - logo on Platinum Member slide</li>
96+
<li>Invites to in-person meetings of developer teams</li>
97+
<li>Consultation Sessions with Foundation Staff</li>
98+
<li>5 Individual memberships for employees</li>
99+
<li>Opportunity to host licensed jQuery events</li>
100+
<li>Licensing fee is waived</li>
101+
<li>Credits toward licensed event royalties</li>
102+
</ul>
103+
</div>
104+
</div>
105+
</div>
106+
<div class="row">
107+
<div class="twelve columns">
108+
<div class="clearfix corporate-level">
109+
<div class="corporate-header">
110+
<img src="/resources/banners/founding.png"/>
111+
</div>
112+
<div class="six columns">
113+
<ul>
114+
<li>Listing with logo on jquery.org/members under special Founding Members section</li>
115+
<li>Logo in footer of all project sites</li>
116+
<li>Use of the jQuery Member logo (Founding) on your website</li>
117+
<li>Logo rotation on jquery.com</li>
118+
<li>30% off conference sponsorships and booth space</li>
119+
<li>6 conference passes per year</li>
120+
<li>Recognition on special Founding Member Signage</li>
121+
<li>5 minute message at conference podium</li>
122+
</ul>
123+
</div>
124+
<div class="six columns">
125+
<ul>
126+
<li>Conference video credit - dedicated Founding member slide</li>
127+
<li>Invites to in-person meetings of developer teams</li>
128+
<li>Consultation Sessions with Foundation Staff</li>
129+
<li>6 Individual memberships for employees</li>
130+
<li>Opportunity to host licensed jQuery events</li>
131+
<li>Licensing fee is waived</li>
132+
<li>Credits toward licensed event royalties</li>
133+
</ul>
134+
</div>
135+
</div>
136+
</div>
137+
</div>
138+
<p>
139+
For more detailed information, contact <a href="mailto:membership@jquery.org">membership@jquery.org</a>.
140+
</p>
141+
</div>
142+
30143
<div class="member-level">
31144
<h3>Individual Membership - $400 annual</h3>
32145
<ul class="gifts">
33146
<li><strong>2014 Annual Thank You Gifts:</strong><br>
34-
The contents of the 2014 gift box are still being determined. The package will contain a number of jQuery branded items and the full list will be posted here once decided.
147+
This year's gift is a Timbuk2 laptop backpack with an embroidered jQuery logo, a jQuery branded portable charger and a jQuery branded Discraft disk.
35148
</li>
36149
<li>
37150
<strong>Additional Benefits:</strong>
@@ -79,16 +192,3 @@ <h4>Fill out our membership form:</h4>
79192
</form>
80193
</div>
81194
</div>
82-
83-
<div class="member-level">
84-
<h3>Corporate Membership</h3>
85-
<p>
86-
Your company can benefit greatly from membership in the jQuery Foundation. Benefits
87-
for companies include recognition on jQuery websites, recognition at jQuery conferences
88-
world-wide, and discounts on conference sponsorship packages. Also, when a company joins,
89-
we include individual membership for a few employees.
90-
</p>
91-
<p>
92-
For more info, contact <a href="mailto:membership@jquery.org">membership@jquery.org</a>.
93-
</p>
94-
</div>

pages/projects.html

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
<script>
2+
{
3+
"title": "Our Projects",
4+
"customFields": [
5+
{
6+
"key": "body_class",
7+
"value": "content-full full-width"
8+
},
9+
{
10+
"key": "subtitle",
11+
"value": "We are proud to serve and support these projects."
12+
}
13+
]
14+
}
15+
</script>
16+
17+
<div class="row">
18+
<div class="twelve columns">
19+
<p>From our inception, the jQuery Foundation has been about much more than just jQuery. We strive to provide a home for open source projects that are essential to, and support our vision of, making the web accessible to everyone. Check out <a href="http://jquery.org/projects/join/">what we provide for these projects</a> and our philosophy around governance, budgets, trademarks and more. If you think your project fits into this group and want to talk about working with us, feel free to <a href="mailto:info@jquery.org">reach out any time</a>.</p>
20+
</div>
21+
</div>
22+
23+
<div class="row">
24+
<div class="six columns">
25+
<div class="project clearfix">
26+
<img src="/resources/home/icn-jquery-logo.png" width="115" alt="jQuery">
27+
<div class="project-text">
28+
<h4>jQuery Core</h4>
29+
<p>jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript.</p>
30+
<a class="button" href="http://jquery.com/">jquery.com</a>
31+
</div>
32+
</div>
33+
</div>
34+
<div class="six columns">
35+
<div class="project clearfix">
36+
<img src="/resources/home/icn-qunit-logo.png" width="115" alt="QUnit">
37+
<div class="project-text">
38+
<h4>QUnit</h4>
39+
<p>QUnit is a powerful, easy-to-use JavaScript unit testing framework. It's used by the jQuery, jQuery UI and jQuery Mobile projects and is capable of testing any generic JavaScript code, including itself!</p>
40+
<a class="button" href="http://qunitjs.com/">qunitjs.com</a>
41+
</div>
42+
</div>
43+
</div>
44+
</div>
45+
46+
<div class="row">
47+
<div class="six columns">
48+
<div class="project clearfix">
49+
<img src="/resources/home/icn-ui-logo.png" width="115" alt="jQuery UI">
50+
<div class="project-text">
51+
<h4>jQuery UI</h4>
52+
<p>jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.</p>
53+
<a class="button" href="http://jqueryui.com/">jqueryui.com</a>
54+
</div>
55+
</div>
56+
</div>
57+
<div class="six columns">
58+
<div class="project clearfix">
59+
<img src="/resources/home/icn-sizzle-logo.png" width="115" alt="Sizzle">
60+
<div class="project-text">
61+
<h4>Sizzle</h4>
62+
<p>A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library.</p>
63+
<a class="button" href="http://sizzlejs.com/">sizzlejs.com</a>
64+
</div>
65+
</div>
66+
</div>
67+
</div>
68+
69+
<div class="row">
70+
<div class="six columns">
71+
<div class="project clearfix">
72+
<img src="/resources/home/icn-jquerymobile-logo.png" width="115" alt="jQuery Mobile">
73+
<div class="project-text">
74+
<h4>jQuery Mobile</h4>
75+
<p>A unified, HTML5-based user interface system for all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design.</p>
76+
<a class="button" href="http://jquerymobile.com/">jquerymobile.com</a>
77+
</div>
78+
</div>
79+
</div>
80+
<div class="six columns">
81+
<div class="project clearfix">
82+
<div class="project-text">
83+
<h4>Globalize</h4>
84+
<p>A JavaScript library for internationalization and localization that leverages the official <a href="http://cldr.unicode.org/">Unicode CLDR</a> JSON data. The library works both for the browser and as a Node.js module.</p>
85+
<a class="button" href="https://github.com/jquery/globalize">Globalize on GitHub</a>
86+
</div>
87+
</div>
88+
</div>
89+
</div>

0 commit comments

Comments
 (0)