-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
435 lines (382 loc) · 13.6 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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
<!DOCTYPE html>
<html>
<head>
<title>Trisha Chetani</title>
<meta name="description" content="Trisha Chetani Automation Enthusiast">
<meta property="og:title" content="Trisha Chetani Automation Enthusiast">
<meta name="twitter:title" content="Trisha Chetani Automation Enthusiast">
<meta name="keywords" content="Trisha Chetani , Trisha Chetani Online Portfolio, Trisha Chetani Automation Enthusiast, Trisha Chetani Software Tester, Trisha Chetani Quality Assurance">
<meta name="google" content="nositelinkssearchbox">
<meta property="og:description" content="Trisha Chetani Automation Enthusiast">
<meta name="twitter:description" content="Trisha Chetani Automation Enthusiast">
<link rel="canonical" href="https://trisha1212.github.io/AboutMe/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- link to main stylesheet -->
<!-- bootstrap 4.0.0-beta.2 -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!-- main style -->
<link rel="stylesheet" type="text/css" href="css/main.css?v=2017.11.11_v2">
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107490980-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-107490980-1');
</script>
</head>
<body>
<header>
<div class='slider-navigation'>
<div class='nav-pointer draggable'>
0/0
</div>
</div>
</header>
<div class='site-container'>
<!-- select style button -->
<div class="btn-group" id="changestyle">
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span id="selstyle">Style Default</span>
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#" data-val="default">Style Default</a></li>
<li><a class="dropdown-item" href="#" data-val="space">Style Space</a></li>
<li><a class="dropdown-item" href="#" data-val="snow">Style Snow</a></li>
</ul>
</div>
<section class='intro'>
<div id='particles-js'></div>
<div class='wrap'>
<div class='content'>
<div class="profile-card">
<header>
<!-- avatar -->
<a>
<img src="img/hd.jpg" class="unselectable">
</a>
<!-- name -->
<h1 class="unselectable">Trisha Chetani</h1>
<!-- role -->
<h2 class="unselectable">Quality Assurance/Test Engineer</h2>
</header>
<div class="profile-bio">
<p class="unselectable">
Passionate about technology
<br>Automation Enthusiast
</p>
</div>
<!-- social links -->
<ul class="profile-social-links">
<li>
<a target="_blank" href="https://www.linkedin.com/in/trishachetani">
<i class="fa fa-lg fa-linkedin"></i>
</a>
</li>
<li>
<a target="_blank" href="https://stackoverflow.com/users/5591082/trisha-chetani?tab=profile">
<i class="fa fa-lg fa-stack-overflow"></i>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/Trisha1212">
<i class="fa fa-lg fa-github-alt"></i>
</a>
</li>
<li>
<a target="_blank" href="https://www.facebook.com/trisha.agarwal.5">
<i class="fa fa-lg fa-facebook"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="parallax-window" data-parallax="scroll" data-image-src="https://unsplash.it/5451/3634?image=862"></div>
<section>
<div class="about-me">
<div class="text-center">
<img class="unselectable" src="img/about-me.png" height="100" width="550">
<br><br>
</div>
<div class="clearfix"></div>
<div class="about-me__content" id="terminal-start">
<p>Last login: Feb 13 00:00:00 2018 </p>
<pre style="border: none;">
__| __|_ )
_| ( / Amazon Linux AMI
___|\___|___|
Amazon Linux version 2018.09 is available.
</pre>
<br><br>
<div class="command">
<!-- email -->
<p>echo $email</p>
<span class="hideme">email: agarwalatrisha1212@gmail.com</span>
<!-- phone -->
<p>echo $phone</p>
<span class="hideme">phone:(+65)-82079223</span>
<!-- address -->
<p>echo $address</p>
<span class="hideme">address: Singapore</span>
<!-- education -->
<p>echo $education</p>
<span class="hideme">Vishveshwarya_Institute_of_Engineering_and_Technology • 2008 - 2012<br>
B.E: Specialization in Computer Science;</span>
<!-- eligible_to_work -->
<p>echo $eligible_to_work</p>
<span class="hideme">Employment pass Singapore</span>
</div>
</div>
</div>
</section>
<div class="parallax-window-half" data-parallax="scroll" data-image-src="https://images.unsplash.com/photo-1432611185496-76ccd1dc5efe"></div>
<section class="flx-center">
<div class="text-center">
<!-- Block 4 (SHA-256 blockchain) -->
<div class="one-block latest-block">
<p class="h4 text-center">Block #: 003</p>
<p><label>Data:</label></p>
<div class="block-data">
<p>
<label>Title:</label><b>QA Engineer</b></p>
<p>
<label>Company:</label>visenze.com</p>
<p>
<label>Stack:</label>Web automation ,Restful services, Load and performance testing , CI, CD</p>
<p>
<label>Time:</label>Nov 2016 - Present</p>
</div>
<div>
<br>
<p class="truncate">
<small><label>Hash: </label>2ced301cea95102353465b5c96c2c313ca1ac39c593586fdbcf0692ed50e9538</small>
<br>
<small><label>Previous Hash: </label>878d1ef78d76e1cd006b89f323de4dce4064fafe2c38d5c711fe83f5e04bb0b2</small>
</p>
</div>
</div>
<!-- Block 3 (SHA-256 blockchain) -->
<div class="one-block">
<p class="h4 text-center">Block #: 002</p>
<p><label>Data:</label></p>
<div class="block-data">
<p>
<label>Title:</label><b>Quality Assurance Technician</b></p>
<p>
<label>Company:</label>Amazon.com</p>
<p>
<label>Stack:</label> Web and Mobile Automation</p>
<p>
<label>Time:</label>May 2014 - Nov 2016</p>
</div>
<div>
<br>
<p class="truncate">
<small><label>Hash: </label>878d1ef78d76e1cd006b89f323de4dce4064fafe2c38d5c711fe83f5e04bb0b2</small>
<br>
<small><label>Previous Hash: </label>830e1d948d6c7dd090e804c9eb94b412f2750ac19cb69d4040ae11dff1d8ef6d</small>
</p>
</div>
</div>
<br>
<!-- Block 2 (SHA-256 blockchain) -->
<div class="one-block" style="">
<p class="h4 text-center">Block #: 001</p>
<p><label>Data:</label></p>
<div class="block-data">
<p>
<label>Title:</label><b>Associate Product Engineer</b></p>
<p>
<label>Company:</label>Symphony Teleca</p>
<p>
<label>Stack:</label>QA activites</p>
<p>
<label>Time:</label>Apr 2013 - May 2014</p>
</div>
<div>
<br>
<p class="truncate">
<small><label>Hash: </label>830e1d948d6c7dd090e804c9eb94b412f2750ac19cb69d4040ae11dff1d8ef6d</small>
<br>
<small><label>Previous Hash: </label>0fdf18af6009579cf35fdc82d130e658bca9037705b3a87142a27daeff138d78</small>
</p>
</div>
</div>
<p>
<h2>
<label>Detailed Working Experiences Till Date :</label><i>https://trisha1212.github.io/Professional-Portfolio/</i></p>
<h2>
<p>
<div class="text-center h5">SHA-256 blockchain</div>
</div>
<!-- <div class="text-center push-to-bottom"><img src='https://www.free-website-hit-counter.com/c.php?d=9&id=106349&s=16' title='vistors'></div> -->
</section>
<div class="parallax-window" data-parallax="scroll" data-image-src="https://images.unsplash.com/photo-1432611185496-76ccd1dc5efe"></div>
<!-- =================== script =================== -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>
<script src="lib/parallax.js-1.4.2/parallax.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<!-- particles js -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- bootstrap 4.0.0-beta.2 -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<!-- main js file -->
<script src="js/main.js"></script>
<script>
$(document).ready(function() {
styleDefault();
$('#changestyle .dropdown-menu a').click(function(){
var style = $(this).data('val');
switch(style) {
case 'default':
styleDefault();
break;
case 'space':
styleSpace();
break;
case 'snow':
styleSnow();
break;
default:
styleDefault();
}
$('#selstyle').text($(this).text());
});
/*-------------------------------
terminal linux style
-------------------------------*/
var about_me_content_displayed = false;
var $lines = $('.command p');
$lines.hide();
var lineContents = [];
var output = [];
var terminal = function() {
var skip = 0;
typeLine = function(idx) {
idx == null && (idx = 0);
var element = $lines.eq(idx);
var content = lineContents[idx];
if(typeof content == "undefined") {
$('.skip').hide();
return;
}
var charIdx = 0;
// console.log(idx);
var typeChar = function() {
var rand = Math.round(Math.random() * 150) + 20;
setTimeout(function() {
var char = content[charIdx++];
element.append(char);
if(typeof char !== "undefined")
typeChar();
else {
element.append('<br/><span class="output">' + output[idx] + '</span>');
element.removeClass('active');
typeLine(++idx);
}
}, skip ? 0 : rand);
}
element.append('[ec2-user@ip-127-0-0-1 ~]$ ').addClass('active');
typeChar();
}
$lines.each(function(i) {
lineContents[i] = $(this).text();
output[i] = $(this).next('span').html();
$(this).text('').show();
});
typeLine();
}
$(window).scroll(function() {
var hT = $('#terminal-start').offset().top,
hH = $('#terminal-start').outerHeight(),
wH = $(window).height(),
wS = $(this).scrollTop() - 250;
if (wS > (hT+hH-wH) && !about_me_content_displayed){
about_me_content_displayed = true;
terminal();
}
});
// end terminal style ------------------------------------
$('section').each(function() {
$('.slider-navigation').prepend('<div class="tick"></div>');
});
$('.tick').on('click', function() {
var tickIndex = $(this).index();
$('body').scrollTop($(window).height() * tickIndex);
});
updatePos();
}); // end document ready
var isDragging = false;
var sliderTop, pointerPos, currentSection;
var bodyHeight = $('body').height();
var sliderHeight = $('.slider-navigation').height();
var elementHeight = $('section').height();
var sectionAmount = $('section').length;
var scale = (bodyHeight - (elementHeight)) / (sliderHeight - $('.nav-pointer').outerHeight());
var waitForFinalEvent = (function() {
var timers = {};
return function(callback, ms, uniqueId) {
if (!uniqueId) {
uniqueId = "resize";
}
if (timers[uniqueId]) {
clearTimeout(timers[uniqueId]);
}
timers[uniqueId] = setTimeout(callback, ms);
};
})();
function updatePos() {
currentSection = $(window).scrollTop() / elementHeight;
currentSectionNum = Math.ceil(currentSection + 0.01);
sliderTop = $(window).scrollTop() / scale;
$('.nav-pointer').css('top', sliderTop).text(currentSectionNum + '/' + sectionAmount);
}
function sliderMove(e) {
$('body').scrollTop(parseInt(e) * scale);
}
$(window).scroll(function() {
if (!isDragging) {
updatePos();
}
});
$(window).resize(function() {
waitForFinalEvent(function() {
bodyHeight = $('body').height();
sliderHeight = $('.slider-navigation').height();
elementHeight = $('section').height();
sectionAmount = $('section').length;
scale = (bodyHeight - (elementHeight)) / (sliderHeight - $('.nav-pointer').outerHeight());
updatePos();
}, 500, "resizing");
});
$(".draggable").draggable({
axis: "y",
containment: "parent",
start: function() {
isDragging = true;
$('body').addClass('dragging');
},
drag: function() {
pointerPos = $(this).css('top');
sliderMove(pointerPos);
updatePos();
},
stop: function() {
isDragging = false;
$('body').removeClass('dragging');
}
});
// Steve Jobs Quotes
console.log("\n \t Your work is going to fill a large part of your life,\n and the only way to be "+
"truly satisfied is to do what you \n believe is great work. And the only way to do great"+
" work \n is to love what you do. If you haven't found it yet, keep \n looking. Don't settle."+
" As with all matters of the heart, \n you'll know when you find it.\n\n\n \t\t\t\t\t\t\t\t\t\t\t "+
"Steve Jobs \n\n");
</script>
</body>
</html>