forked from HubPress/hubpress.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
152 lines (113 loc) · 6.75 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title></title>
<meta name="description" content=""There is no Next Time.It's Now or Never"" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="//devkamboj.in/themes/casper/favicon.ico">
<link rel="stylesheet" type="text/css" href="//devkamboj.in/themes/casper/assets/css/screen.css?v=1.0.0" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="canonical" href="http://devkamboj.in" />
<meta name="generator" content="Ghost ?" />
<link rel="alternate" type="application/rss+xml" title="" href="http://devkamboj.in/rss" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css">
</head>
<body class="home-template nav-closed">
<div class="site-wrapper">
<header class="main-header " style="background-image: url(http://www.canadianbic.ca/wp-content/uploads/2012/06/blue-blur-bg-1000x623.jpeg)">
<nav class="main-nav overlay clearfix">
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title"></h1>
<h2 class="page-description">"There is no Next Time.It's Now or Never"</h2>
</div>
</div>
<a class="scroll-down icon-arrow-left" href="#content" data-offset="-45"><span class="hidden">Scroll Down</span></a>
</header>
<main id="content" class="content" role="main">
<div class="extra-pagination inner">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</div>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="http://devkamboj.in/2016/06/23/Json-web-Token-JWT.html">Json web Token (JWT)</a></h2>
</header>
<section class="post-excerpt">
<p>JSON Web Token (JWT) is used to generate auth tokens.These token can be use by web or mobile app.This is the secure way to <a class="read-more" href="http://devkamboj.in/2016/06/23/Json-web-Token-JWT.html">»</a></p>
</section>
<footer class="post-meta">
<time class="post-date" datetime="2016-06-23">23 June 2016</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="http://devkamboj.in/2015/03/14/Using-the-Filter-in-Angularjs.html">Using the Filter in Angularjs</a></h2>
</header>
<section class="post-excerpt">
<p>Filter provide the way to format the data.Same data can be displayed in different ways.Filter are very useful when to format dates and the <a class="read-more" href="http://devkamboj.in/2015/03/14/Using-the-Filter-in-Angularjs.html">»</a></p>
</section>
<footer class="post-meta">
<time class="post-date" datetime="2015-03-14">14 March 2015</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="http://devkamboj.in/2015/03/05/Communicating-with-the-backend-using-dollarhttp-service-in-Angularjs.html">Communicating with the backend using $http service in Angularjs</a></h2>
</header>
<section class="post-excerpt">
<p>Now days,every client-side JavaScript application needs to communicate with the backend.RESTful services are consumed using standard asynchronous HTTP requests, and the $http servic <a class="read-more" href="http://devkamboj.in/2015/03/05/Communicating-with-the-backend-using-dollarhttp-service-in-Angularjs.html">»</a></p>
</section>
<footer class="post-meta">
<time class="post-date" datetime="2015-03-05">05 March 2015</time>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="http://devkamboj.in/2015/02/12/Setting-up-system-for-ionic-framework-and-android.html">Setting up system for ionic framework and android !</a></h2>
</header>
<section class="post-excerpt">
<p>It will cover, step by step, everything you need to do to create a working Ionic framework project Preparations Install Apache Ant Install nodeJS Install Ionic <a class="read-more" href="http://devkamboj.in/2015/02/12/Setting-up-system-for-ionic-framework-and-android.html">»</a></p>
</section>
<footer class="post-meta">
<time class="post-date" datetime="2015-02-12">12 February 2015</time>
</footer>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</main>
<footer class="site-footer clearfix">
<section class="copyright"><a href="http://devkamboj.in"></a> © 2016</section>
<section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</a></section>
</footer>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<script type="text/javascript" src="//devkamboj.in/themes/casper/assets/js/jquery.fitvids.js?v=1.0.0"></script>
<script type="text/javascript" src="//devkamboj.in/themes/casper/assets/js/index.js?v=1.0.0"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55064081-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>