downloadPage.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <style>
  2. .right-content{
  3. padding-top:54px!important; padding-left:0!important; width:970px!important;
  4. }
  5. .shotsMain{margin-bottom: 10px;}
  6. </style>
  7. <div class="content">
  8. <!-- left nav start -->
  9. <% include leftBar.html %>
  10. <!-- left nav end -->
  11. <!-- right content start -->
  12. <div class="right-content myTalents-underReview">
  13. <div class="pageInfo">Download Mobile App</div>
  14. <div id="tabs-container">
  15. <ul class="tabs-menu">
  16. <a href=""><li class="Auditing current"><img src="<%=public_path%>/img/downloadPage/andriod_icon.png"><span>ANDROID</span></li></a>
  17. </ul>
  18. </div>
  19. <div class="shotsMain">
  20. <div class="downloadTitle">How to download the CharmLive app ?</div>
  21. <div class="downloadMain">
  22. <div class="download-left">
  23. <div class="download-title">1.Download via QR code</div>
  24. <div class="download-desc">
  25. Scan the code below with your Android phone
  26. </div>
  27. <div class="download-qrcodeimg">
  28. <img style="width: 128px; height: 128px;" src="<%=public_path%>/img/downloadPage/qrcode102.png">
  29. </div>
  30. </div>
  31. <div class="download-right">
  32. <div class="download-title">2.Download to computer</div>
  33. <div class="download-desc">
  34. Click the button below to start download
  35. </div>
  36. <div class="download-desc">
  37. After download is completed, connect your phone to the computer via a USB cable, and copy the APK file to your phone.
  38. </div>
  39. <a class="downloadBtn" href="https://www.charmlive.com:443/public/file/charmlive_anchor_1.0.2.apk">Download</a>
  40. </div>
  41. <div style="clear:both"></div>
  42. </div>
  43. </div>
  44. <br /><br />
  45. <div class="shotsMain">
  46. <div class="downloadTitle">How to install the app on my phone ?</div>
  47. <div class="downloadMain">
  48. Open the APK file, and follow the instructions as shown below to complete the installation.
  49. <div class="screenshot">
  50. <div class="appshot"><img src="<%=public_path%>/img/downloadPage/p1.png"></div>
  51. <div class="app_arrow"></div>
  52. <div class="appshot"><img src="<%=public_path%>/img/downloadPage/p2.png"></div>
  53. <div class="app_arrow"></div>
  54. <div class="appshot"><img src="<%=public_path%>/img/downloadPage/p3.png"></div>
  55. <div class="app_arrow"></div>
  56. <div class="appshot"><img src="<%=public_path%>/img/downloadPage/p4.png"></div>
  57. </div>
  58. <div style="clear:both"></div>
  59. </div>
  60. </div>
  61. </div>
  62. <!-- right content end -->
  63. </div>