features.hbs 864 B

123456789101112131415161718192021222324252627282930313233
  1. <section class="features">
  2. <h3>Kutting edge features.</h3>
  3. <ul>
  4. <li>
  5. <div class="icon">
  6. {{> icons/write}}
  7. </div>
  8. <h4>Managing links</h4>
  9. <p>Create, protect and delete your links and monitor them with detailed statistics.</p>
  10. </li>
  11. <li>
  12. <div class="icon">
  13. {{> icons/shuffle}}
  14. </div>
  15. <h4>Custom domain</h4>
  16. <p>Use custom domains for your links. Add or remove them for free.</p>
  17. </li>
  18. <li>
  19. <div class="icon">
  20. {{> icons/zap}}
  21. </div>
  22. <h4>API</h4>
  23. <p>Use the provided API to create, delete, and get URLs from anywhere.</p>
  24. </li>
  25. <li>
  26. <div class="icon">
  27. {{> icons/heart}}
  28. </div>
  29. <h4>Free & open source</h4>
  30. <p>Completely open source and free. You can host it on your own server.</p>
  31. </li>
  32. </ul>
  33. </section>