-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
executable file
·328 lines (301 loc) · 15 KB
/
services.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
---
layout: default
title: Kodeplay - Services.
section_id: services
---
<h1 class = "orange-text standard_font_only">Our Services:</h1>
<p class="standard_font">We have been developing technology solutions since 6 years.
Now we are providing specialized growth hacking and online marketing services.
Your business growth is our mission.
Our tools are data analysis, metrics driven approach, automation.<br/>
<span style = "font-weight:bold;color:#3d7fb9;text-decoration:underline;">(Please click on a rectangle in second row below diagram as per your requirement.)</span>
</p>
<div style = "width:1000px;">
<svg width="1000" height="425">
<rect x = "300" y = "20" width = "300" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "340" y = "55" style = "font-weight:bold;font-size:1.2em;">Growth Hacking Services</text>
<g id = "apps-container">
<rect id = "apps-rect" x = "20" y = "200" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "65" y = "240" style = "font-weight:bold;font-size:1.2em;">Apps</text>
</g>
<g id = "seo-container">
<rect id = "seo-rect" x = "200" y = "200" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "245" y = "240" style = "font-weight:bold;font-size:1.2em;">SEO</text>
</g>
<g id = "content-container">
<rect id = "content-rect" x = "380" y = "200" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "400" y = "240" style = "font-weight:bold;font-size:1.2em;">Content</text>
</g>
<g id = "social-container">
<rect id = "social-rect" x = "560" y = "200" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "590" y = "240" style = "font-weight:bold;font-size:1.2em;">Social</text>
</g>
<g id = "advertising-container">
<rect id = "advertising-rect" x = "740" y = "200" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "750" y = "240" style = "font-weight:bold;font-size:1.2em;">Advertising</text>
</g>
<g id = "apps-child" class = "some-child">
<rect x = "20" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "45" y = "360" style = "font-weight:bold;font-size:1.2em;">Training</text>
<rect x = "200" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "215" y = "360" style = "font-weight:bold;font-size:1.2em;">Consulting</text>
<rect x = "380" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "390" y = "360" style = "font-weight:bold;font-size:1.2em;">Development</text>
<rect x = "560" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "580" y = "360" style = "font-weight:bold;font-size:1.2em;">Scalability</text>
<line x1="85"y1="270"x2="85"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="85"y1="295"x2="625"y2="295" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="265"y1="295"x2="265"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="450"y1="295"x2="450"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="625"y1="295"x2="625"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
</g>
<g id = "seo-child" class = "some-child">
<rect x = "20" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "35" y = "350" style = "font-weight:bold;font-size:1.2em;">Keyword</text>
<text x = "35" y = "370" style = "font-weight:bold;font-size:1.2em;">research</text>
<rect x = "200" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "225" y = "350" style = "font-weight:bold;font-size:1.2em;">Content</text>
<text x = "225" y = "370" style = "font-weight:bold;font-size:1.2em;">Audit</text>
<rect x = "380" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "395" y = "360" style = "font-weight:bold;font-size:1.2em;">Link Building</text>
<rect x = "560" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "570" y = "360" style = "font-weight:bold;font-size:1.2em;">Fast Loading</text>
<line x1="265"y1="270"x2="265"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="85"y1="295"x2="625"y2="295" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="85"y1="295"x2="85"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="450"y1="295"x2="450"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="625"y1="295"x2="625"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
</g>
<g id = "content-child" class = "some-child">
<rect x = "200" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "210" y = "350" style = "font-weight:bold;font-size:1.2em;">Competition</text>
<text x = "210" y = "370" style = "font-weight:bold;font-size:1.2em;">Analysis</text>
<rect x = "380" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "405" y = "350" style = "font-weight:bold;font-size:1.2em;">Content</text>
<text x = "405" y = "370" style = "font-weight:bold;font-size:1.2em;">Ideas</text>
<rect x = "560" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "585" y = "360" style = "font-weight:bold;font-size:1.2em;">Metrics</text>
<rect x = "740" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "755" y = "360" style = "font-weight:bold;font-size:1.2em;">Distribution</text>
<line x1="450"y1="270"x2="450"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="265"y1="295"x2="805"y2="295" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="265"y1="295"x2="265"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="805"y1="295"x2="805"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="625"y1="295"x2="625"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
</g>
<g id = "social-child" class = "some-child">
<rect x = "200" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "210" y = "360" style = "font-weight:bold;font-size:1.2em;">Data Analysis</text>
<rect x = "380" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "405" y = "350" style = "font-weight:bold;font-size:1.2em;">Influencer</text>
<text x = "405" y = "370" style = "font-weight:bold;font-size:1.2em;">Marketing</text>
<rect x = "560" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "580" y = "350" style = "font-weight:bold;font-size:1.2em;">Optimize</text>
<text x = "580" y = "370" style = "font-weight:bold;font-size:1.2em;">Posts</text>
<rect x = "740" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "760" y = "360" style = "font-weight:bold;font-size:1.2em;">Metrics</text>
<line x1="625"y1="270"x2="625"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="265"y1="295"x2="805"y2="295" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="265"y1="295"x2="265"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="805"y1="295"x2="805"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="450"y1="295"x2="450"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
</g>
<g id = "advertising-child" class = "some-child">
<rect x = "380" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "395" y = "360" style = "font-weight:bold;font-size:1.2em;">Create Ad</text>
<rect x = "560" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "585" y = "350" style = "font-weight:bold;font-size:1.2em;">Optimize</text>
<text x = "585" y = "370" style = "font-weight:bold;font-size:1.2em;">budgets</text>
<rect x = "740" y = "320" width = "130" height = "70"
style = "fill:rgb(255,255,255);stroke-width:3;stroke:rgb(61,127,185)"/>
<text x = "765" y = "360" style = "font-weight:bold;font-size:1.2em;">Metrics</text>
<line x1="625"y1="295"x2="625"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="450"y1="295"x2="805"y2="295" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="450"y1="295"x2="450"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="805"y1="270" x2="805"y2="320" style = "stroke:rgb(61,127,185);stroke-width:2"/>
</g>
<line x1="450"y1="90"x2="450"y2="140" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="85"y1="140"x2="805"y2="140" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="85"y1="140"x2="85"y2="200" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="265"y1="140"x2="265"y2="200" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="450"y1="140"x2="450"y2="200" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="625"y1="140"x2="625"y2="200" style = "stroke:rgb(61,127,185);stroke-width:2"/>
<line x1="805"y1="140"x2="805"y2="200" style = "stroke:rgb(61,127,185);stroke-width:2"/>
</svg>
<div class = "right">
<a style = "" href = "#app_pricing" id = "pricing_for_btn" class="waves-effect waves-light btn standard_font_only">Pricing for app development</a>
<br/><br/>
<a style = "background-color:#FF9800;" href = "#complete_pricing" class="waves-effect waves-light btn standard_font_only">Complete Pricing Chart</a>
</div>
</div>
<br/><br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/>
<a href = "#" style = "margin-right:15px;" class = "btn right standard_font_only">See Case Studies</a>
<a href = "about.html" style = "margin-right:15px;background-color:#FF9800;" class = "btn right standard_font_only">Meet The Kodeplayers</a>
<a href = "/estimate.html" style = "margin-right:15px;" class = "btn right standard_font_only">Request Estimate Now</a>
<br/>
<br/>
<br/>
<h1 class = "orange-text standard_font_only">Pricing Chart:</h1>
<br/>
<div name = "complete_pricing" id = "pricing_table">
<table class = "bordered standard_font_only">
<thead>
<tr id = "complete_pricing" name = "complete_pricing">
<th data-field="id">Task</th>
<th data-field="name">Task Deliverables</th>
<th data-field="price">Time/Cost</th>
</tr>
</thead>
<tbody>
<tr name = "app_pricing" id = "app_pricing">
<td>App Development</td>
<td>
UX Design.
<br/>
Development.
<br/>
Review.
<br/>
Testing.
</td>
<td>
1 month / USD 6000
</td>
</tr>
<tr id = "training_pricing" name = "training_pricing">
<td>App development training</td>
<td>
Design Course Content.
<br/>
Video Lectures.
<br/>
Hands on practice.
<br/>
Build Project.
</td>
<td>7 days/USD 970</td>
</tr>
<tr id = "seo_pricing" name = "seo_pricing">
<td>SEO</td>
<td>
Optimization for 50 pages.
<br/>
Keyword Research.
<br/>
Content Audit.
<br/>
Link Building.
<br/>
Fast Loading.
<br/>
Analytics setup and insights.
</td>
<td>1 year / USD 1400</td>
</tr>
<tr name = "content_pricing" id = "content_pricing">
<td>Content Creation</td>
<td>
Competition analysis.
<br/>
Content Ideas.
<br/>
website content for 7 pages,<br/>
20 blog posts , 75 social media posts.
<br/>
Metrics.
<br/>
Distribution.
</td>
<td>1 year / USD 970</td>
</tr>
<tr name = "social_pricing" id = "social_pricing">
<td>Social media marketing</td>
<td>
Data Analysis.
<br/>
Influencer Marketing.
<br/>
Optimize Posts.
<br/>
Metrics.
</td>
<td>1 year / USD 1400</td>
</tr>
<tr name = "advertising_pricing" id = "advertising_pricing">
<td>Advertising</td>
<td>
Ad Creation.
<br/>
Optimize budgets.
<br/>
Metrics.
</td>
<td>1 year/USD 700</td>
</tr>
</tbody>
</table>
</div>
<br/>
<br/>
<a href = "estimate.html" class = "btn right standard_font">Let us discuss about your project.</a>
<br/>
<br/>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type = "text/javascript">
$("g.some-child").hide();
$("g#apps-child").show();
$("g#apps-container").click(function(){
$("g.some-child").hide();
$("g#apps-child").show();
$("#pricing_for_btn").text("Pricing for app development");
$("#pricing_for_btn").attr("href","#app_pricing");
});
$("g#seo-container").click(function(){
$("g.some-child").hide();
$("g#seo-child").show();
$("#pricing_for_btn").text("Pricing for seo");
$("#pricing_for_btn").attr("href","#seo_pricing");
});
$("g#content-container").click(function(){
$("g.some-child").hide();
$("g#content-child").show();
$("#pricing_for_btn").text("Pricing for content creation");
$("#pricing_for_btn").attr("href","#content_pricing");
});
$("g#social-container").click(function(){
$("g.some-child").hide();
$("g#social-child").show();
$("#pricing_for_btn").text("Pricing for social marketing");
$("#pricing_for_btn").attr("href","#social_pricing");
});
$("g#advertising-container").click(function(){
$("g.some-child").hide();
$("g#advertising-child").show();
$("#pricing_for_btn").text("Pricing for ad optimization");
$("#pricing_for_btn").attr("href","#advertising_pricing");
});
</script>