-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
654 lines (642 loc) · 32.2 KB
/
Copy pathindex.html
File metadata and controls
654 lines (642 loc) · 32.2 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
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
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
<!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="stylesheet" href="styles/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body class="main-content">
<header class="section sec1 header active" id="home">
<div class="header-content">
<div class="left-header">
<div class="h-shape"></div>
<div class="image">
<img src="img\PicsArt_04-28-09.41.54.jpg" alt="">
</div>
</div>
<div class="right-header">
<h1 class="name">
Hi, I'm <span>Ritik Gagde</span><br>
A Web Developer.</h1>
</h1>
</h1>
<p>
I'm a Software Developer, I love to create beautiful and functional websites.
I spend my whole day, practically every day, experimenting with HTML, CSS, and JavaScript;
dabbling with Python and C; and inhaling a wide variety of potentially useless information.
I’m curious, and I enjoy work that challenges me to learn something new and stretch in a different direction.
</p>
<div class="btn-con">
<a href="" class="main-btn">
<span class="btn-text">Download CV</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</div>
</div>
</header>
<main>
<section class="section sec2 about" id="about">
<div class="main-title">
<h2>About <span>me</span><span class="bg-text">my stats</span></h2>
</div>
<div class="about-container">
<div class="left-about">
<h4>Information About me</h4>
<p>
My name is Ritik Gagde. I am curious about to know more about the trending technologies read more about it and go about it.My strongest
assest is my work ethic and my willingness to step in when needed.<br /><br />
I am not afraid to take on a difficult clients or do a project that nobody else wants because
those are the clients and projects that teach me the most. I believe that my greatest strength
is the ability to solve problems quickly and efficiently.
</p>
<div class="btn-con">
<a href="#" class="main-btn">
<span class="btn-text">Download CV</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</div>
<div class="right-about">
<div class="about-item">
<div class="abt-text">
<p class="large-text">#1</p>
<p class="small-text">Technology <br /> techniques</p>
</div>
</div>
<div class="about-item">
<div class="abt-text">
<p class="large-text">#2</p>
<p class="small-text">Information <br /> Technology </p>
</div>
</div>
<div class="about-item">
<div class="abt-text">
<p class="large-text">#3</p>
<p class="small-text">ARtificial <br /> intelligence </p>
</div>
</div>
<div class="about-item">
<div class="abt-text">
<p class="large-text">#4</p>
<p class="small-text">Machine <br />Learning</p>
</div>
</div>
</div>
</div>
<div class="about-stats">
<h4 class="stat-title">My Skills</h4>
<div class="progress-bars">
<div class="progress-bar">
<p class="prog-title">html5</p>
<div class="progress-con">
<p class="prog-text">80%</p>
<div class="progress">
<span class="html"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">css3</p>
<div class="progress-con">
<p class="prog-text">95%</p>
<div class="progress">
<span class="css"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">javascript</p>
<div class="progress-con">
<p class="prog-text">50%</p>
<div class="progress">
<span class="js"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">ReactJS</p>
<div class="progress-con">
<p class="prog-text">35%</p>
<div class="progress">
<span class="react"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">NodeJS</p>
<div class="progress-con">
<p class="prog-text">70%</p>
<div class="progress">
<span class="node"></span>
</div>
</div>
</div>
<div class="progress-bar">
<p class="prog-title">Python</p>
<div class="progress-con">
<p class="prog-text">70%</p>
<div class="progress">
<span class="python"></span>
</div>
</div>
</div>
</div>
</div>
<h4 class="stat-title">My Timeline</h4>
<div class="timeline">
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2017 - 2018</p>
<h5>School Of Excellence<span> - S.O.E. Chhindwara</span></h5>
<p>
This is my school where I am passout the 12th standard with a (Maths-Science) stream.
</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2018 - 2020</p>
<h5>Languages<span>- C, HTML, CSS</span></h5>
<p>
i learned a C, HTML and CSS with a core concepts. i love to learned about the HTML and CSS for Web Development.
</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2018 - 2021</p>
<h5>Danielson Degree College<span> - R.D.V.V. University,Jabalpur</span></h5>
<p>
Here I completed my bachelor degree with the computer application(C.A.) branch.
</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2020 - 2021</p>
<h5>Databases<span> - SQL, PostgreSQL,NoSQL</span></h5>
<p>
I learned about the SQL and PostgreSQL from the basic concept to higher concept & I curious about the learn about the various databses.
</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2021 - 2023</p>
<h5>Jabalpur Enginerring College<span> - J.E.C. ,Jabalpur</span></h5>
<p>
Here my master degree is running with the computer application(C.A.) Branch.
</p>
</div>
<div class="timeline-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2021 - present</p>
<h5>Python, Cloud Computing<span> - Programming language and Azure Cloud Computing</span></h5>
<p>
My one of the greatest focus to learned about the cloud computing as well as the python programming language. My main focus is learned about the python,artificial intelligence, and the data science and many more...
</p>
</div>
</div>
<h4 class="stat-title">My Certification & Achievements</h4>
<div class="certification">
<div class="certification-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2020-present</p>
<div class="image">
<a href="img\CN_Certificate_851ba4e4b39ddeb0.pdf" alt="">
<h5>Introduction to Python<span>-Coding Ninjas</span></h5></a></div>
<p>
I done my certification by coding ninjas from the introduction in python .
</p>
</div>
<div class="certification-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2020-present</p>
<div class="image">
<a href="img\IBMDeveloperSkillsNetwork CC0101EN Certificate _ Skillsbuild for Students.pdf" alt="">
<h5>Cloud Computing<span>-IBM</span></h5></a></div>
<p>
This is my Cloud computing certification by IBM.
</p>
</div>
<div class="certification-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2020-present</p>
<div class="image">
<a href="img\UC-a0e9bdde-105e-4e70-905f-7bb563aa3f0b.pdf" alt="">
<h5>Python Programming<span>-UDEMY</span></h5></a></div>
<p>
Here I learn the core concept about the python programming lanaguages to the intermediate level.
</p>
</div>
<div class="certification-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2020-present</p>
<div class="image">
<a href="img\CertificateOfCompletion_Programming Foundations Databases (2).pdf" alt="">
<h5>Foundation(DATABASES)<span>-LinkedIn</span></h5></a></div>
<p>
Here I learn about the foundations of databases like SQL.
</p>
</div>
<div class="certification-item">
<div class="tl-icon">
<i class="fas fa-briefcase"></i>
</div>
<p class="tl-duration">2020-present</p>
<div class="image">
<a href="img\datascience.pdf" alt="">
<h5>Data Science<span>-IBM</span></h5></a></div>
<p>
I love Python i learned to know about the python and data science.
</p>
</div>
</div>
</section>
<section class="section sec3" id="portfolio">
<div class="main-title">
<h2>My <span>Portfolio</span><span class="bg-text">My Work</span></h2>
</div>
<p class="port-text">
Here is some of my work that I've done in various programming languages.
</p>
<div class="portfolios">
<div class="portfolio-item">
<div class="image">
<img src="img/port1.jpg" alt="">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="https://github.com/ritik1903/ritik1903/tree/master/PortfolioProject" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="https://www.behance.net/subhampawar" class="icon">
<i class="fab fa-behance"></i>
</a>
<!-- -->
<a href="#" class="icon">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port2.jpg" alt="">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="https://github.com/ritik1903/blog/tree/blog" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-behance"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port3.jpg" alt="">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-behance"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port4.jpg" alt="">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-behance"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port5.jpg" alt="">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-behance"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port2.jpg" alt="">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-behance"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port7.jpg" alt="">
</div>
<div class="hover-items">
<h3>Project Source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-behance"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="section sec4 " id="blogs">
<div class="blogs-content">
<div class="main-title">
<h2>My <span>Blogs</span><span class="bg-text">My Blogs</span></h2>
</div>
<div class="blogs">
<div class="blog">
<img src="img/port6.jpg" alt="">
<div class="blog-text">
<h4>
How to Create Your Own Website
</h4>
<p>
Step #1: Choose Your Website Platform<br>
In order to build a website, you first got to decide what platform you’re going to build your website with.<br>
What do I mean by “platform”?<br>
Well, back in 2021 when I got started with web development, most sites were created using HTML (code), CSS, and PHP. Each of these took a lot of time to learn and were difficult to master.<br>
Why use WordPress and not website builders?<br>
1. It's FREE (no recurring subscriptions, open-source)<br>
2. It's highly customizable and user-friendly<br>
3. Your site will be 'responsive'. Meaning it'll work on smartphones & tablets, too<br>
4. Help available from the community<br>
</p>
</div>
</div>
<div class="blog">
<img src="img/blog1.jpg" alt="">
<div class="blog-text">
<h4>
How to Become an Expert in Web Design
</h4>
<p>
There are many ways to become a web design expert. You can learn to use different types of programs. If you have a natural aptitude for design or technology, you may be able to pick up on body language. If you’re able to read people’s facial expressions, you’ll have an advantage in this career field. You can also enroll in online courses to learn how to use various types of software.
If you’re interested in web design, you can start by reading blogs and magazines about the industry. Try to follow top designers on Twitter and read their articles. You can also join online communities to discuss current projects and seek advice from other professionals. Learning new languages and software is also a great way to improve your skills. You can even learn how to use version control tools and code snippets.
</p>
</div>
</div>
<div class="blog">
<img src="img/blog2.jpg" alt="">
<div class="blog-text">
<h4>
Become a Web Designer in 10 Days
</h4>
<p>
Web designing has become a challenging task nowadays as competition is increasing day by day due to the presence of millions of websites available on the internet. Therefore,
to become successful as a full-stack web designer you need to have some specialized skills besides some basic knowledge. You also need to apply some modern techniques and follow some
tips to grow your career as a successful web designer in the coming year. Here are the top 10 skills you must have as a successful web designer. So, when designers are expert enough and
adopt new strategies to rank your website, why not look here for hire top web designers.
</p>
</div>
</div>
<div class="blog">
<img src="img/blog3.jpg" alt="">
<div class="blog-text">
<h4>
Debbuging made easy with Web Inspector
</h4>
<p>
Authoring processes is an iterative process that can involve several playback sessions. You can run, test and debug your processes and services in the Process Designer Inspector.
ou can use the Inspector to demonstrate current process design and implementation in playback sessions.
</p>
</div>
</div>
<div class="blog">
<img src="img/port1.jpg" alt="">
<div class="blog-text">
<h4>
Get started with Web Design and UI Design
</h4>
<p>
1)Immerse yourself in UI<br>
2)Master the fundamentals<br>
3)Get to grips with industry standard tools<br>
4)Do a bootcamp course<br>
5)Find a mentor<br>
6)Build your portfolio<br>
7)Get connected<br>
8)Pick up some experience<br>
9)Consider your next move<br>
</p>
</div>
</div>
<div class="blog">
<img src="img/port3.jpg" alt="">
<div class="blog-text">
<h4>
This is what you need to know about Web Design
</h4>
<p>
1)Great purpose<br>
2)Choosing a domain<br>
3)Choosing a web host,Get resposive<br>
4)Great content<br>
5)Layout<br>
6)Features and functionality<br>
7)SEO<br>
8)Site maintenance<br>
9)Analytics<br>
</p>
</div>
</div>
</div>
</div>
</section>
<section class="section sec5 contact" id="contact">
<div class="contact-container">
<div class="main-title">
<h2>Contact <span>Me</span><span class="bg-text">Contact</span></h2>
</div>
<div class="contact-content-con">
<div class="left-contact">
<h4>Contact me here</h4>
<p>
If you wanna my contact and I any query related to me then contact me here....
</p>
<div class="contact-info">
<div class="contact-item">
<div class="icon">
<i class="fas fa-map-marker-alt"></i>
<span>Location</span>
</div>
<p>
<span>: Chhindwara,Madhya Pradesh</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-envelope"></i>
<span>Email</span>
</div>
<p>
<span>: pawarsubham438@gmail.com</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-user-graduate"></i>
<span>Education</span>
</div>
<p>
<span>: Jabalpur Enginerring College</span>
</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fas fa-globe-africa"></i>
<span>Languages</span>
</div>
<p>
<span>: English, hindi</span>
</p>
</div>
</div>
<div class="contact-icons">
<div class="contact-icon">
<a href="https://www.facebook.com/subham.pawar.100/" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://twitter.com/GagdeRitik" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a href="https://github.com/ritik1903" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://www.instagram.com/pawar_ritik438/" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/in/ritik-gagde-b269071b6/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</div>
<div class="right-contact">
<form action="" class="contact-form">
<div class="input-control i-c-2">
<input type="text" required placeholder="YOUR NAME">
<input type="email" required placeholder="YOUR EMAIL">
</div>
<div class="input-control">
<input type="text" required placeholder="ENTER SUBJECT">
</div>
<div class="input-control">
<textarea name="" id="" cols="15" rows="8" placeholder="Message Here..."></textarea>
</div>
<div class="submit-btn">
<a href="img\WhatsApp Image 2022-03-22 at 6.48.25 PM.jpeg" class="main-btn">
<span class="btn-text">Download CV</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<div class="controlls">
<div class="control control-1 active-btn" data-id="home" >
<i class="fas fa-home"></i>
</div>
<div class="control control-2 " data-id="about">
<i class="fas fa-user"></i>
</div>
<div class="control control-3" data-id="portfolio">
<i class="fas fa-briefcase"></i>
</div>
<div class="control control-4" data-id="blogs">
<i class="far fa-newspaper"></i>
</div>
<div class="control control-5" data-id="contact">
<i class="fas fa-envelope-open"></i>
</div>
</div>
<div class="theme-btn">
<i class="fas fa-adjust"></i>
</div>
<script src="app.js"></script>
</body>
</html>