-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththankyou.html
79 lines (61 loc) · 2.3 KB
/
thankyou.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
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Business Guru</title>
<!-- bootstap core css -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- custom css css -->
<link href="style.css" rel="stylesheet">
<!-- custom font -->
<!--font awesome -->
<link rel="stylesheet" href="fontawesome/css/font-awesome.min.css">
</head>
<body>
<!--Navigation -->
<nav class="navbar navbar-default navbar-fixed-top navbar-color">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand padding-brand page-scroll " href="#"> <img src="gambar/logo.png" height="70px"></a>
</div>
</div>
</nav>
<!-- Header-->
<div id="header">
<div id="head-background">
<div class="container-fluid">
<div class="row">
<div class="text-center " >
<div class="text">
<h2 class="slider-h2">Terima Kasih Telah Mendaftar!</h2>
<p align="center"><img src="Gambar/ceklis.png" class="img-responsive" height="100px" width="150px"></p>
<h2 class="slider-12">Kami Akan Mengirim Langkah Selanjutnya Via Email</h2>
</div>
<div class="btn">
<a href="home.html" class="btn btn-lg btn-primary pull-center">Back to Landing Page</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer-->
<div class="copyright"><p>Copyright © 2016 Business Guru </p></div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/agency.js"></script>
</body>
</html>