Skip to content

Commit

Permalink
Amend links
Browse files Browse the repository at this point in the history
1. Add link to spreadsheet template
2. Change route link
  • Loading branch information
John Peart committed Feb 15, 2022
1 parent 48e84b6 commit 3c26ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<div class="page--content">
<h2 class="heading-md">Before you start</h2>
<ol>
<li><strong>This tool will only work with data in specific formats.</strong> You must have two files – <code>mentees.csv</code> and <code>mentors.csv</code> – to start the matching process. Those files need to be formatted with specific column headings. You can <a href="#">download a template</a> from this website.</li>
<li><strong>This tool will only work with data in specific formats.</strong> You must have two files – <code>mentees.csv</code> and <code>mentors.csv</code> – to start the matching process. Those files need to be formatted with specific column headings. You can <a href="https://github.com/jonodrew/mentor-match-package/blob/main/templates/participant.csv">download a template</a> from this website.</li>
<li><strong>Do not close your browser window during the matching process.</strong> Doing this may cause the matching process to fail and you to lose your matches.</li>
<li><strong>The larger the number of matches you need, the longer this takes.</strong> Matching mentors to mentees takes around 10 minutes to match 500 participants.</li>
</ol>
<hr>
<div class="button-group">
<a href="/match" class="button button--action">Start now</a>
<a href="/upload" class="button button--action">Start now</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 3c26ae3

Please sign in to comment.