Skip to content

Commit 644b88b

Browse files
author
David Kananda
committed
simple timer post
1 parent 90d469c commit 644b88b

38 files changed

Lines changed: 477 additions & 4413 deletions
69.9 KB
Loading

2016/08/simple-timer-using-angular-2-and-rxjs/index.html

Lines changed: 372 additions & 0 deletions
Large diffs are not rendered by default.

2016/09/simple-timer-using-angular-2-and-rxjs/index.html

Lines changed: 0 additions & 322 deletions
This file was deleted.
Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<!-- Title -->
4444

45-
<title>Archives: 2016/9 - DMKCode</title>
45+
<title>Archives: 2016/8 - DMKCode</title>
4646

4747
<!-- Bootstrap Core CSS -->
4848
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous">
@@ -135,28 +135,19 @@
135135
<img class="logo-icon" src="/img/avatar.png" alt="DMKCode"
136136
</a>
137137

138-
<h1 id="main-title" class="title">2016/9</h1>
138+
<h1 id="main-title" class="title">2016/8</h1>
139139

140140
</div>
141141
</header>
142142

143143
<section class="main archive-container">
144144

145145
<div class="archive-post">
146-
<a href="/2016/09/hello-world/">
146+
<a href="/2016/08/simple-timer-using-angular-2-and-rxjs/">
147147
<span class="archive-date">
148-
Sep 2016
148+
Aug 2016
149149
</span>
150-
Hello World
151-
</a>
152-
</div>
153-
154-
<div class="archive-post">
155-
<a href="/2016/09/simple-timer-using-angular-2-and-rxjs/">
156-
<span class="archive-date">
157-
Sep 2016
158-
</span>
159-
simple timer using angular 2 and rxjs
150+
simple timer using angular 2 and RxJS - part 1
160151
</a>
161152
</div>
162153

@@ -184,11 +175,7 @@ <h2>Recent Posts</h2>
184175
<ul>
185176

186177
<li>
187-
<a class="footer-post" href="/2016/09/simple-timer-using-angular-2-and-rxjs/">simple timer using angula...</a>
188-
</li>
189-
190-
<li>
191-
<a class="footer-post" href="/2016/09/hello-world/">Hello World...</a>
178+
<a class="footer-post" href="/2016/08/simple-timer-using-angular-2-and-rxjs/">simple timer using angula...</a>
192179
</li>
193180

194181
</ul>
@@ -206,7 +193,7 @@ <h2>Categories</h2>
206193
</li>
207194

208195
<li>
209-
<a class="footer-post" href="/categories/Angular2/rxjs/">rxjs</a>
196+
<a class="footer-post" href="/categories/Angular2/RxJS/">RxJS</a>
210197
</li>
211198

212199
</ul>

0 commit comments

Comments
 (0)