-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
194 lines (170 loc) · 6.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Payal Sinha - Portfolio</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="container">
<div class="logo">
<h1>Payal Sinha</h1>
</div>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#certificates">Certificates</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</div>
</header>
<section id="home" class="hero">
<div class="container">
<div class="hero-content">
<div class="hero-text">
<p>Hello!</p>
<h1>I'm Payal Sinha</h1>
<h2>A Web Developer and a Graphic Designer</h2>
<div class="hero-buttons">
<a href="#contact" class="btn">Hire Me</a>
<a href="#projects" class="btn secondary-btn">My Works</a>
</div>
</div>
<div class="hero-image">
<img src="images/11.jpg" alt="Payal Sinha">
</div>
</div>
</div>
</section>
<section id="about">
<div class="container">
<h2>About Me</h2>
<p>Creative and tech-savvy, I am Payal Sinha, a dynamic professional with a multifaceted background spanning web
development, graphic design, and data analysis. My journey is driven by a passion for problem-solving and a
dedication to ensuring customer success in every endeavor.
In my role as a Graphics Designer and Web Developer at Brand Booster, I honed my skills in managing customer
service requests with precision and timeliness. Crafting visual assets and designing marketing collateral
allowed me to blend creativity with technical expertise while adhering to established processes and Service
Level Agreements.
My proficiency extends beyond design into the realm of data analysis and machine learning. Projects utilizing
tools like Tableau and programming languages such as Python and C++ have empowered me to distill complex
datasets into actionable insights, guiding strategic decision-making processes.
As a graphic designer at Kodessa - Women in Tech, my role is integral to shaping the organization's visual
identity and enhancing its communication efforts. I leverage my creative skills and technical expertise to craft
compelling visual content that resonates with the organization's mission of empowering women in the tech
industry.
</p>
</div>
</section>
<section id="skills">
<div class="container">
<h2>Skills</h2>
<div class="skills-grid">
<div class="skill">Web Development</div>
<div class="skill">Graphic Designer</div>
<div class="skill">Data Analysis</div>
<div class="skill">Python</div>
<div class="skill">C++</div>
<div class="skill">HTML5</div>
<div class="skill">CSS3</div>
</div>
</div>
</section>
<section id="projects">
<div class="container">
<h2>Projects</h2>
<div class="projects-grid">
<!-- Add your projects here -->
<div class="project">
<img src="images\Screenshot 2024-05-26 231826.png" alt="Project 1">
<h3>Calculator</h3>
<p>Built using HTML, CSS, and JavaScript</p>
</div>
<div class="project">
<img src="images\Screenshot 2024-05-26 231737.png" alt=" Project 2">
<h3>Digital Clock</h3>
<p>Built using HTML, CSS, and JavaScript</p>
</div>
<div class="project">
<img src="images\Screenshot 2024-07-08 143823.png" alt=" Project 2">
<h3>Protfolio Responsive Website</h3>
<p>Built using HTML,CSS
</div>
</div>
</section>
<section id="certificates">
<div class="container">
<h2>Certificates</h2>
<div class="certificates-grid">
<!-- Add your certificates here -->
<div class="certificate">
<img src="images\Screenshot 2024-05-26 235435.png" alt="Certificate 1">
<h3>SQL BASIC CERTIFICATE FROM HACKERRANK </h3>
</div>
<div class="certificate">
<img src="images\Screenshot 2024-05-26 235449.png"alt=" Certificate 2">
<h3>SQL INTERMEDIATE CERTIFICATE FROM HACKERRANK </h3>
</div>
<div class="certificate">
<img src="images\ssoc.jpg" alt="Certificate 1">
<h3>SOCIAL SUMMER OF CODE </h3>
</div>
</div>
</div>
</section>
<section id="portfolio">
<div class="container">
<h2>Graphic Design Portfolio</h2>
<p>View my portfolio: <a href="https://drive.google.com/file/d/1M0rz6kKD3RuQTtzAoHmMy7sRaEe4HD7J/view?usp=sharing"
target="_blank">Google Drive</a></p>
<!-- Add your graphic designs here -->
<div class="portfolio-grid">
<div class="portfolio-item">
<img src="images\kode-a-thon.png" alt="Design 1">
<h3>KODE-A-THON</h3>
</div>
<div class="portfolio-item">
<img src="images\women in tech.jpg" alt="Design 2">
<h3>Women In Tech</h3>
</div>
</div>
</div>
</section>
<section id="resume">
<div class="container">
<h2>Resume</h2>
<p>Download now: <a href="https://drive.google.com/file/d/1fdICUE-z-m1QGSvE6bANWfDKrb6E-lJM/view?usp=sharing"
target="_blank">Download Resume</a></p>
</div>
</section>
<section id="contact">
<div class="container">
<h2>Contact</h2>
<div class="contact-info">
<p>Email: [email protected]</p>
<p>Phone: 9905906631</p>
<div class="contact-links">
<a href="https://www.linkedin.com/in/payal-sinha-b83126279/?originalSubdomain=in" target="_blank">LinkedIn</a>
<a href="https://github.com/payalsinha" target="_blank">GitHub</a>
<a href="https://www.hackerrank.com/profile/sinhapayal2913" target="_blank">hackerrank</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<p>© 2024 Payal Sinha. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>