Skip to content

Commit

Permalink
Embed a short feedback form at the bottom of the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut committed Aug 28, 2018
1 parent a231299 commit 77f4d37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _layouts/tutorial_hands_on.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,12 @@ <h3>{% icon congratulations %} Congratulations on successfully completing this t

<hr>

<iframe class="google-form" src="https://docs.google.com/forms/d/e/1FAIpQLSd4VZptFTQ03kHkMz0JyW9b6_S8geU5KjNE_tLM0dixT3ZQmA/viewform?embedded=true&entry.1235803833={{ page.title }} ({{ topic.title }})">Loading...
</iframe>

<blockquote class="feedback">
<h3>{% icon feedback %} Help us improve this content!</h3>
Please take a moment to fill in the Galaxy Training Network
<a href="https://tinyurl.com/GTNfeedback">Feedback Form</a>.
Your feedback helps us improve this tutorial and will be considered
in future revisions.
<h3>{% icon feedback %} To give us even more feedbacks on this content!</h3>
<p>You can take a moment to fill in the extended <a href="https://tinyurl.com/GTNfeedback">Feedback Form</a>.</p>
</blockquote>
</section>
</div>
Expand Down
6 changes: 6 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,12 @@ footer {
.fold-unfold {
margin-left: $tutorial-box-spacing;
}

.google-form {
width: 100%;
height: 1000px;
border: 0;
}
}

.contributors {
Expand Down

0 comments on commit 77f4d37

Please sign in to comment.