-
Notifications
You must be signed in to change notification settings - Fork 35
/
index.html
550 lines (518 loc) · 30.6 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
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metas -->
<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 data -->
<title>Moviesy - The best movie streaming app</title>
<meta name="title" content="Moviesy - The best movie streaming app">
<meta name="description"
content="A beautiful client for YTS app that offers many features including built-in movie downloader, chromecast support, etc.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://kaustubhpatange.github.io/Moviesy">
<meta property="og:title" content="Moviesy - The best movie streaming app">
<meta property="og:description"
content="A beautiful client for YTS app that offers many features including built-in movie downloader, chromecast support, etc.">
<meta property="og:image" content="https://github.com/KaustubhPatange/Moviesy/raw/master/art/banner.png">
<meta name="keywords" content="yts, app, yts app, yts browser, yts.mx, mx, movie download, free movie app, yts download, stream movies, yts torrent, torrent download, yts player, movie player, download free movies, best movie app, streaming, movie streaming app, yts subtitles download, subtitle downloader, cast movie app, download 4k movies, hd movies app, bluray, webrip">
<!-- External CSS -->
<link rel="stylesheet" href="web/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="web/assets/css/font-awesome.min.css">
<link rel="stylesheet" href="web/assets/css/et-line.css">
<link rel="stylesheet" href="web/assets/css/magnific-popup.css">
<link rel="stylesheet" href="web/assets/css/animate.css">
<link rel="stylesheet" href="web/assets/css/owl.carousel.css">
<link rel="stylesheet" href="web/assets/css/owl.transitions.css">
<link rel="stylesheet" href="web/assets/css/plyr.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="web/css/style.css">
<link rel="stylesheet" href="web/css/responsive.css">
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400%7CUbuntu:400,700%7COpen+Sans" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" href="web/images/icon.ico" type="image/x-icon">
<link rel="icon" href="web/images/icon.png">
<!--[if lt IE 9]>
<script src="web/assets/js/html5shiv.min.js"></script>
<script src="web/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div class="loader-wrap" id="loader-wrap">
<div class="cssload-loader"></div>
</div>
<!-- Preloader End -->
<!-- Navigation -->
<nav class="navbar navbar-default" data-spy="affix" data-offset-top="60">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="web/images/logo.png" width="110px" alt="Site Logo">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-right" id="one-page-nav">
<li><a href="#banner">Home</a></li>
<li><a href="#feature">Features</a></li>
<li><a href="#screenshot">Screenshot</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#support">Supports</a></li>
<li><a href="#download">Download</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Navigation End -->
<!-- Banner Area -->
<div id="banner" class="banner">
<div class="banner-item banner-1 steller-parallax" data-stellar-background-ratio="0.5">
<div class="banner-content">
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="banner-text-content">
<h1 class="banner-title">Download movies <br />using Moviesy</h1>
<p class="banner-text">The best YTS client for Android</p>
<div class="button-group">
<a class="btn btn-lg fucking-scroll" href="#download">Download</a>
<a class="btn btn-lg btn-border fucking-scroll" href="#feature">
Learn more</a>
</div>
</div>
</div>
<div class="col-md-5 hidden-sm hidden-xs">
<div class="mock right-style">
<img class="back-mock wow fadeInRight" data-wow-duration="1.5s" data-wow-delay="1s"
height="505" src="web/images/mocks/back.png" alt="mock back">
<img class="front-mock wow fadeInUp" data-wow-duration="1.5s" height="505"
src="web/images/mocks/front.png" alt="mock front">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Banner Area End -->
<div class="main-wrap">
<!-- Intro Section -->
<div class="section section-padding">
<div class="container">
<div class="intros">
<div class="row">
<div class="col-sm-4">
<div class="intro-item wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="0s">
<div class="intro-icon">
<span class="icon-tools-2"></span>
</div>
<h4 class="intro-title">Packed with features</h4>
<p class="intro-content">Fully loaded with awesome features that are carefully designed
for the users
</p>
</div>
</div>
<div class="col-sm-4">
<div class="intro-item wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="0.5s">
<div class="intro-icon">
<span class="icon-layers"></span>
</div>
<h4 class="intro-title">Beautiful design</h4>
<p class="intro-content">Each layers in the app are thoroughly designed to meet the
material design guidelines</p>
</div>
</div>
<div class="col-sm-4">
<div class="intro-item wow fadeInUp" data-wow-duration="1.5s" data-wow-delay="1s">
<div class="intro-icon">
<span class="icon-speedometer"></span>
</div>
<h4 class="intro-title">Performance matters</h4>
<p class="intro-content">Fast & more performant apps are always my goal to achieve, it's
not new that Moviesy is part of it</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Intro section end -->
<!-- Features -->
<div id="feature" class="section section-padding offwhite-bg">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-xs-12">
<div class="section-header text-center">
<h3 class="section-title">Awesome Features</h3>
<p class="section-subtext">Some of the features that makes it unique from other YTS clients
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-download"></span>
</div>
<div class="feature-content">
<h4 class="feature-title">Torrent Downloader</h4>
<p>Built-in functionality to download movies without leaving the app</p>
</div>
</div>
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-video"></span>
</div>
<div class="feature-content">
<h4 class="feature-title">Media player</h4>
<p>A built-in player to watch movies without the need 3rd party apps</p>
</div>
</div>
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-mobile"></span>
</div>
<div class="feature-content">
<h4 class="feature-title">Chromecast support</h4>
<p>Cast movies to Android TV or any chromecast device</p>
</div>
</div>
</div>
<div class="col-sm-4 text-center hidden-sm hidden-xs">
<div class="mock wow fadeInUp" data-wow-duration="1.5s"><img height="545"
src="web/images/mocks/features.png" alt="..."></div>
</div>
<div class="col-md-4 col-sm-6">
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-layers"></span>
</div>
<div class="feature-content">
<h4 class="feature-title">Tons of Movies</h4>
<p>Choose from tens of thousands of high quality HD/4K movies</p>
</div>
</div>
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-bargraph"></span>
</div>
<div class="feature-content">
<h4 class="feature-title">Recommendations</h4>
<p>Get excellent recommendation of the movies based on your interest</p>
</div>
</div>
<div class="feature wow fadeInUp" data-wow-duration="1.5s">
<div class="feature-icon">
<span class="icon-ribbon"></span>
</div>
<div class="feature-content">
<h4 class="feature-title">Subtitle feature</h4>
<p>Get subtitles in player as well as download them</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Features End -->
<!--------------- Screenshot --------------->
<div id="screenshot" class="section section-padding">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-xs-12">
<div class="section-header text-center">
<h2 class="section-title">Screenshots</h2>
<p class="section-sub">A quick look at the app & its features</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="screen-mock"></div>
<div class="screenshot-wrap">
<div class="owl-carousel screenshot-carousel" id="screenshot-carousel">
<img src="web/images/screenshot/1.jpg" alt="App Screenshot">
<img src="web/images/screenshot/2.jpg" alt="App Screenshot">
<img src="web/images/screenshot/3.jpg" alt="App Screenshot">
<img src="web/images/screenshot/4.jpg" alt="App Screenshot">
<img src="web/images/screenshot/5.jpg" alt="App Screenshot">
<img src="web/images/screenshot/6.jpg" alt="App Screenshot">
<img src="web/images/screenshot/7.jpg" alt="App Screenshot">
<img src="web/images/screenshot/1.jpg" alt="App Screenshot">
<img src="web/images/screenshot/2.jpg" alt="App Screenshot">
<img src="web/images/screenshot/3.jpg" alt="App Screenshot">
<img src="web/images/screenshot/4.jpg" alt="App Screenshot">
<img src="web/images/screenshot/5.jpg" alt="App Screenshot">
<img src="web/images/screenshot/6.jpg" alt="App Screenshot">
<img src="web/images/screenshot/7.jpg" alt="App Screenshot">
<img src="web/images/screenshot/1.jpg" alt="App Screenshot">
<img src="web/images/screenshot/2.jpg" alt="App Screenshot">
<img src="web/images/screenshot/3.jpg" alt="App Screenshot">
<img src="web/images/screenshot/4.jpg" alt="App Screenshot">
<img src="web/images/screenshot/5.jpg" alt="App Screenshot">
<img src="web/images/screenshot/6.jpg" alt="App Screenshot">
<img src="web/images/screenshot/7.jpg" alt="App Screenshot">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Screenshot end -->
<!-- Pricing Plans -->
<div id="pricing" class="section section-padding offwhite-bg">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-xs-12">
<div class="section-header text-center">
<h3 class="section-title">Premium plans</h3>
<p class="section-subtext">You cannot get any cheaper plans like this on other similar
website</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-xs-12">
<div class="pricing-table wow fadeInUp" data-wow-duration="1.5s">
<div class="pricing-header">
<h3 class="pack-name">Free</h3>
</div>
<p class="pack-price"><span class="currency">$</span><span
class="price-ammount">0</span><span class="pack-duration">/lifetime</span></p>
<ul class="pack-features">
<li>❌ Unlimited movie downloads</li>
<li>❌ Higher quality streaming</li>
<li>❌ Subtitles while casting </li>
<li>❌ No irritating ads/popups</li>
<li>✔️ Automatic app updates</li>
</ul>
<a class="btn btn-sm btn-border fucking-scroll" href="#download">Download</a>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="pricing-table wow fadeInUp" data-wow-duration="1.5s">
<div class="pricing-header">
<h3 class="pack-name">Premium</h3>
</div>
<p class="pack-price"><span class="currency">$</span><span
class="price-ammount">2</span><span class="pack-duration">/lifetime</span></p>
<ul class="pack-features">
<li>✔️ Unlimited movie downloads</li>
<li>✔️ Higher quality streaming</li>
<li>✔️ Subtitles while casting</li>
<li>✔️ No irritating ads/popups</li>
<li>✔️ Automatic app updates</li>
</ul>
<a class="btn btn-sm btn-border fucking-scroll unlock-premium" href="#support">Unlock</a>
</div>
</div>
</div>
</div>
</div>
<!-- Pricing Plans End -->
<!-- Supports -->
<div id="support" class="section section-padding">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-xs-12">
<div class="section-header text-center">
<h3 class="section-title">Supports</h3>
<p class="section-subtext">Some frequently asked questions as well as some quick guides</p>
</div>
</div>
</div>
<div class="row">
<div class="support-tabs">
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li id="premium-title" role="presentation"><a href="#premium" aria-controls="installation"
role="tab" data-toggle="tab"><span
class="icon-wallet"></span>Unlocking<br />Premium</a>
</li>
<li id="general-faq-title" role="presentation" class="active"><a href="#general-faq"
aria-controls="general-faq" role="tab" data-toggle="tab"><span
class="icon-quote"></span>General<br />FAQ</a>
</li>
<li id="contributing-title" role="presentation"><a href="#contributing"
aria-controls="contributing" role="tab" data-toggle="tab"><span
class="icon-global"></span>Contributing<br /> to
source</a>
</li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade" id="premium">
<div class="pane-content">
<div class="installation-steps">
<div class="installation-step">
<p class="step-title">1. Purchasing premium using PayPal?</p>
<p class="step-content">Once the app is installed on your device, launch it
& open the drawer from top left corner & select premium. A popup will be
shown where you can choose the payment gateway, one of them is Paypal.
Once payment is complete your premium will be unlocked.
</p>
</div>
<div class="installation-step">
<p class="step-title">1. Purchasing premium using Google Pay?</p>
<p class="step-content">This procedure is little bit different. First you
need to <a
href="https://github.com/KaustubhPatange/Moviesy/wiki/GPay-Payment-Flow"
target="_blank">follow this guide</a> & complete all the steps as
mentioned. Once that is done launch the Moviesy app & your premium
should've unlocked.</p>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade in active" id="general-faq">
<div class="pane-content">
<div class="installation-steps">
<div class="installation-step">
<p class="step-title">1. Payment done but premium not activated?</p>
<p class="step-content">This could cause due to lot of issues, you need to
<a href="https://github.com/KaustubhPatange/Moviesy/wiki/FAQs"
target="_blank">read this guide</a> which covers some solutions for
your problem.
</p>
</div>
<div class="installation-step">
<p class="step-title">1. App is crashing, need support?</p>
<p class="step-content">I had an excellent guide for this very problem. If
the app is misbehaving on your phone let me know & we will work together
on a fix.
Learn more about it <a
href="https://github.com/KaustubhPatange/Moviesy/wiki/Error-Handling"
target="_blank">here</a>.</p>
</div>
<!-- <div class="installation-step">
<p class="step-title">1. How can I download from app store?</p>
<p class="step-content">Lorem ipsum dolor sit amet, consectetur adipisicing
elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation</p>
</div>
<div class="installation-step">
<p class="step-title">1. How can I download from app store?</p>
<p class="step-content">Lorem ipsum dolor sit amet, consectetur adipisicing
elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation</p>
</div> -->
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade in" id="contributing">
<div class="pane-content">
<div class="installation-steps">
One of the idea I had in mind while developing the app is that I want the app to
be clean i.e to be written using latest technologies in the Android world by
following some architecture patterns & to use best practices along the way. This
app was my first approach to clean code so there may be few nitpicks where the
cohesion is not maintained.<br /><br />
I tried / still trying to produce & implement great features in the app because
let's be honest I use this app extensively & dogfooding is the only way to keep
evolving the product as you progress.<br /><br />
The code is open sourced on <a href="https://github.com/KaustubhPatange/Moviesy"
target="_blank">GitHub</a> so if you have any idea, bug report or feature
request then create a new issue & lets have a talk :)
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Supports End -->
<!-- Download -->
<div id="download" class="section section-padding bottom-0">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-xs-12">
<div class="section-header text-center wow fadeInDown" data-wow-duration="1.5s">
<h3 class="section-title">Download Now</h3>
<p class="section-subtext">Get the latest version of the app from below button to try out
Moviesy
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 text-center">
<div class="button-group wow fadeInUp" data-wow-duration="1.5s">
<a id="anchor-download" class="btn btn-lg btn-download"
href="https://github.com/KaustubhPatange/Moviesy/releases"><i class="fa fa-android"></i>
Android</a>
</div>
</div>
</div>
</div>
</div>
<!-- Download End -->
</div>
<footer>
<!-- Footer logo and social media button -->
<div class="logo-social-area section-padding">
<div class="container text-center">
<a class="logo logo-footer wow fadeInDown" data-wow-duration="1.5s" href="#">
<img hidden src="web/images/logo.png" alt="Site Logo">
</a>
<div hidden class="socials wow fadeInUp" data-wow-duration="1.5s">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-youtube-play"></i></a>
<a href="#"><i class="fa fa-vimeo"></i></a>
</div>
</div>
</div>
<!-- Footer logo and social media button -->
<!-- Footer copyrgiht and navigation -->
<div class="copyright-footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-xs-12">
<p class="copyright">Copyright 2017, <a target="_blank"
ref="https://kaustubhpatange.github.io/">Kaustubh
Patange</a>. All Right Reserved</p>
</div>
<div class="col-md-6 col-xs-12">
<ul class="footer-nav">
<!-- <li><a href="#">Terms & Conditions</a></li> -->
<li><a target="_blank" href="https://kaustubhpatange.github.io/">Author</a></li>
<li><a target="_blank" href="https://github.com/KaustubhPatange/Moviesy">GitHub</a></li>
<!-- <li><a href="#">Blog</a></li> -->
<!-- <li><a href="#">FAQ</a></li> -->
</ul>
</div>
</div>
</div>
</div>
<!-- Footer copyrgiht and navigation -->
</footer>
<!-- Script -->
<script src="web/assets/js/jquery.min.js"></script>
<script src="web/assets/js/bootstrap.min.js"></script>
<script src="web/assets/js/jquery.nav.js"></script>
<script src="web/assets/js/wow.min.js"></script>
<script src="web/assets/js/jquery.localScroll.min.js"></script>
<script src="web/assets/js/jquery.magnific-popup.min.js"></script>
<script src="web/assets/js/owl.carousel.js"></script>
<script src="web/assets/js/plyr.js"></script>
<script src="web/assets/js/jquery.ajaxchimp.min.js"></script>
<script src="web/assets/js/jquery.stellar.min.js"></script>
<script src="web/js/custom.js"></script>
</body>
</html>