forked from sundarlsr/sundarlsr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaishwarya.html
More file actions
208 lines (193 loc) · 10.6 KB
/
aishwarya.html
File metadata and controls
208 lines (193 loc) · 10.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aishwarya Singam</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!--Montserrat font-->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css" />
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body>
<section>
<!-- MOBILE NAVIGATION -->
<div id="mobile-nav" class="w3-bar-block w3-hide w3-hide-large w3-hide-medium w3-sticky">
<a href="#about" class="w3-bar-item w3-button w3-center w3-hover-none w3-border-white w3-bottombar w3-hover-border-green w3-hover-text-green" onclick="toggleNavigation()">ABOUT</a>
<a href="#resume" class="w3-bar-item w3-button w3-center w3-hover-none w3-border-white w3-bottombar w3-hover-border-green w3-hover-text-green" onclick="toggleNavigation()">RESUME</a>
<a href="#contact" class="w3-bar-item w3-button w3-center w3-hover-none w3-border-white w3-bottombar w3-hover-border-green w3-hover-text-green" onclick="toggleNavigation()">CONTACT</a>
</div>
<!-- SOCIAL SECTION -->
<section class="image-section w3-quarter w3-fixed w3-padding-small">
<!--IMAGE/AVATAR-->
<img src="profile1.png" class="w3-circle w3-border w3-border-sand" style="border-width: 3px !important;"/>
<!--SCIAL NETWORK BUTTONS-->
<div class="links w3-margin-top w3-padding-small">
<a class="icon-link w3-text-sand w3-hover-text-amber" href="https://www.facebook.com/DSoulWorkZ/" target="_blank">
<i data-feather="facebook"></i>
</a>
<a class="icon-link w3-text-sand w3-hover-text-amber" href="https://www.instagram.com/d_soul_workz/" target="_blank">
<i data-feather="instagram"></i>
</a>
<a class="icon-link w3-text-sand w3-hover-text-amber" href="https://github.com/Aishwarya-s" target="_blank">
<i data-feather="github"></i>
</a>
<a class="icon-link w3-text-sand w3-hover-text-amber" href="https://www.linkedin.com/in/aishwarya-s-7b83b5111/" target="_blank">
<i data-feather="linkedin"></i>
</a>
</div>
<div id="mobile-nav" class="w3-container w3-padding-16">
<a href="#about" class="w3-bar-item w3-button w3-center w3-hover-none w3-text-white w3-hover-text-green" onclick="toggleNavigation()">ABOUT</a> <br>
<a href="#resume" class="w3-bar-item w3-button w3-center w3-hover-none w3-text-white w3-hover-text-green" onclick="toggleNavigation()">RESUME</a><br>
<a href="#contact" class="w3-bar-item w3-button w3-center w3-hover-none w3-text-white w3-hover-text-green" onclick="toggleNavigation()">CONTACT</a>
</div>
<!--CV DOWNLOAD BUTTON-->
<div class="w3-container w3-padding-16">
<a href="./Automation Testing_TOSCA_Aishwarya Singam.pdf" class="w3-amber w3-hover-amber w3-button w3-round-small w3-hover-deep-orange w3-padding-large" target="_blank" download="Automation Testing_TOSCA_Aishwarya Singam.pdf">
<i data-feather="arrow-down" style="vertical-align: -0.35em;"></i>
<span class="w3-margin-left download-text">DOWNLOAD RESUME</span>
</a>
</div>
</section>
<!--CV CONTENT SECTION-->
<section class="w3-threequarter w3-padding-large w3-right">
<!--DESKTOP NAVIGATION-->
<div class="w3-container w3-padding-large w3-border-bottom w3-hide-small">
<a href="#contact" class="w3-bar-item w3-button w3-hover-none w3-border-white w3-bottombar w3-hover-border-green w3-hover-text-green w3-right w3-hide-small" style="border-width: 2px !important;" onclick="toggleNavigation()">CONTACT</a>
<a href="#resume" class="w3-bar-item w3-button w3-hover-none w3-border-white w3-bottombar w3-hover-border-green w3-hover-text-green w3-right w3-hide-small" style="border-width: 2px !important;" onclick="toggleNavigation()">RESUME</a>
<a href="#about" class="w3-bar-item w3-button w3-hover-none w3-border-white w3-bottombar w3-hover-border-green w3-hover-text-green w3-right w3-hide-small" style="border-width: 2px !important;" onclick="toggleNavigation()">ABOUT</a>
</div>
<div class="content-container w3-margin-top-2">
<!--HOME SECTION-->
<div id="home" class="home w3-container w3-margin-top-4 w3-cursive">
<p style="font-style: italic; font-size:x-large;">"You are always a one decision away from an entirely different life.Always be open to change and take wise decisions."</p>
<h1>Aishwarya Singam (24)</h2>
<h2>Senior Software Engineer</h3>
<p></p>
</div>
<!--ABOUT SECTION-->
<div id="about" class="w3-container w3-margin-top-20-percent w3-cursive w3-large">
<h2 class="w3-border-bottom w3-border-amber" style="border-width: 3px !important;">ABOUT</h2>
<p class="w3-margin-top-2">
Hi all<br>
I am Singam Aishwarya.<br>
I am currently working as a <b>Senior Software Engineer</b> at Accenture.
3+ years of Software Industry Experience with 2.5 years of TOSCA Experience.
I am currently pursuing M.Tech - Software Engineering (WILP Programme)at BITS Pilani<b>
</p>
</div>
<!--RESUME-->
<div id="resume" class="w3-container w3-margin-top-20-percent w3-cursive">
<h2 class="w3-border-bottom w3-border-amber" style="border-width: 3px !important;">RESUME</h2>
<div class="w3-container w3-margin-top-2 w3-cursive">
<!--EMPLOYMENT HISTORY SECTION-->
<h3 class="w3-border-amber">MY EMPLOYMENT HISTORY</h3>
<div class="">
<h4>Senior Software Engineer at Accenture</h4>
<p>November 2018 - Present</p>
<ul class="w3-ul" style="font-weight: 500;">
<li>Working as a QA - Functional Testing and Automation Testing - TOSCA </li>
<li>Expertise in Functional Testing, Regression Testing , Automation Testing using TOSCA</li>
<li> Experience in Creating Test cases , Defect Reports</li>
<li>Handling the client calls</li>
</ul>
</div>
<!---EDUCATION SECTION-->
<div class="w3-container w3-margin-top-2 w3-cursive">
<h3 class="w3-border-amber">MY EDUCATION</h3>
<h4>M.Tech - Software Engineering - BITS Pilani(WILP Programme),Hyderabad</h4>
<ul class="w3-ul" style="font-weight: 500;">
<li>Semester I - 8.17 GPA</li>
<li>June 2021 - Present </li>
</ul>
<h4>B.Tech - Computer Science Engineering - G.Narayanamma Institute of Technology and Science ,Hyderabad</h4>
<ul class="w3-ul" style="font-weight: 500;">
<li>Percentage - 70.7%</li>
<li>June 2014 - June 2018 </li>
</ul>
<h4>Intermediate - M.P.C. - Narayana Junior College , Hyderabad</h4>
<ul class="w3-ul" style="font-weight: 500;">
<li>Percentage - 96.6%</li>
<li>March 2012 - March 2014</li>
</ul>
<h4>S.S.C - V.S.K. Memorial High School , Hyderabad</h4>
<ul class="w3-ul" style="font-weight: 500;">
<li>9.7 GPA</li>
<li>March 2011 - March 2012</li>
</ul>
</div>
<!--SKILLS SECTION-->
<div class="w3-container w3-margin-top-2 w3-cursive">
<h3 class="w3-border-amber">MY SKILLS</h3>
<!--TECHNICAL SKILLS-->
<h4>Technical skills</h4>
<ul class="w3-ul" style="font-weight: 500;">
<li>Automation skills : TOSCA , Vital Checks, RAFT (Basic Knowledge) </li>
<li>Database skills : MySQL database</li>
<li>Test Management Tools : HP ALM 12.6 and AIT.</li>
<li>Applications worked on : DV and CRP.</li>
<li>Continuous Integration tool : Litmus</li>
<li>Domains worked : Banking</li>
<li>Programming skills : Have knowledge in C , Java, HTML, CSS3,Python </li>
<li>IDE Worked : PyCharm , Eclipse , Visual Code Studio</li>
</ul>
<!--SOFT SKILLS-->
<h4>Soft skills</h4>
<ul class="w3-ul" style="font-weight: 500;">
<li>Effective Team player</li>
<li>Good at understanding problems and requirements</li>
<li>Open to change and learn something new</li>
</ul>
</div>
<!--INTERESTS SECTION-->
<div class="w3-container w3-margin-top-2 w3-cursive">
<h3 class="w3-border-amber">MY HOBBIES AND INTERESTS</h3>
<ul class="w3-ul" style="font-weight: 500;">
<li>I love making crafts , drawings in my free time</li>
<li>I like to explore and learn new things</li>
</ul>
</div>
<!--CERTIFICATIONS SECTION-->
<div class="w3-container w3-margin-top-2 w3-cursive">
<h3 class="w3-border-amber">CERTIFICATIONS</h3>
<ul class="w3-ul" style="font-weight: 500;">
<li>Certified Automation Specialist Level 1 and Level 2 (AS1 and AS2) in TOSCA</li>
<li>Certified Automation Engineer Level 1 (AE1) in TOSCA </li>
</ul>
</div>
</div>
<!--CONTACT SECTION-->
<div id="contact" class="w3-container w3-margin-top-20-percent w3-cursive">
<h2 class="w3-border-bottom w3-border-amber" style="border-width: 3px !important;">MY CONTACT DETAILS</h3>
<div class="w3-margin-top-2" style="font-weight: 500;">
<p>Name: Singam Aishwarya</p>
<p>E-mail: aishwaryasingam@email.com</p>
</div>
</div>
<!--FOOTER-->
<footer class="w3-container w3-border-top w3-center w3-margin-top-4">
<p>© 2022 - Aishwarya Singam</p>
</footer>
<!--END OF CV SECTION-->
</section>
</section>
<script>
// Function to toggle mobile navigation
function toggleNavigation() {
let nav = document.getElementById("mobile-nav");
if (nav.classList.contains('w3-show')) {
nav.classList.remove('w3-show');
} else {
nav.classList.add('w3-show');
}
}
</script>
<script>
// Script to load feather icons
feather.replace()
</script>
</body>
</html>