-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
455 lines (427 loc) · 17.3 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
<!DOCTYPE html>
<html>
<head>
<title>Apps powered by Ashish's Web</title>
<meta name="keywords" content="aal,aaps,all,an,and,android,angular,angularjs,api,app,application,applications,apps,architecture,backend,based,best,build,builder,building,can,com,comparison,components,cordova,create,creator,cross,database,design,desktop,develop,development,driven,easiest,easy,elements,end,enterprise,examples,express,fast,fastest,fastweb,for,frame,framework,frameworks,free,front,frontend,full,games,go,gui,html,html5,hybrid,ide,in,intel,interface,ionic,ios,iphone,java,javascript,jquery,js,latest,libraries,library,list,make,maker,mobile,modern,most,mvc,my,native,neu,new,newapp,of,open,pc,php,platform,platforms,popular,portal,programming,python,quick,rad,ranking,rapid,responsive,rich,ruby,secure,security,server,side,simple,site,source,stack,store,template,the,to,tools,top,typescript,ui,update,use,user,using,view,way,web,webapp,webpage,website,websites,which,windows,with,you,àpps" />
<link href="https://fonts.googleapis.com/css?family=Orbitron" rel="stylesheet" />
<link href="assets/css/font-awesome.min.css" rel="stylesheet" />
<link href='//www.kcak11.com/favicon.png' rel='icon' type='image/x-icon' />
<style type="text/css">
* {
margin: 0px;
padding: 0px;
}
a {
color: #6eb1dd;
}
.italics {
font-style: italic;
}
.hidden {
display: none;
}
.topBar {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
height: 100px;
background-color: rgb(44, 62, 80);
border-bottom: 5px solid #6eb1dd;
z-index: 11;
}
.logoImage {
width: 76px;
border-radius: 11px;
position: absolute;
top: 50%;
left: 20px;
margin-top: -38px;
}
.topBarText {
color: #fff;
font-size: 33px;
font-family: 'Orbitron', sans-serif;
position: absolute;
top: 50%;
margin-top: -16.5px;
left: 120px;
min-width: 600px;
}
.mainContent {
position: absolute;
top: 120px;
left: 120px;
right: 120px;
z-index: 7;
}
#dataTemplate {
display: none;
}
.app-item-container {
margin-top: 50px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 10px;
position: relative;
min-width: 650px;
-webkit-transform: rotateX(270deg);
transform: rotateX(270deg);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;
}
.app-item {
font-family: 'Orbitron', sans-serif;
font-size: 22px;
border: 2px solid rgb(128, 128, 128);
min-width: 600px;
cursor: pointer;
padding: 11px;
border-radius: 11px;
overflow: hidden;
}
.app-item-container.visible {
-webkit-transform: rotateX(360deg);
transform: rotateX(360deg);
opacity: 1;
filter: alpha(opacity=100);
}
.app-item:hover {
border: 2px solid rgb(0, 120, 215);
background-color: rgb(0, 120, 215);
color: #fff;
}
.app-name {
display: block;
}
.app-url {
padding-top: 5px;
padding-bottom: 5px;
font-size: 11px;
border: 1px solid #fff;
border-radius: 50px;
display: inline-block;
padding: 5px;
}
.app-url.apply-border {
border: 1px solid rgb(0, 120, 215);
}
.app-item:hover .app-url {
border: 1px solid #fff;
}
.app-desc {
font-size: 14px;
margin-top: 20px;
}
.built-using {
position: absolute;
top: -25px;
right: 25px;
background-color: #fff;
border: 2px solid #000;
border-radius: 11px;
padding: 5px;
width: 200px;
height: 42px;
}
.built-using-text {
position: absolute;
left: 10px;
top: 50%;
height: 15px;
margin-top: -7px;
width: 75px;
font-family: Verdana;
font-size: 11px;
}
.built-using-icons {
position: absolute;
right: 10px;
}
.loader {
font-family: 'Orbitron', sans-serif;
font-size: 44px;
}
.cpText {
visibility: hidden;
font-family: 'Orbitron', sans-serif;
font-size: 14px;
position: absolute;
left: 50%;
margin-bottom: 50px;
}
.cpText.visible {
visibility: visible !important;
}
.preloadImages {
display: block;
width: 1px;
height: 1px;
overflow: hidden;
}
</style>
</head>
<body>
<div class="topBar">
<img src="assets/images/k-logo.png" class="logoImage" /> <span class="topBarText">Apps powered by <a href="http://www.ashishkumarkc.com" target="_blank" class="italics mainSiteLink">Ashish's Web</a></span>
</div>
<div id="mainContent" class="mainContent">
<span class="loader"><i class="fa fa-spinner fa-pulse fa-1x fa-fw margin-bottom"></i> Loading . . .</span>
<div class="preloadImages">
<img src="assets/images/html5.png" title="HTML 5"> <img src="assets/images/css3.png" title="CSS 3"> <img src="assets/images/javascript.png" title="JavaScript"> <img src="assets/images/angular.png" title="Angular by Google" /> <img src="assets/images/firebase.png" title="Firebase NoSQL DB by Google" /> <img src="assets/images/reactjs.png" title="ReactJS by Facebook" /> <img src="assets/images/redux.png" title="Redux - A predictable state container for JS Apps" />
</div>
</div>
<div class="cpText">© ${cp_year} Ashish's Web. All Rights Reserved.</div>
<div id="dataTemplate">
<div class="app-item-container">
<div class="app-item" onclick="handleLink(this);" app-item-url="${app_url}">
<div class="app-name">${app_name}</div>
<div class="app-url">${app_url}</div>
<div class="app-desc">${app_description}</div>
<a href="${app_url}" target="_blank" class="hidden">${app_name}</a>
</div>
<div class="built-using">
<div class="built-using-text">${framework.text}</div>
<div class="built-using-icons">${frameworks}</div>
</div>
</div>
</div>
<script id="kcakScript" type="text/javascript">
document.oncontextmenu = function () {
return false;
};
if (window.location.href.indexOf("rendervia=kcak11") > -1) {
document.querySelector(".mainSiteLink").setAttribute("href", "https://www.kcak11.com");
}
var handleLink = function (elem) {
var url = elem.getAttribute('app-item-url');
window.open(url, '_blank');
};
var data = [{
app_name: 'GridBox Animation',
app_url: 'https://kcak11.com/gridbox-animation',
app_description: 'An Animation app made using HTML5, CSS3 (Animations & Transitions) & JavaScript',
frameworks: ["html5", "css3", "javascript"]
}, {
app_name: 'Recipe Book App',
app_url: 'https://recipe-book.ashishkumarkc.com',
app_description: 'A recipe book app built using Angular, covering most of the essential aspects of Angular coding',
frameworks: ["angular", "firebase"]
}, {
app_name: 'Blogger App',
app_url: 'https://blogger-app.ashishkumarkc.com',
app_description: 'A Blogging App built using Angular',
frameworks: ["angular"]
}, {
app_name: 'Weather App',
app_url: 'https://weatherapp.ashishkumarkc.com',
app_description: 'Get the current weather of your favorite city',
frameworks: ["reactjs"]
}, {
app_name: 'Weather Forecast App',
app_url: 'https://forecasts.ashishkumarkc.com',
app_description: 'Get the 5 day forecasts of temperature, pressure & humidity for your favorite cities',
frameworks: ["reactjs", "redux"]
}, {
app_name: 'Timer App',
app_url: 'https://timerapp.ashishkumarkc.com',
app_description: 'A simple Timer / Countdown Application',
frameworks: ["reactjs"]
}, {
app_name: 'Todo App',
app_url: 'https://todos.ashishkumarkc.com',
app_description: 'An App that lets you record & track your todos easily',
frameworks: ["reactjs", "redux"]
}, {
app_name: 'Video Browser',
app_url: 'https://videoapp.ashishkumarkc.com',
app_description: 'Easily browse your favorite Youtube videos',
frameworks: ["reactjs"]
}, {
app_name: 'ES6 Playground',
app_url: 'https://es6play.ashishkumarkc.com',
app_description: 'A JavaScript playground that can be used to test your ES6 / JSX snippets',
frameworks: ["reactjs"]
}];
var animator = function () {
var appItems = document.querySelectorAll('.app-item-container');
for (var i = 0; i < appItems.length; i++) {
(function (appItem, c) {
setTimeout(function () {
appItem.className += ' visible';
if (c) {
c();
}
}, ((i + 1) * 242));
}(appItems[i], (i < appItems.length - 1 ? null : function () {
var links = document.querySelectorAll('.app-item .app-url');
for (var i = 0; i < links.length; i++) {
(function (l, c) {
setTimeout(function () {
l.className += ' apply-border';
if (c) {
c();
}
}, (i * 121));
}(links[i], (i < links.length - 1 ? null : function () {
var cpElem = document.querySelectorAll('.cpText')[0];
cpElem.innerHTML = cpElem.innerHTML.replace('${cp_year}', new Date().getFullYear());
cpElem.className += ' visible';
document.getElementById('mainContent').appendChild(cpElem);
setTimeout(function () {
cpElem.style.marginLeft = (-cpElem.offsetWidth / 2) + 'px';
}, 11);
})));
}
})));
}
};
var technologies = {
"html5": "HTML 5",
"css3": "CSS 3",
"javascript": "JavaScript",
"reactjs": "ReactJS by Facebook",
"redux": "Redux - A predictable state container for JS Apps",
"angular": "Angular by Google",
"firebase": "Firebase - NoSQL Cloud DB by Google"
};
var dataPopulator = function () {
var template = '';
for (var i = 0; i < data.length; i++) {
var obj = data[i];
var templateStr = document.getElementById('dataTemplate').innerHTML;
for (var key in obj) {
var r = new RegExp('\\${' + key + '}', 'gi');
if (key !== "frameworks") {
templateStr = templateStr.replace(r, obj[key]);
} else if (key === "frameworks") {
var l = obj["frameworks"];
if (l && l.length) {
var icons = "";
for (var f = 0; f < l.length; f++) {
icons += "<img src=\"assets/images/" + l[f] + ".png\" title=\"" + technologies[l[f]] + "\" />";
}
templateStr = templateStr.replace(r, icons);
templateStr = templateStr.replace(new RegExp('\\${framework.text}', 'gi'), "Built using:");
} else {
templateStr = templateStr.replace(r, "");
}
}
}
template += templateStr;
}
document.getElementById('mainContent').innerHTML = template;
animator();
};
setTimeout(function () {
dataPopulator();
}, 2000);
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6550NJFJGX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-6550NJFJGX');
</script>
<div style="display: none; visibility: hidden;">
<div>
<span>Apps powered by Ashish's Web</span>
</div>
<div>
<div>
<div>
<div>Recipe Book App</div>
<div>https://recipe-book.ashishkumarkc.com</div>
<div>A recipe book app built using Angular, covering most of the essential aspects of Angular coding</div>
</div>
<div>
<div>Built using:</div>
<div></div>
</div>
</div>
<div>
<div>
<div>Blogger App</div>
<div>https://blogger-app.ashishkumarkc.com</div>
<div>A Blogging App built using Angular</div>
</div>
<div>
<div>Built using:</div>
<div></div>
</div>
</div>
<div>
<div>
<div>Weather App</div>
<div>https://weatherapp.ashishkumarkc.com</div>
<div>Get the current weather of your favorite city</div>
</div>
<div>
<div>Built using:</div>
<div></div>
</div>
</div>
<div>
<div>
<div>Weather Forecast App</div>
<div>https://forecasts.ashishkumarkc.com</div>
<div>Get the 5 day forecasts of temperature, pressure & humidity for your favorite cities</div>
</div>
<div>
<div>Built using:</div>
<div></div>
</div>
</div>
<div>
<div>
<div>Timer App</div>
<div>https://timerapp.ashishkumarkc.com</div>
<div>A simple Timer / Countdown Application</div>
</div>
<div>
<div>Built using:</div>
<div></div>
</div>
</div>
<div>
<div>
<div>Todo App</div>
<div>https://todos.ashishkumarkc.com</div>
<div>An App that lets you record & track your todos easily</div>
</div>
<div>
<div>Built using:</div>
<div></div>
</div>
</div>
<div>
<div>
<div>Video Browser</div>
<div>https://videoapp.ashishkumarkc.com</div>
<div>Easily browse your favorite Youtube videos</div>
</div>
<div>
<div>Built using:</div>
<div></div>
</div>
</div>
<div>
<div>
<div>ES6 Playground</div>
<div>https://es6play.ashishkumarkc.com</div>
<div>A JavaScript playground that can be used to test your ES6 / JSX snippets</div>
</div>
<div>
<div>Built using:</div>
<div></div>
</div>
</div>
</div>
</div>
</body>
</html>
<!-- vTag:VjJoeVZteFZlRll5VGtsalJtUK9ZV3RhU1ZacVFtRlRNazE1VTJ0V1ZXSkhhRzlVVm1oRFZWWmFkRTFVVWxSTmF -->