en_btr_frontend/app/templates/user-guide.hbs

17 lines
846 B
Handlebars
Raw Normal View History

2021-05-21 01:20:24 +00:00
<div class="container-sm mt-3">
<div class="alert alert-info" role="alert">
This site is still under construction, so don't be surprised if things look a little different from the examples below.
</div>
<h2 class="mt-4">How to Use This Site</h2>
<p class="mt-4">Here are a few visual aids to help you learn the basics of using this site.</p>
<h3>Screenshots</h3>
<p>(Click the image to open large in a new tab.)</p>
2021-05-25 23:02:16 +00:00
<a href="/assets/images/btr-help-image.jpg" target="_blank"><img src="/assets/images/btr-help-image.jpg" class="help-img img-fluid"></a>
2021-05-21 01:20:24 +00:00
2021-05-25 23:22:35 +00:00
<h3 class="mt-5 mb-3">Video tutorial</h3>
2021-05-25 23:35:36 +00:00
<video controls="controls" src="//btr.mrgreekgeek.com/btr_getting_started-new.mp4" class="help-video" poster="/assets/images/vid-thumb.jpg">
2021-05-21 01:20:24 +00:00
Your browser does not support the HTML5 Video element.
</video>
</div>