Unitok Documentation

Hello. Thank you for your purchase!


Created: 14.05.2021
By: Dmitry Volkov
Email: dmitry.volkov.vetrov@gmail.com
Website: dmitryvolkov.me

Getting started

Unzip the archive and find out the folder www. There are all the template files in this folder. You can open the following files for viewing in browser.

  1. /css — folder with css files.
  2. /icon — folder with favicons.
  3. /img — folder with image files.
  4. /js — folder with javascript files.

  5. index.html, index2.html — home page options.
  6. explore.html, explore2.html, explore3.html — explore page options.
  7. item.html, item2.html — asset page options.
  8. activity.html — activity page.
  9. token.html — token page.
  10. blog.html, blog2.html — blog page options.
  11. article.html — article page.
  12. faq.html — faq page.
  13. contacts.html — contacts page.
  14. authors.html — authors page.
  15. author.html — author page.
  16. collection.html — collection page.
  17. create.html — create page.
  18. privacy.html — privacy page.
  19. signin.html — signin page.
  20. signup.html — signup page.
  21. forgot.html — forgot password page.
  22. 404.html — 404 page.

Upload the template files (inside the folder www) to server with the help of one of the FTP-clients.

HTML structure

In my template I use Bootstrap grid, if you don't know how to use it, here is a detailed information on its use.

The standard section has the following HTML structure:

<section class="row row--grid">
  <div class="col-12">
    <div class="main__title">
      <h2>Title</h2>
      <a href="#" class="main__link">Link</a>
    </div>
  </div>

  <div class="col-12">
    ...
  </div>
</section>

Logotype

To change logotype, find image img/logo.svg and replace it with your logo.

Modals


Video - link with open-video class

<a class="open-video" href="http://www.youtube.com/...">...</a>

Map - link with open-map class

<a class="open-map" href="https://maps.google.com/maps?q=...">...</a>

Credits

Support

If you have any questions, feel free to contact me at dmitry.volkov.vetrov@gmail.com.