Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
136 changes: 133 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,139 @@
body {
background-color: navy;
background-color: whitesmoke;
color: #4e4e4e;

}

.header{
background-color: whitesmoke;
color: darkcyan;
font-size: 120%;
font-weight: bold;
font-style: italic;
}

.header2{
background-color: whitesmoke;
color: darkcyan;
font-size: 90%;
font-weight: bold;
font-style:italic;
}

.header3{
color: whitesmoke;
font-size:140%;
font-style: initial;
}

.header4{
color: whitesmoke;
font-size:90%;
font-style: initial;
}

.header5{
color: whitesmoke;
font-size:110%;
font-style: initial;
}

#t2 {
background-color: whitesmoke;
color: darkcyan;
font-size:110%;
font-style: oblique;
tab-size:36;
}

.text1{
background-color: whitesmoke;
color: slategray;
font-size:90%;
font-style: oblique;
}
.about-mf .about-img {
margin-bottom: 2rem;
color:white;
}

.about-mf .about-img img {
margin-left: 5px;
background-color: darkcyan;
}

.skill-mf span {
color: whitesmoke;
font-display: Bold;
font-family: Arial, Helvetica, sans-serif;
}


.skill-mf .progress {
margin:4px auto;
padding:-10;
width:80%;
height:10px;
overflow:hidden;
background:#e5e5e5;
margin-left: 5px;
border-radius:6px;

}

.skill-mf .progress .progress-bar {
height: .7rem;
background-color: lightblue;
}

/*--/ Div left and right /--*/
.wrapper{
position:relative;
}
.right,.left{

position:absolute;
}
.right{
right:20px;
width:70%;
border-style: ridge;
border-radius: 8px;
}
.left{
left:10px;
width:25%;
background-color:cadetblue ;
color: white;
border-style: ridge;
border-radius: 8px;
}

.lefttop{
left:10px;
width:25%;
background-color:beige ;
color: white;
border-style: ridge;
border-radius: 8px;
}

object {
height: 100vh;
width: 100vh;
height: 20vh;
width: 70vh;
/*--/ image /--*/
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 40%;
}
.logo {
width:7%;
margin: 10px;
}

/*--/ wording /--*/
.title-s {
font-weight: bold;
}
Binary file added img/Deepti.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/degree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/mailI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/phoneII.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
192 changes: 174 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,11 @@
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->












<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<body> <!-- body begins here -->


The quickest of brown foxes.




<!-- ====================================================== -->
<!-- ====================================================== -->
<footer>
Expand All @@ -54,4 +37,177 @@
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->

</html>
</html>


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Deepti Chaddha's Portfolio</title>
<link href="css/style.css" rel="stylesheet">

</head>

<body id="page-top" color=red>

<section>
<div class="container">
<div class="wrapper">
<div class="left">
<img src="img/Deepti.png" style="width:25%" class="centre">
<div class ="header3"><strong>DEEPTI CHADDHA</strong></div><br>
<div class ="header5"><strong>Technical Developer</strong></div>
<!--<h2>DEEPTI CHADDHA</h2>
<h3>Technical Developer</h3>-->
<br></br>
<div class="about-info">
<!--<p><span class="title-s"><b>Name:</b> </span> <span>Deepti Chaddha</span></p>-->
<!--<p><span class="title-s"><b>Degree:</b> </span> <span>Masters Of Computers Applications</span></p>-->
<!--<p><span class="title-s"><b>Email:</b> </span> <span>deepti102915@gmail.com</span></p>-->
<img src="img/degree.png" style="width:10%" class="header4"><span>Masters of Computer Applications</span><br>
<img src="img/mail.png" style="width:10%" class="header4"><span>deepti102915@gmail.com</span><br>
<img src="img/Phone.png" style="width:10%" class="header4"><span>(925)-719-9722</span>
<!--<p><span class="title-s"><b>Phone:</b> </span> <span>(925)-719-9722</span></p>-->
</div>
<div class="skill-mf">
<br>
<p><div class="header5"><strong>Skills</strong></div></p>
<span class="header4">JAVA</span> <span class="header4">85%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 85%" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<br>
<span>SQL</span> <span class="pull-right">80%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 80%" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100">
</div>
</div>
<br>
<span class="header4">Agile</span> <span class="header4">85%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 85%" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<br>
<span class="header4">HTML</span> <span class="header4">85%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 85%" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<br>
<span class="header4">Selenium</span> <span class="header4">85%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 85%" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<br>
<span class="header4">Business Analyst</span> <span class="header4">75%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 75%" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<br>
<span class="header4">Shell Script</span> <span class="header4">75%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 75%" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<br>
<span class="header4">DataWareHouse</span> <span class="header4">70%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 70%" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100"></div>
</div>
<br>
</div>
</div>
<div class="right">

<div class="about-me">
<!--<h1> About Me </h1>-->
<div class ="header"><img src="img/profile.png" style="width:7%" class="header" >ABOUT ME</div>
<p class="text1">
I was born in Kanpur, India. I have completed Masters Of Computers Applications after completing my Bachelors in Science degree from India. I am very hard working and passionate towards my career.</br></p>
</p>
<br></br>

<div class ="header">Professional Experiences</div>
<br>
<p class="text">
<pre id="t2"><strong>PerScholas Inc.</strong> Educational training of Full Stack Development</pre>
<pre id="t2">Charlotte, NC June 2020 - till Present</pre>
<p class="text1">
Ongoing
</p>
</p>
<br>
<p class="text">
<pre id="t2"><strong>YMCA Of Greater Charlotte</strong> Business System Analyst</pre>
<pre id="t2">Charlotte, NC Nov 2018 - Mar 2020 </pre>
</p>
<p class="text1">
YMCA of Greater Charlotte has 19 branches and 2 camps. They collect the requirements from all the branches & camps and deliver the new/enhanced applications time to time. All the applications are developed keeping customer satisfaction in mind. Last year the new YMCA website was launched which is very successful. It helped the members to book the programs including classes, camps, and Childcare programs in an easy and efficient manner using their ecommerce account. This year YMCA launched the new app using which the members can log in to their ecommerce account using their mobiles or even Apple watches & keep the track of their workouts. They use different applications like Y360, Drupal, Bynder to build & manage their applications including digital files. At YMCA, Personify is the application used to book different programs including membership. Cadient Talent and Kronos are the application used by HR DEPT for hiring and Payroll process. Track-It is the ticketing system used to log in the tickets/work orders for any kind of issues. Clubhouse is the application used as project management tool for project planning and software development. </br></p>
</p>
<ol class="text1">• Prepared test scripts for different scenarios to do quality analysis of the new Website launched last year.</ol>
<ol class="text1">• Participated and aware of all sorts of agile ceremonies</ol>
<ol class="text1">• Performed UI testing for new YMCA app using different mobile devices and Apple Watches</ol>
<ol class="text1">• Visited different branches after new launches to help other staff members</ol>
<ol class="text1">• Wrote SQL queries to do the backend testing and creating the reports.</ol>
<br>

<p class="text">
<pre id="t2"><strong>Xenial Inc.</strong> Senior Quality Analyst</pre>
<pre id="t2">Charlotte, NC May 2018 - Oct 2018</pre>
<p class="text1">
Xenial (https://xenial.com/) does cool things like build next generation POS systems for some of the biggest casual dining and quick service restaurants in the US. They have various clients like Taco Bell, Bojangles, Panera Bread and Panda Express.
</p>
<ol class="text1">• Analyzed business and system requirements to prepare detailed test plans and test scripts for different scenarios</ol>
<ol class="text1">• Did online Mobile ordering (API calls) using POSTMAN</ol>
<ol class="text1">• Extensively done Order Notification testing</ol>
<ol class="text1">• Performed UI testing for XOO app.</ol>
<ol class="text1">• Worked for different clients and took the lead for SDK sample app (Taco Bell project). Did Regression testing for the final builds released to the customer.
Involved in POC of SDK sample app provided to Panda Express.</ol>

</p>
<br></br>

<p class="text">
<pre id="t2"><strong>Panasonic Automotives</strong> Software Engineer/QA</pre>
<pre id="t2">Peachtree City, Georgia May 2016 - Oct 2016 </pre>
<p class="text1">
DVT is a project team at Panasonic Automotive Solutions where we have a team of more than 100+ people who are responsible for testing the Infotainment system used for several different programs like VP4 (Being used in Chrysler Motors), NTG (used for Mercedes), SYNC (used for Ford Motors). Panasonic is working as Automotive Solution provider to create the state of an art in Vehicle infotainment system. Product has Cluster HMI, Navigation System, HMI, Media Player, Internet Radio, FM/AM Tuner Radio, Bluetooth Telephony and Internet, wireless car telematics like Apple Car Play and Android Auto, Mobile testing using different automated tools
</p>
<ol class="text1">• As a member of DVT team participated in daily standup meetings, planning meetings, backlog meeting as well as retrospective meetings and iteration reviews</ol>
<ol class="text1">• Executed the Automated Test Case scripts used for stress testing.</ol>
<ol class="text1">• Tested the Mobile Online application on field with real-time users for Mobile Devices like IOS and Android.</ol>
<ol class="text1">• Participated in Defect management process</ol>
<ol class="text1">• Worked on bench set up for Chrysler, Ford Motors and Mercedes keeping all different settings and CAN protocols in mind.</ol>
</p>
<br></br>

<p class="text">
<pre id="t2"><strong>Ford Motors Inc.</strong> QA Tester</pre>
<pre id="t2">Dearborn, MI Mar 2012 - Feb 2013 </pre>
<p class="text1">
Zephyr is a project where we have a team of more than 100 people and we are doing the testing for Microsoft Product “Sync” (Being used in Ford Motors). Sync has six modules and we have to execute the test cases for all the Modules (Smart Corners). All the test management process is done on the tool WTT. Bugs are raised on the tool Product Studio. Bugs are being tracked by the tools-DEV log and Trig log.
</p>
<ol class="text1">• As a member of Zephyr team participated in daily standup meetings, planning meeting, backlog meeting as well as retrospective meetings and iteration reviews</ol>
<ol class="text1">• Executed Test cases and collected proof for every Passed and Failed test cases by using DE vlog Tool</ol>
<ol class="text1">• Raised the bugs in Microsoft Tool-Product Studio</ol>
<ol class="text1">• Daily based Vehicle Flashing using tools-DET and SBoot</ol>
<ol class="text1">• Used the Microsoft Test Management tool to plan the tests including test planning, writing test scripts.</ol>
</p>

</div>

</div>
</div>
</div>
</section>


</body>
</html>