-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
322 lines (301 loc) · 11.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Arizonia&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap"
rel="stylesheet" />
<!-- ------------------------------------Font--------------------- -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
<!-- ------------------------------------Font--------------------- -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<link rel="stylesheet" href="style.css" />
<title>Hassan Rajput - Personal Portfolio</title>
</head>
<body>
<!-- NAVIGATION -->
<header class="header">
<div class="container navbar">
<h1><a href="#home" class="logo">HassanRJ.</a></h1>
<nav role="navigation">
<ul class="nav-menu">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<button class="hamburger" aria-label="Toggle navigation">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</button>
</div>
</header>
<!-- HERO SECTION -->
<section id="home">
<div class="container hero">
<div class="hero-info">
<h2>I'm Hassan Rajput</h2>
<span>Full Stack Developer / UI/UX Designer</span>
<p>
I'm A Passionate Student of IT, Certified Cloud Applied Generative AI, Web 3.0 & Metaverse & Also I'm A
Frontend Developer at Governor House karachi and Learning Full Stack From Youtube.
</p>
<div class="hero-buttons">
<a href="#portfolio">
<button aria-label="View my portfolio">
My Portfolio
</button>
</a>
<a href="https://portfolio-figma-hassanrj.vercel.app/resume/hassanrj-resume.pdf" target="_blank">
<button aria-label="Download my resume">
Download Resume
</button>
</a>
</div>
</div>
<div class="hero-image">
<img src="assets/me.jpg" alt="Image of Antonio Rogers" />
</div>
</div>
</section>
<!------------- ABOUT SECTION ----------------->
<section id="about" class="about" aria-labelledby="about-heading">
<h2 class="section-titles" id="about-heading">
About Me
</h2>
<div class="container about-inner">
<div class="about-info">
<p>
✨ I’m an exceptionally enthusiastic and devoted student of Information Technology, deeply passionate about the
endless possibilities in the tech world! ✨
🌐 Certified in advanced domains such as Cloud Computing, Applied Generative AI, Web 3.0 technologies, and the
futuristic Metaverse landscape. 🚀
💻 Currently working as a proud and dedicated Frontend Developer at the prestigious Governor House Karachi,
where I contribute to meaningful digital transformation projects. 🏛️
📚 On an exciting journey to master Full Stack Development, learning from the vast and resourceful platform of
YouTube, proving that education knows no boundaries in this digital age! 🎓
</p>
<ul>
<li>Age: 17</li>
<li>Email: [email protected]</li>
<li>Phone: +92 3161097202</li>
<li>Address: Pakistan Baldia Town Karachi</li>
</ul>
</div>
<div class="skills">
<div class="progress-bar" data-percentage="100">
<div class="label">HTML: 100%</div>
<div class="bar"></div>
</div>
<div class="progress-bar" data-percentage="80">
<div class="label">CSS: 80%</div>
<div class="bar"></div>
</div>
<div class="progress-bar" data-percentage="90">
<div class="label">JavaScript: 90%</div>
<div class="bar"></div>
</div>
<div class="progress-bar" data-percentage="85">
<div class="label">React: 85%</div>
<div class="bar"></div>
</div>
</div>
</div>
</section>
<!------------- JOB SECTION ----------------->
<section id="experience" class="jobs" aria-labelledby="experience-heading">
<h2 class="section-titles" id="experience-heading">
Experience
</h2>
<div class="container">
<div class="job-list">
<!-- FIRST LEFT JOB -->
<div class="job-item job-item-left">
<div>
<span class="job-date date-left">
Act 2024 - Now
</span>
<div class="job-content">
<h5>Full Stack Web Developer</h5>
<p>
I’m a passionate Full Stack Web Developer in the making, mastering both frontend and backend
technologies. Currently learning through hands-on projects and YouTube tutorials, aiming to build
dynamic, impactful web applications.
</p>
</div>
</div>
</div>
<!-- FIRST RIGHT JOB -->
<div class="job-right">
<div class="job-item job-item-right">
<div>
<span class="job-date date-right">
Nov 2023 - Now
</span>
<div class="job-content">
<h5>Frontend Web developer</h5>
<p>
I’m a driven Frontend Web Developer, honing my skills at Governor House Karachi. Gaining real-world
experience in crafting user-friendly interfaces while expanding my expertise in web technologies and
responsive design.
</p>
</div>
</div>
</div>
</div>
<div class="job-item job-item-left">
<div>
<span class="job-date date-left">
Feb 2023 - Oct 2023
</span>
<div class="job-content">
<h5>JavaScript & TypeScript Proficiency</h5>
<p>
I’m proficient in JavaScript and TypeScript, leveraging their power to build scalable, efficient, and
dynamic web applications. Continuously improving my skills to write clean, maintainable code for both
frontend and backend development.
</p>
</div>
</div>
</div>
<div class="job-right">
<div class="job-item job-item-right">
<div>
<span class="job-date date-right">
Feb 2021 - May 2022
</span>
<div class="job-content">
<h5>Graphics Designer</h5>
<p>
As a graphic designer trained at The Learning Zone, I
specialize in Photoshop, Adobe Illustrator, Canva, and Corel
Draw. I create logos and various visual designs, enhancing
brand identities.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!----------- PROJECT SECTION --------------->
<section id="portfolio" class="portfolio" aria-labelledby="portfolio-heading">
<h2 class="section-titles" id="portfolio-heading">
Some of my work
</h2>
<div class="container">
<div class="projects">
<div class="project-images">
<div class="project">
<div class="card">
<div class="bg-overlay"></div>
<a href="https://portfolio-figma-hassanrj.vercel.app/" target="_blank">
<img src="assets/port-figma.png" alt="project-image" class="overlay-image" />
<img src="assets/port-figma.png" alt="project-image" class="main-image" />
</div>
<div class="content">
<h4>Portfolio</h4>
<span>Next.js / Tailwind / Figma</span>
</a>
</div>
</div>
<div class="project">
<a href="https://blogafay.vercel.app/" target="_blank">
<div class="card">
<div class="bg-overlay"></div>
<img src="assets/p1.png" alt="project-image" class="overlay-image" />
<img src="assets/p1.png" alt="project-image" class="main-image" />
</div>
<div class="content">
<h4>Free Resume Builder - Full Stack</h4>
<span>Next.js / Tailwind / MongoDB</span>
</div>
</a>
</div>
<div class="project">
<a href="https://hassanrj-portfolio.vercel.app/" target="_blank">
<div class="card">
<div class="bg-overlay"></div>
<img src="assets/p2.png" alt="project-image" class="overlay-image" />
<img src="assets/p2.png" alt="project-image" class="main-image" />
</div>
<div class="content">
<h4>Fortfolio</h4>
<span>Next.js / Tailwind</span>
</div>
</a>
</div>
<div class="project">
<a href="https://freeresumebuilder-h.vercel.app/" target='_blank'>
<div class="card">
<div class="bg-overlay"></div>
<img src="assets/p3.png" alt="project-image" class="overlay-image" />
<img src="assets/p3.png" alt="project-image" data-image="1" class="main-image" />
</div>
<div class="content">
<h4>Blogafay - Full Stack Blog Wesite</h4>
<span>Next.js / Tailwind / MongoDB</span>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="container">
<h1>Let's Have a <strong>discussion!</strong></h1>
</div>
<p>
Please allow 24-48 hours for a response. Thank you!
</p>
<div>
<form id="contact-form" aria-label="Contact-Form" onsubmit="sendMail()">
<div class="form-row">
<input type="text" name="name" id="name" class="form-input" placeholder="Your Name" required
aria-label="Your name" />
<input type="email" name="email" id="email" class="form-input" placeholder="Your Email" required
aria-label="Your email" />
</div>
<textarea name="message" id="message" rows="6" class="form-input" required
placeholder="Enter your message here..." style="resize: none" aria-label="Your message"></textarea>
<div class="form-button">
<button type="submit">
Submit Your Message
</button>
</div>
</form>
</div>
</section>
<footer>
<div class="container footer-container">
<p>
© 2024 Hassan Rajput.com All rights reserved
</p>
<div class="footer-icons">
<a href="https://www.facebook.com/profile.php?id=100067756576220" target="_blank">
<ion-icon name="logo-facebook"></ion-icon>
</a>
<a href="https://github.com/Hassan3108huzaifa" target="_blank">
<ion-icon name="logo-github"></ion-icon>
</a>
<a href="https://discord.gg/jfh5ah6H" target="_blank">
<ion-icon name="logo-discord"></ion-icon>
</a>
<a href="https://www.youtube.com/@hassanrj3108" target="_blank">
<ion-icon name="logo-youtube"></ion-icon>
</a>
</div>
</div>
</footer>
<script src="app.js"></script>
</body>
</html>