-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
359 lines (316 loc) · 16.1 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
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!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">
<title>Portfolio</title>
<link rel="icon" href="./icons/favicon.ico">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="wrapper">
<div class="container">
<div class="navbar" id="top">
<div class="logo-container">
<img src="./icons/NavLogo_S.jpg" class="logo" id="s" alt="S">
<div class="logo-text">HUBHAM PATHA</div>
<img src="./icons/NavLogo_K.png" class="logo" id="k" alt="K">
</div>
<div class="nav-items">
<div><a href="#proj"><b>My Projects</b></a></div>
<div><a href="#skl"><b>My Skills</b></a></div>
<div><a href="#cme"><b>Contact Me</b></a></div>
</div>
</div>
<div class="hero-section">
<div class="faded-text">SHUBHAM PATHAK</div>
<div class="hero-section-left">
<div class="hero-section-heading">Hiring Manager</div>
<div class="hero-section-heading hero-section-sub-heading">
I am <span class="role"></span>
</div>
<div class="hero-section-description">
Explore my portfolio to discover the projects I've worked on and the skills I've developed.
If you'd like to connect, you'll find multiple ways to reach me.
I'm excited to share my work with you and look forward to any opportunities for collaboration.
</div>
<a class="btn-pink" id="btn" href="https://drive.google.com/file/d/1zeFK9w6rx6JlKOht3oY1lJWBiqtHvHix/view?usp=sharing" target="_blank"><span class="hire">Hire me</span></a>
</div>
<div class="hero-section-right">
<div class="absolute icons icon-dots">
<img src="./icons/dots.png" alt="dot" />
</div>
<div class="absolute icons icon-cube">
<img src="./icons/cube.png" alt="cube" />
</div>
<div class="absolute icons icon-circle">
<img src="./icons/circle.png" alt="circle" />
</div>
<div class="absolute icons icon-zigzag">
<img src="./icons/zigzags.png" alt="zigzag" />
</div>
<div class="absolute icons icon-plus">
<img src="./icons/plus.png" alt="+" />
</div>
<div class="user-image">
<img src="./img/UserImage.png" alt="me" />
</div>
</div>
</div>
</div>
<div class="project-section">
<h2 class="page-header" id="proj" > My Projects</h2>
<h3 class="minor">Minor Projects</h3>
<div class="project-container">
<a href="https://find-ur-github.netlify.app/" target="_blank">
<div class="project-card" id="project1">
<div class="project-number project-number-right">01</div>
<div class="project-content project-content-left">
<h2 class="project-heading">Github Account Finder</h2>
<p class="project-sub-heading">
Implemented a powerful search functionality that enables users to find any GitHub username quickly.
Utilized CSS to create a visually appealing layout that adapts seamlessly to various screen sizes,
ensuring a consistent experience.</p>
<p style="color: aqua">USED TECHNOLOGIES:
</p>
<div class="project-skill-container">
<img class="project-skill" src="./stack/HTML.png" alt="HTML" />
<img class="project-skill" src="./stack/CSS.png" alt="CSS" />
<img class="project-skill" src="./stack/Javascript.svg" alt="JS">
</div>
</div>
</div>
</a>
<a href="https://enjoy-tic-tac-toe.netlify.app/" target="_blank">
<div class="project-card" id="project2">
<div class="project-number project-number-left">02</div>
<div class="project-content project-content-right">
<h2 class="project-heading ">Tic Tac Toe</h2>
<pre class="project-sub-heading">
Created a structured HTML layout that mimics the
sections for user input and employed CSS to
replicate the visual soothing context, including fonts,
colors, and button styles, ensuring a consistent
and immersive experience.</pre>
<p style="color: aqua">USED TECHNOLOGIES:
</p>
<div class="project-skill-container">
<img class="project-skill" src="./stack/HTML.png" alt="HTML" />
<img class="project-skill" src="./stack/CSS.png" alt="CSS" />
<img class="project-skill" src="./stack/Javascript.svg" alt="JS" />
</div>
</div>
</div>
</a>
<a href="https://night-sky-parallax.netlify.app/" target="_blank">
<div class="project-card" id="project3">
<div class="project-number project-number-right">03</div>
<div class="project-content project-content-left">
<h2 class="project-heading">Parallax Scroll</h2>
<p class="project-subHeading">It is a webpage that illustrates PARALLAX EFFECT.
<br>
</p>
<p style="color: aqua">USED TECHNOLOGIES:
</p>
<div class="project-skills-container">
<img class="project-skill" src="./stack/HTML.png" alt="HTML" />
<img class="project-skill" src="./stack/CSS.png" alt="CSS" />
</div>
</div>
</div>
</a>
<a href="https://new-login-signup-pages.netlify.app/" target="_blank">
<div class="project-card" id="project4">
<div class="project-number project-number-left">04</div>
<div class="project-content project-content-right">
<h2 class="project-heading">SIGN-UP PAGE</h2>
<p class="project-sub-heading">
This is a login/sign-up page with toggle button.<br>The registred data is stored in same browser. <br>
The data can persist in refreshness of page and tab/browser closings.
</p>
<p style="color: aqua">USED TECHNOLOGIES:
</p>
<div class="project-skill-container">
<img class="project-skill" src="./stack/HTML.png" alt="HTML" />
<img class="project-skill" src="./stack/CSS.png" alt="CSS" />
<img class="project-skill" src="./stack/Javascript.svg" alt="JS" />
</div>
</div>
</div>
</a>
<a href="https://to-know-ur-weather.netlify.app" target="_blank">
<div class="project-card" id="project5">
<div class="project-number project-number-right">05</div>
<div class="project-content project-content-left">
<h2 class="project-heading">Weather Channel</h2>
<p class="project-subHeading">
This is a website that could help user to know the weather at their current location.
<br>
</p>
<p class="project-sub-heading">
User can also search for desired city to know weather conditions there.
</p>
<p style="color: aqua">USED TECHNOLOGIES:
</p>
<div class="project-skill-container">
<img class="project-skill" src="./stack/HTML.png" alt="HTML" />
<img class="project-skill" src="./stack/CSS.png" alt="CSS" />
<img class="project-skill" src="./stack/Javascript.svg" alt="JS">
</div>
</div>
</div>
</a>
<a href="https://fooood-menu.netlify.app/" target="_blank">
<div class="project-card" id="project6">
<div class="project-number project-number-left">06</div>
<div class="project-content project-content-right">
<h2 class="project-heading">Food Menu</h2>
<p class="project-sub-heading">
This is a webpage that could help restraunt owner display their menu online.
<br>
Owners could place a picture, cost, discount about their items in menu.
<p style="color: aqua">USED TECHNOLOGIES:
</p>
<div class="project-skill-container">
<img class="project-skill" src="./stack/HTML.png" alt="HTML" />
<img class="project-skill" src="./stack/CSS.png" alt="CSS" />
<img class="project-skill" src="./stack/Javascript.svg" alt="JS" />
<img class="project-skill" src="./stack/React.png" alt="REACT">
</div>
</div>
</div>
</a>
</div>
<h3 class="major">Major Project</h3>
<div class="project-container">
<div class="project-card" id="project01">
<div class="project-number project-number-right">01</div>
<div class="project-content project-content-left">
<h2 class="project-heading">ONLINE FOOD ORDER</h2>
<p class="project-subHeading">Crafted a user-friendly visual that help user to order food online similar to what the software like Swiggy,
Zomato are doing but in a simpler way.
<br>
</p>
<p style="color: aqua">USED TECHNOLOGIES:
</p>
<div class="project-skill-container">
<img class="project-skill" src="./stack/HTML.png" alt="HTML" />
<img class="project-skill" src="./stack/CSS.png" alt="CSS" />
<img class="project-skill" src="./stack/Vue.png" alt="Vue" />
<img class="project-skill" src="./stack/Express.png" alt="Express" />
<img class="project-skill" src="./stack/my-sql.png" alt="My SQL" />
</div>
<p>Live Link Not Available</p>
</div>
</div>
</div>
</div>
<div id="skl" class="container skills-container ">
<div class="skill-fade-text">My Skills</div>
<div class="skill-container-left">
<h2 class="skill-heading">
<span class="caps">M</span>e and
<br />
MyTech Stack
</h2>
<div class="skill-subHeading">
<p>
Hi Recruiter! My name is Shubham Pathak. I am a Frontend Web Developer I
have been practicing for last 3 Years and working to become a <u>FULL STACK DEVELOPER</u>.
</p>
<br>
<p>
I am pursuing my Bachelor of Technology from Babu Banarasi Das University.
</p>
</div>
</div>
<div class="skill-container-right">
<img src="./stack/HTML.png" alt="HTML" class="skills-logo" />
<img src="./stack/CSS.png" alt="CSS" class="skills-logo" />
<img src="./stack/Javascript.svg" alt="JS" class="skills-logo" />
<img src="./stack/React.png" alt="REACT" class="skills-logo" />
<img src="./stack/NodeJs.svg" alt="NODEJS" class="skills-logo" />
<img src="./stack/Next.svg" alt="NEXT" class="skills-logo" />
<img src="./stack/Tailwind.png" alt="TAILWIND" class="skills-logo" />
<img src="./stack/my-sql.png" alt="MY SQL" class="skills-logo" />
<img src="./stack/Vue.png" alt="VueJS" class="skills-logo" />
<img src="./stack/Git.svg" alt="GIT" class="skills-logo" />
<img src="./stack/Github.svg" alt="GITHUB" class="skills-logo" />
<img src="./stack/MongoDB.svg" alt="MONGODB" class="skills-logo" />
<img src="./stack/netlify.png" alt="NETLIFY" class="skills-logo" />
<img src="./stack/Docker.svg" alt="DOCKER" class="skills-logo" />
</div>
</div>
<div class="contactus-form-container" id="cme">
<div class="container">
<h1 class="contactus-heading">Contact me</h1>
<h3 class="contactus-sub-heading">
Questions, thoughts, or just want to say hello?
</h3>
<div class="contactus-form-container">
<form class="form" action="">
<div class="formfield-container">
<input class="formfield"
type="text"
name="name"
placeholder="Enter your name" />
<input class="formfield"
type="email"
name="email"
placeholder="Enter your email address" />
<input class="formfield"
type="text"
name="subject"
placeholder="Enter your subject" />
<textarea name="message"
cols="30" rows="10"
class="formfield formfield-textarea"
placeholder="Enter your message"></textarea>
</div>
<div>
<a href="mailto:[email protected]" type="submit" class="btn-pink" id="submit-btn" target="_blank">
Send Message<i class="submit-icon fa-solid fa-paper-plane"></i>
</a>
</div>
</form>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="footer-wrapper">
<div class="footer-faded-text">Shubham Pathak</div>
</div>
<div class="icon-wrapper">
<a href="#top" class="gtt">Go To Top</a>
<a href="https://www.linkedin.com/in/shubham-pathak-600951201/" target="_blank">
<i class="fa-brands fa-linkedin icon"></i>
</a>
<a href="https://www.instagram.com/pathak_2904/" target="_blank">
<i class="fa-brands fa-instagram icon"></i>
</a>
<a href="mailto:[email protected]">
<i class="fa-regular fa-envelope icon"></i>
</a>
</div>
</div>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script>
var typeData = new Typed(".role", {
strings: [
"SHUBHAM PATHAK",
"a NCC CADET",
"a Frontend Dev",
],
loop: true,
typeSpeed: 80,
backSpeed: 50,
backDelay: 1000,
});
</script>
</body>
</html>