-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
353 lines (314 loc) · 12.4 KB
/
Copy pathindex.html
File metadata and controls
353 lines (314 loc) · 12.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vinod Choudhary</title>
<!-- AOS -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- FAVICON -->
<link class="favicon" rel="icon" type="image/img" sizes="32x32" href="images/favicon.png">
<!-- Google material icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<!-- CSS -->
<link rel="stylesheet" href="style.css" />
<!-- FONT AWESOME -->
<script src="https://kit.fontawesome.com/{{YOUR KIT KEY}}.js" crossorigin="anonymous"></script>
<!-- TYPE JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js"
integrity="sha512-3J8teBiHrSyaaRBajZyIEtpDsXdPq1gsznKWIVb5CnorQuFhjWGhWe54z8YNnHHr7MZuExb9m5kvf964HiT1Sw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- jQUERY -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- SWEET ALERT -->
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- EMAIL JS -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/emailjs-com@3/dist/email.min.js"></script>
<script type="text/javascript">
(function () {
emailjs.init("xMqOM5WGpyy-968LK");
})();
</script>
<style>
img {
pointer-events: none;
}
</style>
</head>
<body oncontextmenu="return false;">
<nav class="navbar">
<div class="progress-container">
<div class="progress-bar" id="myBar"></div>
</div>
<div class="max-width">
<div class="logo">
<a href="#">Personal<span> Portfolio</span></a>
</div>
<ul class="menu">
<li><a href="#home" class="menu-btn">Home</a></li>
<li><a href="#about" class="menu-btn">About</a></li>
<li><a href="#services" class="menu-btn">Services</a></li>
<li><a href="#skills" class="menu-btn">Skills</a></li>
<li><a href="#contact" class="menu-btn">Contact</a></li>
</ul>
<div class="menu-btn">
<i class="material-icons">menu</i>
</div>
</div>
</nav>
<!-- Scroll to top button -->
<button id="btnScrollToTop">
<i class="material-icons">arrow_upward</i>
</button>
<!-- home section start-->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1" data-aos="fade-up">Hello, my name is</div>
<div class="text-2">VINOD CHOUDHARY </div>
<div class="text-3">Im a <span class="typing"></span></div>
</div>
</div>
</section>
<!-- about section -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title" data-aos="fade-down">About Me</h2>
<div class="about-content">
<div class="column left" data-aos="fade-right">
<img src="images/photo.jpg" alt="" />
</div>
<div class="column right" data-aos="fade-up">
<div class="text">
I'm Vinod Choudhary and Im a <span class="typing-2"></span>
</div>
<p class="paragraph">
I am a highly motivated, detail-oriented, and dedicated to delivering high-quality work. I am skilled at
designing, installing, testing, and maintaining software systems.
</p>
<a href="https://drive.google.com/file/d/1-7uqbl2wdAPwX6eWjTGSD5_ARQlbXGLw/view?usp=sharing">Download
Resume</a>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section class="services" id="services">
<div class="max-width">
<h2 class="title" data-aos="fade-down">My Projects</h2>
<div class="serv-content">
<div class="card" data-aos="flip-left">
<div class="box">
<i class="fas fa-laptop-code"></i>
<div class="text">Personal Portfolio</div>
<img src="images/project1.png" alt="img3">
<p>
Welcome to my personal portfolio website! Explore my journey, skills, and projects through a curated
collection showcasing my expertise in Web Developer Role.
</p>
</div>
</div>
<div class="card" data-aos="flip-left">
<div class="box">
<i class="fas fa-code"></i>
<div class="text">Myntra Clone</div>
<img src="images/project2.png" alt="">
<p>
Introducing my Myntra clone website! Experience the convenience and style of online shopping with a
platfrom inspired by Myntra's renowed user interface.
</p>
</div>
</div>
<div class="card" data-aos="flip-left">
<div class="box">
<i class="fas fa-mobile-alt"></i>
<div class="text">Food Ordering Website</div>
<img src="images/project3.png" alt="img3">
<p>
Introducing my innovative food ordering website! Savor the convenience of ordering delicious meals from a
wide selection of restaurants, all in one place.
</p>
</div>
</div>
<div class="card" data-aos="flip-left">
<div class="box">
<i class="fas fa-mobile-alt"></i>
<div class="text">Github Profile Search</div>
<img src="images/project4.jpg" alt="img4">
<p>
Created a GitHub profile search tool that allows users to search for GitHub profiles by username,
showing profile details, repositories, and follower information.
</p>
</div>
</div>
<div class="card" data-aos="flip-left">
<div class="box">
<i class="fas fa-mobile-alt"></i>
<div class="text">URL Shortner</div>
<img src="images/project5.png" alt="img4">
<p>
Developed a URL shortener application to generate concise, shareable links from long URLs, complete
with click-tracking.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- skills section services -->
<section class="skills" id="skills">
<div class="max-width" data-aos="fade-down">
<h2 class="title" data-aos="fade-up">My Skills</h2>
<div class="skills-content">
<div class="column left">
<div class="column right skill-box">
<div class="icons">
<img src="images\skill-icons/html.png" alt="css" id="css-icon" data-aos="flip-left">
<img src="images\skill-icons/css.png" alt="js" id="js-icon" data-aos="flip-left">
<img src="images\skill-icons/js.png" alt="react" id="react-icon" data-aos="flip-left">
<img src="images\skill-icons/java.png" alt="flutter" id="flutter-icon" data-aos="flip-left">
<img src="images\skill-icons/visual-studio.png" alt="nodedjs" id="nodejs-icon" data-aos="flip-left">
</div>
<div class="icons">
<img src="images\skill-icons/php.png" alt="html" , id="html-icon" data-aos="flip-left">
<img src="images\skill-icons/wordpress.png" alt="nodedjs" id="nodejs-icon" data-aos="flip-left">
<img src="images\skill-icons/sql.png" alt="vscode" id="vscode-icon" data-aos="flip-left">
<img src="images\skill-icons/mysql.png" alt="c++" id="cpp-icon" data-aos="flip-left">
<img src="images\skill-icons/android.png" alt="html" , id="html-icon" data-aos="flip-left">
</div>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title" data-aos="fade-down">Contact Me</h2>
<div class="contact-content">
<div class="column left" data-aos="flip-left">
<div class="text">Let's Get in Touch</div>
<p class="paragraph-3">
</p>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Vinod Choudhary</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">Address</div>
<div class="sub-title">Mumbai</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title">cvinod042@gmail.com</div>
</div>
</div>
</div>
</div>
<div class="column right" data-aos="flip-right">
<div class="text">
Message Me
</div>
<form action="#Contact" method="post">
<div class="fields">
<div class="field name">
<input type="text" id="fromName" placeholder="Name" required autocomplete="off">
</div>
<div class="field email">
<input type="email" id="emailSender" placeholder="Email" required autocomplete="off">
</div>
</div>
<div class="field">
<input type="text" id="subjectSender" placeholder="Subject" required autocomplete="off">
</div>
<div class="field textarea">
<textarea cols="30" rows="10" id="message" placeholder="Message" required autocomplete="off"></textarea>
</div>
<div class="button">
<button onclick='sendMail()' type="submit">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- footer section start -->
<footer>
<div class="text-center">
<span>
Created By <a href="#">VINOD CHOUDHARY</a> | <span class="far fa-copyright"> </span>
<script>document.write(new Date().getFullYear())</script> All rights reserved.
<div>
<a href="https://www.linkedin.com/in/vin0d-ch0udhary/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/Thinkish30"><i class="fab fa-github"></i></a>
<!-- <a href="{{YOUR YOUTUBE}}"><i class="fab fa-youtube"></i></a> -->
</div>
</span>
</div>
</footer>
<script src="script.js"></script>
<script>
// When the user scrolls the page, execute myFunction
window.onscroll = function () { myFunction() };
function myFunction() {
var winScroll = document.body.scrollTop || document.documentElement.scrollTop;
var height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
var scrolled = (winScroll / height) * 100;
document.getElementById("myBar").style.width = scrolled + "%";
}
</script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>AOS.init({ easing: 'ease-in', delay: 100, duration: 300, offset: 100 }); window.addEventListener('load', AOS.refresh);</script>
<script>
document.onkeydown = (e) => {
if (e.key == 123) {
e.preventDefault();
}
if (e.ctrlKey && e.key == 'u') {
e.preventDefault();
}
if (e.ctrlKey && e.shiftKey && e.key == 'I') {
e.preventDefault();
}
if (e.ctrlKey && e.shiftKey && e.key == 'C') {
e.preventDefault();
}
if (e.ctrlKey && e.shiftKey && e.key == 'J') {
e.preventDefault();
}
if (e.ctrlKey && e.shiftKey && e.key == 'U') {
e.preventDefault();
}
};
document.addEventListener('contextmenu', function (e) {
e.preventDefault();
});
document.addEventListener('touchstart', function (event) {
if (event.touches.length > 1) {
event.preventDefault();
}
});
document.addEventListener('copy', function (event) {
// Prevent the default copy behavior
event.preventDefault();
// Get the selection (text that the user highlighted)
const selection = window.getSelection().toString();
// Set the clipboard data to the selected text only
event.clipboardData.setData('text/plain', selection);
});
// Prevent text selection
document.addEventListener('selectstart', function (event) {
event.preventDefault();
});
// Prevent copying text
document.addEventListener('copy', function (event) {
event.preventDefault();
});
</script>
</body>
</html>