add content to user guide page

This commit is contained in:
Ezra 2021-05-20 20:20:24 -05:00
parent d861a6a470
commit ff4a2335b4
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<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>
<a href="/assets/images/desk.jpg" target="_blank"><img src="/assets/images/desk.jpg" class="help-img img-fluid"></a>
<h3 class="mt-4">Video tutorial</h3>
<video controls="controls" src="//btr.mrgreekgeek.com/btr_getting_started.mp4" class="help-video" poster="/assets/images/vid-thumb.jpg">
Your browser does not support the HTML5 Video element.
</video>
</div>