├── .gitignore ├── LICENSE.txt ├── README.md ├── d3.chart.sankey.min.modified.js ├── index.html └── logos ├── 4U.png ├── 9W.png ├── A3.png ├── AA.png ├── AB.png ├── AC.png ├── AF.png ├── AI.png ├── AM.png ├── AMEX.png ├── AR.png ├── AS.png ├── AV.png ├── AY.png ├── AZ.png ├── B6.png ├── BA.png ├── BI.png ├── BR.png ├── BT.png ├── CA.png ├── CHASE.png ├── CI.png ├── CIB.png ├── CITI.png ├── CM.png ├── CMB.png ├── CX.png ├── CZ.png ├── DL.png ├── EI.png ├── EK.png ├── ET.png ├── EY.png ├── F9.png ├── FI.png ├── G3.png ├── GA.png ├── GF.png ├── HA.png ├── HIL.png ├── HU.png ├── HYA.png ├── IB.png ├── IHG.png ├── JJ.png ├── JL.png ├── JP.png ├── KA.png ├── KE.png ├── KL.png ├── KQ.png ├── LA.png ├── LH.png ├── LO.png ├── LX.png ├── LY.png ├── MAR.png ├── ME.png ├── MF.png ├── MH.png ├── MS.png ├── MU.png ├── NH.png ├── NZ.png ├── OK.png ├── OS.png ├── OU.png ├── OZ.png ├── QF.png ├── QR.png ├── RJ.png ├── RO.png ├── S7.png ├── SA.png ├── SK.png ├── SN.png ├── SPDB.png ├── SPG.png ├── SQ.png ├── SU.png ├── SV.png ├── TG.png ├── TK.png ├── TP.png ├── UA.png ├── UL.png ├── USD.png ├── UX.png ├── VA.png ├── VN.png ├── VS.png ├── VX.png ├── WN.png ├── ZH.png ├── nonAliance.png ├── oneworld.png ├── skyteam.png └── starAlliance.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules 3 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- 1 | Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License 2 | 3 | By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. 4 | 5 | Section 1 – Definitions. 6 | 7 | Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. 8 | Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. 9 | Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. 10 | Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. 11 | Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. 12 | Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. 13 | Licensor means the individual(s) or entity(ies) granting rights under this Public License. 14 | NonCommercial means not primarily intended for or directed towards commercial advantage or monetary compensation. For purposes of this Public License, the exchange of the Licensed Material for other material subject to Copyright and Similar Rights by digital file-sharing or similar means is NonCommercial provided there is no payment of monetary compensation in connection with the exchange. 15 | Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. 16 | Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. 17 | You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. 18 | Section 2 – Scope. 19 | 20 | License grant. 21 | Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: 22 | reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and 23 | produce and reproduce, but not Share, Adapted Material for NonCommercial purposes only. 24 | Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. 25 | Term. The term of this Public License is specified in Section 6(a). 26 | Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. 27 | Downstream recipients. 28 | Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. 29 | No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. 30 | No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). 31 | Other rights. 32 | 33 | Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. 34 | Patent and trademark rights are not licensed under this Public License. 35 | To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties, including when the Licensed Material is used other than for NonCommercial purposes. 36 | Section 3 – License Conditions. 37 | 38 | Your exercise of the Licensed Rights is expressly made subject to the following conditions. 39 | 40 | Attribution. 41 | 42 | If You Share the Licensed Material, You must: 43 | 44 | retain the following if it is supplied by the Licensor with the Licensed Material: 45 | identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); 46 | a copyright notice; 47 | a notice that refers to this Public License; 48 | a notice that refers to the disclaimer of warranties; 49 | a URI or hyperlink to the Licensed Material to the extent reasonably practicable; 50 | indicate if You modified the Licensed Material and retain an indication of any previous modifications; and 51 | indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. 52 | For the avoidance of doubt, You do not have permission under this Public License to Share Adapted Material. 53 | You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. 54 | If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. 55 | Section 4 – Sui Generis Database Rights. 56 | 57 | Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: 58 | 59 | for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database for NonCommercial purposes only and provided You do not Share Adapted Material; 60 | if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and 61 | You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. 62 | For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. 63 | Section 5 – Disclaimer of Warranties and Limitation of Liability. 64 | 65 | Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You. 66 | To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You. 67 | The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. 68 | Section 6 – Term and Termination. 69 | 70 | This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. 71 | Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: 72 | 73 | automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or 74 | upon express reinstatement by the Licensor. 75 | For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. 76 | For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. 77 | Sections 1, 5, 6, 7, and 8 survive termination of this Public License. 78 | Section 7 – Other Terms and Conditions. 79 | 80 | The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. 81 | Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. 82 | Section 8 – Interpretation. 83 | 84 | For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. 85 | To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. 86 | No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. 87 | Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. 88 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Wings of the Points 2 | 3 | This is a chart to visually represent the transfer partnerships between rewards programs of US credit cards and airlines. 4 | 5 | Live Demo -> [https://uscreditcardguide.github.io/Wings-of-the-Points/index.html](https://uscreditcardguide.github.io/Wings-of-the-Points/index.html) 6 | 7 | 8 | ## Usage 9 | * It is better to view this chart on desktop. The screens on mobile devices are usually too narrow to have a good effect. 10 | * Move your mouse over the point name or airline name to highlight transfer relationships. 11 | * Move your mouse over any line connecting a point and a mile to see the transfer ratio. 12 | * The airlines are grouped by alliances, and inside an alliance the airlines are sorted by alphabetical order. 13 | * You can use ctrl+F (or cmd+F) to quickly find an airline. 14 | 15 | ## Note 16 | * Chase UR is short for Chase Ultimate Rewards points; AmEx MR is short for American Express Membership Rewards points; Citi TYP is short for Citi ThankYou Points. 17 | * The Marriott Bonvoy points can be transferred to airlines miles at 3:1 ratio with most programs. Plus, Marriott will add 5,000 miles for every 60,000 Marriott Bonvoy points you transfer to airline miles. Therefore we count the ratio as 3:1.25. It is basically equivalent to the previous SPG program (1:1.25 ratio). 18 | * Apart from Air France (AF), Flying Blue is also the frequent flyer program for KLM (KL), Kenya Airways (KQ), and TAROM (RO). These airlines are not shown in the chart due to limited space. 19 | * Apart from Lufthansa (LH), Miles & More is also the frequent flyer program for Adria Airways (JP), Austrian Airlines (OS), Brussels Airlines (SN), Croatia Airlines (OU), LOT Polish Airlines (LO), and SWISS (LX). These airlines are not shown in the chart due to limited space. 20 | 21 | ## Change Log 22 | 23 | ## 2025-07-06 24 | 25 | * AMEX-Hawaiian transfer has terminated. 26 | 27 | ### 2025-05-22 28 | 29 | * QR is now a transfer partner of Bilt points at ratio 1:1. 30 | 31 | ### 2025-05-13 32 | 33 | * JL is now a transfer partner of Bilt points at ratio 1:1. 34 | 35 | ### 2025-05-12 36 | 37 | * Bilt Rewards is added to this chart 38 | * B6 is now a transfer partner of C1 points at ratio 1:0.6. 39 | * Marriott -> UA ratio is increased to 3:1.5. (If you’re a United MileagePlus® member, you’ll get 10,000 bonus miles for every 60,000 points you transfer.) 40 | * KE is no longer a transfer partner for Marriott. 41 | 42 | ### 2023-07-28 43 | * QR is now a transfer partner of AmEx MR at ratio 1:1. 44 | 45 | ### 2022-11-01 46 | * Marriott Bonvoy transfer ratio reduced from 3:1.25 to 3:1 for the following partners: AA, AV, DL. 47 | * Marriott Bonvoy lost partner CZ. 48 | 49 | ### 2021-10-07 50 | * Capital One Miles made most transfer ratios to be 1:1 now. 51 | 52 | ### 2021-08-03 53 | * Air Canada (AC) Aeroplan is now a transfer partner of Chase UR. 54 | 55 | ### 2021-05-25 56 | * El Al (LY) Matmid is no longer a transfer partner of MR points. 57 | 58 | ### 2021-04-19 59 | * Capital One added the following transfer partners: BA, TP, TK. It also improved transfer ratio for several partners. Removed MU from MB transfer partners. AS joined Oneworld. LATAM left Oneworld. 60 | 61 | ### 2020-05-12 62 | * Capital One lost transfer partners Qatar Airways (QR) and Hainan Airways (HU) 63 | 64 | ### 2020-04-19 65 | * Emirates (EK) Skywards is now a transfer partner of Citi TYP. 66 | 67 | ### 2019-10-21 68 | * AeroMexico (AM) Club Premier is now a transfer partner of Citi TYP. 69 | 70 | ### 2019-08-25 71 | * Emirates (EK) Skywards is now a transfer partner of Chase UR. 72 | 73 | ### 2019-08-18 74 | 75 | * Garuda Indonesia (GA) GarudaMiles is no longer a transfer partner of Citi TYP. 76 | * Delisted some airlines sharing the same frequent flyer programs (i.e. Flying Blue and Miles & More) 77 | 78 | ### 2019-06-07 79 | 80 | * Lufthansa (LH) Miles and More program is no longer a transfer partner of Marriott Bonvoy as of 06/2019. 81 | * Added the corresponding names of the frequent flyer program to the airlines. 82 | 83 | ### 2019-05-31 84 | * Qantas (QF) is now a transfer partner of AmEx MR. 85 | 86 | ### 2019-05-25 87 | * Forked from [Siriolabs](https://github.com/Siriolabs/Wings-of-the-Points) by physixfan and keep this repo up to date. 88 | * Added C1 - Capital One Miles transfer partners. 89 | * Added Aer Lingus (EI) to AmEx MR as they have a new partnership as of 06/2018. 90 | * Added Avianca (AV) to AmEx MR as they have a new partnership as of 11/2018. 91 | * Moved CZ from SkyTeam to non-Alliance as it left SkyTeam as of 01/2019. 92 | 93 | ### 2018-09-04 94 | * Dealt with the Marriott/SPG merger mess. 95 | * Added Avianca (AV) to Citi TYP as they have a new partnership as of 11/2017. 96 | * Removed Korean Air (KE) from Chase UR as transfer agreements have ended as of 08/2018. 97 | * Added JetBlue (B6) to Chase UR as they have a new partnership as of 08/2018. 98 | 99 | ### 2018-02-14 100 | * Removed Virgin America (VX) as it is acquired by Alaska (AS). 101 | * Add Cathay Dragon (KA) to Amex, Citi, Marriott, SPG as they share Asia Miles with CX. 102 | * Add Aer Lingus (EI) and Iberia (IB) to Chase as these can be transferred directly as of 11/2017. 103 | 104 | 105 | ## Contributors 106 | 107 | * [Martin Gao](http://www.yeekapp.com) (The original author and the owner of this chart) 108 | 109 | * [Runjie Guan](http://anoxic.me) (Added the transfer rate box to the chart) 110 | 111 | * [physixfan](https://www.uscreditcardguide.com) (Proposed this idea and keep updating) 112 | -------------------------------------------------------------------------------- /d3.chart.sankey.min.modified.js: -------------------------------------------------------------------------------- 1 | !function(b,c){if("object"==typeof exports&&"object"==typeof module)module.exports=c(require("d3"),require("d3.chart"));else if("function"==typeof define&&define.amd)define(["d3","d3.chart"],c);else{var d="object"==typeof exports?c(require("d3"),require("d3.chart")):c(b.d3,b.d3.chart);for(var e in d)("object"==typeof exports?exports:b)[e]=d[e]}}(this,function(a,b){return function(a){function c(d){if(b[d])return b[d].exports;var e=b[d]={exports:{},id:d,loaded:!1};return a[d].call(e.exports,e,e.exports,c),e.loaded=!0,e.exports}var b={};return c.m=a,c.c=b,c.p="",c(0)}([function(a,b,c){"use strict";var d=c(1);d.Sankey=d,d.Base=c(4),d.Selection=c(6),d.Path=c(7),a.exports=d},function(a,b,c){"use strict";var d=c(2),e=c(3),f=c(4);a.exports=f.extend("Sankey",{initialize:function(){function b(b){var c=a.features.alignLabel;return"function"==typeof c&&(c=c(b)),"auto"===c&&(c=b.x=0?15:a.dy}).attr("width",a.features.nodeWidth).attr("x",function(a){return a.name.indexOf("[")>=0?"start"===b(a)?15:-15:0}).style("fill",c).style("stroke",function(a){return d.rgb(c(a)).darker(2)}),this.select("text").text(a.features.name).attr("y",function(a){return a.dy/2}).attr("x",function(a){return a.name.indexOf("[")>=0?"start"===b(a)?35:-20:20}).attr("text-anchor",b)},exit:function(){this.remove()}}})},transform:function(a){var b=this;return b.data=a,b.d3.sankey.nodes(a.nodes).links(a.links).layout(b.features.iterations),this.features.spread&&(this._spreadNodes(a),b.d3.sankey.relayout()),a},iterations:function(a){return arguments.length?(this.features.iterations=a,this.data&&this.draw(this.data),this):this.features.iterations},nodeWidth:function(a){return arguments.length?(this.features.nodeWidth=a,this.trigger("change:sizes"),this.data&&this.draw(this.data),this):this.features.nodeWidth},nodePadding:function(a){return arguments.length?(this.features.nodePadding=a,this.trigger("change:sizes"),this.data&&this.draw(this.data),this):this.features.nodePadding},spread:function(a){return arguments.length?(this.features.spread=a,this.data&&this.draw(this.data),this):this.features.spread},alignLabel:function(a){return arguments.length?(this.features.alignLabel=a,this.data&&this.draw(this.data),this):this.features.alignLabel},_spreadNodes:function(a){var b=this,c=d.nest().key(function(a){return a.x}).entries(a.nodes).map(function(a){return a.values});c.forEach(function(a){var c,e,f=d.sum(a,function(a){return a.dy}),g=(b.features.height-f)/a.length,h=0;for(a.sort(function(a,b){return a.y-b.y}),c=0;c0&&(b.y+=d),f=b.y+b.dy+c;if(d=f-c-e[1],d>0)for(f=b.y-=d,h=g-2;h>=0;--h)b=a[h],d=b.y+b.dy+c-f,d>0&&(b.y-=d),f=b.y})}function m(a,b){return a.y-b.y}var b=d.nest().key(function(a){return a.x}).sortKeys(d.ascending).entries(f).map(function(a){return a.values});i(),l();for(var h=1;a>0;--a)k(h*=.99),l(),j(h),l()}function o(){function a(a,b){return a.source.y-b.source.y}function b(a,b){return a.target.y-b.target.y}f.forEach(function(c){c.sourceLinks.sort(b),c.targetLinks.sort(a)}),f.forEach(function(a){var b=0,c=0;a.sourceLinks.forEach(function(a){a.sy=b,b+=a.dy}),a.targetLinks.forEach(function(a){a.ty=c,c+=a.dy})})}function p(a){return a.y+a.dy/2}function q(a){return a.value}var a={},b=24,c=8,e=[1,1],f=[],g=[];return a.nodeWidth=function(c){return arguments.length?(b=+c,a):b},a.nodePadding=function(b){return arguments.length?(c=+b,a):c},a.nodes=function(b){return arguments.length?(f=b,a):f},a.links=function(b){return arguments.length?(g=b,a):g},a.size=function(b){return arguments.length?(e=b,a):e},a.layout=function(b){return h(),i(),j(),n(b),o(),a},a.relayout=function(){return o(),a},a.link=function(){function b(b){var c=b.source.x+b.source.dx,e=b.target.x,f=d.interpolateNumber(c,e),g=f(a),h=f(1-a),i=b.source.y+b.sy+b.dy/2,j=b.target.y+b.ty+b.dy/2;return"M"+c+","+i+"C"+g+","+i+" "+h+","+j+" "+e+","+j}var a=.5;return b.curvature=function(c){return arguments.length?(a=+c,b):a},b},a},a.exports=d.sankey},function(a,b,c){"use strict";var d=c(2),e=c(5);a.exports=e("Sankey.Base",{initialize:function(){var a=this;a.features={},a.d3={},a.layers={},a.base.attr("width")||a.base.attr("width",a.base.node().parentNode.clientWidth),a.base.attr("height")||a.base.attr("height",a.base.node().parentNode.clientHeight),a.features.margins={top:1,right:1,bottom:6,left:1},a.features.width=a.base.attr("width")-a.features.margins.left-a.features.margins.right,a.features.height=a.base.attr("height")-a.features.margins.top-a.features.margins.bottom,a.features.name=function(a){return a.name},a.features.colorNodes=d.scale.category20c(),a.features.colorLinks=null,a.layers.base=a.base.append("g").attr("transform","translate("+a.features.margins.left+","+a.features.margins.top+")")},name:function(a){return arguments.length?(this.features.name=a,this.trigger("change:name"),this.root&&this.draw(this.root),this):this.features.name},colorNodes:function(a){return arguments.length?(this.features.colorNodes=a,this.trigger("change:color"),this.root&&this.draw(this.root),this):this.features.colorNodes},colorLinks:function(a){return arguments.length?(this.features.colorLinks=a,this.trigger("change:color"),this.data&&this.draw(this.data),this):this.features.colorLinks}})},function(a,c){a.exports=b},function(a,b,c){"use strict";var d=c(1);a.exports=d.extend("Sankey.Selection",{initialize:function(){function b(){return a.features.selection&&a.features.selection.length?this.style("opacity",function(b){return a.features.selection.indexOf(b)>=0?1:a.features.unselectedOpacity}):this.style("opacity",1)}function c(){var c=a.layers.base.selectAll(".node, .link").transition();a.features.selection&&a.features.selection.length||(c=c.delay(100)),b.apply(c.duration(50))}var a=this;a.features.selection=null,a.features.unselectedOpacity=.2,a.on("link:mouseover",a.selection),a.on("link:mouseout",function(){a.selection(null)}),a.on("node:mouseover",a.selection),a.on("node:mouseout",function(){a.selection(null)}),a.on("change:selection",c),this.layer("links").on("enter",b),this.layer("nodes").on("enter",b)},selection:function(a){return arguments.length?(this.features.selection=!a||a instanceof Array?a:[a],this.trigger("change:selection"),this):this.features.selection},unselectedOpacity:function(a){return arguments.length?(this.features.unselectedOpacity=a,this.trigger("change:selection"),this):this.features.unselectedOpacity}})},function(a,b,c){"use strict";function e(a,b){return a.source&&a.target?f(a,b):g(a,b)}function f(a,b){var c=[a];return b=b||"both","source"!=b&&"both"!=b||(c=c.concat(g(a.source,"source"))),"target"!=b&&"both"!=b||(c=c.concat(g(a.target,"target"))),c}function g(a,b){var c=[a];return b=b||"both",("source"==b&&a.sourceLinks.length<2||"both"==b)&&a.targetLinks.forEach(function(a){c=c.concat(f(a,b))}),("target"==b&&a.targetLinks.length<2||"both"==b)&&a.sourceLinks.forEach(function(a){c=c.concat(f(a,b))}),c}var d=c(6);a.exports=d.extend("Sankey.Path",{selection:function(a){var b=this;return arguments.length?(b.features.selection=!a||a instanceof Array?a:[a],b.features.selection&&b.features.selection.forEach(function(a){e(a).forEach(function(a){b.features.selection.push(a)})}),b.trigger("change:selection"),b):b.features.selection}})}])}); 2 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Wings of the Points 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 57 | 58 | 59 | 62 |
63 |
Wings of the Points
64 |
65 |
66 |
67 |
68 |
69 | 70 | Creative Commons License 71 | 72 | | 73 | Copyright © 74 | | 75 | US Credit Card Guide 76 | | 77 | 78 | Github Repo 79 | 80 |
81 |
82 | 576 | 577 | 578 | 579 | -------------------------------------------------------------------------------- /logos/4U.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/4U.png -------------------------------------------------------------------------------- /logos/9W.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/9W.png -------------------------------------------------------------------------------- /logos/A3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/A3.png -------------------------------------------------------------------------------- /logos/AA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/AA.png -------------------------------------------------------------------------------- /logos/AB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/AB.png -------------------------------------------------------------------------------- /logos/AC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/AC.png -------------------------------------------------------------------------------- /logos/AF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/AF.png -------------------------------------------------------------------------------- /logos/AI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/AI.png -------------------------------------------------------------------------------- /logos/AM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/AM.png -------------------------------------------------------------------------------- /logos/AMEX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/AMEX.png -------------------------------------------------------------------------------- /logos/AR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/AR.png -------------------------------------------------------------------------------- /logos/AS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/AS.png -------------------------------------------------------------------------------- /logos/AV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/AV.png -------------------------------------------------------------------------------- /logos/AY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/AY.png -------------------------------------------------------------------------------- /logos/AZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/AZ.png -------------------------------------------------------------------------------- /logos/B6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/B6.png -------------------------------------------------------------------------------- /logos/BA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/BA.png -------------------------------------------------------------------------------- /logos/BI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/BI.png -------------------------------------------------------------------------------- /logos/BR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/BR.png -------------------------------------------------------------------------------- /logos/BT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/BT.png -------------------------------------------------------------------------------- /logos/CA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/CA.png -------------------------------------------------------------------------------- /logos/CHASE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/CHASE.png -------------------------------------------------------------------------------- /logos/CI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/CI.png -------------------------------------------------------------------------------- /logos/CIB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/CIB.png -------------------------------------------------------------------------------- /logos/CITI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/CITI.png -------------------------------------------------------------------------------- /logos/CM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/CM.png -------------------------------------------------------------------------------- /logos/CMB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/CMB.png -------------------------------------------------------------------------------- /logos/CX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/CX.png -------------------------------------------------------------------------------- /logos/CZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/CZ.png -------------------------------------------------------------------------------- /logos/DL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/DL.png -------------------------------------------------------------------------------- /logos/EI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/EI.png -------------------------------------------------------------------------------- /logos/EK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/EK.png -------------------------------------------------------------------------------- /logos/ET.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/ET.png -------------------------------------------------------------------------------- /logos/EY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/EY.png -------------------------------------------------------------------------------- /logos/F9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/F9.png -------------------------------------------------------------------------------- /logos/FI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/FI.png -------------------------------------------------------------------------------- /logos/G3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/G3.png -------------------------------------------------------------------------------- /logos/GA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/GA.png -------------------------------------------------------------------------------- /logos/GF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/GF.png -------------------------------------------------------------------------------- /logos/HA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/HA.png -------------------------------------------------------------------------------- /logos/HIL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/HIL.png -------------------------------------------------------------------------------- /logos/HU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/HU.png -------------------------------------------------------------------------------- /logos/HYA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/HYA.png -------------------------------------------------------------------------------- /logos/IB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/IB.png -------------------------------------------------------------------------------- /logos/IHG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/IHG.png -------------------------------------------------------------------------------- /logos/JJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/JJ.png -------------------------------------------------------------------------------- /logos/JL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/JL.png -------------------------------------------------------------------------------- /logos/JP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/JP.png -------------------------------------------------------------------------------- /logos/KA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/KA.png -------------------------------------------------------------------------------- /logos/KE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/KE.png -------------------------------------------------------------------------------- /logos/KL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/KL.png -------------------------------------------------------------------------------- /logos/KQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/KQ.png -------------------------------------------------------------------------------- /logos/LA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/LA.png -------------------------------------------------------------------------------- /logos/LH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/LH.png -------------------------------------------------------------------------------- /logos/LO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/LO.png -------------------------------------------------------------------------------- /logos/LX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/LX.png -------------------------------------------------------------------------------- /logos/LY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/LY.png -------------------------------------------------------------------------------- /logos/MAR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/MAR.png -------------------------------------------------------------------------------- /logos/ME.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/ME.png -------------------------------------------------------------------------------- /logos/MF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/MF.png -------------------------------------------------------------------------------- /logos/MH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/MH.png -------------------------------------------------------------------------------- /logos/MS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/MS.png -------------------------------------------------------------------------------- /logos/MU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/MU.png -------------------------------------------------------------------------------- /logos/NH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/NH.png -------------------------------------------------------------------------------- /logos/NZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/NZ.png -------------------------------------------------------------------------------- /logos/OK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/OK.png -------------------------------------------------------------------------------- /logos/OS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/OS.png -------------------------------------------------------------------------------- /logos/OU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/OU.png -------------------------------------------------------------------------------- /logos/OZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/OZ.png -------------------------------------------------------------------------------- /logos/QF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/QF.png -------------------------------------------------------------------------------- /logos/QR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/QR.png -------------------------------------------------------------------------------- /logos/RJ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/RJ.png -------------------------------------------------------------------------------- /logos/RO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/RO.png -------------------------------------------------------------------------------- /logos/S7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/S7.png -------------------------------------------------------------------------------- /logos/SA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/SA.png -------------------------------------------------------------------------------- /logos/SK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/SK.png -------------------------------------------------------------------------------- /logos/SN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/SN.png -------------------------------------------------------------------------------- /logos/SPDB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/SPDB.png -------------------------------------------------------------------------------- /logos/SPG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/SPG.png -------------------------------------------------------------------------------- /logos/SQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/SQ.png -------------------------------------------------------------------------------- /logos/SU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/SU.png -------------------------------------------------------------------------------- /logos/SV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/SV.png -------------------------------------------------------------------------------- /logos/TG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/TG.png -------------------------------------------------------------------------------- /logos/TK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/TK.png -------------------------------------------------------------------------------- /logos/TP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/TP.png -------------------------------------------------------------------------------- /logos/UA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/UA.png -------------------------------------------------------------------------------- /logos/UL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/UL.png -------------------------------------------------------------------------------- /logos/USD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/USD.png -------------------------------------------------------------------------------- /logos/UX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/UX.png -------------------------------------------------------------------------------- /logos/VA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/VA.png -------------------------------------------------------------------------------- /logos/VN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/VN.png -------------------------------------------------------------------------------- /logos/VS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/VS.png -------------------------------------------------------------------------------- /logos/VX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/VX.png -------------------------------------------------------------------------------- /logos/WN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/WN.png -------------------------------------------------------------------------------- /logos/ZH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/ZH.png -------------------------------------------------------------------------------- /logos/nonAliance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/nonAliance.png -------------------------------------------------------------------------------- /logos/oneworld.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/oneworld.png -------------------------------------------------------------------------------- /logos/skyteam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/skyteam.png -------------------------------------------------------------------------------- /logos/starAlliance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/USCreditCardGuide/Wings-of-the-Points/71f6a4317bc1eade64e602f60902aa0b7dcc0025/logos/starAlliance.png --------------------------------------------------------------------------------