-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
521 lines (390 loc) · 15.5 KB
/
index.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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
<!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.0">
<meta name="description" content="">
<meta name="author" content="">
<title>JuanFi Wifi Hotspot System</title>
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- CSS Custom -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- favicon Icon -->
<!--<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">-->
<!-- CSS Plugins -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/animate.min.css">
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header class="navbar-fixed-top">
<div class="container">
<div class="row">
<div class="header_top">
<div class="col-md-2">
<div class="logo_img">
<a href="#"><img src="images/logonew.png" alt="logoimage"></a>
</div>
</div>
<div class="col-md-10">
<div class="menu_bar">
<nav role="navigation" class="navbar navbar-default">
<div class="navbar-header">
<button id="menu_slide" aria-controls="navbar" aria-expanded="false" data-toggle="collapse" class="navbar-toggle collapsed" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav">
<li><a href="#home" class="js-target-scroll">Home</a></li>
<li><a href="#requirements" class="js-target-scroll">Requirements</a></li>
<li><a href="#services" class="js-target-scroll">Admin Features</a></li>
<li><a href="#testimonial" class="js-target-scroll">About Us</a></li>
<li><a href="#portfolio" class="js-target-scroll">Terms & Condition</a></li>
<li><a href="#donate" class="js-target-scroll">Donate</a></li>
<li><a href="#contact" class="js-target-scroll">Contact</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
</div>
</header>
<section id="home" class="top_banner_bg secondary-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="top_banner">
</div>
<div class="col-md-6">
<div class="present">
<h1> Build your wifi hotspot with our opensource JuanFi System.</h1>
<h5> Download from <span> GitHub </span> or <b> Google Drive</b> </h5>
<div class="section_btn">
<a href="https://github.com/ivanalayan15/JuanFi" target="_blank"> <button class="btn btn-default" type="submit"> GitHub</button> </a>
<span> <a href="https://drive.google.com/file/d/1ma0z7UfVu9JyJB-GxVKa_SDKUAB0pXFK/view?fbclid=IwAR3UtIt_papG6H1DvROiVIUXwJjMA5OExirvkPhKLJ9OwQ7k5ITCTVVqwcc" target="_blank"> <button class="btn btn-default" type="submit"> Google Drive</button> </a> </span>
</div>
</div>
</div>
<div class="col-md-6">
<div class="present_img">
<img src="images/kamot.png" alt="image">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="primary-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section_heading">
<h2> AWESOME FEATURES </h2>
<h4> JuanFi offers a wide range of features with Great Functionality for all Mikrotik-base Wifi Vendo Machine.</h4>
</div>
<div class="col-md-6">
<div class="features_detail">
<ul>
<li>
<i class="fa fa-user" aria-hidden="true"></i>
<h5> Amazing support</h5>
Thousands of members that can help and guide building your dream wifi vendo machine.
</li>
<li>
<i class="fa fa-paperclip" aria-hidden="true"></i>
<h5>Firmware Update</h5>
Published firmware version equipped with bug fixes and features update for your wifi vendo machine.
</li>
<li>
<i class="fa fa-camera" aria-hidden="true"></i>
<h5> Easy to Setup</h5>
You don't need to learn programming. Our system is design for easy configuration.
</li>
<li>
<i class="fa fa-desktop" aria-hidden="true"></i>
<h5> Low Cost</h5>
Just provide the core component like NodeMCU and Mikrotik. We provide the diagram for you.
</li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="features_img pull-left">
<img src="images/feature_tulo.png" alt="image">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="primary-bg" id="requirements">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section_heading">
<h2> Requirements </h2>
<h4> JuanFi System equiped with powerful and affordable components. </h4>
</div>
<div class="col-md-4">
<div class="about_us_img">
<img src="images/about-us-img2.png" alt="image">
</div>
</div>
<div class="col-md-8">
<div class="about_us_detail">
<ul>
<li>
<h6> <i class="fa fa-star-o" aria-hidden="true"></i> ESP8266/ESP32 Module </h6>
NodeMCU(ESP8266) for wireless or NodemCU(ESP32) for LAN Based.
</li>
<li>
<h6> <i class="fa fa-heart-o" aria-hidden="true"></i> Universal Coin Acceptor </h6>
This system is design for all universal coin acceptor. Select your own brand and it perfectly work in this system.
</li>
<li>
<h6> <i class="fa fa-laptop" aria-hidden="true"></i> Mikrotik Rounter </h6>
Design for all Mikrotik router with hotspot features. Mikrotik router is the core components of your wifi hotspot machine.
</li>
<li>
<h6> <i class="fa fa-thumbs-o-up" aria-hidden="true"></i> Access Point </h6>
An access point is a device that creates a wireless local area network, or WLAN, usually in an office or large building.
</li>
<li>
<h6> <i class="fa fa-lightbulb-o" aria-hidden="true"></i> Node MCU baseboard </h6>
Node MCU baseboard( Optional for wireless) is use to organize your ESP8266/ESP32, Power Supply, Coinslot, LED, and other components used.
</li>
<li>
<h6> <i class="fa fa-cogs" aria-hidden="true"></i> Power Supply </h6>
Power Supply (12v for nodemcu, another 12v for Mikrotik). You need at least 12V 2A power adaptor to power your NodeMCU,Coinslot and other related components.
</li>
<li>
<h6> <i class="fa fa-lightbulb-o" aria-hidden="true"></i> W5500 LAN Module</h6>
W5500 for Lan based only. This W5500 is a Ethernet module that basic on the new type chip W5500, The W5500 chip is a Hardwired TCP/IP embedded Ethernet controller that enables easier internet connection for embedded systems using SPI (Serial Peripheral Interface).
</li>
<li>
<h6> <i class="fa fa-cogs" aria-hidden="true"></i> LM2596 Module </h6>
LM2596 or any DC to DC buck that can convert to 5v for (Lan based only since no available baseboard for ESP32).
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="services" class="padding_bottom_none our_service_bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section_heading section_heading_2">
<h2> ADMIN FEATURES </h2>
<h4> JuanFi provide an Admin features for Wifi Vendo builders to edit Wifi SSID, User Credintials, Rates and many more.</h4>
</div>
<div class="col-md-5 pull-right">
<div class="services_detail">
<ul>
<li>
<a href="#"><span><i class="fa fa-html5" aria-hidden="true"></i></span>
<h5> Pin Configuration </h5></a>
<p> You can set pin configuration for coinslot, LED, and Button functionality.</p>
</li>
<li>
<a href="#"><span><i class="fa fa-desktop" aria-hidden="true"></i></span>
<h5> Promo Rates </h5></a>
<p> Set your own promo rates and voucher validity.</p>
</li>
<li>
<a href="#"><span><i class="fa fa-rocket" aria-hidden="true"></i></span>
<h5> Mikrotik Connection </h5></a>
<p> Setup Mikrotik SSID and password, user credintials and more.</p>
</li>
</ul>
</div>
</div>
<div class="col-md-7">
<div class="services_img">
<img src="images/admin1.png" alt="image-1">
</div>
<div class="services_img_n">
<img src="images/admin2.png" alt="image-1">
</div>
</div>
</div>
</div>
</div>
</section>
<section id="testimonial" class="testimonial_bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section_heading section_heading_2">
<h2>About Us </h2>
<h4> JuanFi is free and opensource software for pisowifi business using mikrotik hotspot router.
For more details please visit our <a href="https://github.com/ivanalayan15/JuanFi" target="_blank">Github Page. </a>
</h4>
</div>
<div class="testimonial_slide">
<div class="testi_detail">
<div class="testi_img">
<img src="images/developer.png" alt="image">
<h5> Ivan Julius Alayan</h5>
<p> JuanFi Developer</p>
</div>
<div class="testi-text">
<p> The goal of JuanFi is to have many wifi vendo machines to be build and deploy so that it will
able to cover those remote places that has currently no internet access or having a poor internet access.
The more vendo machines we deploy the more we can reach each corner of the world and the more
people will be connected together that provide cheap internet service.
<br />
<a href="">VIEW MORE >> </a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="portfolio" class="fifth-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section_heading">
<h2> Terms and Condition </h2>
<h4>The software is free to use just give credits to the system and to the developers. The software has no absolute warranty or liable in case of loss of income / money in your vendo machine its your own risk to use this software.
Selling license of this software is not allowed and prohibited, but you can sell your vendo machine together with this software just give a little credit to the JuanFi system. </h4>
</div>
</div>
</div>
</div>
</section>
<section id="donate" class="fifth-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section_heading">
<h2> Donate </h2>
<h4>Donation is very welcome, if you want to donate, you can donate using
the following option: Ivan Julius Alayan 09175425572
<br />
Paypal account: https://www.paypal.com/paypalme/ivanalayan </h4>
<img src="images/gcash.png" width="300">
<img src="images/paypal.png" width="300">
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact_bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="section_heading section_heading_2">
<h2> Contact Us </h2>
<h4>Let drop a line to us & we will be in touch soon.
<li>
<span><i class="fa fa-envelope-o" aria-hidden="true"></i></span>
<h5> [email protected] </h5>
</li>
</h4>
</div>
</div>
</div>
</div>
</section>
<footer class="third-bg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer_top">
<h4> Share JuanFi Software With Your Friends </h4>
<ul>
<li> <a href="https://www.facebook.com/groups/1172413279934139/"> <i class="fa fa-facebook" aria-hidden="true"></i> </a> </li>
<li> <a href="http://twitter.com/"> <i class="fa fa-twitter" aria-hidden="true"></i> </a> </li>
<li> <a href="http://linkedin.com/"> <i class="fa fa-linkedin" aria-hidden="true"></i> </a> </li>
<li> <a href="http://google.com/"> <i class="fa fa-google-plus" aria-hidden="true"></i> </a> </li>
<li> <a href="http://youtu.be/"> <i class="fa fa-youtube-square" aria-hidden="true"></i> </a> </li>
<li> <a href="https://www.instagram.com"> <i class="fa fa-instagram" aria-hidden="true"></i> </a> </li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer_bottom fourth-bg">
<!-- Keep Footer Credit Links Intact -->
<p> 2022 © Copyright. All rights Reserved. Template By AppLayers. Edited by Marjohn Bebeloni </p>
<a href="#" class="backtop"> ^ </a>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/interface.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#menu_slide").click(function(){
$("#navbar").slideToggle('normal');
});
});
</script>
<!--Menu Js Right Menu-->
<script type="text/javascript">
$(document).ready(function(){
$('#navbar > ul > li:has(ul)').addClass("has-sub");
$('#navbar > ul > li > a').click(function() {
var checkElement = $(this).next();
$('#navbar li').removeClass('dropdown');
$(this).closest('li').addClass('dropdown');
if((checkElement.is('ul')) && (checkElement.is(':visible'))) {
$(this).closest('li').removeClass('dropdown');
checkElement.slideUp('normal');
}
if((checkElement.is('ul')) && (!checkElement.is(':visible'))) {
$('#navbar ul ul:visible').slideUp('normal');
checkElement.slideDown('normal');
}
if (checkElement.is('ul')) {
return false;
} else {
return true;
}
});
});
<!--end-->
</script>
<script type="text/javascript">
$("#navbar").on("click", function(event){
event.stopPropagation();
});
$(".dropdown-menu").on("click", function(event){
event.stopPropagation();
});
$(document).on("click", function(event){
$(".dropdown-menu").slideUp('normal');
});
$(".navbar-header").on("click", function(event){
event.stopPropagation();
});
$(document).on("click", function(event){
$("#navbar").slideUp('normal');
});
</script>
</body>
<!-- JS Plugins -->
</html>