-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
314 lines (299 loc) · 10.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--CSS Styles -->
<link rel="stylesheet" href="assets/css/styles.css" />
<!-- Favicons -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/icons/favicon-32x32.png"
/>
<!-- Animate CSS CDN -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<title>Satchid Das | QA Engineer</title>
</head>
<body>
<!-- Navbar -->
<nav>
<h1>Satchid Das</h1>
<ul class="navigation">
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#skills" class="nav-link">Skills</a></li>
<li><a href="#experience" class="nav-link">Work Experience</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<button class="burger-menu" id="burger-menu">
<ion-icon class="bars" name="menu-outline"></ion-icon>
<!-- <ion-icon class="times" name="close-outline"></ion-icon> -->
</button>
</nav>
<!-- Hero Section -->
<section class="hero" id="about">
<img
src="assets/images/wfh.png"
alt=""
loading="lazy"
class="hero-img"
/>
<div class="bio animate__animated animate__shakeX">
<h2 class="bio-title">About Me</h2>
<p class="bio-text">
Hi, I’m Satchid. I am a QA Automation Engineer and
I design/code/maintain automation test frameworks for software projects.
</p>
</div>
</section>
<!-- More about -->
<section class="projects" id="experience">
<h2 class="projects-title">Work Experience</h2>
<div class="projects-container">
<div class="project-container project-card">
<h2><a href="https://www.neurotrack.com/" class="nav-link">Neurotrack</a></h2>
Neurotrack develops digital cognitive health solutions that enable people to assess, monitor, and strengthen their brain health to reduce the risk of Alzheimer's and other dementias.
<br></br>
<h4>Responsibilities:</h4>
<ul>
<li>Backend QA.</li>
<li>REST API Automation with Python.</li>
<li>UI automation with Cypress.</li>
</ul>
</div>
<div class="project-container project-card">
<h2><a href="https://www.corinex.com/" class="nav-link">Corinex</a></h2>
Corinex is the world leader in broadband-power-line (BPL) technology for energy management and grid network digitalization.
<br></br>
<h4>Responsibilities:</h4>
<ul>
<li>Embedded QA.</li>
<li>Complete E2E automation solution.</li>
<li>Validation of NMS for AMI Devices.</li>
</ul>
</div>
<div class="project-container project-card">
<h2><a href="https://www.broadcom.com/" class="nav-link">Broadcom</a></h2>
Broadcom Inc. is a global technology leader that designs, develops and supplies semiconductor and infrastructure software solutions.
<br></br>
<h4>Responsibilities:</h4>
<ul>
<li>Software QA for network features on XGS chips.</li>
<li>Automation with TCL and Python.</li>
<li>POSTMAN for REST API tests.</li>
</ul>
</div>
<div class="project-container project-card">
<h2><a href="https://www.brocade.com/" class="nav-link">Brocade</a></h2>
Brocade is an American technology company specializing in storage networking products, now a subsidiary of Broadcom Inc
<br></br>
<h4>Responsibilities:</h4>
<ul>
<li>Software QA for networking features on MLX devices.</li>
<li>Openflow Device Support and Controllers.</li>
<li>Automation with TCL and Python.</li>
</ul>
</div>
</div>
</section>
<!-- Skills section -->
<section class="skills" id="skills">
<h2 class="skill-header">My Top Skills</h2>
<div class="skills-wrapper">
<div class="first-set animate__animated animate__pulse">
<img
src="assets/icons/icons8-python.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
<img
src="assets/icons/icons8-robot.png"
alt=""
loading="lazy"
class="icon icon-card"
/>
<img
src="assets/icons/icons8-cypress.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
</div>
<div class="second-set animate__animated animate__pulse">
<img
src="assets/icons/icons8-git.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
<img
src="assets/icons/icons8-selenium.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
<img
src="assets/icons/icons8-postman-api.svg"
alt=""
loading="lazy"
class="icon icon-card"
/>
</div>
</div>
</section>
<!-- Projects section
<section class="projects" id="projects">
<h2 class="projects-title">Some of my Recent Projects</h2>
<div class="projects-container">
<div class="project-container project-card">
<img
src="assets/images/expenseTracker.png"
alt="expense-tracker"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">Expense Tracker</h3>
<p class="project-details">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Quas
ratione vel inventore labore commodi modi quos culpa aut saepe!
Alias!
</p>
<a href="#" target="_blank" class="project-link">Check it Out</a>
</div>
<div class="project-container project-card">
<img
src="assets/images/netflixClone.png"
alt="netflic-clone"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">Netflix Clone</h3>
<p class="project-details">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Quas
ratione vel inventore labore commodi modi quos culpa aut saepe!
Alias!
</p>
<a href="#" target="_blank" class="project-link">Check it Out</a>
</div>
<div class="project-container project-card">
<img
src="assets/images/greenyEarth.png"
alt="greeny-earth"
loading="lazy"
class="project-pic"
/>
<h3 class="project-title">Greeny Earth</h3>
<p class="project-details">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Quas
ratione vel inventore labore commodi modi quos culpa aut saepe!
Alias!
</p>
<a href="#" target="_blank" class="project-link">Check it Out</a>
</div>
</div>
</section> -->
<!-- Contact section -->
<section class="contact" id="contact">
<h2>Get In Touch With Me</h2>
<div class="contact-form-container">
<div class="contact-form">
<form name="contact" method="POST" data-netlify="true" data-netlify-recaptcha="true">
<div class="form-control">
<label for="name">Name</label>
<input
type="text"
id="name"
name="sender-name"
placeholder="Enter Your Name"
class="input-field"
required
/>
</div>
<div class="form-control">
<label for="email">Email</label>
<input
type="email"
id="email"
name="sender-email"
placeholder="Enter Your Email"
class="input-field"
required
/>
</div>
<div class="form-control">
<label for="message">Message</label>
<textarea
id="message"
cols="60"
rows="10"
placeholder="Enter Your Message"
name="message"
class="input-field"
required
></textarea>
</div>
<div class="form-control"><div data-size='compact' data-netlify-recaptcha="true"></div></div>
<input
type="submit"
value="Submit"
id="submit-btn"
class="submit-btn"
/>
</form>
</div>
</div>
</section>
<!-- Social accounts - Fixed to the right -->
<div class="socials">
<a href="https://www.instagram.com/isach1t/" target="_blank"
><img
src="assets/icons/icons8-instagram.gif"
alt="Instagram"
loading="lazy"
class="socicon"
/></a>
<a href="https://www.linkedin.com/in/satchidanand-das-322aba108/" target="_blank"
><img
src="assets/icons/icons8-linkedin-circled.gif"
alt="Linkedin"
loading="lazy"
class="socicon"
/></a>
<a href="https://github.com/satchid" target="_blank"
><img src="assets/icons/icons8-github.gif" alt="Github" class="socicon"
/></a>
</div>
<!-- Scroll to top -->
<i class="scroll-up" id="scroll-up"
><img
src="assets/icons/icons8-upward-arrow.gif"
class="socicon up-arrow"
alt=""
/></i>
<!-- Footer section -->
<footer>
</footer>
<!-- Website scripts -->
<script src="assets/js/app.js"></script>
<!-- Ion icons scripts -->
<script
type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"
></script>
</body>
</html>