-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (41 loc) · 1.76 KB
/
index.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
43
44
45
46
47
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=yes">
<link rel="stylesheet" href="./Resources/assets/css/styles.css">
<link rel="shortcut icon" href="./Resources/favicon.ico">
<title>Godly Gifts</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<!-- Include fusioncharts core library -->
<script type="text/javascript" src="https://cdn.fusioncharts.com/fusioncharts/latest/fusioncharts.js"></script>
<!-- Include fusion theme -->
<script type="text/javascript" src="https://cdn.fusioncharts.com/fusioncharts/latest/themes/fusioncharts.theme.fusion.js"></script>
</head>
<body>
<div class="row">
<div class="text-center">
<h1><a href="index.html">Godly Gifts</a></h1>
<p>A Glossary of Gods and Their Gifts</p>
<p>Select a region in the map to view Gods from that area!</p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6" id="map-container">FusionCharts XT will load here!</div>
<div class="col-md-6">
<div class="row">
<div class="col-md-12" id="bar-chart-container">Bar Chart will load here!</div>
</div>
<div class="row">
<div class="col-md-12" id="line-chart-container">FusionCharts XT will load here!</div>
</div>
</div>
</div>
</div>
<div class="group-names-container">
<center><h6>By Bilal Kaludi, Davit Ksor, Georgia Myers, Sofia Ysita</h6></center>
</div>
<script src="./Resources/assets/js/js.js"></script>
</body>
</html>