-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.php
More file actions
32 lines (32 loc) · 1.16 KB
/
package.php
File metadata and controls
32 lines (32 loc) · 1.16 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
<!-- package-->
<div class="packages jarallax" id="packages">
<div class="container">
<h3 class="w3l-head text-center">packages</h3>
<div class="w3-package-grids">
<div class="col-md-6 col-sm-6 col-xs-12 wthree-s1 text-center pricing">
<div class="w3l-price"><span class="sicon">INR 360</span><p>Half yearly Subscription</p></div>
<div class="price-top">
<img src="images/packa-2.jpg" alt="story book in english" class="img-responsive"/>
</div>
<div class="price-bottom">
<div class="w3-service w3l-button">
<a href="https://imjo.in/HB7SgH" target="_blank">BUY NOW</a>
</div>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 wthree-s1 text-center pricing p2">
<div class="w3l-price"><span class="sicon">INR 660</span><p>Annual Subscription<p></div>
<div class="price-top">
<img src="images/packa-1.jpg" alt="childrens magazines" class="img-responsive"/>
</div>
<div class="price-bottom">
<div class="w3-service w3l-button">
<a href="https://imjo.in/m83DkF" target="_blank">BUY NOW</a>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- //package -->