-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
360 lines (320 loc) · 16.2 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
360
<!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>Deepanshu Maliyan-Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="media-queries.css">
<link rel="stylesheet" href="style.css">
<body>
<!-- <div lass=" loader container">
<div class="loader">
<span></span>
</div></div> -->
<!-- top banner -->
<div class="top-banner">
<div class="container">
<div class="small-bold-text banner-text">🥳 "Crafting Engaging Websites with Expertise in Design."</div>
</div>
</div>
<!-- nav bar -->
<nav>
<div class="container main-nav flex">
<a href="#" class="company-logo">
<img src="./assets/asset 1.png" alt="company logo">
</a>
<div class="nav-links" id="nav-links">
<ul class="flex">
<li><a href="#" class="hover-link">Services</a></li>
<li><a href="#" class="hover-link">Blogs</a></li>
<li><a href="#" class="hover-link">Pricing</a></li>
<li><a href="#" class="hover-link">Resources</a></li>
<li><a href="#" class="hover-link secondary-button">Portfolio.</a></li>
<!-- <li><a href="#" class="hover-link primary-button">Hire me.</a></li> -->
</ul>
</div>
<a href="#" class="nav-toggle hover-link" id="nav-toggle">
<i class="fa-solid fa-bars"></i>
</a>
</div>
</nav>
<!-- header section -->
<header>
<div class="container header-section flex">
<div class="header-left">
<h2>Hi,</h2>
<h1>I'm Deepanshu Maliyan</h1>
<p>"Empowering Businesses with Cutting-Edge Web Development Design and SEO Solutions."</p>
<a href="#" class="primary-button get-started-btn">Get in Touch</a>
</div>
<div class="header-right">
<img src="./assets/asset 12.png" alt="hero image" height="380px" width= auto>
</div>
</div>
</header>
<!-- companies section -->
<section class="companies-section">
<div class="container">
<div class="small-bold-text companies-header">Collaborated with Industry Leaders to make better decisions : Powering Success for Top Global Brands</div>
<div class="logos flex">
<img class="logo" src="./assets/asset 2.png" alt="elise">
<img class="logo" src="./assets/asset 4.jpeg" alt="synergetic">
<img class="logo" src="./assets/asset 5.jpeg" alt="airship">
<img class="logo" src="./assets/asset 1.png" alt="code crafters">
<img class="logo" src="./assets/asset 9.png" alt="overseas">
<!-- <img class="logo" src="./assets/asset 8.svg" alt="">
<img class="logo" src="./assets/asset 9.png" alt=""> -->
</div>
</div>
</section>
<!-- features section -->
<section class="features-section">
<div class="container">
<div class="features-header">
<h3 class="features-heading-text"> Explore a range of powerful tools and techniques that ensure your projects are grounded in user insights and drive exceptional user experiences.</h2>
<a href="#" class="secondary-button">See all features <i class="fa-solid fa-right-long"></i></a>
</div>
<div class="features-area flex">
<div class="features-card flex">
<img src="./assets/asset 11.svg" alt="">
<h3>Web Development</h3>
<p>Expertise in creating responsive and user-friendly websites.</p>
<a href="#" class="secondary-button">Learn More <i class="fa-solid fa-right-long"></i></a>
</div>
<div class="features-card flex">
<img src="./assets/asset 13.svg" alt="">
<h3>Prototypes</h3>
<p>Discover how people navigate your Figma prototypes.</p>
<a href="#" class="secondary-button">Learn more <i class="fa-solid fa-right-long"></i></a>
</div>
<div class="features-card flex">
<img src="./assets/asset 14.svg" alt="">
<h3>A/B Testing</h3>
<p>Test interaction with first click and navigation tests.</p>
<a href="#" class="secondary-button">Learn more <i class="fa-solid fa-right-long"></i></a>
</div>
<div class="features-card flex">
<img src="./assets/asset 15.svg" alt="">
<h3>SEO/Marketing</h3>
<p>Maximizing online visibility and reach through SEO & Digital Marketing strategies.</p>
<a href="#" class="secondary-button">Learn more <i class="fa-solid fa-right-long"></i></a>
</div>
<div class="features-card flex">
<img src="./assets/asset 16.svg" alt="">
<h3>Marketing Campaigns</h3>
<p>Developing and executing targeted marketing campaigns to drive brand awareness and conversions.</p>
<a href="#" class="secondary-button">Learn more <i class="fa-solid fa-right-long"></i></a>
</div>
<div class="features-card flex">
<img src="./assets/asset 17.svg" alt="">
<h3>Social Media Management</h3>
<p>Crafting effective social media strategies to engage your audience and build a strong online presence.</p>
<a href="#" class="secondary-button">Learn more <i class="fa-solid fa-right-long"></i></a>
</div>
</div>
</div>
</section>
<div class="about-me flex">
<div class="about-me-left">
<span class="hover-link secondary-button">What I do ?</span>
</div>
<div class="about-me-right">
<p>👨💻 Full-Stack Web Developer | 💡 Problem Solver Extraordinaire <br>
Hey there! I'm a versatile full-stack web developer with a passion for crafting seamless digital experiences.
<br>My toolbelt includes HTML, CSS, JavaScript, ReactJS, SCSS, Tailwind CSS, Bootstrap, WordPress, SQL, MongoDB, Java, C, and C++. <br>
🌐 From front-end finesse to back-end wizardry, I thrive on turning concepts into code. But it doesn't stop there. I'm well-versed in Data Structures, Algorithms, Database Management Systems, networking, security, cryptography, and optimization.
<br>
🚀 What sets me apart? My knack for elegant problem-solving. Whether it's tackling complex algorithms or optimizing databases, I'm all about efficiency and effectiveness.
<br>
Let's collaborate and bring your vision to life! 🌟</p>
</div>
</div>
<!--my skill proficiency-->
<div class="skills-section">
<h2 class="skills-title">Proficiency in Skills</h2>
<div class="skill">
<h3 class="skill-name">Frontend Skills</h3>
<div class="skill-bar">
<div class="skill-level" style="width: 90%;"></div>
</div>
</div>
<div class="skill">
<h3 class="skill-name">Backend Skills</h3>
<div class="skill-bar">
<div class="skill-level" style="width: 70%;"></div>
</div>
</div>
<div class="skill">
<h3 class="skill-name">Database Design and Implementation</h3>
<div class="skill-bar">
<div class="skill-level" style="width: 69%;"></div>
</div>
</div>
<div class="skill">
<h3 class="skill-name">Business Intelligence(BI) Skills</h3>
<div class="skill-bar">
<div class="skill-level" style="width: 75%;"></div>
</div>
</div>
<div class="skill">
<h3 class="skill-name">Problem-Solving Skills</h3>
<div class="skill-bar">
<div class="skill-level" style="width: 80%;"></div>
</div>
</div>
</div>
<!-- big features section -->
<section class="big-feature-section">
<div class="container flex big-feature-container">
<div class="feature-img">
<img src="./assets/asset 12 (1).png" alt="">
</div>
<div class="feature-desc flex">
<h4>Simplified Collaboration for</h4>
<h3>Development Teams</h3>
<p>Streamline teamwork, code reviews, and project management to deliver high-quality software products efficiently and effectively.</p>
</div>
</div>
</section>
<section class="big-feature-section"><hr>
<div class="container flex big-feature-container" id="second-big-feature">
<div class="feature-img">
<img src="./assets/asset 111.webp" alt="">
</div>
<div class="feature-desc flex">
<h4>Effortless Validation for</h4>
<h3>Design professionals</h3>
<p>Test interfaces, interaction flows, iconography and more, to help you create intuitive and delightful experiences for your users.</p>
</div>
</div>
</section>
<section class="big-feature-section"><hr>
<div class="container flex big-feature-container">
<div class="feature-img">
<img src="./assets/asset 12 (2).png" alt="social media management" >
</div>
<div class="feature-desc flex">
<h4>Strategic </h4>
<h3>Social Media Management</h3>
<p>Maximize your online presence with tailored social media strategies that engage your audience and drive brand growth.</p>
</div>
</div>
</section>
<!--Education Section-->
<div class="education-section">
<h2 class="education-title">Education</h2>
<div class="education">
<h3 class="education-name">Bachelor of Technology in Computer Science Engineering.</h3>
<p class="education-details">Galgotias University, 2022 - 2026</p>
</div>
<div class="education">
<h3 class="education-name">Intermediate Education</h3>
<p class="education-details">Dharam Public Sr. Sec. School, 2019 - 2020</p>
</div>
<div class="education">
<h3 class="education-name">High School</h3>
<p class="education-details">Dharam Public Sr. Sec. School, 2018 - 2019</p>
</div>
</div>
<!-- examples section -->
<section class="examples-section">
<div class="container">
<div class="examples-header flex">
<h2 class="examples-heading-text">My Portfolio.</h2>
<a href="#" class="secondary-button">See more Projects <i class="fa-solid fa-right-long"></i></a>
</div>
<div class="examples-area flex">
<a href="#" class="examples-card">
<h3 class="card-text">E-commerce Website Redesign</h3>
</a>
<a class="examples-card" href="#" >
<h3 class="card-text">Personal Blog with SEO Optimization</h3>
</a>
<a class="examples-card" href="#">
<h3 class="card-text">Social Media Management Campaign </h3>
</a>
<a class="examples-card" href="#">
<h3 class="card-text">Interactive Web Application for Data Visualization</h3>
</a>
</div>
</div>
</section>
<!-- Conatct form
<div class="container">
<h3 ></h3>Contact-Me</h3>
<form id="contactForm">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="message">Message:</label>
<textarea id="message" name="message" required></textarea>
<button type="submit">Submit</button>
<!-- <a href="#" class="secondary-button">See all features <i class="fa-thin fa-person"></i></a> -->
<!-- </form></div> --> -->
<script src="script.js"></script>
<!-- cta section -->
<section class="cta-section">
<div class="container flex cta-section-container">
<h2>Start testing today</h2>
<p>Ready to Elevate Your Digital Presence? Start Testing Today and Let's Turn Ideas Into Intuitive Designs. Say Goodbye to Design Guesswork and Hello to Impactful Solutions!</p>
<a href="#" class="primary-button">Get a Quote</a>
</div>
</section>
<!-- footer -->
<footer>
<div class="container flex footer-container">
<a href="#" class="company-logo">
<img src="./assets/asset 1.png" alt="company logo">
</a>
<div class="link-column flex">
<h4>Links</h4>
<a href="#" class="hover-link"><i class="fa-solid fa-book"></i> myPortfolio.</a>
<a href="#" class="hover-link"><i class="fa-solid fa-hand-holding-dollar"></i> Pricing</a>
<a href="#" class="hover-link"><i class="fa-solid fa-at"></i> Contact Info.</a>
<a href="#" class="hover-link"><i class="fa-solid fa-magnifying-glass-location"></i> Testimonials</a>
<a href="#" class="hover-link"><i class="fa-brands fa-paypal"></i> Support Me.</a>
</div>
<div class="link-column flex">
<h4>Comm. Channels</h4>
<a href="#" class="hover-link"><i class="fa-brands fa-github"></i> Github</a>
<a href="#" class="hover-link"><i class="fa-brands fa-facebook"></i> Facebook</a>
<a href="#" class="hover-link"><i class="fa-brands fa-instagram"></i> Instagram</a>
<a href="#" class="hover-link"><i class="fa-brands fa-linkedin"></i> Linkedin</a>
<a href="#" class="hover-link"><i class="fa-brands fa-threads"></i> Threads</a>
</div>
<div class="link-column flex">
<h4>Resources</h4>
<a href="#" class="hover-link"><i class="fa-solid fa-flag-checkered"></i> Roadmaps</a>
<a href="#" class="hover-link"><i class="fa-solid fa-book"></i> Notes/Books</a>
<a href="#" class="hover-link"><i class="fa-solid fa-note-sticky"></i> Handwritten-Notes</a>
<a href="#" class="hover-link"><i class="fa-regular fa-comments"></i> Forum</a>
<a href="#" class="hover-link"><i class="fa-brands fa-free-code-camp"></i> Source Codes</a>
</div>
</div>
</footer>
<!-- subfooter -->
<div class="subfooter">
<div class="container flex subfooter-container">
<a class="hover-link" href="#">Privacy policy</a>
<a class="hover-link" href="#">Terms & Condition</a>
<a class="hover-link" href="#">Security Information</a>
<a class="hover-link" href="#"><i class="fa-brands fa-facebook"></i></a>
<a class="hover-link" href="#"><i class="fa-brands fa-instagram"></i></a>
<a class="hover-link" href="#"><i class="fa-brands fa-linkedin"></i></a>
<a class="hover-link" href="#"><i class="fa-brands fa-whatsapp"></i></a>
<a class="hover-link" href="#"><i class="fa-brands fa-github"></i></a>
</div>
</div>
<script src="https://kit.fontawesome.com/c1fc3d2826.js" crossorigin="anonymous"></script>
<script>
const toggleButton = document.getElementById('nav-toggle');
const navLinks = document.getElementById('nav-links');
toggleButton.addEventListener('click', () => {
navLinks.classList.toggle('active');
})
</script>
</body>
</html>