1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <!DOCTYPE html>
- <html lang="en" style="font-size: 50px;">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>PTC Care Plus</title>
- <link rel="stylesheet" href="https://unpkg.com/swiper@8.1.0/swiper-bundle.min.css">
- <script type="module" crossorigin src="/assets/feature.js"></script>
- <link rel="modulepreload" href="/assets/vendor.js">
- <link rel="modulepreload" href="/assets/shared.js">
- <link rel="stylesheet" href="/assets/shared.css">
- <link rel="icon" href="/favicon.png">
- <script type="module">var __vite_is_dynamic_import_support=false;</script>
- <script type="module">try{import("_").catch(()=>1);}catch(e){}window.__vite_is_dynamic_import_support=true;</script>
- <script type="module">!function(){if(window.__vite_is_dynamic_import_support)return;console.warn("vite: loading legacy build because dynamic import is unsupported, syntax error above should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
- </head>
- <body class="bg-gray">
- <div id="header"></div>
- <div class="tabbar">
- <a class="tab" href="/care/">HOME</a>
- <a class="tab active" href="javascript:;">FEATURE</a>
- <a class="tab" href="/why.html">WHY PTC</a>
- </div>
- <div id="banner-swiper" class="swiper">
- <div class="swiper-wrapper">
- <div class="swiper-slide banner" style="--bg-sm: url('sm.png'); --bg-md: url('md.png')"></div>
- </div>
- <div class="swiper-pagination"></div>
- </div>
- <div class="section">
- <div class="inner">
- <h2>Enjoy the many features of a PTC Care Plus Membership</h2>
- <p>
- Enjoy peace of mind with a care plan that covers a wide range of device makes and models of all ages. PTC Care Plus packages offer flexibility for you to choose how you protect your phone, always.
- </p>
- <p>
- Replace your screen protector <span class="highlight">every month</span>. Protect your screen and enjoy a fresh phone feeling every month with a new screen protector.
- </p>
- <p>
- <span class="highlight">Never worry about price</span>. Accidental damage? Know exactly how much to pay for a quick fix with our easy to use customer portal.
- </p>
- <p>
- <span class="highlight">Take advantage of exclusive offers</span>. Refer a friend, claim your discounts, or browse our range of exclusive partner offers for PTC Care Plus members.
- </p>
- <p>
- <span class="highlight">Keep your data*</span>. Repair your phone at any PTC Retail store and keep your data on your phone. No data back up or transfer required.
- </p>
- <p>
- *Not applicable in all circumstances. Terms and conditions apply. See in store for details.
- </p>
- <button class="ptc-button" data-action="buy">BUY NOW</button>
- </div>
- </div>
- <div id="footer"></div>
- <div class="popup-buy">
- <i class="icon-diamond"></i>
- <span class="buy-txt">Plus Membership services</span>
- <button class="buy-btn">BUY</button>
- </div>
- <script src="https://unpkg.com/swiper@8.1.0/swiper-bundle.min.js"></script>
-
- <script>!function(e,t,n){function a(){var e=t.getElementsByTagName("script")[0],n=t.createElement("script");n.type="text/javascript",n.async=!0,n.src="https://beacon-v2.helpscout.net",e.parentNode.insertBefore(n,e)}if(e.Beacon=n=function(t,n,a){e.Beacon.readyQueue.push({method:t,options:n,data:a})},n.readyQueue=[],"complete"===t.readyState)return a();e.attachEvent?e.attachEvent("onload",a):e.addEventListener("load",a,!1)}(window,document,window.Beacon||function(){});</script>
- <script>window.Beacon("init", "ba6bcfd9-0ac0-4f81-8d9c-8b12274e625b")</script>
- <script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
- <script nomodule id="vite-legacy-polyfill" src="/assets/polyfills-legacy.17afba19.js"></script>
- <script nomodule id="vite-legacy-entry" data-src="/assets/feature-legacy.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
- </body>
- </html>
|