Skip to content

Commit

Permalink
update create collection link on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkrznarich committed Apr 20, 2017
1 parent 0bd3448 commit d9e6f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page-home/page-home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<div class="card">
<div class="card-block">
<div class="text-center">
<button (click)="authenticate()" class="btn btn-primary lg-btn">Create a new iD collection</button>
<button routerLink="/create-smid-email" class="btn btn-primary lg-btn">Create a new iD collection</button>
</div>
<h2>Collect authenticated ORCID iDs, just by sending a link!</h2>
<p>Want to get ORCID iDs from attendees at your next conference or event? Or maybe from everyone in your research group/lab? Share My iD makes it simple!</p>
<ol>
<li><a href="" (click)="authenticate()">Create a new iD collection</a> (anyone with an ORCID iD can create a new collection!)</li>
<li><a routerLink="/create-smid-email">Create a new iD collection</a> (anyone with an ORCID iD can create a new collection!)</li>
<li>Share the collection URL with people whose ORCID iDs you want to get (or display the page on a laptop/tablet at your event).</li>
<li>Visit the collection URL to see and download iDs you've collected.</li>
</ol>
Expand Down

0 comments on commit d9e6f2d

Please sign in to comment.