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.

42 lines
1.4 KiB

8 years ago
8 years ago
8 years ago
8 years ago
  1. <ion-view view-title="{{'Help' | translate}}">
  2. <ion-content class="padding">
  3. <p>
  4. (help instructions here)
  5. </p>
  6. <p>
  7. This is a car sharing App.
  8. </p>
  9. <p>
  10. The main concept of the app, is sharing offers to share travels in car.
  11. <br>
  12. There are <b>3 types of publication</b>:
  13. </p>
  14. <p>
  15. <ul class="list">
  16. <li class="item">
  17. <h4>Travel offer</h4>
  18. <img ng-src="img/offering.png" class="o-img-new"/>
  19. For example: I'm going with my car to a place, in my car can go more people.
  20. </li>
  21. <li class="item">
  22. <h4>Travel ask</h4>
  23. <img ng-src="img/package.png" class="o-img-new"/>
  24. For example: I need to travel a place, can somebody take me there?
  25. </li>
  26. <li class="item">
  27. <h4>Package send ask</h4>
  28. <img ng-src="img/asking.png" class="o-img-new"/>
  29. For example: I need to send some package to a place, can somebody carry it to there?
  30. </li>
  31. </ul>
  32. </p>
  33. <p>
  34. To <b>create a new publication</b>, just need to go in to 'Travels' section in the main menu, and select one of the 3 top buttons:
  35. <img ng-src="img/newpackage.png" class="o-img-new"/>
  36. <img ng-src="img/newasking.png" class="o-img-new"/>
  37. <img ng-src="img/newoffering.png" class="o-img-new"/>
  38. </p>
  39. <br><br>
  40. <p>(not finished yet)...</p>
  41. </ion-content>
  42. </ion-view>