-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvisuals.html
More file actions
40 lines (40 loc) · 1.5 KB
/
Copy pathvisuals.html
File metadata and controls
40 lines (40 loc) · 1.5 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hackathon Data.gov.ph</title>
<link rel="stylesheet" href="vendors/css/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- the overlay element -->
<nav id="chart-navi">
<section class="col-sm-6">
<button class="btn btn-primary" data-cgroup="govGroup">View</button>
</section>
<section class="col-sm-6"></section>
</nav>
<div class="md-overlay"></div>
<!-- modal window -->
<div class="md-modal md-effect-7" id="modal-7">
<div class="md-content">
<h3>Modal Dialog</h3>
<div>
<p>This is a modal window. You can do the following things with it:</p>
<ul>
<li><strong>Read:</strong> modal windows will probably tell you something important so don't forget to read what they say.</li>
<li><strong>Look:</strong> a modal window enjoys a certain kind of attention; just look at it and appreciate its presence.</li>
<li><strong>Close:</strong> click on the button below to close the modal.</li>
</ul>
<button class="md-close btn btn-warning">Close me!</button>
</div>
</div>
</div>
<section id="graphs"></section>
<script src="vendors/js/jquery/jquery-2.0.3.min.js"></script>
<script src="vendors/js/classie.js"></script>
<script src="vendors/js/d3/d3.v3.min.js"></script>
<script src="assets/js/custom.js"></script>
<script src="assets/js/bmhack.js"></script>
</body>
</html>