-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
319 lines (271 loc) · 16.4 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
<!--
svijaykoushik.github.io
This is my personal website
Copyright (C) 2017 Vijaykoushik
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<!doctype html>
<html>
<head>
<title>Vijay Koushik</title>
<meta charset="utf-8"/>
<meta name="description" content="A developer by hobby, passionate in User Interface and User Experience designing."/>
<meta name="keywords" content="Vijay Koushik, developer, hobby, passionate, User Interface designing, User Experience designing"/>
<meta charset="UTF-8"/>
<meta name="robots" content="index, follow"/>
<meta name="author" content="Vijay Koushik"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta property="og:image" content="https://svijaykoushik.github.io/og-image.jpg"/>
<meta property="og:type" content="website" />
<meta property="og:image:width" content="1418"/>
<meta property="og:image:height" content="742"/>
<meta property="og:description" content="A developer by hobby, passionate in User Interface and User Experience designing."/>
<meta property="og:title" content="Vijay Koushik" />
<meta property="og:url" content="https://svijaykoushik.github.io" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Vijay Koushik" />
<meta name="twitter:description" content="A developer by hobby, passionate in User Interface and User Experience designing." />
<meta name="twitter:image" content="https://svijaykoushik.github.io/og-image.jpg" />
<meta name="google-site-verification" content="mhd6MlbydXT7Gl524E0vQuvzfAEbkwphmNjN_AfI0EM" />
<meta name="msvalidate.01" content="A953EBBC10969DE86619DB2BD101AC17" />
<meta name="apple-mobile-web-app-title" content="Vijay Koushik"/>
<meta name="application-name" content="Vijay Koushik"/>
<meta name="msapplication-TileColor" content="#f5f5f5"/>
<meta name="msapplication-TileImage" content="/mstile-144x144.png?v=NmE7ydPav7"/>
<meta name="theme-color" content="#f5f5f5">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=NmE7ydPav7">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=NmE7ydPav7">
<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png?v=NmE7ydPav7">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=NmE7ydPav7">
<link rel="manifest" href="/manifest.json?v=NmE7ydPav7">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=NmE7ydPav7" color="#6f1b28">
<link rel="shortcut icon" href="/favicon.ico?v=NmE7ydPav7">
<link rel="stylesheet" href="css/namebanner.min.css" type="text/css">
<script src="js/app.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/d902360c6f.css">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
</head>
<body>
<div class="banner" itemscope itemtype="http://schema.org/Person">
<div class="name" itemprop="name">Vijay Koushik, S.</div>
<div class="caption hidden"></div>
<div class="caption" itemprop="jobTitle">
I <i class="fa fa-heart pulseElement"></i>
to code | Software Developer
</div>
<div class="direction direction-down">
<a href="#about" data-scroll>
<i class="fa fa-arrow-circle-down"></i>
</a>
</div>
</div>
<div class="content">
<header class="logo">
<img src="logo.png"/>
</header>
<div class="anime-nav">
<a class="nav-element nav-first" href="#about">About</a>
<a class="nav-element" href="#skills">Skills</a>
<a class="nav-element" href="#projects">Projects</a>
</div>
<h2>
<a name="about">About</a>
</h2>
<div class="myself">
<p>
A developer by hobby, passionate in User Interface and User Experience designing with a Professional experience of 1 year in UI development and OpenText's Cordys. I love to create programs because, it's fun! <i class="fa fa-smile-o"></i>
. I also love to learn new methods and technologies that make UI/UX designing better.
</p>
<p class="samoogam">
<a href="mailto:[email protected]?Subject=Hello%20Vijay,%20We%20need%20to%20talk" title="E-mail">
<i class="fa fa-envelope"></i>
</a>
<a href="https://svijaykoushik.github.io/blog" title="Blog">
<i class="fa fa-pencil-square-o"></i>
</a>
<a href="https://www.facebook.com/svijaykoushik" title="Facebook">
<i class="fa fa-facebook-official"></i>
</a>
<a href="https://www.instagram.com/svijaykoushik" title="Instagram">
<i class="fa fa-instagram"></i>
</a>
<a href="https://github.com/svijaykoushik" title="Github">
<i class="fa fa-github"></i>
</a>
<a href="https://plus.google.com/+VijayKoushik_aka_moon01man" title="Google Plus">
<i class="fa fa-google-plus-official"></i>
</a>
<a href="http://stackoverflow.com/users/3207831/vj-koushik" title="Stackoverflow">
<i class="fa fa-stack-overflow"></i>
</a>
<a href="https://www.linkedin.com/in/vijay-koushik-82534963/" title="Linkedin">
<i class="fa fa-linkedin-square"></i>
</a>
</p>
<div class="vetridam"></div>
<p>I like to take photos too..</p>
<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-version="7" style=" background:#FFF; border:0; border-radius:3px; box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3), 0 2px 6px 1px rgba(0, 0, 0, 0.2); max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);">
<div style="padding:8px;">
<div style=" background:#F8F8F8; line-height:0; margin-top:40px; padding:50.0% 0; text-align:center; width:100%;">
<div style=" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;"></div>
</div>
<p style=" margin:8px 0 0 0; padding:0 4px;">
<a href="https://www.instagram.com/p/BQXg_BkjhC7/" style=" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;" target="_blank">Sunrise 🌄. #cityscape #nature</a>
</p>
<p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;">
A post shared by Vijay Koushik (@svijaykoushik) on <time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2017-02-11T10:09:19+00:00">Feb 11, 2017 at 2:09am PST</time>
</p>
</div>
</blockquote>
<script async defer src="//platform.instagram.com/en_US/embeds.js"></script>
</div>
<div class="vetridam"></div>
<h2>
<a name="skills">Skills</a>
</h2>
<div class="skills">
<div class="skill-element">
<h3>HTML/CSS</h3>
<div class="progress-container">
<div class="progress progress-stripped" id="html"></div>
</div>
</div>
<div class="skill-element">
<h3>Javascript/JQuery</h3>
<div class="progress-container">
<div class="progress progress-stripped" id="js"></div>
</div>
</div>
<div class="skill-element">
<h3>Angular JS</h3>
<div class="progress-container">
<div class="progress progress-stripped" id="angularjs"></div>
</div>
</div>
<div class="skill-element">
<h3>Java</h3>
<div class="progress-container">
<div class="progress progress-stripped" id="java"></div>
</div>
</div>
</div>
<div class="more-skills">
<p class="text-center">I also have a good experience in C#, good knowledge in porgramming languages like C, C++, PHP, J2EE and SQL and good knowledge in using tools like Visual Studio, php myadmin, github and svn.</p>
</div>
<div class="vetridam"></div>
<h2>
<a name="projects">Projects</a>
</h2>
<div class="projects">
<div class="project-element">
<h3>Clock Alert</h3>
<div class="project-description">
<h4>A Clock that chimes every hour</h4>
<p>Clock alert is a windows application. The application sits in the system tray and chimes every hour to help computer users and prevent them to loose track of time when working/playing in it.</p>
</div>
<div class="project-links">
<p>
<a href="https://sites.google.com/site/clockalertapp/" class="crimson">View project</a>
<span class="seperator"></span>
<a href="https://sourceforge.net/projects/clockalert/" class="darkgoldenrod">Sourceforge</a>
<span class="seperator"></span>
<a href="https://www.facebook.com/clockalert/" class="turquoise">Facebook</a>
</p>
</div>
</div>
<div class="project-element">
<h3>Turnoff Display</h3>
<div class="project-description">
<h4>A quick way to turn off your display</h4>
<p>Turnoff display is also a windows application that helps users of devices with integrated display like laptops to turnoff their display to save power.</p>
</div>
<div class="project-links">
<p>
<a href="https://turnoffdisplay.sourceforge.io/" class="crimson">View project</a>
<span class="seperator"></span>
<a href="https://sourceforge.net/projects/turnoffdisplay/" class="turquoise">Sourceforge</a>
</p>
</div>
</div>
<!--<div class="project-element">
<h3>HTML/CSS</h3>
<div class="project-description"></div>
<div class="project-links"></div>
</div>
<div class="project-element">
<h3>HTML/CSS</h3>
<div class="project-description"></div>
<div class="project-links"></div>
</div>-->
</div>
</div>
<footer>
<p class="text-center">
<i class="fa fa-heart pulseElement"></i>
</p>
<p class="text-center">Designed and developed by VijayKoushik.</p>
<p class="text-center">
This webpage is hosted in Github Pages and the code is available on <a href="https://github.com/svijaykoushik/svijaykoushik.github.io" class="turquoise">Github</a>
.
</p>
<p class="text-center">
Inspired by <a href="http://praneshravi.in/" class="crimson">this site</a>
which is also on <a href="https://github.com/svijaykoushik/svijaykoushik.github.io" class="turquoise">Github</a>
.
</p>
<p class="samoogam">
<a href="mailto:[email protected]?Subject=Hello%20Vijay,%20We%20need%20to%20talk" title="E-mail">
<i class="fa fa-envelope"></i>
</a>
<a href="https://svijaykoushik.github.io/blog" title="Blog">
<i class="fa fa-pencil-square-o"></i>
</a>
<a href="https://www.facebook.com/svijaykoushik" title="Facebook">
<i class="fa fa-facebook-official"></i>
</a>
<a href="https://www.instagram.com/svijaykoushik" title="Instagram">
<i class="fa fa-instagram"></i>
</a>
<a href="https://github.com/svijaykoushik" title="Github">
<i class="fa fa-github"></i>
</a>
<a href="https://plus.google.com/+VijayKoushik_aka_moon01man" title="Google Plus">
<i class="fa fa-google-plus-official"></i>
</a>
<a href="http://stackoverflow.com/users/3207831/vj-koushik" title="Stackoverflow">
<i class="fa fa-stack-overflow"></i>
</a>
<a href="https://www.linkedin.com/in/vijay-koushik-82534963/" title="Linkedin">
<i class="fa fa-linkedin-square"></i>
</a>
</p>
</footer>
<div id="splashScreen" class="splash-screen-container">
<div class="splash-screen">
<img src="logo.png"/>
</div>
<div class="splash-spinner"></div>
<div class="splash-spinner-rev"></div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="js/smoothscroll.js"></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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50702630-4', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>