-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·73 lines (68 loc) · 2.65 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Trial of James Holmes: Denver Post Profiles & Graphics</title>
<link rel="stylesheet" href="stylesheets/app.css" />
<script src="bower_components/modernizr/modernizr.js"></script>
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700|Open+Sans+Condensed:300,700|Open+Sans:400,300,600,700|Raleway:600,800,400,200' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="http://extras.mnginteractive.com/live/media/favicon/dpo/favicon.ico" type="image/x-icon" />
</head>
<body style="background-color:#231f20;">
<div class="fixed"><nav class="top-bar" data-topbar role="navigation">
<ul class="title-area">
<li class="name">
<h1><a href="#">My Site</a></h1>
</li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li class="active"><a href="#">FULL TRIAL COVERAGE</a></li>
<li class="has-dropdown">
<a href="#">PROFILES</a>
<ul class="dropdown">
<li><a href="#">PROSECUTION</a></li>
<li><a href="#">DEFENSE</a></li>
<li><a href="#">JUDGE & JURY</a></li>
<li><a href="#">VICTIMS</a></li>
</ul>
</li>
<li class="has-dropdown">
<a href="#">DOCUMENTS</a>
<ul class="dropdown">
<li><a href="#">TIMELINE</a></li>
<li><a href="#">AFFIDAVITS</a></li>
<li><a href="#">TESTIMONY</a></li>
</ul>
</li>
<li class="has-dropdown">
<a href="#">GRAPHICS</a>
<ul class="dropdown">
<li><a href="#">THE THEATER</a></li>
<li><a href="#">THE WEAPONS</a></li>
<li><a href="#">THE APARTMENT</a></li>
</ul>
</li>
</ul>
<!-- Left Nav Section -->
</section>
</nav></div>
<div class="row">
<div class="small-12 columns">
<img src="img/top-logo.png" style="padding:12px;" alt="">
<h1 style="text-align:center;display:none;">TRIAL OF JAMES HOLMES: GRAPHICS, PROFILES AND MORE</h1>
</div>
</div>
<div class="row">
<div class="small-12 columns">
</div>
</div>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/foundation/js/foundation.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>