-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaboutme.html
321 lines (303 loc) · 10.1 KB
/
aboutme.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
320
321
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>About me</title>
<link rel="shortcut icon" type="image/jpg" href="../img/favicon/text861.png"/>
<style>
body,
html {
height: 100%;
margin: 0;
font: 400 15px/1.8 "Lato", sans-serif;
color: #777;
}
.bgimg-1,
.bgimg-2,
.bgimg-3 {
position: relative;
/* opacity: 0.65; */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bgimg-1 {
background-image: url("https://images.unsplash.com/photo-1523192766450-bd262e151029?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1041&q=80");
min-height: 100%;
}
.bgimg-2 {
background-image: url("https://images.unsplash.com/photo-1619328910915-e3115c1aecf0?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1055&q=80");
min-height: 400px;
}
.bgimg-3 {
background-image: url("https://images.unsplash.com/photo-1515462277126-2dd0c162007a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=635&q=80");
min-height: 400px;
}
.caption {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
color: #000;
}
.caption span.border {
background-color: #111;
color: #fff;
padding: 18px;
font-size: 25px;
letter-spacing: 10px;
}
h3 {
letter-spacing: 5px;
text-transform: uppercase;
font: 20px "Lato", sans-serif;
color: #111;
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
.bgimg-1,
.bgimg-2,
.bgimg-3 {
background-attachment: scroll;
}
}
a:link,
a:visited {
background-color: #f44336;
color: white;
padding: 15px 25px;
text-align: center;
border-radius: 75px;
text-decoration: none;
display: inline-block;
}
a:hover,
a:active {
background-color: rgba(255, 0, 0, 0.616);
}
#github{
height: 50px;
width: 50px;
}
#github:hover{
height: 70px;
width: 70px;
transition: ease-in-out 1s;
}
#goback{
padding-top: 300px;
color: #777;
}
#goback:active{
padding-top: 300px;
color: #ddd;
user-select: none;
}
</style>
</head>
<body>
<div class="bgimg-1">
<div class="caption">
<span class="border">It's Vishwa aka code-reaper08</span>
</div>
</div>
<div
style="
color: #777;
background-color: white;
text-align: center;
padding: 50px 80px;
text-align: justify;
"
>
<h3 style="text-align: center">Who I am</h3>
<p>
I am a continuous learner and explorer who love to dive deep into the
Javascript Ocean. A GitHub Developer Program Member <br />
With no wonder, I am a UnderGrad pursuing Computer Science and
Engineering as my major field of study in India. <br />
Guess these below points would fit me in, <br />
I am a Student <br />
I love to play and watch Football.⚽ <br />
I love programming.💻 <br />
I feel rebel.🐱🏍<br />
I vibe to 2pac, Bob Marley and freddie.🎶.
</p>
</div>
<div class="bgimg-2">
<div class="caption">
<span
class="border"
style="background-color: transparent; font-size: 25px; color: #f7f7f7"
>My projects</span
>
</div>
</div>
<div style="position: relative">
<div
style="
color: #ddd;
background-color: #282e34;
text-align: center;
padding: 50px 80px;
text-align: justify;
"
>
<h2 id="notable-projects-of-my-own-">Notable projects of my own 💖</h2>
<p><br /></p>
<ol>
<li>
<p>
<a
href="https://marketplace.visualstudio.com/items?itemName=VishwaR.mdsnippets"
><strong>MDSnippets</strong></a
>
- <strong>MDSnippets</strong> is a Snippet autocomplete extension
for VScode.Just give a try and I am planning to give a update for
this.
</p>
<p>
<strong><em>repo link</em></strong> :
<a href="https://github.com/code-reaper08/MDsnippets"
>https://github.com/code-reaper08/MDsnippets</a
>
<br />
<br />
</p>
</li>
<li>
<p>
<a href="https://packagecontrol.io/packages/MarkdownAssistant"
><strong>MarkdownAssistant</strong></a
>
- <strong>MarkdownAssistant</strong> is a snippet autocomplete
package for SublimeText-3, Which enables easy editing and creation
of MarkDown files.
</p>
<p>
<strong><em>repo link</em></strong> :
<a href="https://github.com/code-reaper08/MarkdownAssistant"
>https://github.com/code-reaper08/MarkdownAssistant</a
>
<br />
<br />
</p>
</li>
<li>
<p>
<a href="https://www.npmjs.com/package/docgen-x"
><strong>DocGen-X</strong></a
>
- <strong>docgen-x</strong> is a a node CLI tool, which helps in
creating License files for projects with ease. It was made with
lesser number of dependencies.
</p>
<p>
<strong><em>repo link</em></strong> :
<a href="https://github.com/code-reaper08/docgen-x"
>https://github.com/code-reaper08/docgen-x</a
>
<br />
<br />
</p>
</li>
<li>
<p>
<a href="https://pypi.org/project/PyBrainf-ck/"
><strong>PyBrainf-ck</strong></a
>
- <strong>PyBrainf-ck</strong> is a simple package which gives the
brainfuck code for the passed text. It's available in PyPi for
download.
</p>
<p>
<strong><em>repo link</em></strong> :
<a href="https://github.com/code-reaper08/PyBrainf_ck"
>https://github.com/code-reaper08/PyBrainf_ck</a
>
<br />
<br />
</p>
</li>
<li>
<p>
<a href="https://vishwa-r.itch.io/gameboy-adventures"
><strong>GameBoy-Adventures</strong></a
>
- <strong>GameBoy-Adventures</strong> is a simple Platformer game
built using Godot Engine.This is a simple retro styled platformer
game fully built using Godot Engine.
</p>
<p>
<strong><em>repo link</em></strong> :
<a href="https://github.com/code-reaper08/GameBoy-Adventures"
>https://github.com/code-reaper08/GameBoy-Adventures</a
>
</p>
</li>
<p>
<br />
<!-- <br></p> -->
<li>
<p>
<a href="https://code-reaper08.github.io/Link-Master/"
><strong>Link-Master</strong></a
>
- <strong>Link-Master</strong> is a Web-APP which finds all the
Broken-URL's in your Project's README file. It uses
Cheerio for scraping the exact Readme file content and present
you with status for each link either as "Success" or
"Failure".
</p>
<p>
<strong><em>repo link</em></strong> :
<a href="https://github.com/code-reaper08/Link-Master"
>https://github.com/code-reaper08/Link-Master</a
>
</p>
</li>
</p>
<p>
<br />
<br />
</p>
</ol>
</div>
</div>
<div class="bgimg-3">
<div class="caption">
<span
class="border"
style="background-color: transparent; font-size: 25px; color: #f7f7f7"
>GET ME ON LINE</span
>
</div>
</div>
<div style="position: relative">
<div
style="
color: #ddd;
background-color: #282e34;
text-align: center;
padding: 50px 80px;
text-align: justify;
">
<p>
<h1 style="text-align: center;">Reach me on Linkedln <a style="background-color: cornflowerblue;" href="https://www.linkedin.com/in/vishwa08/">Vishwa.R</a></h1> <br>
</p>
</div>
</div>
<div class="bgimg-1">
<div class="caption">
<p style="text-align: center;font-size: xx-large;font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;">See my GitHub</p>
<a style="background-color: rgba(100, 148, 237, 0);"href="https://github.com/code-reaper08"><img id="github" src="./github.png" alt="GitHub"></a>
</div>
<div class="caption" style="margin-top: 250px;">
<!-- <h5 id="goback">GO BACK</h5> -->
<a href="./index.html">Go back</a>
</div>
</div>
</body>
</html>