Skip to content

Commit

Permalink
restructures the files page with data upload agreement at top
Browse files Browse the repository at this point in the history
  • Loading branch information
lamawmouk committed Dec 6, 2022
1 parent 1a6555d commit da6887c
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<strong>PhysioNet Data Upload and Sharing Agreement</strong>
<ul>
<li>Please fill in the project agreement form.
</li>
<br>
<button id="upload-agreement-button" type="button" class="btn btn-primary" data-toggle="modal" data-target="#upload-agreement-modal">
<i class="fa fa-handshake"></i> Data Upload Agreement
Please fill in the project agreement form.
<br>
<hr>

<button id="upload-agreement-button" type="button" class="btn btn-primary" data-toggle="modal" data-target="#upload-agreement-modal">
<i class="fa fa-handshake"></i> Data Upload Agreement
</button>

<p></p>
<div class="modal fade" id="upload-agreement-modal" tabindex="-1" role="dialog" aria-labelledby="upload-agreement-modal" aria-hidden="true">
<div class="modal-dialog" role="document">
Expand All @@ -32,4 +33,5 @@ <h5>PhysioNet Data Upload and Sharing Agreement</h5>
</div>
</div>
</div>


0 comments on commit da6887c

Please sign in to comment.