-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstructions.php
40 lines (30 loc) · 1.35 KB
/
instructions.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
35
36
37
38
39
40
<?php include "inc/header.php" ?>
<!-- Begin page content -->
<div class="container">
<div class="row text-center">
<div class="col-md-12">
<h1>We'll give you 13 names.<br>
All you have to do is decide.<h1>
<h1>Is it a ...</h1>
</div>
</div>
<div class="row">
<div class="col-md-5 instructions_sections left">
<img src="img/quiz/party_instructions.jpg" class="center-block img-rounded img-responsive" >
<img src="img/quiz/party.jpg" class="center-block img-rounded img-responsive" >
</div>
<div class="col-md-2 instructions_vert text-center">
<h1 style="font-size:600%;">or</h1>
</div>
<div class="col-md-5 instructions_sections right">
<img src="img/quiz/popsong_instructions.jpg" class="center-block img-rounded img-responsive" >
<img src="img/quiz/popsong.jpg" class="center-block img-rounded img-responsive" >
</div>
</div>
<div class="row text-center">
<div id="start" class="col-md-12">
<a href="./quiz.php?q=1"><button type="button" class="input-block-level btn-success go_button">I'm ready!</button></a>
</div>
</div>
</div>
<?php include "inc/footer.php" ?>