-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
49 lines (39 loc) · 1.18 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
---
layout: default
title: Panama Papers
sub_title: _
masthead_pic: /img/panama-banner.jpg
---
<div class="home">
<a name="data" class="anchor"></a>
{% include panama-banner.html %}
<div class="container-content container">
<div class="row">
<div class="col-md-8 text-left">
<a name="about" class="anchor"></a>
{% capture my_include %}{% include_relative main.md %}{% endcapture %}
{{ my_include | markdownify }}
</div> <!-- .col-md-8 -->
<div class="col-md-4">
{% include afrileaks-embed.html %}
</div> <!-- .col-md-4 -->
</div> <!-- .row -->
<hr class="branded"/>
<a name="stories-2" class="anchor"></a>
<h1>Latest Investigations</h1>
{% include stories-2.html %}
<hr class="branded"/>
<a name="stories" class="anchor"></a>
<h1>More Investigations</h1>
<div id="story-container">
{% include stories.html %}
</div>
<div class="row end-row">
<center><button class="btn btn-default">Load more stories</button></center>
</div>
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
</div>
</div>
</div> <!-- /.container -->
</div> <!-- /.home -->