-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblue.php
73 lines (69 loc) · 3.33 KB
/
blue.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Blue</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-md bg-dark navbar-dark fixed-top">
<!-- Brand -->
<a class="navbar-brand" href="Homepage.php">Logo</a>
<!-- Toggler/collapsibe Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="about.php">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.php">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.php">Contact Us</a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron">
<div class="p-xl-5 bg-primary"><h1 class="display-4" align="center">Blue!</h1></div>
<br>
<p class="lead" align="center"><b>Your colour spectrum is Blue.</b></p>
<hr class="my-4">
<h5>Some general descriptions of your colour -<br></h5>
<ul>
<li>Are in search of themselves</li>
<li>Need to feel unique </li>
<li>Must be true to themselves </li>
<li>Look for symbolism </li>
<li>Value close relationships </li>
<li>Encourage expression </li>
<li>Desire quality time with loved ones </li>
<li>Need opportunities to be creative</li>
<li>Compromise and cooperate </li>
<li>Nurture people, plants and animals </li>
<li>Look beyond the surface </li>
<li>Share emotions</li>
<li>Make decisions based on feelings </li>
<li>Need harmony</li>
<li>Are adaptable</li>
<li>Are drawn to literature </li>
<li>Are drawn to nurturing careers </li>
<li>Get involved in causes </li>
<li>Are committed to ideals </li>
<li>Bring unity to society </li>
</ul>
<a class="btn btn-info" href="homepage.php" role="button">Home</a>
<a class="btn btn-info" href="ctp1.php" role="button">Take quiz again</a>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
</body>
</html>