forked from adamamyl/data-mining
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
34 lines (29 loc) · 907 Bytes
/
index.php
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
<?php include('head.php'); ?>
<?php include('header.php'); ?>
<div class="impact" data-speed="9" data-type="background" style="background-position: 50% 0px;">
<div class="container">
<div class="introduction">
<h1>
What can oil money <br>do for you?
</h1>
<p>
Tell us what oil money should do.
</p>
</div>
</div>
</div>
<div class="discover">
<div class="main-title">
14 Years Of Democracy
</div>
<div class="main-subtitle">
See what could be done with the oil revenue that Nigeria generates every year.<br>Then tell your representatives how it should be spent.
</div>
<img src="images/step-by-step.jpg" class="step-by-step" />
<div>
<a class="btn btn-large btn-primary" href="infographics.php">
Click to Start
</a>
</div>
</div>
<?php include('footer.php'); ?>