-
Notifications
You must be signed in to change notification settings - Fork 2
/
footer-terms-modal.html
24 lines (24 loc) · 1.03 KB
/
footer-terms-modal.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="modal-body">
<!-- Project Details Go Here -->
<h2 class="text-uppercase">Terms of use</h2>
<p class="item-intro text-muted">You are free to use the material here for your own learning, or learning within your teams. But please always show attribution to me as the originator.</p>
<p>Use of material for submission to conference or paid workshop is restricted. <br>Please contact me first.</p>
<button class="btn btn-primary" data-dismiss="modal" type="button">
<i class="fas fa-times"></i>
Close</button>
</div>
</div>
</div>
</div>
</div>
</div>