forked from lalwanivikas/lalwanivikas.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwriting.html
92 lines (63 loc) · 2.47 KB
/
writing.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
---
layout: default
meta: List of articles written by Vikas Lalwani for popular developer websites like SitePoint, CSS-Tricks etc.
title: Writing | Vikas Lalwani
---
<div class="wrapper">
<header>
<h1>WRITING</h1>
<p>My contributions to various developer websites.</p>
</header>
<div class="site-div">
<h2>SitePoint</h2>
<a class="article-details" target="_blank" href="https://www.sitepoint.com/build-simple-image-editor-with-css-filters-jquery/">
<h3>Build a Simple Image Editor with CSS Filters and jQuery</h3>
<span class="tech-used">HTML, CSS & jQuery</span>
<span class="date">January 27, 2015</span>
</a>
<a class="article-details" target="_blank" href="https://www.sitepoint.com/set-jekyll-blog-5-minutes-poole/">
<h3>Set Up a Jekyll Blog in 5 Minutes with Poole</h3>
<span class="tech-used">HTML, CSS & Jekyll</span>
<span class="date">June 02, 2015</span>
</a>
</div>
<hr class="writing">
<div class="site-div">
<h2>CSS-Tricks</h2>
<a class="article-details" href="https://css-tricks.com/build-word-counter-app/">
<h3>Making a Word Counter App Using HTML, CSS and JavaScript</h3>
<span class="tech-used">HTML, CSS & JavaScript</span>
</a>
</div>
<hr class="writing">
<div class="site-div">
<h2>David Walsh Blog</h2>
<a class="article-details" target="_blank" href="https://davidwalsh.name/13-factors-choosing-javascript-charting-library">
<h3>13 Factors to Consider While Choosing a JavaScript Charting Library</h3>
<span class="tech-used">JavaScript</span>
<span class="date">March 24, 2015</span>
</a>
<a class="article-details" target="_blank" href="https://davidwalsh.name/angular-charts">
<h3>How to Build Charts in Angular</h3>
<span class="tech-used">HTML, CSS, JavaScript & AngularJS</span>
<span class="date">March 14, 2016</span>
</a>
</div>
<hr class="writing">
<div class="site-div">
<h2>Web Designer Depot</h2>
<a class="article-details" target="_blank" href="http://www.webdesignerdepot.com/2016/03/creating-stunning-charts-with-angularjs/">
<h3>Creating Stunning Charts with AngularJS</h3>
<span class="tech-used">HTML, CSS, JavaScript & AngularJS</span>
<span class="date">March 31, 2016</span>
</a>
</div>
<hr class="writing">
<div class="site-div">
<h2>Ghostwriting</h2>
<a class="article-details" href="#">
<h3>Have done lots of ghost writing as well. But can't list those :(</h3>
<span class="tech-used">HTML, CSS & JavaScript</span>
</a>
</div>
</div>