diff --git a/app/styles/app.scss b/app/styles/app.scss index a2eaf59..793ba03 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -9,4 +9,6 @@ @import "components/help"; -@import "components/footer"; \ No newline at end of file +@import "components/footer"; + +@import "components/user-guide" \ No newline at end of file diff --git a/app/styles/components/user-guide.scss b/app/styles/components/user-guide.scss new file mode 100644 index 0000000..3af2ac3 --- /dev/null +++ b/app/styles/components/user-guide.scss @@ -0,0 +1,11 @@ +.help-video +{ + max-width: 90%; + height: auto; + max-height: 75%; + text-align:center; +} + +.help-img { + border: 2px solid grey; +} \ No newline at end of file diff --git a/app/templates/application.hbs b/app/templates/application.hbs index 66349c3..7eeb05d 100644 --- a/app/templates/application.hbs +++ b/app/templates/application.hbs @@ -24,15 +24,13 @@ Contact Us -
?
+
?
-
?
- - +
?
{{outlet}} diff --git a/app/templates/user-guide.hbs b/app/templates/user-guide.hbs index e69de29..7c9d70d 100644 --- a/app/templates/user-guide.hbs +++ b/app/templates/user-guide.hbs @@ -0,0 +1,17 @@ +
+ +

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

+ + + +
\ No newline at end of file diff --git a/public/assets/images/vid-thumb.jpg b/public/assets/images/vid-thumb.jpg new file mode 100644 index 0000000..9cb70e8 Binary files /dev/null and b/public/assets/images/vid-thumb.jpg differ