2 Commits

Author SHA1 Message Date
Rob Beeston
a9ed6f149d removes header and background color fixed (#1518) 2024-12-02 23:00:39 -08:00
Rob Beeston
b7134e4019 code to allow for modals (#1301)
Code to allow a modal be popped up using a
displayModal(height,width,src) function.

This would be called on an onclick attribute in an <a> tag (this way it
will skip it and just redirect if the user's javascript is off)

![Screenshot 2024-09-30 at 12 12
40 PM](https://github.com/user-attachments/assets/585ce2eb-65f6-46b0-9213-61e692b072f1)
![Screenshot 2024-09-30 at 12 13
15 PM](https://github.com/user-attachments/assets/0b8b64da-9b18-411d-8568-1c1b828c3459)
2024-09-30 12:40:43 -07:00