-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuy-book.html
16 lines (16 loc) · 1.1 KB
/
buy-book.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body" style="text-align: center">
<img width=400px src='https://book.declaredesign.org/figures/cover.jpg' style="margin-bottom: 15px"><br/>
Available from Princeton University Press
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<!--<button type="button" class="btn btn-primary">Buy book</button>-->
<a href="https://www.amazon.com/Research-Design-Social-Sciences-Declaration/dp/0691199574/?&_encoding=UTF8&tag=declaredesign-20&linkCode=ur2&linkId=84be1f952d1d7aaaa5be867eade93474&camp=1789&creative=9325" target="_blank" class="btn btn-info" role="button">Amazon</a>
<a href="https://press.princeton.edu/books/paperback/9780691199573/research-design-in-the-social-sciences" target="_blank" class="btn btn-info" role="button">Princeton University Press</a>
</div>
</div>
</div>
</div>