-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbylaws.php
29 lines (26 loc) · 943 Bytes
/
bylaws.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<body>
<!-- Fixed navbar -->
<?php
include 'nav.php';
?>
<div class="row-container" style="position: absolute; top: 70px; bottom: 85px; width: 100%;">
<object data="assets/files/bylaws.pdf" type="application/pdf" width="100%" height="100%">
<iframe src="assets/files/bylaws.pdf" width="100%" height="100%" style="border: none;">
This browser does not support PDFs. Please download the PDF to view it: <a href="assets/files/bylaws.pdf">Download PDF</a>
</iframe>
</object>
</div>
<!-- Footer -->
<?php
include 'footer.php';
?>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery-3.2.1.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- <script src="assets/js/scripts.js"></script> -->
</body>
</html>