Quellcode durchsuchen

Upload files to ''

Exists Theme Boostrap for RoboExtract
doranthes vor 5 Jahren
Ursprung
Commit
0f4d7000a3
5 geänderte Dateien mit 1103 neuen und 0 gelöschten Zeilen
  1. 19
    0
      changelog.txt
  2. 358
    0
      contact.html
  3. 202
    0
      explainer.html
  4. 319
    0
      index.html
  5. 205
    0
      inner-page.html

+ 19
- 0
changelog.txt Datei anzeigen

@@ -0,0 +1,19 @@
1
+Version: 1.2.0
2
+  - Updated Bootstrap to version 4.5.3
3
+  - Updated all outdated third party vendor libraries to their latest versions
4
+  - Updated the PHP Email Form to v2.3
5
+  - Other small fixes and improvements
6
+
7
+Version: 1.1.1
8
+  - Updated Bootstrap to version 4.5.2
9
+  - Updated all outdated third party vendor libraries to their latest versions
10
+  
11
+Version: 1.1.0
12
+  - Updated the PHP Email Form to v2.1
13
+  - Other small fixes and improvements
14
+
15
+Version: 1.0.1
16
+  - Fix smooth scroll position
17
+
18
+Version: 1.0.0
19
+  - Initial Release

+ 358
- 0
contact.html Datei anzeigen

@@ -0,0 +1,358 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+
4
+<head>
5
+  <meta charset="utf-8">
6
+  <meta content="width=device-width, initial-scale=1.0" name="viewport">
7
+
8
+  <title>RoboExtract | Intelligent Document Extraction</title>
9
+  <meta content="" name="description">
10
+  <meta content="" name="keywords">
11
+
12
+  <!-- Favicons -->
13
+  <link href="assets/img/favicon-32x32.png" rel="icon">
14
+  <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
15
+
16
+  <!-- Google Fonts -->
17
+  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
18
+
19
+  <!-- Vendor CSS Files -->
20
+  <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
21
+  <link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
22
+  <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
23
+  <link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
24
+  <link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
25
+  <link href="assets/vendor/aos/aos.css" rel="stylesheet">
26
+
27
+  <!-- Template Main CSS File -->
28
+  <link href="assets/css/style.css" rel="stylesheet">
29
+
30
+  <!-- =======================================================
31
+  * Template Name: BizLand - v1.2.0
32
+  * Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
33
+  * Author: BootstrapMade.com
34
+  * License: https://bootstrapmade.com/license/
35
+  ======================================================== -->
36
+</head>
37
+
38
+<body>
39
+    <header id="header" class="fixed-top">
40
+      <div class="container d-flex align-items-center">
41
+        <a href="index.html" class="logo mr-auto"><img src="assets/img/RoboExtract.png" alt=""></a>
42
+        <nav class="nav-menu d-none d-lg-block">
43
+          <ul>
44
+            <li class="active"><a href="index.html">Home</a></li>
45
+            <li class="drop-down"><a href="#product">Product</a>
46
+            <ul>
47
+              <li><a href="explainer.html">Explainer</a></li>
48
+              <li><a href="document.html">Document Types</a></li>
49
+              <li><a href="how.html">How It Works</a></li>
50
+              <li><a href="benefit.html">Benefit</a></li>
51
+              <li><a href="privacy.html">Privacy Policy</a></li>
52
+            </ul>
53
+          </li>
54
+          <li class="drop-down"><a href="#resources">Resources</a>
55
+          <ul>
56
+            <li><a href="demo.html">Demo Video</a></li>
57
+            <li><a href="use.html">Use Case</a></li>
58
+            <li><a href="blog.html">Blog</a></li>
59
+          </ul>
60
+        </li>
61
+        <li><a href="pricing.html">Pricing</a></li>
62
+        <li><a href="contact.html">Contact</a></li>
63
+      </ul>
64
+      </nav>
65
+      <!-- .nav-menu -->
66
+    </div>
67
+  </header>
68
+ 
69
+
70
+  <main id="main">
71
+
72
+      <section id="hero" class="d-flex align-items-center">
73
+    <div class="container" data-aos="zoom-out" data-aos-delay="100">
74
+      <h1>SUPER<span> SPEED</span>
75
+      </h1>
76
+      <h4 class="about">Do you think your document extraction software can extract data<br> 
77
+      from hundreds of  documents in minutes? Think twice. 
78
+    </h4>
79
+    <h5> With Metabot, it is possible.</h5><br>
80
+      <div class="d-flex">
81
+        <a href="#about" class="btn-get-started scrollto">Get Started</a>
82
+        <a href="https://www.youtube.com/watch?v=19jaz8sxZcA" class="venobox btn-watch-video" data-vbtype="video" data-autoplay="true"> Watch Video <i class="icofont-play-alt-2"></i></a>
83
+      </div>
84
+    </div>
85
+  </section><!-- End Hero -->
86
+
87
+
88
+ <!-- ======= Contact Section ======= -->
89
+    <section id="contact" class="contact">
90
+      <div class="container" data-aos="fade-up">
91
+
92
+        <div class="section-title">
93
+          <h2>Contact</h2>
94
+          <h3><span>Contact Us</span></h3>
95
+          <p>We’d love to work with you. Please get in touch and we will explore potential collaborations.</p>
96
+        </div>
97
+
98
+        <div class="row" data-aos="fade-up" data-aos-delay="100">
99
+          <div class="col-lg-6">
100
+            <div class="info-box mb-4">
101
+              <i class="bx bx-map"></i>
102
+              <h3>Our Address</h3>
103
+              <p>1 Wallich Street, Guoco Tower, #14-01, Singapore 078881</p>
104
+            </div>
105
+          </div>
106
+
107
+          <div class="col-lg-3 col-md-6">
108
+            <div class="info-box  mb-4">
109
+              <i class="bx bx-envelope"></i>
110
+              <h3>Email Us</h3>
111
+              <p>admin@roboextract.com</p>
112
+            </div>
113
+          </div>
114
+
115
+          <div class="col-lg-3 col-md-6">
116
+            <div class="info-box  mb-4">
117
+              <i class="bx bx-phone-call"></i>
118
+              <h3>Call Us</h3>
119
+              <p>+65 6403 3844</p>
120
+            </div>
121
+          </div>
122
+
123
+        </div>
124
+
125
+        <div class="row" data-aos="fade-up" data-aos-delay="100">
126
+
127
+          <div class="col-lg-6 ">
128
+         
129
+            <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3988.8282397479716!2d103.84366101528006!3d1.2764544621611418!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31da106e3b888231%3A0xd0b323bd511d81a5!2sGlee%20Trees%20Pte.%20Ltd.%20(Gleematic%20robotic%20process%20automation%2C%20Singapore)!5e0!3m2!1sen!2sid!4v1608176277629!5m2!1sen!2sid" width="600" height="450" frameborder="0" style="border:0; width: 100%; height: 384px;" allowfullscreen></iframe>
130
+          </div>
131
+
132
+          <div class="col-lg-6">
133
+            <form action="forms/contact.php" method="post" role="form" class="php-email-form">
134
+              <div class="form-row">
135
+                <div class="col form-group">
136
+                  <input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
137
+                  <div class="validate"></div>
138
+                </div>
139
+                <div class="col form-group">
140
+                  <input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
141
+                  <div class="validate"></div>
142
+                </div>
143
+              </div>
144
+              <div class="form-group">
145
+                <input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
146
+                <div class="validate"></div>
147
+              </div>
148
+              <div class="form-group">
149
+                <textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
150
+                <div class="validate"></div>
151
+              </div>
152
+              <div class="mb-3">
153
+                <div class="loading">Loading</div>
154
+                <div class="error-message"></div>
155
+                <div class="sent-message">Your message has been sent. Thank you!</div>
156
+              </div>
157
+              <div class="text-center"><button type="submit">Send Message</button></div>
158
+            </form>
159
+          </div>
160
+
161
+        </div>
162
+
163
+      </div>
164
+    </section> 
165
+  </main><!-- End #main -->
166
+
167
+ <footer id="footer">
168
+        <div class="footer-newsletter">
169
+          <div class="container">
170
+            <div class="row justify-content-center">
171
+              <div class="col-lg-8">
172
+                <h4>Join Our Newsletter</h4>
173
+                <p>Sometimes it sounds too good to be true.
174
+                Request a demo, and see for yourself.</p>
175
+                <form action="" method="post">
176
+                  <input type="email" name="email"><input type="submit" value="Subscribe">
177
+                </form>
178
+              </div>
179
+            </div>
180
+          </div>
181
+        </div>
182
+        <div class="footer-top">
183
+          <div class="container">
184
+            <div class="row">
185
+              <div class="col-lg-4 col-md-6 footer-contact">
186
+                <h3>Who is <span>Metabot?.</span></h3>
187
+                <p>
188
+                  Robotic process automation (RPA) is <br>
189
+                  only effective in transformation if it’s <br>
190
+                  optimized. RPA is key to digital <br>
191
+                  transformation  – but it’s not the whole picture. <br><br>
192
+                  
193
+                  <h4>Connect With Us</h4>
194
+                  <div class="social-links mt-3">
195
+                    <a href="https://www.youtube.com/channel/UCKaJhQa-xt6ZOfRuXc3DjmQ" class="google-plus"><i class="bx bxl-youtube"></i></a>
196
+                    <a href="https://www.linkedin.com/company/glee-trees"/y class="linkedin"><i class="bx bxl-linkedin"></i></a>
197
+                  </div>
198
+                </p>
199
+                
200
+              </div>
201
+              <div class="col-lg-2 col-md-6 footer-links">
202
+                <h4>Product</h4>
203
+                <ul>
204
+                  <li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
205
+                  <li><i class="bx bx-chevron-right"></i> <a href="explainer.html">Explainer</a></li>
206
+                  <li><i class="bx bx-chevron-right"></i> <a href="document.html">Document Types</a></li>
207
+                  <li><i class="bx bx-chevron-right"></i> <a href="how.html">How It Works</a></li>
208
+                  <li><i class="bx bx-chevron-right"></i> <a href="benefit.html">Benefits</a></li>
209
+                  <li><i class="bx bx-chevron-right"></i> <a href="privacy.html">Privacy policy</a></li>
210
+                </ul>
211
+              </div>
212
+              
213
+              <div class="col-lg-2 col-md-6 footer-links">
214
+                <h4>Resources</h4>
215
+                <ul>
216
+                  <li><i class="bx bx-chevron-right"></i> <a href="demo.html">Demo Video</a></li>
217
+                  <li><i class="bx bx-chevron-right"></i> <a href="use.html">Use Case</a></li>
218
+                  <li><i class="bx bx-chevron-right"></i> <a href="blog.html">Blog</a></li>
219
+                </ul>
220
+              </div>
221
+              
222
+              <div class="col-lg-4 col-md-6 footer-links">
223
+                <h4>Pricing</h4>
224
+                <ul>
225
+                  <li><i class="bx bx-chevron-right"></i> <a href="#">Demo Video</a></li>
226
+                  <li><i class="bx bx-chevron-right"></i> <a href="#">Use Case</a></li>
227
+                  <li><i class="bx bx-chevron-right"></i> <a href="#">Blog</a></li>
228
+                </ul>
229
+              </div>
230
+              
231
+              <div class="copyright">
232
+                &copy; Copyright <strong><span>2020 Glee Trees Pte. Ltd. </span></strong>. All Rights Reserved  Privacy Policy | Terms of Use
233
+              </div>
234
+            </div>
235
+          </div>
236
+        </div>
237
+        
238
+        
239
+        
240
+        </footer><!-- End Footer -->
241
+        <div id="preloader"></div>
242
+        <a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
243
+        <!-- Vendor JS Files -->
244
+        <script src="assets/vendor/jquery/jquery.min.js"></script>
245
+        <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
246
+        <script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
247
+        <script src="assets/vendor/php-email-form/validate.js"></script>
248
+        <script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
249
+        <script src="assets/vendor/counterup/counterup.min.js"></script>
250
+        <script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
251
+        <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
252
+        <script src="assets/vendor/venobox/venobox.min.js"></script>
253
+        <script src="assets/vendor/aos/aos.js"></script>
254
+        <!-- Template Main JS File -->
255
+        <script src="assets/js/main.js"></script>
256
+
257
+    
258
+
259
+    <div class="footer-top">
260
+      <div class="container">
261
+        <div class="row">
262
+
263
+          <div class="col-lg-4 col-md-6 footer-contact">
264
+            <h3>Who is <span>Metabot?.</span></h3>
265
+            <p>
266
+              Robotic process automation (RPA) is <br>
267
+              only effective in transformation if it’s <br> 
268
+              optimized. RPA is key to digital <br>
269
+              transformation  – but it’s not the whole picture. <br><br>
270
+            
271
+            <h4>Connect With Us</h4>
272
+             <div class="social-links mt-3">
273
+              <a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
274
+              <a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
275
+              <a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
276
+              <a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
277
+              <a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
278
+            </div>
279
+            </p>
280
+           
281
+
282
+          </div>
283
+
284
+          <div class="col-lg-2 col-md-6 footer-links">
285
+            <h4>Product</h4>
286
+            <ul>
287
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
288
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Explainer</a></li>
289
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Document Types</a></li>
290
+              <li><i class="bx bx-chevron-right"></i> <a href="#">How It Works</a></li>
291
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Benefits</a></li>
292
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Privacy policy</a></li>
293
+            </ul>
294
+          </div>
295
+
296
+          
297
+
298
+          <div class="col-lg-2 col-md-6 footer-links">
299
+            <h4>Resources</h4>
300
+             <ul>
301
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Demo Video</a></li>
302
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Use Case</a></li>
303
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Blog</a></li>
304
+            </ul>
305
+          </div>
306
+          
307
+          <div class="col-lg-4 col-md-6 footer-links">
308
+            <h4>Pricing</h4>
309
+             <ul>
310
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Demo Video</a></li>
311
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Use Case</a></li>
312
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Blog</a></li>
313
+            </ul>
314
+          </div>
315
+                
316
+           <div class="copyright">
317
+              &copy; Copyright <strong><span>2020 Glee Trees Pte. Ltd. </span></strong>. All Rights Reserved  Privacy Policy | Terms of Use 
318
+          </div>
319
+      <div class="credits">
320
+        <!-- All the links in the footer should remain intact. -->
321
+        <!-- You can delete the links only if you purchased the pro version. -->
322
+        <!-- Licensing information: https://bootstrapmade.com/license/ -->
323
+        <!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/bizland-bootstrap-business-template/ -->
324
+       <!--  Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> -->
325
+       
326
+      </div>
327
+
328
+
329
+        </div>
330
+      </div>
331
+    </div>
332
+
333
+    
334
+     
335
+  
336
+  </footer><!-- End Footer -->
337
+
338
+  <div id="preloader"></div>
339
+  <a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
340
+
341
+  <!-- Vendor JS Files -->
342
+  <script src="assets/vendor/jquery/jquery.min.js"></script>
343
+  <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
344
+  <script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
345
+  <script src="assets/vendor/php-email-form/validate.js"></script>
346
+  <script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
347
+  <script src="assets/vendor/counterup/counterup.min.js"></script>
348
+  <script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
349
+  <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
350
+  <script src="assets/vendor/venobox/venobox.min.js"></script>
351
+  <script src="assets/vendor/aos/aos.js"></script>
352
+
353
+  <!-- Template Main JS File -->
354
+  <script src="assets/js/main.js"></script>
355
+
356
+</body>
357
+
358
+</html>

+ 202
- 0
explainer.html Datei anzeigen

@@ -0,0 +1,202 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+
4
+<head>
5
+  <meta charset="utf-8">
6
+  <meta content="width=device-width, initial-scale=1.0" name="viewport">
7
+
8
+  <title>Inner Page - BizLand Bootstrap Template</title>
9
+  <meta content="" name="description">
10
+  <meta content="" name="keywords">
11
+
12
+  <!-- Favicons -->
13
+  <link href="assets/img/favicon.png" rel="icon">
14
+  <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
15
+
16
+  <!-- Google Fonts -->
17
+  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
18
+
19
+  <!-- Vendor CSS Files -->
20
+  <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
21
+  <link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
22
+  <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
23
+  <link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
24
+  <link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
25
+  <link href="assets/vendor/aos/aos.css" rel="stylesheet">
26
+
27
+  <!-- Template Main CSS File -->
28
+  <link href="assets/css/style.css" rel="stylesheet">
29
+
30
+  <!-- =======================================================
31
+  * Template Name: BizLand - v1.2.0
32
+  * Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
33
+  * Author: BootstrapMade.com
34
+  * License: https://bootstrapmade.com/license/
35
+  ======================================================== -->
36
+</head>
37
+
38
+<body>
39
+  <!-- ======= Header ======= -->
40
+    <!-- ======= Header ======= -->
41
+    <header id="header" class="fixed-top">
42
+      <div class="container d-flex align-items-center">
43
+        <a href="index.html" class="logo mr-auto"><img src="assets/img/RoboExtract.png" alt=""></a>
44
+        <nav class="nav-menu d-none d-lg-block">
45
+          <ul>
46
+            <li class="active"><a href="index.html">Home</a></li>
47
+            <li class="drop-down"><a href="#product">Product</a>
48
+            <ul>
49
+              <li><a href="explainer.html">Explainer</a></li>
50
+              <li><a href="document.html">Document Types</a></li>
51
+              <li><a href="how.html">How It Works</a></li>
52
+              <li><a href="benefit.html">Benefit</a></li>
53
+              <li><a href="privacy.html">Privacy Policy</a></li>
54
+            </ul>
55
+          </li>
56
+          <li class="drop-down"><a href="#resources">Resources</a>
57
+          <ul>
58
+            <li><a href="demo.html">Demo Video</a></li>
59
+            <li><a href="usecase.html">Use Case</a></li>
60
+            <li><a href="blog.html">Blog</a></li>
61
+          </ul>
62
+        </li>
63
+        <li><a href="#pricing">Pricing</a></li>
64
+        <li><a href="#contact">Contact</a></li>
65
+      </ul>
66
+      </nav>
67
+      <!-- .nav-menu -->
68
+    </div>
69
+  </header>
70
+
71
+  <main id="main" data-aos="fade-up">
72
+
73
+    <!-- ======= Breadcrumbs ======= -->
74
+    <section class="breadcrumbs">
75
+      <div class="container">
76
+
77
+        <div class="d-flex justify-content-between align-items-center">
78
+          <h2>Inner Page</h2>
79
+          <ol>
80
+            <li><a href="index.html">Home</a></li>
81
+            <li>Inner Page</li>
82
+          </ol>
83
+        </div>
84
+
85
+      </div>
86
+    </section><!-- End Breadcrumbs -->
87
+
88
+    <section class="inner-page">
89
+      <div class="container">
90
+        <p>
91
+          Example inner page template
92
+        </p>
93
+      </div>
94
+    </section>
95
+
96
+  </main><!-- End #main -->
97
+
98
+  <!-- ======= Footer ======= -->
99
+  <footer id="footer">
100
+
101
+    <div class="footer-newsletter">
102
+      <div class="container">
103
+        <div class="row justify-content-center">
104
+          <div class="col-lg-6">
105
+            <h4>Join Our Newsletter</h4>
106
+            <p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna</p>
107
+            <form action="" method="post">
108
+              <input type="email" name="email"><input type="submit" value="Subscribe">
109
+            </form>
110
+          </div>
111
+        </div>
112
+      </div>
113
+    </div>
114
+
115
+    <div class="footer-top">
116
+      <div class="container">
117
+        <div class="row">
118
+
119
+          <div class="col-lg-3 col-md-6 footer-contact">
120
+            <h3>BizLand<span>.</span></h3>
121
+            <p>
122
+              A108 Adam Street <br>
123
+              New York, NY 535022<br>
124
+              United States <br><br>
125
+              <strong>Phone:</strong> +1 5589 55488 55<br>
126
+              <strong>Email:</strong> info@example.com<br>
127
+            </p>
128
+          </div>
129
+
130
+          <div class="col-lg-3 col-md-6 footer-links">
131
+            <h4>Useful Links</h4>
132
+            <ul>
133
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
134
+              <li><i class="bx bx-chevron-right"></i> <a href="#">About us</a></li>
135
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Services</a></li>
136
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Terms of service</a></li>
137
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Privacy policy</a></li>
138
+            </ul>
139
+          </div>
140
+
141
+          <div class="col-lg-3 col-md-6 footer-links">
142
+            <h4>Our Services</h4>
143
+            <ul>
144
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Web Design</a></li>
145
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Web Development</a></li>
146
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Product Management</a></li>
147
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Marketing</a></li>
148
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Graphic Design</a></li>
149
+            </ul>
150
+          </div>
151
+
152
+          <div class="col-lg-3 col-md-6 footer-links">
153
+            <h4>Our Social Networks</h4>
154
+            <p>Cras fermentum odio eu feugiat lide par naso tierra videa magna derita valies</p>
155
+            <div class="social-links mt-3">
156
+              <a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
157
+              <a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
158
+              <a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
159
+              <a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
160
+              <a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
161
+            </div>
162
+          </div>
163
+
164
+        </div>
165
+      </div>
166
+    </div>
167
+
168
+    <div class="container py-4">
169
+      <div class="copyright">
170
+        &copy; Copyright <strong><span>BizLand</span></strong>. All Rights Reserved
171
+      </div>
172
+      <div class="credits">
173
+        <!-- All the links in the footer should remain intact. -->
174
+        <!-- You can delete the links only if you purchased the pro version. -->
175
+        <!-- Licensing information: https://bootstrapmade.com/license/ -->
176
+        <!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/bizland-bootstrap-business-template/ -->
177
+        Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
178
+      </div>
179
+    </div>
180
+  </footer><!-- End Footer -->
181
+
182
+  <div id="preloader"></div>
183
+  <a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
184
+
185
+  <!-- Vendor JS Files -->
186
+  <script src="assets/vendor/jquery/jquery.min.js"></script>
187
+  <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
188
+  <script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
189
+  <script src="assets/vendor/php-email-form/validate.js"></script>
190
+  <script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
191
+  <script src="assets/vendor/counterup/counterup.min.js"></script>
192
+  <script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
193
+  <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
194
+  <script src="assets/vendor/venobox/venobox.min.js"></script>
195
+  <script src="assets/vendor/aos/aos.js"></script>
196
+
197
+  <!-- Template Main JS File -->
198
+  <script src="assets/js/main.js"></script>
199
+
200
+</body>
201
+
202
+</html>

+ 319
- 0
index.html Datei anzeigen

@@ -0,0 +1,319 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+  <head>
4
+    <meta charset="utf-8">
5
+    <meta content="width=device-width, initial-scale=1.0" name="viewport">
6
+    <title>RoboExtract | Intelligent Document Extraction</title>
7
+    <meta content="" name="description">
8
+    <meta content="" name="keywords">
9
+    <!-- Favicons -->
10
+    <link href="assets/img/favicon-32x32.png" rel="icon">
11
+    <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
12
+    <!-- Google Fonts -->
13
+    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
14
+    <!-- Vendor CSS Files -->
15
+    <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
16
+    <link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
17
+    <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
18
+    <link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
19
+    <link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
20
+    <link href="assets/vendor/aos/aos.css" rel="stylesheet">
21
+    <!-- Template Main CSS File -->
22
+    <link href="assets/css/style.css" rel="stylesheet">
23
+    <!-- =======================================================
24
+    * Template Name: BizLand - v1.2.0
25
+    * Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
26
+    * Author: BootstrapMade.com
27
+    * License: https://bootstrapmade.com/license/
28
+    ======================================================== -->
29
+  </head>
30
+  <body>
31
+    <!-- ======= Header ======= -->
32
+    <header id="header" class="fixed-top">
33
+      <div class="container d-flex align-items-center">
34
+        <a href="index.html" class="logo mr-auto"><img src="assets/img/RoboExtract.png" alt=""></a>
35
+        <nav class="nav-menu d-none d-lg-block">
36
+          <ul>
37
+            <li class="active"><a href="index.html">Home</a></li>
38
+            <li class="drop-down"><a href="#product">Product</a>
39
+            <ul>
40
+              <li><a href="explainer.html">Explainer</a></li>
41
+              <li><a href="document.html">Document Types</a></li>
42
+              <li><a href="how.html">How It Works</a></li>
43
+              <li><a href="benefit.html">Benefit</a></li>
44
+              <li><a href="privacy.html">Privacy Policy</a></li>
45
+            </ul>
46
+          </li>
47
+          <li class="drop-down"><a href="#resources">Resources</a>
48
+          <ul>
49
+            <li><a href="demo.html">Demo Video</a></li>
50
+            <li><a href="use.html">Use Case</a></li>
51
+            <li><a href="blog.html">Blog</a></li>
52
+          </ul>
53
+        </li>
54
+        <li><a href="pricing.html">Pricing</a></li>
55
+        <li><a href="contact.html">Contact</a></li>
56
+      </ul>
57
+      </nav>
58
+      <!-- .nav-menu -->
59
+    </div>
60
+  </header>
61
+  <!-- ======= End Header ======= -->
62
+
63
+  <!-- ======= Hero Section ======= -->
64
+  <section id="hero" class="d-flex align-items-center">
65
+    <div class="container" data-aos="zoom-out" data-aos-delay="100">
66
+      <h1>SUPER<span> SPEED</span>
67
+      </h1>
68
+      <h4 class="about">Do you think your document extraction software can extract data<br>
69
+      from hundreds of  documents in minutes? Think twice.
70
+      </h4>
71
+      <h5> With Metabot, it is possible.</h5><br>
72
+      <div class="d-flex">
73
+        <a href="#about" class="btn-get-started scrollto">Get Started</a>
74
+        <a href="https://www.youtube.com/watch?v=19jaz8sxZcA" class="venobox btn-watch-video" data-vbtype="video" data-autoplay="true"> Watch Video <i class="icofont-play-alt-2"></i></a>
75
+      </div>
76
+    </div>
77
+  </section>
78
+  <!-- ======= End Hero Section ======= -->
79
+  <main id="main">
80
+    <!-- ======= About Section ======= -->
81
+    <section id="about" class="about">
82
+      <div class="container" data-aos="fade-up">
83
+        <div class="section-title">
84
+          <h3>Powered by<span> A.I</span></h3><br>
85
+          <h4>Robot who understand documents better for superb accuracy data extraction.</h4>
86
+        </div>
87
+      </div>
88
+    </section>
89
+    <!-- ======= End About Section ======= -->
90
+    <!-- ======= Testimonial Section ======= -->
91
+    <section id="testimonials" class="testimonials">
92
+      <div class="container" data-aos="zoom-in">
93
+        <div class="owl-carousel testimonials-carousel">
94
+          <div class="testimonial-item">
95
+            
96
+            <h3>EFFORTLESS DATA </h3><h3>EXTRACTION WITHOUT CODING </h3>
97
+            <p> No coding is needed. No I.T. expert to be involved. Extract data in mouse-clicks. Easy Peasy. </p>
98
+            
99
+          </div>
100
+          
101
+        </div>
102
+      </div>
103
+    </section>
104
+    <!-- End Testimonials Section -->
105
+    <!-- ======= Services Section ======= -->
106
+    <section id="services" class="services">
107
+      <div class="container" data-aos="fade-up">
108
+        <div class="section-title">
109
+          <h2>Services</h2>
110
+          <h3>CHOOSE US, BECAUSE WE <span>MAKE IT POSSIBLE</span></h3>
111
+          <p>Digitizing data that resides in hundreds of physical documents is a major task everywhere.Variety of document types are challenging to extract. Finding easy-to-use software with cutting-edge technology to automate data extraction is a major issue.</p>
112
+          <p>BUT, we make it possible to handle</p>
113
+        </div>
114
+        <div class="section-title">
115
+          <h2>Features</h2>
116
+        </div>
117
+        <div class="row">
118
+          <div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
119
+            <div class="icon-box">
120
+              <div class="icon"><i class="bx bx-atom"></i></div>
121
+              <h4><a href="">Powerfull Features</a></h4>
122
+              <p align="left">Auto OCR ( Optical Character Recognition ) Convert any printed, typed, or scanned document into digital machine-readable text A.I Machine Learning Intelligently understand </p>
123
+            </div>
124
+          </div>
125
+          <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
126
+            <div class="icon-box">
127
+              <div class="icon"><i class="bx bxs-file "></i></div>
128
+              <h4><a href="">Multilingual</a></h4>
129
+              <p align="left">Work with documents with any languages. ( English, Chinese, Indonesia, Japanese, Vietnamese, Thai )  </p>
130
+            </div>
131
+          </div>
132
+          <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="300">
133
+            <div class="icon-box">
134
+              <div class="icon"><i class="bx bxs-user"></i></div>
135
+              <h4><a href="">User Friendly</a></h4>
136
+              <p align="left">No I.T. Expert / Engineers to be involved. Easy and friendly interface for any types and end-users. Customizable template for extraction. Drag and drop labelling to train the bot.</p>
137
+            </div>
138
+          </div>
139
+          <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="100">
140
+            <div class="icon-box">
141
+              <div class="icon"><i class="bx bx-check"></i></div>
142
+              <h4><a href="">Effortless Extraction</a></h4>
143
+              <p>Auto OCR Create your extraction project in a click of a mouse. No coding, programming, or installation is needed.</p>
144
+            </div>
145
+          </div>
146
+          <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="200">
147
+            <div class="icon-box">
148
+              <div class="icon"><i class="bx bx-dialpad-alt"></i></div>
149
+              <h4><a href="">Flexible and Tailored</a></h4>
150
+              <p align="left">Work catered to your dynamic needs.Handle any types of documents.</p>
151
+            </div>
152
+          </div>
153
+          <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4" data-aos="zoom-in" data-aos-delay="300">
154
+            <div class="icon-box">
155
+              <div class="icon"><i class="bx bx-paper-plane"></i></div>
156
+              <h4><a href="">Unmatched Speed</a></h4>
157
+              <p align="left">Extract hundreds of documents in minutes. Quickly create your extraction project or email it to us.</p>
158
+            </div>
159
+          </div>
160
+        </div>
161
+      </div>
162
+    </section>
163
+    <!-- ======= Services Section ======= -->
164
+    
165
+    <section id="about" class="about section-bg">
166
+      <div class="container" data-aos="fade-up">
167
+        <div class="row">
168
+          <div class="col-lg-6" data-aos="zoom-out" data-aos-delay="100">
169
+            <img src="assets/img/about-02.png" class="img-fluid" alt="">
170
+          </div>
171
+          <div class="col-lg-6 pt-4 pt-lg-0 content d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="100">
172
+            <h3>RoboExtract studying the document patterns.</h3>
173
+            
174
+            <ul>
175
+              <li>
176
+                <i class="bx bx-file-blank"></i>
177
+                <div>
178
+                  <h5>Step 1 - Preparing Data</h5>
179
+                  <p>The first step in the Roboextract Process, before our algorithms can start doing the work for you, you will first have to "teach" it by first labelling the PDF documents! The more training data you give it, the better it will perform.</p>
180
+                </div>
181
+              </li>
182
+              <li>
183
+                <i class="bx bx-label"></i>
184
+                <div>
185
+                  <h5>Step 2 - Labelling Data </h5>
186
+                  <p>After the labelling process has been completed; you can start training the algorithm, and save it for use in the next step. There are various settings you can tinker with in this step; but most of them can be left as default.</p>
187
+                </div>
188
+              </li>
189
+            </ul>
190
+            
191
+          </div>
192
+        </div>
193
+      </div>
194
+    </section>
195
+    <section id="about" class="about">
196
+      <div class="container" data-aos="fade-up">
197
+        <div class="row">
198
+          
199
+          <div class="col-lg-6 pt-4 pt-lg-0 content d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="100">
200
+            <h3>RoboExtract studying the document patterns.</h3>
201
+            
202
+            <ul>
203
+              <li>
204
+                <i class="bx bx-label"></i>
205
+                <div>
206
+                  <h5>Step 1 - Preparing Data</h5>
207
+                  <p>The first step in the Roboextract Process, before our algorithms can start doing the work for you, you will first have to "teach" it by first labelling the PDF documents! The more training data you give it, the better it will perform.</p>
208
+                </div>
209
+              </li>
210
+              <li>
211
+                <i class="bx bx-images"></i>
212
+                <div>
213
+                  <h5>Step 2 - Labelling Data </h5>
214
+                  <p>After the labelling process has been completed; you can start training the algorithm, and save it for use in the next step. There are various settings you can tinker with in this step; but most of them can be left as default.</p>
215
+                </div>
216
+              </li>
217
+            </ul>
218
+            
219
+          </div>
220
+          <div class="col-lg-6" data-aos="zoom-out" data-aos-delay="100">
221
+            <img src="assets/img/about-01.png" class="img-fluid" alt="">
222
+          </div>
223
+        </div>
224
+      </div>
225
+      </section><!-- End About Section -->
226
+      <!-- End Contact Section -->
227
+      </main><!-- End #main -->
228
+      <!-- ======= Footer ======= -->
229
+      <footer id="footer">
230
+        <div class="footer-newsletter">
231
+          <div class="container">
232
+            <div class="row justify-content-center">
233
+              <div class="col-lg-8">
234
+                <h4>Join Our Newsletter</h4>
235
+                <p>Sometimes it sounds too good to be true.
236
+                Request a demo, and see for yourself.</p>
237
+                <form action="" method="post">
238
+                  <input type="email" name="email"><input type="submit" value="Subscribe">
239
+                </form>
240
+              </div>
241
+            </div>
242
+          </div>
243
+        </div>
244
+        <div class="footer-top">
245
+          <div class="container">
246
+            <div class="row">
247
+              <div class="col-lg-4 col-md-6 footer-contact">
248
+                <h3>Who is <span>Metabot?.</span></h3>
249
+                <p>
250
+                  Robotic process automation (RPA) is <br>
251
+                  only effective in transformation if it’s <br>
252
+                  optimized. RPA is key to digital <br>
253
+                  transformation  – but it’s not the whole picture. <br><br>
254
+                  
255
+                  <h4>Connect With Us</h4>
256
+                  <div class="social-links mt-3">
257
+                    <a href="https://www.youtube.com/channel/UCKaJhQa-xt6ZOfRuXc3DjmQ" class="google-plus"><i class="bx bxl-youtube"></i></a>
258
+                    <a href="https://www.linkedin.com/company/glee-trees"/y class="linkedin"><i class="bx bxl-linkedin"></i></a>
259
+                  </div>
260
+                </p>
261
+                
262
+              </div>
263
+              <div class="col-lg-2 col-md-6 footer-links">
264
+                <h4>Product</h4>
265
+                <ul>
266
+                  <li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
267
+                  <li><i class="bx bx-chevron-right"></i> <a href="explainer.html">Explainer</a></li>
268
+                  <li><i class="bx bx-chevron-right"></i> <a href="document.html">Document Types</a></li>
269
+                  <li><i class="bx bx-chevron-right"></i> <a href="how.html">How It Works</a></li>
270
+                  <li><i class="bx bx-chevron-right"></i> <a href="benefit.html">Benefits</a></li>
271
+                  <li><i class="bx bx-chevron-right"></i> <a href="privacy.html">Privacy policy</a></li>
272
+                </ul>
273
+              </div>
274
+              
275
+              <div class="col-lg-2 col-md-6 footer-links">
276
+                <h4>Resources</h4>
277
+                <ul>
278
+                  <li><i class="bx bx-chevron-right"></i> <a href="demo.html">Demo Video</a></li>
279
+                  <li><i class="bx bx-chevron-right"></i> <a href="use.html">Use Case</a></li>
280
+                  <li><i class="bx bx-chevron-right"></i> <a href="blog.html">Blog</a></li>
281
+                </ul>
282
+              </div>
283
+              
284
+              <div class="col-lg-4 col-md-6 footer-links">
285
+                <h4>Pricing</h4>
286
+                <ul>
287
+                  <li><i class="bx bx-chevron-right"></i> <a href="#">Demo Video</a></li>
288
+                  <li><i class="bx bx-chevron-right"></i> <a href="#">Use Case</a></li>
289
+                  <li><i class="bx bx-chevron-right"></i> <a href="#">Blog</a></li>
290
+                </ul>
291
+              </div>
292
+              
293
+              <div class="copyright">
294
+                &copy; Copyright <strong><span>2020 Glee Trees Pte. Ltd. </span></strong>. All Rights Reserved  Privacy Policy | Terms of Use
295
+              </div>
296
+            </div>
297
+          </div>
298
+        </div>
299
+        
300
+        
301
+        
302
+        </footer><!-- End Footer -->
303
+        <div id="preloader"></div>
304
+        <a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
305
+        <!-- Vendor JS Files -->
306
+        <script src="assets/vendor/jquery/jquery.min.js"></script>
307
+        <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
308
+        <script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
309
+        <script src="assets/vendor/php-email-form/validate.js"></script>
310
+        <script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
311
+        <script src="assets/vendor/counterup/counterup.min.js"></script>
312
+        <script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
313
+        <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
314
+        <script src="assets/vendor/venobox/venobox.min.js"></script>
315
+        <script src="assets/vendor/aos/aos.js"></script>
316
+        <!-- Template Main JS File -->
317
+        <script src="assets/js/main.js"></script>
318
+      </body>
319
+    </html>

+ 205
- 0
inner-page.html Datei anzeigen

@@ -0,0 +1,205 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+
4
+<head>
5
+  <meta charset="utf-8">
6
+  <meta content="width=device-width, initial-scale=1.0" name="viewport">
7
+
8
+  <title>Inner Page - BizLand Bootstrap Template</title>
9
+  <meta content="" name="description">
10
+  <meta content="" name="keywords">
11
+
12
+  <!-- Favicons -->
13
+  <link href="assets/img/favicon.png" rel="icon">
14
+  <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
15
+
16
+  <!-- Google Fonts -->
17
+  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
18
+
19
+  <!-- Vendor CSS Files -->
20
+  <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
21
+  <link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
22
+  <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
23
+  <link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
24
+  <link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
25
+  <link href="assets/vendor/aos/aos.css" rel="stylesheet">
26
+
27
+  <!-- Template Main CSS File -->
28
+  <link href="assets/css/style.css" rel="stylesheet">
29
+
30
+  <!-- =======================================================
31
+  * Template Name: BizLand - v1.2.0
32
+  * Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
33
+  * Author: BootstrapMade.com
34
+  * License: https://bootstrapmade.com/license/
35
+  ======================================================== -->
36
+</head>
37
+
38
+<body>
39
+
40
+
41
+
42
+  <!-- ======= Header ======= -->
43
+    <!-- ======= Header ======= -->
44
+    <header id="header" class="fixed-top">
45
+      <div class="container d-flex align-items-center">
46
+        <a href="index.html" class="logo mr-auto"><img src="assets/img/RoboExtract.png" alt=""></a>
47
+        <nav class="nav-menu d-none d-lg-block">
48
+          <ul>
49
+            <li class="active"><a href="index.html">Home</a></li>
50
+            <li class="drop-down"><a href="#product">Product</a>
51
+            <ul>
52
+              <li><a href="explainer.html">Explainer</a></li>
53
+              <li><a href="document.html">Document Types</a></li>
54
+              <li><a href="how.html">How It Works</a></li>
55
+              <li><a href="benefit.html">Benefit</a></li>
56
+              <li><a href="privacy.html">Privacy Policy</a></li>
57
+            </ul>
58
+          </li>
59
+          <li class="drop-down"><a href="#resources">Resources</a>
60
+          <ul>
61
+            <li><a href="demo.html">Demo Video</a></li>
62
+            <li><a href="usecase.html">Use Case</a></li>
63
+            <li><a href="blog.html">Blog</a></li>
64
+          </ul>
65
+        </li>
66
+        <li><a href="#pricing">Pricing</a></li>
67
+        <li><a href="#contact">Contact</a></li>
68
+      </ul>
69
+      </nav>
70
+      <!-- .nav-menu -->
71
+    </div>
72
+  </header>
73
+
74
+  <main id="main" data-aos="fade-up">
75
+
76
+    <!-- ======= Breadcrumbs ======= -->
77
+    <section class="breadcrumbs">
78
+      <div class="container">
79
+
80
+        <div class="d-flex justify-content-between align-items-center">
81
+          <h2>Inner Page</h2>
82
+          <ol>
83
+            <li><a href="index.html">Home</a></li>
84
+            <li>Inner Page</li>
85
+          </ol>
86
+        </div>
87
+
88
+      </div>
89
+    </section><!-- End Breadcrumbs -->
90
+
91
+    <section class="inner-page">
92
+      <div class="container">
93
+        <p>
94
+          Example inner page template
95
+        </p>
96
+      </div>
97
+    </section>
98
+
99
+  </main><!-- End #main -->
100
+
101
+  <!-- ======= Footer ======= -->
102
+  <footer id="footer">
103
+
104
+    <div class="footer-newsletter">
105
+      <div class="container">
106
+        <div class="row justify-content-center">
107
+          <div class="col-lg-6">
108
+            <h4>Join Our Newsletter</h4>
109
+            <p>Tamen quem nulla quae legam multos aute sint culpa legam noster magna</p>
110
+            <form action="" method="post">
111
+              <input type="email" name="email"><input type="submit" value="Subscribe">
112
+            </form>
113
+          </div>
114
+        </div>
115
+      </div>
116
+    </div>
117
+
118
+    <div class="footer-top">
119
+      <div class="container">
120
+        <div class="row">
121
+
122
+          <div class="col-lg-3 col-md-6 footer-contact">
123
+            <h3>BizLand<span>.</span></h3>
124
+            <p>
125
+              A108 Adam Street <br>
126
+              New York, NY 535022<br>
127
+              United States <br><br>
128
+              <strong>Phone:</strong> +1 5589 55488 55<br>
129
+              <strong>Email:</strong> info@example.com<br>
130
+            </p>
131
+          </div>
132
+
133
+          <div class="col-lg-3 col-md-6 footer-links">
134
+            <h4>Useful Links</h4>
135
+            <ul>
136
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
137
+              <li><i class="bx bx-chevron-right"></i> <a href="#">About us</a></li>
138
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Services</a></li>
139
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Terms of service</a></li>
140
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Privacy policy</a></li>
141
+            </ul>
142
+          </div>
143
+
144
+          <div class="col-lg-3 col-md-6 footer-links">
145
+            <h4>Our Services</h4>
146
+            <ul>
147
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Web Design</a></li>
148
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Web Development</a></li>
149
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Product Management</a></li>
150
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Marketing</a></li>
151
+              <li><i class="bx bx-chevron-right"></i> <a href="#">Graphic Design</a></li>
152
+            </ul>
153
+          </div>
154
+
155
+          <div class="col-lg-3 col-md-6 footer-links">
156
+            <h4>Our Social Networks</h4>
157
+            <p>Cras fermentum odio eu feugiat lide par naso tierra videa magna derita valies</p>
158
+            <div class="social-links mt-3">
159
+              <a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
160
+              <a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
161
+              <a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
162
+              <a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
163
+              <a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
164
+            </div>
165
+          </div>
166
+
167
+        </div>
168
+      </div>
169
+    </div>
170
+
171
+    <div class="container py-4">
172
+      <div class="copyright">
173
+        &copy; Copyright <strong><span>BizLand</span></strong>. All Rights Reserved
174
+      </div>
175
+      <div class="credits">
176
+        <!-- All the links in the footer should remain intact. -->
177
+        <!-- You can delete the links only if you purchased the pro version. -->
178
+        <!-- Licensing information: https://bootstrapmade.com/license/ -->
179
+        <!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/bizland-bootstrap-business-template/ -->
180
+        Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
181
+      </div>
182
+    </div>
183
+  </footer><!-- End Footer -->
184
+
185
+  <div id="preloader"></div>
186
+  <a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
187
+
188
+  <!-- Vendor JS Files -->
189
+  <script src="assets/vendor/jquery/jquery.min.js"></script>
190
+  <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
191
+  <script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
192
+  <script src="assets/vendor/php-email-form/validate.js"></script>
193
+  <script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
194
+  <script src="assets/vendor/counterup/counterup.min.js"></script>
195
+  <script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
196
+  <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
197
+  <script src="assets/vendor/venobox/venobox.min.js"></script>
198
+  <script src="assets/vendor/aos/aos.js"></script>
199
+
200
+  <!-- Template Main JS File -->
201
+  <script src="assets/js/main.js"></script>
202
+
203
+</body>
204
+
205
+</html>