-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·165 lines (153 loc) · 7.33 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>NeetishRaj | Homepage</title>
<meta charset="UTF-8">
<!--<meta http-equiv="refresh" content="60">-->
<meta name="author" content="Neetish Raj">
<meta name="keywords" content="neetish, Neetish Raj, Raj, NeetishRaj,Neetish,developer">
<meta name="description" content="portfolio">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="./js/website.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Anton|Lobster" rel="stylesheet">
<link rel="stylesheet" href="./css/master.css" type="text/css" />
<link rel="stylesheet" href="./css/mobile.css" media="(max-width:450px)">
<link rel="shortcut icon" type="image/x-icon" href="./favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicons/favicon-16x16.png">
<link rel="manifest" href="./manifest.json">
<link rel="mask-icon" href="./favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="main">
<div class="header">
<div class="header_resize">
<div class="logo">
<h1>
<a href="index.html">Neetish<span>Raj</span></a>
</h1>
</div>
<div class="clr"></div>
<!-- <div class="menu_nav">
<ul>
<li><a class="active" href="./index.html">Home</a></li>
<li><a href="./projects.html">Projects<sup class="label">OLD</sup></a></li>
<li><a href="./myblog.html">My Blog</a></li>
</ul>
</div> -->
<div class="clr"></div>
<picture>
<source media="(max-width:450px)" srcset="https://i.imgur.com/JfWtRtt.jpg">
<img src="https://i.imgur.com/uXd7Onq.jpg" alt="Neetish Raj" width="972" height="auto"
style="padding:25px 0;" />
</picture>
<div class="clr"></div>
</div>
</div>
<div class="clr"></div>
<div class="content">
<div class="content_resize">
<div class="mainbar">
<div class="article">
<!-- <button id="nightmode" type="button" name="button">Night Mode</button> -->
<h2><span><strong>Hello World</strong></span></h2>
<h4 style="text-align:justify">I have been programming for a decade now. A street smart Software engineer with a Bachelors degree in
Computer Science and Engineering. Currently working as an Independent contractor.
I have worked on 3 enterprise grade SaaS products for 6
years which is used by Fortune 500 customers. I love problem solving and had a revelation
few years ago that programming is a delightful journey for Problem
solvers. I am someone who doesn't get lost in technicality and stick to product vision
because of which I often find myself connecting
professionals in business world with programming world.
</h4>
<h4>Programming languages & technologies are like tools in my toolbox
and I try to keep them sharp and well oiled by testing, POCs and
Prototypes. I maintain my presence on many sites, forums and
conferences to stay up to date with best practices.</h4>
<h4>Be it Frontend,
Backend, Databases, WebApis, Testing, Web scraping, Automation,
Cloud technologies, Data engineering, Product engineering, Game development,
System administration, Mentoring, Hiring, Technical writing, Presentations;
You name it I have done it all.</h4>
</div>
</div>
<div class="sidebar">
<div class="gadget">
<span class="icon-panel">
<a href="https://www.linkedin.com/in/neetish-raj-8a20a778/" class="fa-linkedin fa"></a>
<a href="https://twitter.com/Morpheus_NR" class="fa-twitter fa"></a>
<a href="https://www.youtube.com/channel/UC0yR7uGGYQDX0SSFgEGBisw"
class="fa fa-youtube"></a>
</span>
</div>
<div class="gadget">
<h2>Relevant Links</h2>
<div class="clr"></div>
<ul class="sb_menu">
<!-- <li><a href="./projects/portfolio/index.html" target="_blank"><strong>Portfolio</strong></a> -->
</li>
<li><a href="https://neetishop.medium.com/">My Articles</a></li>
<li><a href="/tools">My DIY Tools</a></li>
<li><a href="https://www.sololearn.com/profile/3083060">My Nerd side</a></li>
<li><a href="https://calendly.com/neetishop">Book a meeting</a></li>
</ul>
</div>
<div class="gadget">
<h2><span>Open Projects</span></h2>
<div class="clr"></div>
<ul class="ex_menu">
<li><a href="/tools/whiteboard.html">No Nonsense Whiteboard</a></li>
<li><a href="./projects/image-editor/index.html">CSS3 Image Code generator</a></li>
<!-- <li><a
href="https://github.com/NeetishRaj/NeetishRaj.github.io/blob/master/projects/ColorStudy/">Color
Palatte SPA</a></li>
</ul> -->
</div>
</div>
<div class="clr"></div>
<div class="fbg">
<div class="fbg_resize">
<div class="col c1">
<h2><span>Image Gallery</span><button id="gallerybutton" class="gallerybutton" type="button"
name="button">►</button></h2>
<a href="https://i.imgur.com/raBDN34.jpg"><img src="https://i.imgur.com/raBDN34.jpg"
width="58" height="58" alt="" /></a>
<a href="https://i.imgur.com/CeTYZUT.jpg"><img src="https://i.imgur.com/CeTYZUT.jpg"
width="58" height="58" alt="" /></a>
<a href="https://i.imgur.com/98k8W3h.jpg"><img src="https://i.imgur.com/98k8W3h.jpg"
width="58" height="58" alt="" /></a>
<a href="https://i.imgur.com/8RUrUkf.jpg"><img src="https://i.imgur.com/8RUrUkf.jpg"
width="58" height="58" alt="" /></a>
<a href="https://i.imgur.com/EBpygpr.jpg"><img src="https://i.imgur.com/EBpygpr.jpg"
width="58" height="58" alt="" /></a>
<a href="https://i.imgur.com/JfWtRtt.jpg"><img src="https://i.imgur.com/JfWtRtt.jpg"
width="58" height="58" alt="" /></a>
</div>
<div class="col c2">
<h2><span>Neetish Raj</span></h2>
<p>You have great vision and looking for someone to make that a reality then let's connect.</p>
</div>
<div class="col c3">
</div>
<div class="clr"></div>
</div>
</div>
<div class="clr"></div>
</div>
</div>
<div class="footer">
<p class="lf">© Copyright <a href="./LICENSE">NeetishRaj</a>.</p>
<!-- <p class="rf">Contribute <a href="https://github.com/NeetishRaj" target="_blank">here</a></p> -->
<div class="clr"></div>
</div>
</div>
<div style='text-align:center'>This website is maintained by <a href="#">Neetish Raj</a></div>
<script src="/js/app.js"></script>
<script
type="text/javascript">window.$crisp = []; window.CRISP_WEBSITE_ID = "5c363e4b-76be-47d7-b43b-7e41f586f5f2"; (function () { d = document; s = d.createElement("script"); s.src = "https://client.crisp.chat/l.js"; s.async = 1; d.getElementsByTagName("head")[0].appendChild(s); })();</script>
</body>
</html>