diff --git a/app/styles/components/help.scss b/app/styles/components/help.scss index 3f95035..5561438 100644 --- a/app/styles/components/help.scss +++ b/app/styles/components/help.scss @@ -26,15 +26,6 @@ a #help-button-mobile { visibility: hidden; } -.desktop-img { - background-image: url(/public/assets/images/desk.jpg); - width:100%; - height:851px; - max-height:100%; - background-repeat: no-repeat; - background-size: contain; -} - } @media only screen and (max-width: 991.98px) { @@ -57,11 +48,4 @@ a #help-button-desktop { visibility: hidden; } -.mobile-img { - background-image: url(/public/assets/images/mobile.jpg); - width:100%; - height:1348px; - background-repeat: no-repeat; - background-size: contain; -} } \ No newline at end of file diff --git a/app/templates/user-guide.hbs b/app/templates/user-guide.hbs index 0d38b59..979d7ef 100644 --- a/app/templates/user-guide.hbs +++ b/app/templates/user-guide.hbs @@ -4,14 +4,18 @@

How to Use This Site

Here are a few visual aids to help you learn the basics of using this site.

-

Screenshots

-

(Click the image to open large in a new tab.)

- -

Video tutorial

+

Video tutorial

+

Screenshots

+

(Click the image to open large in a new tab.)

+ + + + + \ No newline at end of file diff --git a/public/assets/images/BTR-mobile-help.jpg b/public/assets/images/BTR-mobile-help.jpg new file mode 100644 index 0000000..2f6c62d Binary files /dev/null and b/public/assets/images/BTR-mobile-help.jpg differ