-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathfamily_tree.html
42 lines (29 loc) · 1.33 KB
/
family_tree.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="content" style="max-width: 100%">
<div id="pageInfo" data-title="Gamma Pi Family Tree">
<div id = "picture-header2"></div>
</div>
<!-- this is what the title used to be
<div class="title-container">
<div class="w3-center title">
<h1 class="blue">Gamma Pi Family Tree</h1>
</div>
</div> -->
<div class="w3-container w3-padding-32" id="values" style="background-color: #DFDFDF; border-top: 2px solid #09268a; border-bottom: 2px solid #09268a;">
<div id="fam-trees" class="w3-center">
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRGIXiFQa1JNGnrONDV6SNFxS_sv7ibtkTbGIU3BI7_RJQWrNvh5WM0VS5t46cA3w9HIPaEnSYFvUCF/pubhtml?gid=1735278108&single=true&widget=true&headers=false" width="95%" height="650px"></iframe>
</div>
</div>
</div>
<div id="footer"></div>
</body>
<script src="static/script.js"></script>
<script type="text/javascript">
</script>
</html>