Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtesting.html
More file actions
Latest commit
148 lines (124 loc) · 4.69 KB
/
Copy pathtesting.html
File metadata and controls
148 lines (124 loc) · 4.69 KB
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>
<metacharset="utf-8" />
<metaname="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<linkrel="stylesheet" href="assets/css/main.css" />
</head>
<bodyclass="landing is-preload">
<divid="page-wrapper">
<!-- Header -->
<headerid="header" class="alt">
<h1><ahref="index.html">Chatbot</a> by the N2 Team</h1>
<navid="nav">
<ul>
<li><ahref="index.html">Home</a></li>
<li>
<ahref="#" class="icon solid fa-angle-down">Options</a>
<ul>
<li><ahref="generic.html">Information</a></li>
<li><ahref="contact.html">Contact</a></li>
<li><ahref="elements.html">Elements</a></li>
<li>
<ahref="#">Submenu</a>
</li>
</ul>
</li>
<li><ahref="#" class="button">Home</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<sectionid="banner">
<h2>N2 Chatbot</h2>
<p>Coming soon!</p>
<ulclass="actions special">
<li><ahref="#" class="button">Learn More</a></li>
</ul>
</section>
<!-- Main -->
<sectionid="main" class="container">
<sectionclass="box special">
<headerclass="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>
<spanclass="image featured"><imgsrc="images/pic01.jpg" alt="" /></span>
</section>
<sectionclass="box special features">
<divclass="features-row">
<section>
<spanclass="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>
<spanclass="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>
<divclass="features-row">
<section>
<spanclass="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>
<spanclass="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>
<divclass="row">
<divclass="col-6 col-12-narrower">
</div>
<divclass="col-6 col-12-narrower">
</div>
</div>
</section>
<!-- CTA -->
<sectionid="cta">
<h2>Sign up here for beta access!</h2>
<p>When we made a beta version you can try it for free!</p>
<form>
<divclass="row gtr-50 gtr-uniform">
<divclass="col-8 col-12-mobilep">
<inputtype="email" name="email" id="email" placeholder="Email Address" />
</div>
<divclass="col-4 col-12-mobilep">
<inputtype="submit" value="Sign Up" class="fit" />
</div>
</div>
</form>
</section>
<!-- Footer -->
<footerid="footer">
<ulclass="icons">
<li><ahref="#" class="icon brands fa-twitter"><spanclass="label">Twitter</span></a></li>
<li><ahref="#" class="icon brands fa-facebook-f"><spanclass="label">Facebook</span></a></li>
<li><ahref="#" class="icon brands fa-instagram"><spanclass="label">Instagram</span></a></li>
<li><ahref="#" class="icon brands fa-github"><spanclass="label">Github</span></a></li>
<li><ahref="#" class="icon brands fa-dribbble"><spanclass="label">Dribbble</span></a></li>
<li><ahref="#" class="icon brands fa-google-plus"><spanclass="label">Google+</span></a></li>
</ul>
<ulclass="copyright">
<li>© N2 Team. All rights reserved</li><li>Designer: <ahref="http://html5up.net">Nghia</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<scriptsrc="assets/js/jquery.min.js"></script>
<scriptsrc="assets/js/jquery.dropotron.min.js"></script>
<scriptsrc="assets/js/jquery.scrollex.min.js"></script>
<scriptsrc="assets/js/browser.min.js"></script>
<scriptsrc="assets/js/breakpoints.min.js"></script>
<scriptsrc="assets/js/util.js"></script>
<scriptsrc="assets/js/main.js"></script>
</body>
</html>