From 7ac6f68d816c9b09fafc1bbdce40d4b224a6a377 Mon Sep 17 00:00:00 2001
From: X O
Date: Sun, 6 Dec 2015 04:55:35 +1030
Subject: [PATCH] change http to https where applicable
---
CONTRIBUTING.md | 6 +-
README.md | 2 +-
data/members/bronze.json | 104 ++---
pages/conduct/changes.md | 2 +-
pages/history.html | 302 ++++++------
pages/index.html | 10 +-
pages/join/thanks.html | 42 +-
pages/projects.html | 222 ++++-----
pages/support.html | 95 ++--
pages/team-members.md | 2 +-
pages/team.html | 954 +++++++++++++++++++-------------------
pages/trademark-policy.md | 24 +-
redirects.json | 8 +-
13 files changed, 886 insertions(+), 887 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0be1cd2..07231ec 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,5 +1,5 @@
-Welcome! Thanks for your interest in contributing to jquery.org. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [to our websites](http://contribute.jquery.org/web-sites/).
+Welcome! Thanks for your interest in contributing to jquery.org. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [to our websites](https://contribute.jquery.org/web-sites/).
-You may also want to take a look at our [commit & pull request guide](http://contribute.jquery.org/commits-and-pull-requests/) and [style guides](http://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](http://contribute.jquery.org/cla).
+You may also want to take a look at our [commit & pull request guide](https://contribute.jquery.org/commits-and-pull-requests/) and [style guides](https://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://contribute.jquery.org/cla).
-You can find us on [IRC](http://irc.jquery.org), specifically in #jquery-content should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](http://contribute.jquery.org/open-source/).
+You can find us on [IRC](https://irc.jquery.org), specifically in #jquery-content should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](https://contribute.jquery.org/open-source/).
diff --git a/README.md b/README.md
index ede1eec..b07275b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## Building and Deploying
-To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](http://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](http://contribute.jquery.org/web-sites/).
+To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](https://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](https://contribute.jquery.org/web-sites/).
### Foundation Documents
diff --git a/data/members/bronze.json b/data/members/bronze.json
index 2e3d02a..aa4bded 100644
--- a/data/members/bronze.json
+++ b/data/members/bronze.json
@@ -1,54 +1,54 @@
[
- {
- "name": "Fort Point Legal",
- "url": "http://fortpoint.me/"
- },
- {
- "name": "appendTo",
- "url": "http://appendto.com/"
- },
- {
- "name": "Bocoup",
- "url": "http://bocoup.com/"
- },
- {
- "name": "Environments for Humans",
- "url": "http://environmentsforhumans.com/"
- },
- {
- "name": "Code School",
- "url": "http://www.codeschool.com/"
- },
- {
- "name": "SitePen",
- "url": "http://www.sitepen.com/"
- },
- {
- "name": "AgileFAQs",
- "url": "http://agilefaqs.com/"
- },
- {
- "name": "Barewalls",
- "url": "http://barewalls.com/"
- },
- {
- "name": "Dealspotr",
- "url": "http://dealspotr.com/"
- },
- {
- "name": "ChameleonJohn.com",
- "url": "http://chameleonjohn.com/"
- },
- {
- "name": "NAVER",
- "url": "http://naver.com/"
- },
- {
- "name": "ppedv",
- "url": "http://ppedv.com/"
- },
- {
- "name": "SerenataFlowers.com",
- "url": "http://serenataflowers.com/"
- }
+ {
+ "name": "Fort Point Legal",
+ "url": "http://fortpoint.me/"
+ },
+ {
+ "name": "appendTo",
+ "url": "http://appendto.com/"
+ },
+ {
+ "name": "Bocoup",
+ "url": "https://bocoup.com/"
+ },
+ {
+ "name": "Environments for Humans",
+ "url": "http://environmentsforhumans.com/"
+ },
+ {
+ "name": "Code School",
+ "url": "https://www.codeschool.com/"
+ },
+ {
+ "name": "SitePen",
+ "url": "https://www.sitepen.com/"
+ },
+ {
+ "name": "AgileFAQs",
+ "url": "http://agilefaqs.com/"
+ },
+ {
+ "name": "Barewalls",
+ "url": "http://barewalls.com/"
+ },
+ {
+ "name": "Dealspotr",
+ "url": "https://dealspotr.com/"
+ },
+ {
+ "name": "ChameleonJohn.com",
+ "url": "http://chameleonjohn.com/"
+ },
+ {
+ "name": "NAVER",
+ "url": "http://naver.com/"
+ },
+ {
+ "name": "ppedv",
+ "url": "http://ppedv.com/"
+ },
+ {
+ "name": "SerenataFlowers.com",
+ "url": "https://serenataflowers.com/"
+ }
]
diff --git a/pages/conduct/changes.md b/pages/conduct/changes.md
index 148fcf0..6916b8c 100644
--- a/pages/conduct/changes.md
+++ b/pages/conduct/changes.md
@@ -5,7 +5,7 @@
## Change control process
-We're (mostly) programmers, so we'll track changes to the code of conduct and associated documents the same way we track changes to code. All changes will be proposed via a pull request to the [jquery.org repository on GitHub](http://github.com/jquery/jquery.org). Changes will be reviewed by the conduct committee first, and then sent to the jQuery Foundation, the development teams, and the community for comment. We'll hold a comment period of at least one week, and then each group will vote on the change using its normal process (a board for the jQuery Foundation and project leads for the dev teams). Approved changes will be merged, published, and noted below.
+We're (mostly) programmers, so we'll track changes to the code of conduct and associated documents the same way we track changes to code. All changes will be proposed via a pull request to the [jquery.org repository on GitHub](https://github.com/jquery/jquery.org). Changes will be reviewed by the conduct committee first, and then sent to the jQuery Foundation, the development teams, and the community for comment. We'll hold a comment period of at least one week, and then each group will vote on the change using its normal process (a board for the jQuery Foundation and project leads for the dev teams). Approved changes will be merged, published, and noted below.
This only applies to material changes; changes that don't effect the intent (typo fixes, re-wordings, etc.) can be made immediately.
diff --git a/pages/history.html b/pages/history.html
index f679468..4d614ea 100644
--- a/pages/history.html
+++ b/pages/history.html
@@ -21,68 +21,68 @@ 2014
August 2014
July
June
May
April
March
February
January
@@ -91,137 +91,137 @@ 2013
December
November
October
September
August
July
May
-
- May 30th, 2013 - jQuery 1.10.1 and 2.0.2 released
+ May 30th, 2013 - jQuery 1.10.1 and 2.0.2 released
-
- May 24th, 2013 - jQuery 1.10.0 and 2.0.1 Released
+ May 24th, 2013 - jQuery 1.10.0 and 2.0.1 Released
-
- May 9th, 2013 - jQuery 1.10 Beta 1 Released"
+ May 9th, 2013 - jQuery 1.10 Beta 1 Released"
-
- May 3th, 2013 - jQuery UI 1.10.3 Released
+ May 3th, 2013 - jQuery UI 1.10.3 Released
-
- May 1st, 2013 - jQuery Migrate 1.2.0 Released
+ May 1st, 2013 - jQuery Migrate 1.2.0 Released
April
March
February
January
-
- January 24th, 2013 - QUnit 1.11 Release: A Look Back (and Forth)
+ January 24th, 2013 - QUnit 1.11 Release: A Look Back (and Forth)
-
- January 23rd, 2013 - Open Content & Design Comes to jQuery
+ January 23rd, 2013 - Open Content & Design Comes to jQuery
-
- January 17th, 2013 - jQuery UI 1.10.0 Released
+ January 17th, 2013 - jQuery UI 1.10.0 Released
-
- January 16th, 2013 - jQuery Plugin Registry
+ January 16th, 2013 - jQuery Plugin Registry
-
- January 15th, 2013 - jQuery 1.9 Final, jQuery 2.0 Beta, jQuery Migrate Final Released
+ January 15th, 2013 - jQuery 1.9 Final, jQuery 2.0 Beta, jQuery Migrate Final Released
-
- January 14th, 2013 - The State of jQuery 2013
+ January 14th, 2013 - The State of jQuery 2013
@@ -230,84 +230,84 @@ 2012
November
October
September
August
July
June
April
March
February
@@ -318,96 +318,96 @@ 2011
December
November
-
- November 28th, 2011 - jQuery Mobile Wins .net Award
+ November 28th, 2011 - jQuery Mobile Wins .net Award
-
- November 18th, 2011 - jQuery Board Announced
+ November 18th, 2011 - jQuery Board Announced
-
- November 16th, 2011 - jQuery Mobile 1.0 released
+ November 16th, 2011 - jQuery Mobile 1.0 released
-
November 15th – 16th, 2011 - jQuery Summit 2011
-
- November 15th, 2011 - jQuery Mobile wins 2011 Packt Publishing Open Source Award
+ November 15th, 2011 - jQuery Mobile wins 2011 Packt Publishing Open Source Award
-
- November 3rd, 2011 - jQuery 1.7 released
+ November 3rd, 2011 - jQuery 1.7 released
October
September
June
May
April
February
January
@@ -418,7 +418,7 @@ 2010
November
October
September
August
July
April
March
-
- March 23rd, 2010 - jQuery UI 1.8 adds position, button, autocomplete, new widget factory, lighter core
+ March 23rd, 2010 - jQuery UI 1.8 adds position, button, autocomplete, new widget factory, lighter core
-
- March 16th, 2010 - Microsoft to Expand its Collaboration with the jQuery Community
+ March 16th, 2010 - Microsoft to Expand its Collaboration with the jQuery Community
February
@@ -510,10 +510,10 @@ January
January 14th, 2010 - jQuery 1.4 released
- January 14th, 2010 - 14 Days of jQuery begin
+ January 14th, 2010 - 14 Days of jQuery begin
- January 8th, 2010 - New API browser released
+ January 8th, 2010 - New API browser released
@@ -524,17 +524,17 @@ 2009
December
November
@@ -544,31 +544,31 @@ September
September 12th – 13th, 2009 - jQuery Conference in Boston, MA
- September 11th, 2009 - jQuery joins the Software Freedom Conservancy
+ September 11th, 2009 - jQuery joins the Software Freedom Conservancy
March
February
January
@@ -579,64 +579,64 @@ 2008
September
August
July
June
May
-
- May 24th, 2008 - jQuery 1.2.6
+ May 24th, 2008 - jQuery 1.2.6
-
- May 21th, 2008 - jQuery 1.2.5: fix for bad build of 1.2.4
+ May 21th, 2008 - jQuery 1.2.5: fix for bad build of 1.2.4
-
- May 19th, 2008 - jQuery 1.2.4: bugs fixing release
+ May 19th, 2008 - jQuery 1.2.4: bugs fixing release
-
- May 9th, 2008 - QUnit testing framework gets initial release
+ May 9th, 2008 - QUnit testing framework gets initial release
-
- May 5th, 2008 - jQuery UI new site : UI 1.5b4 and new effects
+ May 5th, 2008 - jQuery UI new site : UI 1.5b4 and new effects
February
January
@@ -647,84 +647,84 @@ 2007
September
August
July
June
May
April
March
February
January
-
- January 22nd, 2007 - First bug fix release for new version: jQuery 1.1.1
+ January 22nd, 2007 - First bug fix release for new version: jQuery 1.1.1
-
- January 14th, 2007 - jQuery Birthday: 1.1, New Site, New Docs
+ January 14th, 2007 - jQuery Birthday: 1.1, New Site, New Docs
-
- January 11th, 2007 - Beta release of jQuery 1.1: jQuery 1.1b
+ January 11th, 2007 - Beta release of jQuery 1.1: jQuery 1.1b
-
- January 8th, 2007 - Alpha release of new version: jQuery 1.1a
+ January 8th, 2007 - Alpha release of new version: jQuery 1.1a
@@ -735,70 +735,70 @@ 2006
December
November
October
September
August
June
May
@@ -812,33 +812,33 @@ April
March
February
-
- February 26th, 2006 - Ajax added to jQuery: Ajax, new fx, and more!
+ February 26th, 2006 - Ajax added to jQuery: Ajax, new fx, and more!
-
- February 23rd, 2006 - Bug fix release: Bugs Squished, Ajax on the way
+ February 23rd, 2006 - Bug fix release: Bugs Squished, Ajax on the way
January
diff --git a/pages/index.html b/pages/index.html
index 9f3dceb..3a16bf8 100644
--- a/pages/index.html
+++ b/pages/index.html
@@ -22,9 +22,9 @@
The jQuery Foundation Mission
The jQuery Foundation is a member supported non-profit trade association for web developers. We:
For more information, see our mission & vision statement.
@@ -35,7 +35,7 @@ Support the jQuery Foundation
- Donate to jQuery today. You can send a small or large amount via PayPal or by check. Every bit makes a difference.
- Join the jQuery Foundation. 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, jquery.org/members.
- - Contribute time or services. 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 contact us.
+ - Contribute time or services. 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 contact us.
@@ -47,7 +47,7 @@ Diamond Members
-
-
+
-
diff --git a/pages/join/thanks.html b/pages/join/thanks.html
index 810abba..fdbf00f 100644
--- a/pages/join/thanks.html
+++ b/pages/join/thanks.html
@@ -1,26 +1,26 @@
-
-
What happens next?
-
- - You will receive an e-mail soon with details about the gifts you will receive and when you can expect them.
- - Your name and gravatar will soon appear on our members page to show how awesome you are. If this is a problem (maybe you'd like to remain anonymous), send an email to membership@jquery.org
- - Tell everyone you know you just joined the jQuery Foundation, and they should too.
-
-
-
-
+
+
What happens next?
+
+ - You will receive an e-mail soon with details about the gifts you will receive and when you can expect them.
+ - Your name and gravatar will soon appear on our members page to show how awesome you are. If this is a problem (maybe you'd like to remain anonymous), send an email to membership@jquery.org
+ - Tell everyone you know you just joined the jQuery Foundation, and they should too.
+
+
+
+
diff --git a/pages/projects.html b/pages/projects.html
index eef6e4f..22cb303 100644
--- a/pages/projects.html
+++ b/pages/projects.html
@@ -1,131 +1,131 @@
-
-
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 what we provide for these projects 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 reach out any time.
-
+
+
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 what we provide for these projects 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 reach out any time.
+
-
-
-

-
-
jQuery Core
-
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.
-
jquery.com
-
-
-
-
-
-

-
-
QUnit
-
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!
-
qunitjs.com
-
-
-
+
+
+

+
+
jQuery Core
+
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.
+
jquery.com
+
+
+
+
+
+

+
+
QUnit
+
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!
+
qunitjs.com
+
+
+
-
-
-

-
-
jQuery UI
-
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.
-
jqueryui.com
-
-
-
-
-
-

-
-
Sizzle
-
A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library.
-
sizzlejs.com
-
-
-
+
+
+

+
+
jQuery UI
+
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.
+
jqueryui.com
+
+
+
+
+
+

+
+
Sizzle
+
A pure-JavaScript CSS selector engine designed to be easily dropped in to a host library.
+
sizzlejs.com
+
+
+
-
-
-

-
-
jQuery Mobile
-
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.
-
jquerymobile.com
-
-
-
-
-
-
-
Globalize
-
A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data. The library works both for the browser and as a Node.js module.
-
Globalize on GitHub
-
-
-
+
+
+

+
+
jQuery Mobile
+
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.
+
jquerymobile.com
+
+
+
+
+
+
+
Globalize
+
A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data. The library works both for the browser and as a Node.js module.
+
Globalize on GitHub
+
+
+
-
-
-
-
jQuery Mouse Wheel Plugin
-
A jQuery plugin that adds cross-browser mouse wheel support with delta normalization.
-
jQuery Mouse Wheel on GitHub
-
-
-
-
-
-
-
Chassis
-
Chassis is an attempt at creating open standards designed for CSS libraries, JavaScript UI libraries, and web developers in general. This project will define standards for markup and class names for common widgets and patterns, as well as an implementation of those standards.
-
Chassis on GitHub
-
-
-
+
+
+
+
jQuery Mouse Wheel Plugin
+
A jQuery plugin that adds cross-browser mouse wheel support with delta normalization.
+
jQuery Mouse Wheel on GitHub
+
+
+
+
+
+
+
Chassis
+
Chassis is an attempt at creating open standards designed for CSS libraries, JavaScript UI libraries, and web developers in general. This project will define standards for markup and class names for common widgets and patterns, as well as an implementation of those standards.
+
Chassis on GitHub
+
+
+
-
-
-
-
-
Esprima
-
Esprima is a high performance, standard-compliant ECMAScript parser written in ECMAScript (also popularly known as JavaScript).
-
esprima.org
-
-
-
+
+
+
+
+
Esprima
+
Esprima is a high performance, standard-compliant ECMAScript parser written in ECMAScript (also popularly known as JavaScript).
+
esprima.org
+
+
+
diff --git a/pages/support.html b/pages/support.html
index fe4a709..80812dd 100644
--- a/pages/support.html
+++ b/pages/support.html
@@ -1,55 +1,54 @@
-
-
Community Support
-
The following resources are provided by the jQuery community free of charge.
-
-
-
-
Commercial Support
-
The following member companies offer commercial support services for jQuery, including consulting and training.
-
-
-
-

-
-
-
Bocoup builds complex cross device and cross platform JavaScript software for startups, the fortune 500 and federally funded education projects.
-
Bocoup offers in depth JavaScript training on a number of subjects including jQuery. Learn more about our Training at bocoup.com/education/
-
Contact: bocoup.com/hello/ or 617.379.275
-
-
-
-
-
-

-
-
-
When you get commercial support from SitePen, you’re choosing to work with one of the most experienced Web application development groups in the world. SitePen has been providing quality Web development, analysis, training, and support services since 2000 to companies and individuals around the globe. Our exclusive team of master JavaScript engineers includes current and former contributors to TC39 (EcmaScript), jQuery, the Dojo Toolkit, Node.js, AngularJS, Intern, and more. From start-ups to Fortune 500s, we have the knowledge and expertise to solve problems of any size and keep your project on track and running smoothly. Get in touch today to learn how we can help you achieve your goals.
-
Contact: www.sitepen.com/site/contact.html or 650-968-8787
-
-
-
+
+
Community Support
+
The following resources are provided by the jQuery community free of charge.
+
+
+
+
Commercial Support
+
The following member companies offer commercial support services for jQuery, including consulting and training.
+
+
+
+

+
+
+
Bocoup builds complex cross device and cross platform JavaScript software for startups, the fortune 500 and federally funded education projects.
+
Bocoup offers in depth JavaScript training on a number of subjects including jQuery. Learn more about our Training at bocoup.com/education/
+
Contact: bocoup.com/hello/ or 617.379.275
+
+
+
+
+
+

+
+
+
When you get commercial support from SitePen, you’re choosing to work with one of the most experienced Web application development groups in the world. SitePen has been providing quality Web development, analysis, training, and support services since 2000 to companies and individuals around the globe. Our exclusive team of master JavaScript engineers includes current and former contributors to TC39 (EcmaScript), jQuery, the Dojo Toolkit, Node.js, AngularJS, Intern, and more. From start-ups to Fortune 500s, we have the knowledge and expertise to solve problems of any size and keep your project on track and running smoothly. Get in touch today to learn how we can help you achieve your goals.
+
Contact: www.sitepen.com/site/contact.html or 650-968-8787
+
+
+
-
diff --git a/pages/team-members.md b/pages/team-members.md
index a606f78..a3f79e2 100644
--- a/pages/team-members.md
+++ b/pages/team-members.md
@@ -20,7 +20,7 @@ Each project team decides its own criteria for team membership and duties. Team
## Orientation
-Documentation for the processes shared by all teams is publicly available at http://contribute.jquery.org and includes things such as coding style and commit message formats. Teams may add their own guidelines or rules, and should document these so that new team members can quickly come up to speed. If a team member expects to be unavailable for an extended period, such as during travel or vacation, they should let their team(s) know.
+Documentation for the processes shared by all teams is publicly available at https://contribute.jquery.org and includes things such as coding style and commit message formats. Teams may add their own guidelines or rules, and should document these so that new team members can quickly come up to speed. If a team member expects to be unavailable for an extended period, such as during travel or vacation, they should let their team(s) know.
## Benefits
diff --git a/pages/team.html b/pages/team.html
index 4d0401e..6b85b39 100644
--- a/pages/team.html
+++ b/pages/team.html
@@ -1,306 +1,306 @@
The jQuery Foundation Board of Directors
- -
-
- Dave Methvin
- President
- Dave is a long-time contributor to jQuery, providing extensive help on the jQuery bug tracker and in the jQuery discussion forums. As the lead of the jQuery dev team he works to ensure high quality, timely, releases of the library, organizes the planning and development efforts of the team, and generally drives the direction of the library.
-
+ -
+
+ Dave Methvin
+ President
+ Dave is a long-time contributor to jQuery, providing extensive help on the jQuery bug tracker and in the jQuery discussion forums. As the lead of the jQuery dev team he works to ensure high quality, timely, releases of the library, organizes the planning and development efforts of the team, and generally drives the direction of the library.
+
- -
-
- Kris Borchers
- Executive Director
- Kris works daily to help drive the jQuery Foundation toward its mission to make the open web accessible to everyone. Whether he is working with project developers, meeting with current and future supporting members or even occasionally writing a bit of code, he is always working to grow the foundation and help it bring the greatest positive impact to the open web as possible.
-
+ -
+
+ Kris Borchers
+ Executive Director
+ Kris works daily to help drive the jQuery Foundation toward its mission to make the open web accessible to everyone. Whether he is working with project developers, meeting with current and future supporting members or even occasionally writing a bit of code, he is always working to grow the foundation and help it bring the greatest positive impact to the open web as possible.
+
- -
-
- Adam Sontag
- At-large Director
- Adam J. Sontag is a New York City-based developer with Boston’s Bocoup. He's been involved in many facets of the jQuery Foundation, and as events lead is dedicated to curate conferences and other events that engage our community and further our goals of bringing developers into the process of building the open web.
-
+ -
+
+ Adam Sontag
+ At-large Director
+ Adam J. Sontag is a New York City-based developer with Boston’s Bocoup. He's been involved in many facets of the jQuery Foundation, and as events lead is dedicated to curate conferences and other events that engage our community and further our goals of bringing developers into the process of building the open web.
+
- -
-
- Ralph Whitbeck
- At-large Director
- Ralph is a Developer Evangelist at Atlassian and lives in Rochester, NY. Ralph leads the Developer Relations effort for the Foundation and was a cohost of the Official jQuery Podcast that ran from 2009 - 2011.
-
+ -
+
+ Ralph Whitbeck
+ At-large Director
+ Ralph is a Developer Evangelist at Atlassian and lives in Rochester, NY. Ralph leads the Developer Relations effort for the Foundation and was a cohost of the Official jQuery Podcast that ran from 2009 - 2011.
+
- -
-
- Anne-Gaelle Colom
- At-large Director
- Anne-Gaelle Colom is a Senior Lecturer at the University of Westminster in London, UK. She is passionate about the use of technology in Higher Education as well as the Web and Mobile world. Anne-Gaelle joined the jQuery Mobile team in October 2011 to become the documentation lead a few months later. Today, she is the Content Lead for the whole jQuery Foundation.
-
+ -
+
+ Anne-Gaelle Colom
+ At-large Director
+ Anne-Gaelle Colom is a Senior Lecturer at the University of Westminster in London, UK. She is passionate about the use of technology in Higher Education as well as the Web and Mobile world. Anne-Gaelle joined the jQuery Mobile team in October 2011 to become the documentation lead a few months later. Today, she is the Content Lead for the whole jQuery Foundation.
+
- -
-
- Mike Sherov
- At-large Director
- Mike is a Senior Software Engineer at Behance, from Plainview, New York. He is involved in development and testing efforts across multiple jQuery projects. Mike focuses his efforts around the CSS/JS interactions and works with the standards bodies and browser vendors to move the web forward.
-
+ -
+
+ Mike Sherov
+ At-large Director
+ Mike is a Senior Software Engineer at Behance, from Plainview, New York. He is involved in development and testing efforts across multiple jQuery projects. Mike focuses his efforts around the CSS/JS interactions and works with the standards bodies and browser vendors to move the web forward.
+
- -
-
- Alex Sexton
- At-large Director
- Alex Sexton (@SlexAxton) is a JavaScript Developer from Austin, TX and an Engineer at Stripe. He's a member of the Modernizr core team, former co-host of the yayQuery podcast and author of many open source JavaScript libraries including the Jed Toolkit, and yepnope.js. He focuses primarily on the challenges involved in creating large single-page applications, especially those that use jQuery.
-
+ -
+
+ Alex Sexton
+ At-large Director
+ Alex Sexton (@SlexAxton) is a JavaScript Developer from Austin, TX and an Engineer at Stripe. He's a member of the Modernizr core team, former co-host of the yayQuery podcast and author of many open source JavaScript libraries including the Jed Toolkit, and yepnope.js. He focuses primarily on the challenges involved in creating large single-page applications, especially those that use jQuery.
+
- -
-
- Andy Smith
- Member Representative (IBM)
- Andy Smith is Senior Technical Staff Member at IBM and based in Raleigh, NC. He works in the Open Technologies and Cloud Performance team at IBM focusing on open source software and standards for mobile related applications and services.
-
- -
-
- Gabriel Schulhof
- Project Representative
- Gabriel is a software engineer avidly in favour of an open, collaborative, and well-structured approach to any and all problem solving in the realm of software design and implementation. An application programmer from the very start, his path has taken him from working with native frameworks such as GTK+ and QT (at Nokia) onto the Web (at Intel) with jQuery Mobile.
-
- -
-
- Steve Newcomb
- Member Representative (Famous)
- Steve Newcomb is the co-founder and CEO of famo.us - a JavaScript platform that enables developers to build animation rich experiences, interfaces and widgets integrated into responsive designed websites and mobile websites. He serves as a senior fellow at UC Berkeley School of Engineering and prior to famo.us Steve was the co-founder of Powerset, a semantic search engine that was bought by Microsoft and later became the search engine Bing. Steve is a self taught designer/engineer and has dedicated himself to education and accessibility for engineers of all levels.
-
- -
-
- Dylan Schiemann
- At-large Director
- As CEO of SitePen and co-founder of the Dojo Toolkit, Dylan is best known for building web applications that make use of JavaScript/Ajax, Dojo, and other standard web development technologies. Dylan is also a committer to Intern. Dylan has delivered hundreds of presentations at conferences throughout the world, started the London Ajax User Group, co-founded Comet Daily, and authored a chapter in the book Even Faster Web Sites. Prior to JavaScript, Dylan earned his Masters in Physical Chemistry from UCLA and his B.A. in Mathematics from Whittier College.
-
- -
-
- Michael Peachey
- At-large Director
- Internet technologist, entrepreneur, user experience advocate, kitesurfer, photographer and father of four, Michael Peachey specializes in taking advantage of new technologies to solve long-standing business problems. In 2000, at a time when few believed the browser could support real interaction capabilities, Michael co-founded General Interface (GI) to enable developers to build web applications that behaved like desktop software. Michael sold General Interface to TIBCO Software in 2004 and then released the code in 2005 as a 100-point open source project at the Dojo Foundation. Currently, Michael is Vice President of User Experience for Sumologic in Redwood City, CA where he is working on the tools used by DevOps, ITOps and SecOps engineers to better manage all those cloud-based web applications.
-
- -
-
- John Resig
- Emeritus Member | Creator of the jQuery Library
- John is the original creator of the jQuery library. He works with the jQuery dev team and the jQuery board to help set the direction of the project.
-
+ -
+
+ Andy Smith
+ Member Representative (IBM)
+ Andy Smith is Senior Technical Staff Member at IBM and based in Raleigh, NC. He works in the Open Technologies and Cloud Performance team at IBM focusing on open source software and standards for mobile related applications and services.
+
+ -
+
+ Gabriel Schulhof
+ Project Representative
+ Gabriel is a software engineer avidly in favour of an open, collaborative, and well-structured approach to any and all problem solving in the realm of software design and implementation. An application programmer from the very start, his path has taken him from working with native frameworks such as GTK+ and QT (at Nokia) onto the Web (at Intel) with jQuery Mobile.
+
+ -
+
+ Steve Newcomb
+ Member Representative (Famous)
+ Steve Newcomb is the co-founder and CEO of famo.us - a JavaScript platform that enables developers to build animation rich experiences, interfaces and widgets integrated into responsive designed websites and mobile websites. He serves as a senior fellow at UC Berkeley School of Engineering and prior to famo.us Steve was the co-founder of Powerset, a semantic search engine that was bought by Microsoft and later became the search engine Bing. Steve is a self taught designer/engineer and has dedicated himself to education and accessibility for engineers of all levels.
+
+ -
+
+ Dylan Schiemann
+ At-large Director
+ As CEO of SitePen and co-founder of the Dojo Toolkit, Dylan is best known for building web applications that make use of JavaScript/Ajax, Dojo, and other standard web development technologies. Dylan is also a committer to Intern. Dylan has delivered hundreds of presentations at conferences throughout the world, started the London Ajax User Group, co-founded Comet Daily, and authored a chapter in the book Even Faster Web Sites. Prior to JavaScript, Dylan earned his Masters in Physical Chemistry from UCLA and his B.A. in Mathematics from Whittier College.
+
+ -
+
+ Michael Peachey
+ At-large Director
+ Internet technologist, entrepreneur, user experience advocate, kitesurfer, photographer and father of four, Michael Peachey specializes in taking advantage of new technologies to solve long-standing business problems. In 2000, at a time when few believed the browser could support real interaction capabilities, Michael co-founded General Interface (GI) to enable developers to build web applications that behaved like desktop software. Michael sold General Interface to TIBCO Software in 2004 and then released the code in 2005 as a 100-point open source project at the Dojo Foundation. Currently, Michael is Vice President of User Experience for Sumologic in Redwood City, CA where he is working on the tools used by DevOps, ITOps and SecOps engineers to better manage all those cloud-based web applications.
+
+ -
+
+ John Resig
+ Emeritus Member | Creator of the jQuery Library
+ John is the original creator of the jQuery library. He works with the jQuery dev team and the jQuery board to help set the direction of the project.
+
The jQuery Foundation Board of Advisors
- -
-
- Matt Mullenweg
- Founding developer of WordPress | Founder of Automattic
- Matt Mullenweg is one of PC World’s Top 50 People on the Web, Inc.com’s 30 under 30, Business Week’s 25 Most Influential People on the Web, and Vanity Fair’s Next Establishment. He is the founding developer of WordPress, the Open Source software used by over 22% of the web, including this site.
-
- -
-
- Karl Swedberg
- Content
- Karl Swedberg (@kswedberg) is a web developer and co-author of Learning jQuery and The jQuery Reference Guide books by Packt Publishing. The jQuery Reference Guide served as the foundation for api.jquery.com, which Karl continues to help maintain.
-
- -
-
- Brian Leroux
- SPACELORD!1!!
- Brian helped create, foster and lead the efforts now known as Apache Cordova and its popular downstream distribution Adobe PhoneGap. A huge advocate for the open web and making it a first class platform.
-
- -
-
- Chris Williams
- Maker of Improbable Things
- CTO @ Emerging Technology Advisors; VoodooSpark; node-serialport; nodebots, nodecopter; JSConf; RobotsConf; SaferAging; BeerJS; and more.
-
- -
-
- Yehuda Katz
- Standards Lead
- Yehuda Katz is one of the creators of Ember.js, a member of the Rust Core Team, and a retired Ruby on Rails and jQuery Core Team member. At Tilde he works on Skylight, the smart profiler for Rails, and does Ember.js consulting. He's best known for his open source work, which also includes having created projects like Thor, Handlebars and Bundler. He travels the world doing open source evangelism and web standards work, and has written several successful technology books.
-
- -
-
- Boaz Sender
- Advisor
- Boaz is the CEO at Bocoup where he has spent the last six years helping customers adopt Open Technologies into the core of their businesses. Prior to Bocoup, he worked as a front-end developer for a dot-com where he built early client-side web applications.
-
+ -
+
+ Matt Mullenweg
+ Founding developer of WordPress | Founder of Automattic
+ Matt Mullenweg is one of PC World’s Top 50 People on the Web, Inc.com’s 30 under 30, Business Week’s 25 Most Influential People on the Web, and Vanity Fair’s Next Establishment. He is the founding developer of WordPress, the Open Source software used by over 22% of the web, including this site.
+
+ -
+
+ Karl Swedberg
+ Content
+ Karl Swedberg (@kswedberg) is a web developer and co-author of Learning jQuery and The jQuery Reference Guide books by Packt Publishing. The jQuery Reference Guide served as the foundation for api.jquery.com, which Karl continues to help maintain.
+
+ -
+
+ Brian Leroux
+ SPACELORD!1!!
+ Brian helped create, foster and lead the efforts now known as Apache Cordova and its popular downstream distribution Adobe PhoneGap. A huge advocate for the open web and making it a first class platform.
+
+ -
+
+ Chris Williams
+ Maker of Improbable Things
+ CTO @ Emerging Technology Advisors; VoodooSpark; node-serialport; nodebots, nodecopter; JSConf; RobotsConf; SaferAging; BeerJS; and more.
+
+ -
+
+ Yehuda Katz
+ Standards Lead
+ Yehuda Katz is one of the creators of Ember.js, a member of the Rust Core Team, and a retired Ruby on Rails and jQuery Core Team member. At Tilde he works on Skylight, the smart profiler for Rails, and does Ember.js consulting. He's best known for his open source work, which also includes having created projects like Thor, Handlebars and Bundler. He travels the world doing open source evangelism and web standards work, and has written several successful technology books.
+
+ -
+
+ Boaz Sender
+ Advisor
+ Boaz is the CEO at Bocoup where he has spent the last six years helping customers adopt Open Technologies into the core of their businesses. Prior to Bocoup, he worked as a front-end developer for a dot-com where he built early client-side web applications.
+
The jQuery Team
The jQuery team is made up of subteams working on various areas of the project. For example there are subteams that work on Mobile, Core, UI, Events, etc. Without the contributions of the following people we could not exist:
- -
-
- Clark Allan
- Infrastructure
-
- -
-
- Julian Aubourg
- Core | Standards
-
- -
-
- Leo Balter
- QUnit Lead
-
- -
-
- Jay Blanchard
- Developer Relations
-
- -
-
- Kevin Boudloche
- Developer Relations
-
- -
-
- Aurelio De Rosa
- Content
-
- -
-
- Isaac Durazo
- Outreach (Design)
-
- -
-
- Corey Frang
- Infrastructure
-
- -
-
- Sarah Frisk
- Chassis Lead
-
- -
-
- Jasper de Groot
- Mobile
-
- -
-
- Cory Gackenheimer
- Mobile
-
- -
-
- Oleg Gaidarenko
- Core
-
- -
-
- Richard Gibson
- Sizzle Lead | Core | QUnit
-
- -
-
- Michał Gołębiowski
- Core
-
- -
-
- Scott González
- jQuery UI Lead | Infrastructure
-
- -
-
- James M. Greene
- QUnit
-
- -
-
- Dan Heberden
- Content
-
- -
-
- Andrew Lunny
- Globalize
-
- -
-
- Felix Nagel
- UI
-
- -
-
- Ryan Neufeld
- Infrastructure
-
- -
-
- Addy Osmani
- Content
-
- -
-
- Alex Schmitz
- Mobile Lead | UI
-
- -
-
- Timo "Krinkle" Tijhof
- QUnit | Infrastructure
-
- -
-
- Adam Ulvi
- Infrastructure Lead
-
- -
-
- TJ VanToll
- UI
-
- -
-
- Arthur Verschaeve
- Content
-
- -
-
- Rick Waldron
- Core | Standards
-
- -
-
- Timmy Willison
- Core Lead
-
- -
-
- Keith Wood
- Developer Relations
-
- -
-
- Rafael Xavier
- Globalize Lead | UI
-
- -
-
- Jörn Zaefferer
- jQuery UI Dev Lead | QUnit | Globalize | Infrastructure
-
+ -
+
+ Clark Allan
+ Infrastructure
+
+ -
+
+ Julian Aubourg
+ Core | Standards
+
+ -
+
+ Leo Balter
+ QUnit Lead
+
+ -
+
+ Jay Blanchard
+ Developer Relations
+
+ -
+
+ Kevin Boudloche
+ Developer Relations
+
+ -
+
+ Aurelio De Rosa
+ Content
+
+ -
+
+ Isaac Durazo
+ Outreach (Design)
+
+ -
+
+ Corey Frang
+ Infrastructure
+
+ -
+
+ Sarah Frisk
+ Chassis Lead
+
+ -
+
+ Jasper de Groot
+ Mobile
+
+ -
+
+ Cory Gackenheimer
+ Mobile
+
+ -
+
+ Oleg Gaidarenko
+ Core
+
+ -
+
+ Richard Gibson
+ Sizzle Lead | Core | QUnit
+
+ -
+
+ Michał Gołębiowski
+ Core
+
+ -
+
+ Scott González
+ jQuery UI Lead | Infrastructure
+
+ -
+
+ James M. Greene
+ QUnit
+
+ -
+
+ Dan Heberden
+ Content
+
+ -
+
+ Andrew Lunny
+ Globalize
+
+ -
+
+ Felix Nagel
+ UI
+
+ -
+
+ Ryan Neufeld
+ Infrastructure
+
+ -
+
+ Addy Osmani
+ Content
+
+ -
+
+ Alex Schmitz
+ Mobile Lead | UI
+
+ -
+
+ Timo "Krinkle" Tijhof
+ QUnit | Infrastructure
+
+ -
+
+ Adam Ulvi
+ Infrastructure Lead
+
+ -
+
+ TJ VanToll
+ UI
+
+ -
+
+ Arthur Verschaeve
+ Content
+
+ -
+
+ Rick Waldron
+ Core | Standards
+
+ -
+
+ Timmy Willison
+ Core Lead
+
+ -
+
+ Keith Wood
+ Developer Relations
+
+ -
+
+ Rafael Xavier
+ Globalize Lead | UI
+
+ -
+
+ Jörn Zaefferer
+ jQuery UI Dev Lead | QUnit | Globalize | Infrastructure
+
@@ -308,200 +308,200 @@ jQuery UI Dev Lead | QUnit | Globalize | Infrastructure
Past Team Members
These are the members of the jQuery team alumni. We recognize them for their contributions to the jQuery Project. They may not be as active in the project as they were before but they are still considered key contributors for the jQuery Project.
- -
-
Brandon Aaron
- Core
-
- -
-
Mike Alsup
- API, Forum, and Plugins
-
- -
-
Rey Bango
- Developer Relations
-
- -
-
Paul Bakaus
- jQuery UI Creator
-
- -
-
John Bender
- Mobile
-
- -
-
Tyler Benzinger
- Mobile
-
- -
-
Kin Blas
- Mobile
-
- -
-
Nate Cavanaugh
- Design and Web
-
- -
-
Darcy Clarke
- Design and Web
-
- -
-
Kim Cooperrider
- Events
-
- -
-
Chris Coyier
- Design
-
- -
-
Alex Dovenmuehle
- UI
-
- -
-
Nate Eagle
- Design
-
- -
-
Ariel Flesler
- Core
-
- -
-
Ryan Gibbons
- Infrastructure
-
- -
-
Skye Giordano
- Design
-
- -
-
Maurice Gottlieb
- Mobile
-
- -
-
Marc Grabanski
- UI
-
- -
-
Klaus Hartl
- UI
-
- -
-
Mike Hostetler
- Infrastructure and Operations
-
- -
-
Paul Irish
- Standards
-
- -
-
Scott Jehl
- Mobile
-
- -
-
Sean Koole
- Content
-
- -
-
Chris Lea
- Infrastructure
-
- -
-
Jeff Lembeck
- Mobile
-
- -
-
Cody Lindley
- Developer Relations
-
- -
-
Mat Marquis
- Mobile
-
- -
-
Doug Neiner
- Design
-
- -
-
Todd Parker
- Mobile
-
- -
-
David Petersen
- UI
-
- -
-
Stefan Petre
- Creator of Interface Plugin
-
- -
-
Abby Phoenix
- Events
-
- -
-
Tane Piper
- Developer Relations
-
- -
-
Corey Quinn
- Web
-
- -
-
Philippe Rathé
- QUnit
-
- -
-
Jason Scott
- Mobile
-
- -
-
Ghislain Seguin
- Mobile
-
- -
-
Boaz Sender
- Content, Design, and Web
-
- -
-
David Serduke
- Core
-
- -
-
Bradley Sepos
- Design
-
- -
-
Craig Sharkie
- Events (Pacific-Asia)
-
- -
-
Jonathan Sharp
- Infrastructure
-
- -
-
Remy Sharp
- Developer Relations
-
- -
-
Leah Silber
- Events
-
- -
-
Nate Tassinari
- Events
-
- -
-
Patty Toland
- Mobile
-
- -
-
Maggie Costello Wachs
- Mobile
-
- -
-
Wesley Walser
- QUnit
-
- -
-
Richard D. Worth
- Executive Director, UI
-
+ -
+
Brandon Aaron
+ Core
+
+ -
+
Mike Alsup
+ API, Forum, and Plugins
+
+ -
+
Rey Bango
+ Developer Relations
+
+ -
+
Paul Bakaus
+ jQuery UI Creator
+
+ -
+
John Bender
+ Mobile
+
+ -
+
Tyler Benzinger
+ Mobile
+
+ -
+
Kin Blas
+ Mobile
+
+ -
+
Nate Cavanaugh
+ Design and Web
+
+ -
+
Darcy Clarke
+ Design and Web
+
+ -
+
Kim Cooperrider
+ Events
+
+ -
+
Chris Coyier
+ Design
+
+ -
+
Alex Dovenmuehle
+ UI
+
+ -
+
Nate Eagle
+ Design
+
+ -
+
Ariel Flesler
+ Core
+
+ -
+
Ryan Gibbons
+ Infrastructure
+
+ -
+
Skye Giordano
+ Design
+
+ -
+
Maurice Gottlieb
+ Mobile
+
+ -
+
Marc Grabanski
+ UI
+
+ -
+
Klaus Hartl
+ UI
+
+ -
+
Mike Hostetler
+ Infrastructure and Operations
+
+ -
+
Paul Irish
+ Standards
+
+ -
+
Scott Jehl
+ Mobile
+
+ -
+
Sean Koole
+ Content
+
+ -
+
Chris Lea
+ Infrastructure
+
+ -
+
Jeff Lembeck
+ Mobile
+
+ -
+
Cody Lindley
+ Developer Relations
+
+ -
+
Mat Marquis
+ Mobile
+
+ -
+
Doug Neiner
+ Design
+
+ -
+
Todd Parker
+ Mobile
+
+ -
+
David Petersen
+ UI
+
+ -
+
Stefan Petre
+ Creator of Interface Plugin
+
+ -
+
Abby Phoenix
+ Events
+
+ -
+
Tane Piper
+ Developer Relations
+
+ -
+
Corey Quinn
+ Web
+
+ -
+
Philippe Rathé
+ QUnit
+
+ -
+
Jason Scott
+ Mobile
+
+ -
+
Ghislain Seguin
+ Mobile
+
+ -
+
Boaz Sender
+ Content, Design, and Web
+
+ -
+
David Serduke
+ Core
+
+ -
+
Bradley Sepos
+ Design
+
+ -
+
Craig Sharkie
+ Events (Pacific-Asia)
+
+ -
+
Jonathan Sharp
+ Infrastructure
+
+ -
+
Remy Sharp
+ Developer Relations
+
+ -
+
Leah Silber
+ Events
+
+ -
+
Nate Tassinari
+ Events
+
+ -
+
Patty Toland
+ Mobile
+
+ -
+
Maggie Costello Wachs
+ Mobile
+
+ -
+
Wesley Walser
+ QUnit
+
+ -
+
Richard D. Worth
+ Executive Director, UI
+
diff --git a/pages/trademark-policy.md b/pages/trademark-policy.md
index c13c9e7..a7f809c 100644
--- a/pages/trademark-policy.md
+++ b/pages/trademark-policy.md
@@ -21,14 +21,14 @@ The jQuery Foundation uses a number of trademarks to identify itself, its projec
* jQuery Conference ™
* jQuery Developer Summit ™
* The "Logo Marks"
- * [jQuery Logo](http://brand.jquery.org/resources/jquery-mark-light.gif) ™
- * [jQuery Mobile Logo](http://brand.jquery.org/resources/jquerymobile-mark-light.gif) ™
- * [jQuery UI Logo](http://brand.jquery.org/resources/jqueryui-mark-light.gif) ™
- * [QUnit Logo](http://brand.jquery.org/resources/qunit-mark-light.gif) ™
- * [Sizzle Logo](http://brand.jquery.org/resources/sizzle-mark-light.gif) ™
- * [jQuery Developer Summit Logo](http://brand.jquery.org/resources/jquery-dev-summit-mark.gif) ™
+ * [jQuery Logo](https://brand.jquery.org/resources/jquery-mark-light.gif) ™
+ * [jQuery Mobile Logo](https://brand.jquery.org/resources/jquerymobile-mark-light.gif) ™
+ * [jQuery UI Logo](https://brand.jquery.org/resources/jqueryui-mark-light.gif) ™
+ * [QUnit Logo](https://brand.jquery.org/resources/qunit-mark-light.gif) ™
+ * [Sizzle Logo](https://brand.jquery.org/resources/sizzle-mark-light.gif) ™
+ * [jQuery Developer Summit Logo](https://brand.jquery.org/resources/jquery-dev-summit-mark.gif) ™
-These marks, whether formally registered with the United States Patent and Trademark Office or not, are all the exclusive property of the jQuery Foundation, and their use is subject to this policy and the [Brand Guide](http://brand.jquery.org). Any exceptions to this policy or the Brand Guide must be approved in writing by the Foundation.
+These marks, whether formally registered with the United States Patent and Trademark Office or not, are all the exclusive property of the jQuery Foundation, and their use is subject to this policy and the [Brand Guide](https://brand.jquery.org). Any exceptions to this policy or the Brand Guide must be approved in writing by the Foundation.
## General Guidelines
@@ -36,7 +36,7 @@ The general theme of this policy is that we will allow the broadest possible non
In any proper use of the Marks, the following guidelines will always apply:
-* All use is subject to the [Brand Guide](http://brand.jquery.org);
+* All use is subject to the [Brand Guide](https://brand.jquery.org);
* All Marks must be used in their exact form and may not be modified;
* The first or most prominent use of a Mark must be accompanied by the proper trademark symbol (either ® or ™), as identified above;
* A notice must be provided, either on the page with the Mark or on the credits page in the case of a website, or on the document with the Mark in the case of a document, that the Mark is a trademark of the jQuery Foundation and that your endeavor is not affiliated with the Foundation;
@@ -53,21 +53,21 @@ There are some uses that we think are simply too likely to cause confusion to ev
## Merchandising
-One of the ways in which the Foundation raises the funds necessary to support its open source projects is through merchandising, both by selling merchandise through licensed distributors and offering merchandise as an incentive to members, conference attendees, and the like. As such, the Marks may not be used in commercial or non-commercial merchandising of any kind. If you would like to purchase Foundation merchandise, please visit [DevSwag](http://devswag.com) or [join the Foundation](https://jquery.org/join/). If there’s merchandise you think we should be producing, please let us know at [info@jquery.org](mailto:info@jquery.org).
+One of the ways in which the Foundation raises the funds necessary to support its open source projects is through merchandising, both by selling merchandise through licensed distributors and offering merchandise as an incentive to members, conference attendees, and the like. As such, the Marks may not be used in commercial or non-commercial merchandising of any kind. If you would like to purchase Foundation merchandise, please visit [DevSwag](https://devswag.com) or [join the Foundation](https://jquery.org/join/). If there’s merchandise you think we should be producing, please let us know at [info@jquery.org](mailto:info@jquery.org).
## Commercial Software and Services
An incredible community of developers and consultants has grown up around the Foundation and its projects, and while our mission is to promote the open web and we encourage the free exchange of developments, we are also glad that members of that community are able to use the work of the Foundation to make a living. As noted above though, any commercial use of the Marks is going to be more closely scrutinized and more restricted.
-To that end, the Foundation’s Word Marks may be used in conjunction with the commercial marketing of software built using and services surrounding the Foundation’s projects, provided of course that those uses are non-confusing and otherwise comply with this policy and the [Brand Guide](http://brand.jquery.org). Conversely, the Logo Marks may not be used in conjunction with the commercial marketing of software built using or services surrounding the Foundation’s projects, or for any other commercial purpose unless specifically authorized in writing by the Foundation. To request such authorization, write to [info@jquery.org](mailto:info@jquery.org).
+To that end, the Foundation’s Word Marks may be used in conjunction with the commercial marketing of software built using and services surrounding the Foundation’s projects, provided of course that those uses are non-confusing and otherwise comply with this policy and the [Brand Guide](https://brand.jquery.org). Conversely, the Logo Marks may not be used in conjunction with the commercial marketing of software built using or services surrounding the Foundation’s projects, or for any other commercial purpose unless specifically authorized in writing by the Foundation. To request such authorization, write to [info@jquery.org](mailto:info@jquery.org).
## Open Source Community Promotion
-One of our goals as a foundation is to support and promote the open source community at large, and we’ve been incredibly fortunate to receive an overwhelming amount of that same support and promotion back from the community. To keep that going and encourage that sense of community, we allow the use of all Marks in conjunction with non-commercial promotion of the Foundation and the open source community at large, including in the creation of plugins, repositories, personal websites, and social media accounts. Those uses, of course, remain subject to the [Brand Guide](http://brand.jquery.org) and the other guidelines outlined in this policy.
+One of our goals as a foundation is to support and promote the open source community at large, and we’ve been incredibly fortunate to receive an overwhelming amount of that same support and promotion back from the community. To keep that going and encourage that sense of community, we allow the use of all Marks in conjunction with non-commercial promotion of the Foundation and the open source community at large, including in the creation of plugins, repositories, personal websites, and social media accounts. Those uses, of course, remain subject to the [Brand Guide](https://brand.jquery.org) and the other guidelines outlined in this policy.
## Conferences
-As part of that non-commercial promotion, we encourage members of the open source community to put together meetups and conferences on their own to further the mission of the Foundation and the interests of the community. To that end, we allow the use of the Marks in conjunction with the promotion of non-commercial meetups and conferences in accord with the [Brand Guide](http://brand.jquery.org/events-conferences/). Importantly, as expanded on in the Brand Guide, jQuery ConferenceTM and jQuery Developer ConferenceTM are reserved for the exclusive use of the Foundation and may not be used for independent meetups and conferences.
+As part of that non-commercial promotion, we encourage members of the open source community to put together meetups and conferences on their own to further the mission of the Foundation and the interests of the community. To that end, we allow the use of the Marks in conjunction with the promotion of non-commercial meetups and conferences in accord with the [Brand Guide](https://brand.jquery.org/events-conferences/). Importantly, as expanded on in the Brand Guide, jQuery ConferenceTM and jQuery Developer ConferenceTM are reserved for the exclusive use of the Foundation and may not be used for independent meetups and conferences.
## Fair Use
diff --git a/redirects.json b/redirects.json
index 43bd4d6..15c4201 100644
--- a/redirects.json
+++ b/redirects.json
@@ -1,8 +1,8 @@
{
"/sponsors/": "/members/",
"/about/": "/",
- "/meeting/": "http://meetings.jquery.org",
- "/meetings/": "http://meetings.jquery.org",
- "/updates/": "http://meetings.jquery.org",
- "/feed/": "http://meetings.jquery.org/feed"
+ "/meeting/": "https://meetings.jquery.org",
+ "/meetings/": "https://meetings.jquery.org",
+ "/updates/": "https://meetings.jquery.org",
+ "/feed/": "https://meetings.jquery.org/feed"
}