|
|
@ -4,13 +4,17 @@
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" href="{{ staticpath }}/static/archive.css"/>
|
|
|
|
<link rel="stylesheet" href="{{ staticpath }}/static/archive.css"/>
|
|
|
|
<link rel="stylesheet" href="{{ staticpath }}/static/index.css"/>
|
|
|
|
<link rel="stylesheet" href="{{ staticpath }}/static/index.css"/>
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Inria+Sans' rel='stylesheet' type='text/css'>
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
|
|
|
|
<!-- <script type="text/javascript" src="{{ staticpath }}/static/index.js"></script> -->
|
|
|
|
<!-- <script type="text/javascript" src="{{ staticpath }}/static/index.js"></script> -->
|
|
|
|
<title>{{ page.name }}</title>
|
|
|
|
<title>{{ page.name }}</title>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<!-- <div class="pagelink">[[Overview_main_page|↱]]<span class="pagename">Main Page</span></div>
|
|
|
|
|
|
|
|
<div class="pagelink">[[Dates_of_Events|┉]]<span class="pagename">Timeline</span></div>
|
|
|
|
|
|
|
|
<div class="pagelink">[[Organizations|▤]]<span class="pagename">Organizations</span></div> -->
|
|
|
|
|
|
|
|
<div class="bigbtncontainer">
|
|
|
|
<div id="myBtnContainer">
|
|
|
|
<div id="myBtnContainer">
|
|
|
|
<button class="btn active" onclick="filterSelection('All')">All</button>
|
|
|
|
<button class="btn active" onclick="filterSelection('All')">All Publications</button>
|
|
|
|
<button class="btn" onclick="filterSelection('Arts and Culture')">Arts and Culture</button>
|
|
|
|
<button class="btn" onclick="filterSelection('Arts and Culture')">Arts and Culture</button>
|
|
|
|
<button class="btn" onclick="filterSelection('Civil Rights')">Civil Rights</button>
|
|
|
|
<button class="btn" onclick="filterSelection('Civil Rights')">Civil Rights</button>
|
|
|
|
<button class="btn" onclick="filterSelection('Clergy / Religion')">Clergy / Religion</button>
|
|
|
|
<button class="btn" onclick="filterSelection('Clergy / Religion')">Clergy / Religion</button>
|
|
|
@ -57,9 +61,10 @@
|
|
|
|
<button class="btn" onclick="filterSelection('Song')">Song</button>
|
|
|
|
<button class="btn" onclick="filterSelection('Song')">Song</button>
|
|
|
|
<button class="btn" onclick="filterSelection('Statement')">Statement</button>
|
|
|
|
<button class="btn" onclick="filterSelection('Statement')">Statement</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<ul id="menu">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- <ul id="menu"> -->
|
|
|
|
{{ body|safe }}
|
|
|
|
{{ body|safe }}
|
|
|
|
</ul>
|
|
|
|
<!-- </ul> -->
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|