Skip to content

WIP Reorganize and add information about the Foundation #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 0 additions & 59 deletions pages/credit-card.html

This file was deleted.

81 changes: 0 additions & 81 deletions pages/credit-card/faq.html

This file was deleted.

66 changes: 3 additions & 63 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h2>The jQuery Foundation Mission</h2>
<p>The jQuery Foundation is a member supported non-profit trade association for web developers. We:</p>
<ul>
<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>
<li>Coordinate development on our <a href="http://jquery.org/projects/">open source projects<a/>.</li>
<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>
<li>Host <a href="http://events.jquery.org/">world-wide conferences</a> for developers to learn and share their experiences in creating applications.</li>
<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>
Expand All @@ -33,10 +33,9 @@ <h2>The jQuery Foundation Mission</h2>
<h2>Support the jQuery Foundation</h2>
<p>The jQuery Foundation is fully supported by generous donations of time and money. You and your company can help:</p>
<ul>
<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>
<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>
<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>
<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>
<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>
<li><a href="/credit-card/">Apply for a jQuery credit card.</a> For every person who receives a jQuery credit card, the jQuery Foundation gets $50. The card has no annual fee and gives you reward points for purchases.</li>
</ul>
</div>
</div>
Expand All @@ -58,62 +57,3 @@ <h2 class="slider-heading">Founding Members</h2>
</div>
<div class="three columns"></div>
</div>

<div class="row">
<div class="twelve columns">
<div class="project clearfix">
<img src="/resources/home/icn-jquery-logo.png" width="115" alt="jQuery">
<div class="project-text">
<h4>jQuery Core</h4>
<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>
<a class="button" href="http://jquery.com/">jquery.com</a>
</div>
</div>
</div>
</div>

<div class="row">
<div class="six columns">
<div class="project clearfix">
<img src="/resources/home/icn-ui-logo.png" width="115" alt="jQuery UI">
<div class="project-text">
<h4>jQuery UI</h4>
<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>
<a class="button" href="http://jqueryui.com/">jqueryui.com</a>
</div>
</div>
</div>
<div class="six columns">
<div class="project clearfix">
<img src="/resources/home/icn-jquerymobile-logo.png" width="115" alt="jQuery Mobile">
<div class="project-text">
<h4>jQuery Mobile</h4>
<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>
<a class="button" href="http://jquerymobile.com/">jquerymobile.com</a>
</div>
</div>
</div>
</div>

<div class="row">
<div class="six columns">
<div class="project clearfix">
<img src="/resources/home/icn-qunit-logo.png" width="115" alt="QUnit">
<div class="project-text">
<h4>QUnit</h4>
<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>
<a class="button" href="http://qunitjs.com/">qunitjs.com</a>
</div>
</div>
</div>
<div class="six columns">
<div class="project clearfix">
<img src="/resources/home/icn-sizzle-logo.png" width="115" alt="Sizzle">
<div class="project-text">
<h4>Sizzle</h4>
<p>A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library.</p>
<a class="button" href="http://sizzlejs.com/">sizzlejs.com</a>
</div>
</div>
</div>
</div>
Loading