Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Feedback improvements #191

Merged
merged 2 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion frontend/rctool/templates/rctool/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
<div class="footer fixed-bottom text-center h-3" style="background-color: #003466">
<ul class="navbar-nav ms-auto w-100 justify-content-end">
<li class="nav-item">
<a class="nav-link" href="https://submit.digital.gov.bc.ca/app/form/submit?f=b12ba0e1-8e03-40f5-84be-1b705c001efc" target="_blank"><small>Please submit any feedback here!</small></a>
<a class="nav-link text-danger" href="https://submit.digital.gov.bc.ca/app/form/submit?f=b12ba0e1-8e03-40f5-84be-1b705c001efc" target="_blank">
Please submit any feedback here!
</a>
</li>
</ul>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ <h6 style="color: #003466; margin-bottom: 10px; font-weight:bold;">Data Review</
<h6 style="color: #003466; margin-bottom: 10px; font-weight:bold;">Overview Complete</h6>
<small class='text-description'>All done! Proceed to a walkthrough of the HydRA platform from importing stage-discharge data to development, optimization, saving and exporting a session. Navigate with the arrows to revisit any topics previously covered.</small>
</div>
<div class="text-box" style="margin-bottom: 20px;">
<small class='text-description'>
Please provide any feedback about the use of the tool <a class="text-danger" href="https://submit.digital.gov.bc.ca/app/form/submit?f=b12ba0e1-8e03-40f5-84be-1b705c001efc" target="_blank">here!</a>
The link is also displayed in the footer of all pages.
</small>
</div>
<div>
<a class="btn btn-secondary btn-block custom-button" style="background-color: #6c747e !important; border-color: #FFFFFF;" href="{% url 'rctool_import' 1 %}"><small>Get Started</small></a>
</div>
Expand Down
Loading