-
Notifications
You must be signed in to change notification settings - Fork 9
/
installation.html
160 lines (155 loc) · 4.85 KB
/
installation.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
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="css/style5.css">
</head>
<body>
<div class="pricing-container">
<div class="pricing-switcher">
<p class="fieldset">
<input type="radio" name="duration-1" value="installation" id="installation-1" checked>
<label for="installation-1">Installation</label>
<input type="radio" name="duration-1" value="additional" id="additional-1">
<label for="additional-1">Additional</label>
<span class="switch"></span>
</p>
</div>
<ul class="pricing-list bounce-invert">
<li>
<ul class="pricing-wrapper">
<li data-type="installation" class="is-visible">
<header class="pricing-header">
<h2>Win 10</h2>
<div class="price">
<span class="currency">₹</span>
<span class="value">100</span>
<span class="duration">one time</span>
</div>
</header>
<div class="pricing-body">
<ul class="pricing-features">
<li><em>Free</em> Activation</li>
<li><em>2</em> Year Support</li>
<li></br></li>
</ul>
</div>
<footer class="pricing-footer">
<a class="select" href="https://api.whatsapp.com/send?phone=917218988627">Get In Touch</a>
</footer>
</li>
<li data-type="additional" class="is-hidden">
<header class="pricing-header">
<h2>Win 10 Activation</h2>
<div class="price">
<span class="currency">₹</span>
<span class="value">50</span>
<span class="duration">one time</span>
</div>
</header>
<div class="pricing-body">
<ul class="pricing-features">
<li><em>1</em> Year Support</li>
<li></br></li>
<li></br></li>
</ul>
</div>
<footer class="pricing-footer">
<a class="select" href="https://api.whatsapp.com/send?phone=917218988627">Get In Touch</a>
</footer>
</li>
</ul>
</li>
<li class="exclusive">
<ul class="pricing-wrapper">
<li data-type="installation" class="is-visible">
<header class="pricing-header">
<h2>Ubuntu</h2>
<div class="price">
<span class="currency">₹</span>
<span class="value">50</span>
<span class="duration">one time</span>
</div>
</header>
<div class="pricing-body">
<ul class="pricing-features">
<li><em>Free</em> Setup</li>
<li><em>2</em> Year Support</li>
<li></br></li>
</ul>
</div>
<footer class="pricing-footer">
<a class="select" href="https://api.whatsapp.com/send?phone=917218988627">Get In Touch</a>
</footer>
</li>
<li data-type="additional" class="is-hidden">
<header class="pricing-header">
<h2>Linux</h2>
<div class="price">
<span class="currency">₹</span>
<span class="value">60</span>
<span class="duration">one time</span>
</div>
</header>
<div class="pricing-body">
<ul class="pricing-features">
<li><em>Free</em> Setup</li>
<li><em>+ ₹30</em> for Arch / Gentoo</li>
<li><em>2</em> Year Support</li>
</ul>
</div>
<footer class="pricing-footer">
<a class="select" href="https://api.whatsapp.com/send?phone=917218988627">Get In Touch</a>
</footer>
</li>
</ul>
</li>
<li>
<ul class="pricing-wrapper">
<li data-type="installation" class="is-visible">
<header class="pricing-header">
<h2>Office 16/19/365</h2>
<div class="price">
<span class="currency">₹</span>
<span class="value">80</span>
<span class="duration">one time</span>
</div>
</header>
<div class="pricing-body">
<ul class="pricing-features">
<li><em>Free</em> Activation</li>
<li><em>2</em> Year Support</li>
<li></br></li>
</ul>
</div>
<footer class="pricing-footer">
<a class="select" href="https://api.whatsapp.com/send?phone=917218988627">Get in Touch</a>
</footer>
</li>
<li data-type="additional" class="is-hidden">
<header class="pricing-header">
<h2>Office Activation</h2>
<div class="price">
<span class="currency">₹</span>
<span class="value">40</span>
<span class="duration">one time</span>
</div>
</header>
<div class="pricing-body">
<ul class="pricing-features">
<li><em>1</em> Year Support</li>
<li></br></li>
<li></br></li>
</ul>
</div>
<footer class="pricing-footer">
<a class="select" href="https://api.whatsapp.com/send?phone=917218988627">Get In Touch</a>
</footer>
</li>
</ul>
</li>
</ul>
</div>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/modernizr-2.6.2.min.js"></script>
<script src="js/pricingswitch.js" type="text/javascript"></script>
</body>
</html>