why.html 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <!DOCTYPE html>
  2. <html lang="en" style="font-size: 50px;">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>PTC Care Plus</title>
  8. <link rel="stylesheet" href="https://unpkg.com/swiper@8.1.0/swiper-bundle.min.css">
  9. <script type="module" crossorigin src="/assets/why.js"></script>
  10. <link rel="modulepreload" href="/assets/vendor.js">
  11. <link rel="modulepreload" href="/assets/shared.js">
  12. <link rel="stylesheet" href="/assets/shared.css">
  13. <link rel="icon" href="/favicon.png">
  14. <script type="module">var __vite_is_dynamic_import_support=false;</script>
  15. <script type="module">try{import("_").catch(()=>1);}catch(e){}window.__vite_is_dynamic_import_support=true;</script>
  16. <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>
  17. </head>
  18. <body class="bg-gray">
  19. <div id="header"></div>
  20. <div class="tabbar">
  21. <a class="tab" href="/care/">HOME</a>
  22. <a class="tab" href="/feature.html">FEATURE</a>
  23. <a class="tab active" href="javascript:;">WHY PTC</a>
  24. </div>
  25. <div id="banner-swiper" class="swiper">
  26. <div class="swiper-wrapper">
  27. <div class="swiper-slide banner" style="--bg-sm: url('sm.png'); --bg-md: url('md.png')"></div>
  28. </div>
  29. <div class="swiper-pagination"></div>
  30. </div>
  31. <div class="section">
  32. <div class="inner">
  33. <h2>PTC Phone Tech & Comm</h2>
  34. <p>
  35. PTC Phone Tech & Comm is the fastest growing tech retailer in Australia. Our expertise in device repairs and accessories has enabled us to support local communities and instill trust in our services. Our mission?
  36. </p>
  37. <p>
  38. “To provide the best solutions for smart devices in Australia.”
  39. </p>
  40. <p>
  41. Buying a PTC Care Plus plan is more than just a care plan for your phone. It’s joining thousands of Australians who wish to keep their devices fresh, save money, and join a like minded community of people with our PTC Club! Loyalty Program.
  42. </p>
  43. <p>
  44. If your device needs repairing, 70 PTC stores across Australia have a dedicated repair team. Don’t wait for long repair times and the hassle of posting your phone away after spending hours backing up your data. Buy PTC Care Plus and take control of your phone again.
  45. </p>
  46. <button class="ptc-button" data-action="buy">Join PTC Care Plus</button>
  47. </div>
  48. </div>
  49. <div id="footer"></div>
  50. <div class="popup-buy">
  51. <i class="icon-diamond"></i>
  52. <span class="buy-txt">Plus Membership services</span>
  53. <button class="buy-btn">BUY</button>
  54. </div>
  55. <script src="https://unpkg.com/swiper@8.1.0/swiper-bundle.min.js"></script>
  56. <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>
  57. <script>window.Beacon("init", "ba6bcfd9-0ac0-4f81-8d9c-8b12274e625b")</script>
  58. <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>
  59. <script nomodule id="vite-legacy-polyfill" src="/assets/polyfills-legacy.17afba19.js"></script>
  60. <script nomodule id="vite-legacy-entry" data-src="/assets/why-legacy.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
  61. </body>
  62. </html>