forked from TheRealDanilson/HornWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodal.html
More file actions
22 lines (21 loc) · 878 Bytes
/
Copy pathmodal.html
File metadata and controls
22 lines (21 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<!-- The Modal -->
<div id="myModal" class="modal">
<span class="close w3-xxxlarge" onclick=
' var modal = document.getElementById("myModal");
modal.style.display = "none"; '>×</span>
<div class="w3-half modal-content w3-center column w3-margin" style="color:#ffffff" id="modal-contents">
<h1 id="modal-name"></h1>
<img class="w3-image" id="modal-img">
<h2 id="modal-role"></h2>
<h2 id="modal-class"><h2>
<h2 id="modal-town"></h2>
<h2 id="modal-college"></h2>
<h2 id="modal-major"></h2>
<h2 id="extra"></h2>
<h2 id="extra2"></h2>
<h2 id="extra3"></h2>
</div>
<p id="modal-bio" class="w3-half w3-center modal-content" style="font-size: 2.3em; color:#ffffff;"></p>
</div>
</html>