-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
527 lines (499 loc) · 27.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
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- favicon -->
<link rel="shortcut icon" href="img/my1.png" type="image/x-icon">
<title>Gopal Jogi</title>
<link rel="stylesheet" href="css/style.css">
<!-- boxicon -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!-- swiper -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://github-readme-tech-stack.vercel.app">
</head>
<body>
<div class="overlay"></div>
<!-- navbar -->
<header>
<a href="#" class="logo"><span>Gopal</span> Jogi</a>
<ul class="navlist">
<li><a href="#home" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skill">Skill</a></li>
<li><a href="#project">Project</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="right-header">
<a id="openWhatsApp" class="btn">Let's chat <i class="bx bx-message-dots"></i></a>
<div class="menu-icon">
<div class="bar"></div>
</div>
</div>
</header>
<section class="home" id="home">
<div class="my-info">
<h3>Thank You for joining us!</h3>
<h1>Hi I'm Gopal Jogi</h1>
<div class="text-animation">
<h2 class="second-text">Python Developer</h2>
</div>
<p>Passionate coder with a strong desire to learn and improve. Skilled in software development and
experienced in working with data
systems Creative thinker. With a diverse and promising set of skills, I am well equipped to meet
challenges. I am very proficient in
many different technologies, including Python, HTML, CSS, JavaScript, and MySQL Server. I can manage
independent projects well and
thrive in a collaborative team environment</p>
<div class="btn-box">
<a href="mailto:[email protected]" class="btn">Hire Me Now ! <i
class="bx bx-right-arrow-alt"></i></a>
<a href="img/resume.pdf" target="_blank" class="btn d-CV">Download CV <i class="bx bx-download"></i></a>
</div>
<div class="social-media">
<div class="bg-icon">
<a href="https://github.com/gopal-jogi"><i class="bx bxl-github"></i></a>
<span></span>
</div>
<div class="bg-icon">
<a href="https://www.linkedin.com/in/gopaljogi"><i class="bx bxl-linkedin"></i></a>
<span></span>
</div>
<div class="bg-icon">
<a href="https://www.hackerrank.com/profile/gopaljogi5"><i class='bx bx-code-alt'></i></i></a>
<span></span>
</div>
<div class="bg-icon">
<a href="https://www.instagram.com/star_d_aj/"><i class="bx bxl-instagram"></i></a>
<span></span>
</div>
</div>
</div>
<div class="img-my">
<img src="img/my1.png" alt="not found">
<div class="rotate-text">
<div class="text">
<p>I'm DevOps And I'm Python Developer And I'm Web Developer</p>
</div>
<span><i></i></span>
</div>
</div>
</section>
<section class="about" id="about">
<div class="about-img">
<div class="aboutmy"></div>
<!-- <div class="showcase-ring">
<img src="img/shapes/ring.png" alt="not found" class="ring">
<img src="img/shapes/my.png" alt="not found" class="circle" loading="lazy">
</div> -->
</div>
<div class="about-content">
<h2 class="heading">About Me</h2>
<h3>I'm Fresher Aurangabad</h3>
<!-- <p>I am a Full Stack Developer with a passion for creating innovative and user-friendly web applications. My
skills include proficiency in various programming languages such as JavaScript, Python, and HTML/CSS, as
well as experience with popular frameworks such as React and Django. I am always eager to learn new
technologies and stay up-to-date with industry trends.</p> -->
<div class="about-btn">
<button class="active">Main Skills</button>
<button>Certificate</button>
<button>Education</button>
</div>
<div class="content-btn">
<div class="content">
<div class="text-box">
<p>Backend Developer :- Python/SQL</p>
<span>A Backend Developer proficient in Python and SQL designs, builds and maintains server-side applications and databases for efficient data handling and processing.</span>
</div>
<div class="text-box">
<p>Web Developer :- HTML/CSS/JS</p>
<span>A Web Developer skilled in HTML, CSS, and JavaScript creates and implements visually engaging and interactive web experiences for users.</span>
</div>
<div class="text-box">
<p>DevOps Engineer :- AWS/GIT</p>
<span>A DevOps Engineer proficient in AWS and GIT streamlines software development and deployment by implementing robust infrastructure automation and version control systems.</span>
</div>
</div>
<div class="content">
<div class="text-box">
<p>Python Training</p>
<span>Delight the user and make it work.</span>
</div>
<div class="text-box">
<p>Django Training</p>
<span>Delight the user and make it work.</span>
</div>
<div class="text-box">
<p>Python-basic</p>
<span>Delight the user and make it work.</span>
</div>
</div>
<div class="content">
<div class="text-box">
<p>Master Of Computer Application</p>
<p>CGPA:-6.8 year:-2023</p>
<span>Govenrment College of Engineering,Aurangabad</span>
</div>
<div class="text-box">
<p>Bachelor Of Computer Application</p>
<p>CGPA:-7.3 Year:-2021</p>
<span>Hislop Collage,Nagpur</span>
</div>
<div class="text-box">
<p>Internships and Work Experience</p>
<p>Python Developer</p>
<span>Romo Technologies </span>
</div>
</div>
</div>
<div class="cvContent">
<a href="img/resume.pdf" target="_blank" class="btn d-CV">Download CV <i class="bx bx-downlod"></i></a>
</div>
</div>
</section>
<!-- my skill -->
<section class="skill" id="skill">
<div class="main-text">
<h2 class="heading">My Skill</h2>
<span>LET ME HELP YOU</span>
</div>
<div class="allSkill">
<div class="skillItem">
<div class="icon-skill">
<i class="bx bx-code-alt"></i>
<span></span>
</div>
<h3>BackEnd</h3>
<div class="line"></div>
<img src="https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=fff&style=flat"
alt="python badge">
<img src="https://img.shields.io/badge/Django-092E20?logo=django&logoColor=fff&style=flat"
alt="Django badge">
<img src="https://img.shields.io/badge/MySQL-4479A1?logo=mysql&logoColor=fff&style=flat"
alt="My sql badge">
<img src="https://img.shields.io/badge/MongoDB-47A248?logo=mongodb&logoColor=fff&style=flat"
alt="MongoDb badge">
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&logoColor=000&style=flat"
alt="javascript badge">
</div>
<div class="skillItem">
<div class="icon-skill">
<i class='bx bxl-html5'></i>
<span></span>
</div>
<h3>FrontEnd</h3>
<div class="line"></div>
<img src="https://img.shields.io/badge/HTML5-E34F26?logo=html5&logoColor=fff&style=flat"
alt="HTML badge">
<img src="https://img.shields.io/badge/CSS3-1572B6?logo=css3&logoColor=fff&style=flatt" alt="CSS badge">
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&logoColor=000&style=flat"
alt="javascript badge">
<img src="https://img.shields.io/badge/React-61DAFB?logo=react&logoColor=000&style=flat"
alt="react badge">
<img src="https://img.shields.io/badge/Redux-764ABC?logo=redux&logoColor=fff&style=flat"
alt="redux badge">
<img src="https://img.shields.io/badge/Bootstrap-7952B3?logo=bootstrap&logoColor=fff&style=flat"
alt="Bootstrap badge">
<img src="https://img.shields.io/badge/jQuery-0769AD?logo=jquery&logoColor=fff&style=flat"
alt="jquery badge">
</div>
<div class="skillItem">
<div class="icon-skill">
<i class='bx bx-infinite'></i>
<span></span>
</div>
<h3>DevOps and Tools</h3>
<div class="line"></div>
<img src="https://img.shields.io/badge/Git-F05032?logo=git&logoColor=fff&style=flat" alt="git badge">
<img src="https://img.shields.io/badge/GitHub-181717?logo=github&logoColor=fff&style=flat"
alt="Github badge">
<img src="https://img.shields.io/badge/Visual%20Studio%20Code-007ACC?logo=visualstudiocode&logoColor=fff&style=flat"
alt="Visual badge">
<img src="https://img.shields.io/badge/Postman-FF6C37?logo=postman&logoColor=fff&style=flat"
alt="Postman badge">
<img src="https://img.shields.io/badge/AWS-232F3E?logo=amazon-aws&logoColor=fff&style=flat"
alt="AWS badge">
<img src="https://img.shields.io/badge/Docker-2496ED?style=flat&logo=docker&logoColor=white"
alt="Docker badge">
<img src="https://img.shields.io/badge/Kubernetes-326CE5?style=flat&logo=kubernetes&logoColor=white"
alt="kubernets badge">
</div>
</div>
</section>
<!-- project section -->
<section class="project" id="project">
<div class="project-content">
<div id="scroll-1" class="project-text">
<h2 class="heading">Projects</h2>
<h3>eBook and Audiobook</h3>
<p>Increased user engagement by 35% through a user-friendly interface and personalized book
recommendations.
Successfully implemented a text-to-speech conversion feature, allowing users to create audiobooks
from eBooks with an accuracy
rate of over 90%..</p>
<div class="images-container">
<img src="https://img.shields.io/badge/HTML5-E34F26?logo=html5&logoColor=fff&style=flat"
alt="HTML badge">
<img src="https://img.shields.io/badge/CSS3-1572B6?logo=css3&logoColor=fff&style=flatt"
alt="CSS badge">
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&logoColor=000&style=flat"
alt="javascript badge">
<img src="https://img.shields.io/badge/Git-F05032?logo=git&logoColor=fff&style=flat"
alt="git badge">
<img src="https://img.shields.io/badge/GitHub-181717?logo=github&logoColor=fff&style=flat"
alt="Github badge">
<img src="https://img.shields.io/badge/Visual%20Studio%20Code-007ACC?logo=visualstudiocode&logoColor=fff&style=flat"
alt="Visual badge">
<img src="https://img.shields.io/badge/Postman-FF6C37?logo=postman&logoColor=fff&style=flat"
alt="Postman badge">
<img src="https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=fff&style=flat"
alt="python badge">
<img src="https://img.shields.io/badge/Django-092E20?logo=django&logoColor=fff&style=flat"
alt="Django badge">
</div>
<div class="btn-box">
<a href="#" target="_blank" class="btn">Live Demo<i class="bx bx-right-arrow-alt"></i></a>
<a href="#" target="_blank" class="btn d-CV">Source Code<i class="bx bx-download"></i></a>
</div>
</div>
<div id="scroll-2" class="project-text">
<h2 class="heading">Projects</h2>
<h3>Tourism Management System</h3>
<p>Reduced booking processing time by 30% through seamless integration of reservation and payment
systems.
Increased customer satisfaction by implementing real-time booking status updates and notifications.
</p>
<div class="images-container">
<img src="https://img.shields.io/badge/HTML5-E34F26?logo=html5&logoColor=fff&style=flat"
alt="HTML badge">
<img src="https://img.shields.io/badge/CSS3-1572B6?logo=css3&logoColor=fff&style=flatt"
alt="CSS badge">
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&logoColor=000&style=flat"
alt="javascript badge">
<img src="https://img.shields.io/badge/Git-F05032?logo=git&logoColor=fff&style=flat"
alt="git badge">
<img src="https://img.shields.io/badge/GitHub-181717?logo=github&logoColor=fff&style=flat"
alt="Github badge">
<img src="https://img.shields.io/badge/Visual%20Studio%20Code-007ACC?logo=visualstudiocode&logoColor=fff&style=flat"
alt="Visual badge">
<img src="https://img.shields.io/badge/Postman-FF6C37?logo=postman&logoColor=fff&style=flat"
alt="Postman badge">
<img src="https://img.shields.io/badge/MySQL-4479A1?logo=mysql&logoColor=fff&style=flat"
alt="My sql badge">
</div>
<div class="btn-box">
<a href="#" target="_blank" class="btn">Live Demo<i class="bx bx-right-arrow-alt"></i></a>
<a href="#" target="_blank" class="btn d-CV">Source Code<i class="bx bx-download"></i></a>
</div>
</div>
<div id="scroll-3" class="project-text">
<h2 class="heading">Projects</h2>
<h3>My Portfolio</h3>
<p>Concise project title and brief overview highlighting its purpose and key features.List of
programming languages, frameworks, or tools utilized in the project.Succinct description of project
outcomes or significant achievements.</p>
<div class="images-container">
<img src="https://img.shields.io/badge/HTML5-E34F26?logo=html5&logoColor=fff&style=flat"
alt="HTML badge">
<img src="https://img.shields.io/badge/CSS3-1572B6?logo=css3&logoColor=fff&style=flatt"
alt="CSS badge">
<img src="https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript&logoColor=000&style=flat"
alt="javascript badge">
<img src="https://img.shields.io/badge/Git-F05032?logo=git&logoColor=fff&style=flat"
alt="git badge">
<img src="https://img.shields.io/badge/GitHub-181717?logo=github&logoColor=fff&style=flat"
alt="Github badge">
<img src="https://img.shields.io/badge/Visual%20Studio%20Code-007ACC?logo=visualstudiocode&logoColor=fff&style=flat"
alt="Visual badge">
</div>
<div class="btn-box">
<a href="#" target="_blank" class="btn">Live Demo<i class="bx bx-right-arrow-alt"></i></a>
<a href="#" target="_blank" class="btn d-CV">Source Code<i class="bx bx-download"></i></a>
</div>
</div>
</div>
<div class="project-img">
<div class="phone">
<img src="img/laptop.png" alt="" class="laptop-img">
<div class="phone-img">
<img src="img/project/dashboard.jpeg" alt="img not found">
<img src="img/project/project2.png" alt="img not found">
<img src="img/project/project3.png" alt="img not found">
</div>
</div>
</div>
</section>
<!-- contact section -->
<section class="contact" id="contact">
<div class="contactSkills">
<div class="contact-info">
<div class="main-text">
<h2 class="heading">Contact Me</h2>
<span>get in touch with me</span>
</div>
<form name="google-sheet" method="POST">
<div class="input-box">
<input type="text" name="firstName" placeholder="First Name">
<input type="text" name="lastName" placeholder="Last Name">
</div>
<input type="email" name="email" placeholder="Email">
<input type="text" name="subject" placeholder="Subject">
<textarea name="message" cols="30" rows="10" placeholder="Message"></textarea>
<div class="formBtn">
<button type="submit" class="btn" name="submit" >Send Message</button>
</div>
</form>
</div>
<div class="skillsProgres">
<div class="container">
<div class="skillBox">
<div class="main-text">
<h2 class="heading">My Progress Skill</h2>
<span>Let Me Help You</span>
</div>
<div class="skill-wrap">
<div class="skills">
<div class="outer-circle">
<div class="inner-circle">
<svg version="1.1" width="180px"
height="180px">
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#e91e63" />
<stop offset="100%" stop-color="#673ab7" />
</linearGradient>
</defs>
<circle cx="85" cy="85" r="75" stroke-linecap="round" />
</svg>
<h2 class="counter">
<span data-target="89">0</span><i>%</i>
</h2>
</div>
</div>
<div class="sk-title">
Python
</div>
</div>
<div class="skills">
<div class="outer-circle">
<div class="inner-circle">
<svg version="1.1" width="180px"
height="180px">
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#e91e63" />
<stop offset="100%" stop-color="#673ab7" />
</linearGradient>
</defs>
<circle cx="85" cy="85" r="75" stroke-linecap="round" />
</svg>
<h2 class="counter">
<span data-target="99">0</span><i>%</i>
</h2>
</div>
</div>
<div class="sk-title">
DevOps
</div>
</div>
<div class="skills">
<div class="outer-circle">
<div class="inner-circle">
<svg version="1.1" width="180px"
height="180px">
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#e91e63" />
<stop offset="100%" stop-color="#673ab7" />
</linearGradient>
</defs>
<circle cx="85" cy="85" r="75" stroke-linecap="round" />
</svg>
<h2 class="counter">
<span data-target="99">0</span><i>%</i>
</h2>
</div>
</div>
<div class="sk-title">
JavaScript
</div>
</div>
<div class="skills">
<div class="outer-circle">
<div class="inner-circle">
<svg version="1.1" width="180px"
height="180px">
<defs>
<linearGradient id="GradientColor">
<stop offset="0%" stop-color="#e91e63" />
<stop offset="100%" stop-color="#673ab7" />
</linearGradient>
</defs>
<circle cx="85" cy="85" r="75" stroke-linecap="round" />
</svg>
<h2 class="counter">
<span data-target="99">0</span><i>%</i>
</h2>
</div>
</div>
<div class="sk-title">
HTML/CSS
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<p>Copyright © 2023 by <span>Gopal Jogi</span> || All Right Reservd.</p>
</footer>
<div id="progress">
<span id="progress-value">
<i class='bx bxs-chevrons-up'></i>
</span>
</div>
<!-- script -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"
integrity="sha512-16esztaSRplJROstbIIdwX3N97V1+pZvV33ABoG1H2OyTttBxEGkTsoIVsiP1iaTtM8b3+hu2kB6pQ4Clr5yug=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"
integrity="sha512-Ic9xkERjyZ1xgJ5svx3y0u3xrvfT/uPkV99LBwe68xjy/mGtO+4eURHZBW2xW4SZbFrF1Tf090XqB+EVgXnVjw=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="js/main.js"></script>
<!-- scroll reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
<!-- mixitup cdn js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/mixitup/3.3.1/mixitup.min.js"></script>
<script>
document.getElementById('openWhatsApp').addEventListener('click', function() {
var phoneNumber = '7498447894';
var message = encodeURIComponent('Hello, you can hire me'); // URL encode your message
var url = 'https://web.whatsapp.com/send?phone=' + phoneNumber + '&text=' + message;
window.open(url, '_blank');
var desktopUrl = 'whatsapp://send?phone=' + phoneNumber + '&text=' + message;
window.location.href = desktopUrl;
});
</script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbxW8LYLlMWeNYJOUxHwWxzGG7eunGim3ZFhpAmrmKTva9kj3y6goabdJPeyKe9GegR3/exec';
const form = document.forms['google-sheet'];
form.addEventListener('submit', e => {
e.preventDefault();
fetch(scriptURL, { method: 'POST', body: new FormData(form) })
.then(response => {
if (response.ok) {
alert("Thanks for contacting us! We will contact you soon.");
form.reset();
} else {
alert("Oops! Something went wrong. Please try again later.");
}
})
.catch(error => console.error('Error!', error.message));
});
</script>
</body>
</html>