-
Notifications
You must be signed in to change notification settings - Fork 1
/
testing.html
148 lines (124 loc) · 4.69 KB
/
testing.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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE HTML>
<html>
<head>
<title>Coming soon!</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="landing is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Chatbot</a> by the N2 Team</h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="#" class="icon solid fa-angle-down">Options</a>
<ul>
<li><a href="generic.html">Information</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="elements.html">Elements</a></li>
<li>
<a href="#">Submenu</a>
</li>
</ul>
</li>
<li><a href="#" class="button">Home</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<h2>N2 Chatbot</h2>
<p>Coming soon!</p>
<ul class="actions special">
<li><a href="#" class="button">Learn More</a></li>
</ul>
</section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<header class="major">
<h2>Introduing the smart AI chatbot
<br />
for school</h2>
<p>N2 Chatbot is the best choice for your school! <br />
(Contains lots of features!)</p>
</header>
<span class="image featured"><img src="images/pic01.jpg" alt="" /></span>
</section>
<section class="box special features">
<div class="features-row">
<section>
<span class="icon solid major fa-bolt accent2"></span>
<h3>Why choose us?</h3>
<p>This service use AI inside of it and the price is very low! You can let your school learn English without any English teacher! Just need a Computer per class!</p>
</section>
<section>
<span class="icon solid major fa-chart-area accent3"></span>
<h3>Smart AI</h3>
<p> We use the latest version of smart AI. Very smart and the AI can do things faster than the normal teacher can do! </p>
</section>
</div>
<div class="features-row">
<section>
<span class="icon solid major fa-cloud accent4"></span>
<h3>Cloud Storage</h3>
<p>All of our lesson is avalible in the Internet. You just need a small hard-drive that can run the operating system and all of our lesson is in the internet!</p>
</section>
<section>
<span class="icon solid major fa-lock accent5"></span>
<h3>More secure</h3>
<p>We don't store your billing account and billing address inside our server. All payments are made by the PayPal gateway!</p>
</section>
</div>
</section>
<div class="row">
<div class="col-6 col-12-narrower">
</div>
<div class="col-6 col-12-narrower">
</div>
</div>
</section>
<!-- CTA -->
<section id="cta">
<h2>Sign up here for beta access!</h2>
<p>When we made a beta version you can try it for free!</p>
<form>
<div class="row gtr-50 gtr-uniform">
<div class="col-8 col-12-mobilep">
<input type="email" name="email" id="email" placeholder="Email Address" />
</div>
<div class="col-4 col-12-mobilep">
<input type="submit" value="Sign Up" class="fit" />
</div>
</div>
</form>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon brands fa-google-plus"><span class="label">Google+</span></a></li>
</ul>
<ul class="copyright">
<li>© N2 Team. All rights reserved</li><li>Designer: <a href="http://html5up.net">Nghia</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>