-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
243 lines (240 loc) · 12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PM </title>
<link rel="shortcut icon" href="images/main.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css ">
<!-- Locomotive JS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="responsive.css">
</head>
<body>
<div class="loco" data-scroll-container>
<header>
<nav>
<div class="logo ">
<img src="./images/temp.png" alt="pm logo">
</div>
<div class="navbar">
<div><a href="#">Home</a></div>
<div><a href="#projects">Projects</a></div>
<div><a href="#">Experience </a></div>
<div><a href="#contact">Contact </a></div>
</div>
</nav>
</header>
<section class="container about" data-scroll>
<div data-scroll data-scroll-speed="2" class="avatar">
<img src="images/avatar.png" alt="pm avatar ">
</div>
<div class="about-text">
<h1>I <span>code</span><br>and listen to <span>music</span>!</h1>
<p>I am a seasoned full-stack software engineer with over 2 years of
professional experience, specializing in frontend development. My
expertise lies in crafting robust and scalable web-apps.</p>
<div class="about-btn">
<button data-scroll data-scroll-speed="0.5" data-scroll-direction="horizontal"
class="btn-primary ">Get in Touch</button>
<a href="#projects"><button data-scroll data-scroll-speed="-0.5" data-scroll-direction="horizontal"
class="btn-secondary ">Projects</button></a>
</div>
</div>
</section>
<section class="container experience-with" data-scroll>
<h2>Experience With </h2>
<div class="experience-with-lang">
<div data-scroll data-scroll-speed="5" data-scroll-direction="horizontal"><img src="images/html5.png"
alt="html logo" /></div>
<div data-scroll data-scroll-speed="5" data-scroll-direction="horizontal"><img src="images/css3.png"
alt="html logo" /></div>
<div><img src="images/nodejs.png" alt="html logo" /></div>
<div data-scroll data-scroll-speed="-5" data-scroll-direction="horizontal"><img src="images/reactjs.png"
alt="html logo" /></div>
<div data-scroll data-scroll-speed="-5" data-scroll-direction="horizontal"><img
src="images/javascript.png" alt="html logo" /></div>
</div>
</section>
<!-- PROJECTS -->
<section class="container" id="projects" data-scroll>
<h2 class="primary-heading heading-projects ">Projects</h2>
<div class="projects">
<div data-scroll data-scroll-speed="0.5" data-scroll-direction="vertical" class=" project-item ">
<a href="https://26-pm.github.io/play/">
<div class="img"><img src="images/play.png" alt="play"></div>
</a>
<div class="projects-title">
<p>Click img to visit.</p>
<h3>Play with Text</h3>
</div>
</div>
<div data-scroll data-scroll-speed="0.5" data-scroll-direction="vertical" class=" project-item ">
<a href="https://26-pm.github.io/currencyConverter/">
<div class="img"><img src="images/currency.jpg" alt="currency converter"></div>
</a>
<div class="projects-title">
<p>Click img to visit.</p>
<h3>Currency Converter</h3>
</div>
</div>
<div data-scroll data-scroll-speed="0.5" data-scroll-direction="vertical" class=" project-item ">
<a href="https://26-pm.github.io/Netflix/">
<div class="img"><img src="https://clipground.com/images/logo-de-netflix-clipart-2.png"
alt="netflix"></div>
</a>
<div class="projects-title">
<p>Click img to visit.</p>
<h3>Netflix</h3>
</div>
</div>
<div data-scroll data-scroll-speed="0.5" data-scroll-direction="vertical" class=" project-item ">
<a href="https://26-pm.github.io/spotify/">
<div class="img"><img
src="./images/Spotify.png"
alt="spotify"></div>
</a>
<div class="projects-title">
<p>Click img to visit.</p>
<h3>Spotify</h3>
</div>
</div>
<div data-scroll data-scroll-speed="0.5" data-scroll-direction="vertical" class=" project-item ">
<a href="https://26-pm.github.io/todo/">
<div class="img"><img
src="./images/todo.jpg"
alt="todo"></div>
</a>
<div class="projects-title">
<p>Click img to visit.</p>
<h3>Todo</h3>
</div>
</div>
<div data-scroll data-scroll-speed="0.5" data-scroll-direction="vertical" class=" project-item ">
<a href="https://ezform-wd7s.onrender.com/">
<div class="img"><img
src="./images/1.png"
alt="form"></div>
</a>
<div class="projects-title">
<p>Click img to visit.</p>
<h3>eZForm</h3>
</div>
</div>
<div data-scroll data-scroll-speed="0.5" data-scroll-direction="vertical" class=" project-item ">
<a href="https://crud-app-x5sd.onrender.com">
<div class="img"><img
src="./images/CRSH.png"
alt="form"></div>
</a>
<div class="projects-title">
<p>Click img to visit.</p>
<h3>CRSH</h3>
</div>
</div>
<div data-scroll data-scroll-speed="0.5" data-scroll-direction="vertical" class=" project-item ">
<a href="https://26-pm.github.io/Pinterestt/">
<div class="img"><img
src="./images/Pinterestt.png"
alt="form"></div>
</a>
<div class="projects-title">
<p>Click img to visit.</p>
<h3>Pinterestt</h3>
</div>
</div>
<div data-scroll data-scroll-speed="0.5" data-scroll-direction="vertical" class=" project-item ">
<a href="https://ez-saver.onrender.com/">
<div class="img"><img
src="./images/eZ Saver.png"
alt="Task Manager"></div>
</a>
<div class="projects-title">
<p>Click img to visit.</p>
<h3>eZ Saver</h3>
</div>
</div>
</div>
</section>
<!-- <section class="container">
<h2 class="primary-heading heading-experience">EXPERIENCE</h2>
<div class="experiences">
<div class="experience-item">
<div class="experience-title-container">
<div><img src="cdn/images/goog-logo.svg" alt="google" /></div>
<div class="experience-title">Lead Software Engineer at Google</div>
<div class="date">Nov 2019 - Present</div>
</div>
<p>
As a Senior Software Engineer at Google, I played a pivotal role in
developing innovative solutions for Google's core search algorithms.
Collaborating with a dynamic team of engineers, I contributed to the
enhancement of search accuracy and efficiency, optimizing user
experiences for millions of users worldwide.
</p>
</div>
<div class="experience-item">
<div class="experience-title-container">
<div><img src="cdn/images/apple-logo.svg" alt="google" /></div>
<div class="experience-title">
Junior Software Engineer at Apple
</div>
<div class="date">Jan 200.56 - Dec 200.57</div>
</div>
<p>
During my tenure at Apple, I held the role of Software Architect,
wimg I played a key role in shaping the architecture of
mission-critical software projects. Responsible for designing
scalable and efficient systems, I provided technical leadership to a
cross-functional team.
</p>
</div>
<div class="experience-item">
<div class="experience-title-container">
<div><img src="cdn/images/meta-logo.svg" alt="google" /></div>
<div class="experience-title">Software Engineer at Meta</div>
<div class="date">Jan 200.57 - Oct 200.59</div>
</div>
<p>
At Meta, I served as a Software Engineer, focusing on the design and
implementation of backend systems for the social media giant's
dynamic platform. Working on projects that involved large-scale data
processing and user engagement features, I leveraged my expertise to
ensure seamless functionality and scalability.
</p>
</div>
</div>
</section> -->
<footer id="contact" data-scroll>
<div class="container">
<h2>Contact</h2>
<p>
Seasoned Full Stack Software Engineer with over 2 years of hands-on
experience in designing and implementing robust, scalable, and
innovative web solutions. Adept at leveraging a comprehensive skill
set encompassing front-end and back-end technologies.
</p>
<div class="email-container">
<div><img src="images/email-icon.svg" alt="email" /></div>
<div>pm26new@gmail.com</div>
</div>
<div class="social-links">
<div><img src="images/x.png" alt="twitter" /></div>
<div><img src="images/instagram.svg" alt="twitter" /></div>
<div><img src="images/youtube.png" alt="twitter" /></div>
</div>
</div>
</footer>
<!-- locomotive -->
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.js"></script>
<script>
const scroll = new LocomotiveScroll({
el: document.querySelector('[data-scroll-container]'),
smooth: true
});
</script>
</div>
</body>
</html>