-
Notifications
You must be signed in to change notification settings - Fork 1
/
result.html
74 lines (71 loc) · 3.43 KB
/
result.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<title>Result : Paternity Test - Baba Omo</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<script src="https://use.fontawesome.com/6e40765922.js"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="top-wrap">
<img src="img/dna.png" class="dna-img-2 top-right-img animated jello infinite" />
<div class="container">
<div class="row">
<div class="col-xs-12">
<a href="#" class="ripple arrow-wrap"><i class="material-icons"></i></a>
</div>
</div>
<div class="row">
<div class="col-xs-12 text-center">
<h2><small>Step</small> 4/<small>4</small></h2>
<h2>Result</h2>
</div>
</div>
</div>
</div>
<div class="wrap pat-form animated zoomInUp">
<div class="container">
<div class="row">
<div class="col-xs-12 text-center">
<h1 class="score">98%</h1>
<h4>He's your father</h4>
<p><a href="#" class="text-success"><i class="material-icons"></i> Share Results</a></p>
<hr />
<p>
Lorem ipsum dolor sit amet, consectetur
adipiscing elit Ut rutrum dui sit amet
urna dapibus, quis aliquet ante malesuada.
Praesent vel felis vitae sapien tristique tristique.
Proin ligula nisl,
</p>
<hr />
<p>
<small class="text-danger">Disclaimer: Lorem ipsum dolor sit amet, consectetur</small>
</p>
<a href="index.html" class="btn btn-primary btn-block blue-btn" type="button">Finish</a>
<h4 class="play-again">
<a href="my-info.html"><i class="material-icons"></i> Play Again</a>
</h4>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>