You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

71 line
2.7 KiB

  1. <style>
  2. #faq .panel {
  3. margin-bottom: 3rem;
  4. }
  5. </style>
  6. <template>
  7. <div id="faq" class="container p-y-3 m-t-2">
  8. <div class="row">
  9. <div class="col-lg-8 col-lg-offset-2">
  10. <h3>
  11. <a href="#faq">
  12. <abbr title="Frequently Asked Questions">FAQ</abbr>
  13. </a>
  14. </h3>
  15. <section id="faq_works_in_future">
  16. <h5 class="blue">{{ $t('faq.q_works_in_future') }}</h5>
  17. <p>
  18. {{{ $t('faq.a_works_in_future') }}}
  19. </p>
  20. </section>
  21. <section id="faq_trust">
  22. <h5 class="blue">{{ $t('faq.q_trust') }}</h5>
  23. <ul>
  24. <li>{{{ $t('faq.a_trust_we') }}}&nbsp;;</li>
  25. <li>{{{ $t('faq.a_trust_oss') }}}&nbsp;;</li>
  26. <li>{{{ $t('faq.a_trust_code') }}}&nbsp;;</li>
  27. <li>{{{ $t('faq.a_trust_tracking') }}}&nbsp;;</li>
  28. <li>{{{ $t('faq.a_trust_client_side') }}}.</li>
  29. </ul>
  30. <p>
  31. <a class='btn btn-primary btn-sm' href="https://github.com/oslab-fr/lesspass/">
  32. {{ $t('faq.source_code') }}
  33. </a>
  34. </p>
  35. </section>
  36. <section id="faq_make_it_safer">
  37. <h5 class="blue">{{ $t('faq.q_make_it_safer') }}</h5>
  38. <ul>
  39. <li>{{{ $t('faq.a_make_it_safer_private') }}}</li>
  40. <li>{{{ $t('faq.a_make_it_safer_update') }}}</li>
  41. </ul>
  42. </section>
  43. <section id="faq_roadmap">
  44. <h5 class="blue">{{ $t('faq.q_roadmap') }}</h5>
  45. <ul>
  46. <li>{{{ $t('faq.a_roadmap_preset_saving') }}}&nbsp;;</li>
  47. <li>{{{ $t('faq.a_roadmap_15min_memory') }}}&nbsp;;</li>
  48. <li>{{{ $t('faq.a_roadmap_offline_mode') }}}.</li>
  49. </ul>
  50. </section>
  51. <section id="faq_password_generation">
  52. <h5 class="blue">{{ $t('faq.q_password_generation') }}</h5>
  53. <p>
  54. {{{ $t('faq.a_password_generation') }}}
  55. </p>
  56. <h5 class="blue">{{ $t('faq.q_pricing') }}</h5>
  57. <ul>
  58. <li>{{{ $t('faq.a_pricing_free') }}}</li>
  59. <li>{{{ $t('faq.a_pricing_enterprise') }}}</li>
  60. </ul>
  61. </section>
  62. </div>
  63. </div>
  64. </div>
  65. </template>