-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (100 loc) · 4.6 KB
/
index.html
File metadata and controls
119 lines (100 loc) · 4.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mansi Garg | Portfolio</title>
<!-- SEO-->
<meta name="description" content="Mansi Garg's portfolio showcasing skills in Java, Selenium, Manual & API Testing. Analyst at Accenture." />
<meta name="keywords" content="Mansi Garg, Software Tester, Java, Selenium, Manual Testing, API Testing, Accenture" />
<meta name="author" content="Mansi Garg" />
<meta name="robots" content="index, follow" />
<meta property="og:image" content="assets/images/profile-pic.png">
<meta property="og:url" content="https://mansigarg10.github.io/">
<meta name="twitter:card" content="summary_large_image">
<!-- Favicon -->
<link rel="icon" href="assets/icons/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" />
</head>
<body>
<div id="particles-js"></div>
<nav class="navbar">
<div class="nav-left">Mansi Garg</div>
<div class="nav-right">
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
</div>
</nav>
<header class="header">
<img src="assets/images/profile-pic.png" alt="Profile Picture" class="profile-pic" />
<h1>Mansi Garg</h1>
<p>Analyst @ Accenture • Java | Selenium | Manual & API Testing</p>
<div class="socials">
<a href="https://www.linkedin.com/in/mansigarg10" target="_blank" rel="noopener" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/mansigarg10" target="_blank" rel="noopener" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="mailto:mansigarg2787@gmail.com" target="_blank" rel="noopener" aria-label="Email"><i class="fas fa-envelope"></i></a>
</div>
</header>
<main>
<section class="card" id="about">
<h2>About Me</h2>
<p>
I'm Mansi, an ambitious Software Tester with around 3 years of experience in both manual and automation testing. I have hands-on expertise in Java, Selenium, Cucumber, and Agile practices, with a strong focus on functional testing and defect management. I specialize in identifying bugs, analyzing data, and collaborating with developers to ensure high-quality software delivery. I'm constantly exploring new tools and techniques to grow and deliver better every day.
</p>
</section>
<section class="card" id="skills">
<h2>Skills</h2>
<div class="skills-grid">
<div>
<h3>Languages & Tools</h3>
<ul>
<li>Java</li>
<li>Selenium</li>
<li>REST Assured</li>
<li>Cucumber</li>
</ul>
</div>
<div>
<h3>Testing</h3>
<ul>
<li>Automation Testing</li>
<li>Functional Testing</li>
<li>API Testing</li>
<li>Manual Testing</li>
</ul>
</div>
<div>
<h3>Methodologies</h3>
<ul>
<li>Agile</li>
<li>Scrum</li>
</ul>
</div>
<div>
<h3>Soft Skills</h3>
<ul>
<li>Team Collaboration</li>
<li>Communication</li>
</ul>
</div>
</div>
</section>
<section class="card" id="projects">
<h2>Projects</h2>
<div class="project">
<h3>Adactin Hotel Services</h3>
<p>This project automates the hotel booking functionality on the Adactin platform using Selenium WebDriver, TestNG, and Java.</p>
<p><strong>Tech:</strong> Java, Selenium, TestNG, Maven, ExtentReports, JavaScript</p>
<a href="https://github.com/mansigarg10/adactin-hotel-services" target="_blank" rel="noopener">View on GitHub</a>
</div>
</section>
</main>
<footer>
<p>© <span id="year"></span> Mansi Garg. All rights reserved.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/particles.js"></script>
<script src="script.js"></script>
</body>
</html>