-
Notifications
You must be signed in to change notification settings - Fork 2
/
howard-story-template.html
101 lines (78 loc) · 3.65 KB
/
howard-story-template.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Howard Center story template</title>
<meta name="description" content="Merrill College of Journalism, UMD">
<meta name="author" content="CNS Maryland">
<!-- Bootstrap CSS and JavaScript -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<style type="text/css">
/* Nav Bar styles */
.bg-dark {
background-color:#000 !important;
}
#nav-logo {
width:100%;
max-width:1000px;
margin:0 auto;
}
#logo {
width:250px;
}
</style>
<!--Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@cnsmaryland">
<meta name="twitter:title" content="Trading Away Justice">
<meta name="twitter:description" content="Why do defendants plead guilty to crimes they didn't commit?">
<meta name="twitter:creator" content="@cnsmaryland">
<meta name="twitter:image" content="http://cnsmaryland.org/interactives/spring-2018/plea-bargain/assets/main-social.png" />
<!--Facebook OpenGraph-->
<meta property="og:title" content="Trading Away Justice">
<meta property="og:type" content="article" />
<meta property="og:url" content="http://cnsmaryland.org/interactives/spring-2018/plea-bargain/index.html">
<meta property="og:description" content="Why do defendants plead guilty to crimes they didn't commit?">
<meta property="og:image" content="http://cnsmaryland.org/interactives/spring-2018/plea-bargain/assets/main-social.png" />
<meta property="og:site_name" content="CNS Maryland">
<meta property="fb:app_id" content="209502139105366" />
<!-- METRICS -->
<meta name="parsely-title" content="Add title" />
<meta name="parsely-link" content="Add link" />
<meta name="parsely-type" content="post" />
<meta name="parsely-pub-date" content="Add date" />
<meta name="parsely-section" content="Investigations" />
<meta name="parsely-author" content="CNS Maryland" />
<meta name="parsely-tags" content="crime, investigative journalism, interactives" />
<title>Hello, world!</title>
</head>
<body>
<!--Howard Center navbar-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div id="nav-logo">
<a class="navbar-brand" href="https://cnsmaryland.org/the-howard-center-for-investigative-journalism/">
<img src="https://cnsmaryland.org/wp-content/uploads/2020/11/howard-site-header.png" id="logo">
</a>
</div>
</nav>
<!-- METRICS -->
<!-- START Parse.ly Include: Standard -->
<div id="parsely-root" style="display: none">
<span id="parsely-cfg" data-parsely-site="cnsmaryland.org"></span>
</div>
<script>
(function(s, p, d) {
var h=d.location.protocol, i=p+"-"+s,
e=d.getElementById(i), r=d.getElementById(p+"-root"),
u=h==="https:"?"d1z2jf7jlzjs58.cloudfront.net"
:"static."+p+".com";
if (e) return;
e = d.createElement(s); e.id = i; e.async = true;
e.src = h+"//"+u+"/p.js"; r.appendChild(e);
})("script", "parsely", document);
</script>
<!-- END Parse.ly Include: Standard -->
</body>
</html>