-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNewBot.html
93 lines (82 loc) · 3.01 KB
/
NewBot.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!--======================================-->
<!-- <?php
// include 'header.php';
?> -->
<!DOCTYPE html>
<html>
<head>
<title>DXwand</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/all.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<!--==================preloader========================-->
<div id="preloader"></div>
<!--==================End preloader=========================-->
<header class= "main">
<div class="container">
<div class="row">
<nav>
<div class="logo">
<img src="images/image001.png">
</div>
</nav>
</div>
</div>
</header>
<!--===================================== -->
<style type="text/css">
body {
background-image: url("images/white.png");
background-color:#f0f9ff;
}
</style>
<!-- ========================================-->
<section>
<div>
<!--=========title============-->
<div>
<p class="title_bot">Meet your new bot!</p>
</div>
<!--=========================== -->
<div class="content_bot">
<img src="images/BOT_96_2x.png" class="robot_1 wow tada" data-wow-delay="800ms" data-wow-duration="1.8s">
<div class="text_bot wow bounceIn" data-wow-delay="900ms" data-wow-duration="1.8s">
<p>Hi! I'm your new Bot!<br>Let's get started on the customization...</p>
</div>
<div class="clearfix"> </div>
<img src="images/BOT_96_2x.png" class="robot_2 wow tada" data-wow-delay="900ms" data-wow-duration="1.8s">
<div class="text_bot wow bounceIn" data-wow-delay="1000ms" data-wow-duration="1.8s">
<p>First, I will need to know what your store is. Please send me a link of your Facebook store and let's get started!</p>
</div>
<hr>
<div class= "reply">
<span>Your reply:</span><br>
<textarea placeholder="New reply goes here....."></textarea>
<button class="send wow pulse" data-wow-delay="900ms" data-wow-duration="1.8s">Send</button>
</div>
</div>
<!--====================================-->
<div class="bottom">
<p>I don't know how to set this up...<br>Take me to a classic setup process.</p><br>
</div>
<div class="classic">
<a href="classicSteps.html">Classic setup</a>
</div>
</div>
</section>
<!-- ======================== End Footer =============================== -->
<!-- <?php
include 'footer.php';
?> -->
<script type="js/bootstrap.min.js"></script>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/WOW.js"></script>
<script src="js/script.js"></script>
</body>
</html>