Skip to content

Commit

Permalink
made some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mukul314 committed Jun 14, 2023
1 parent 1247178 commit b0a796b
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 14 deletions.
Binary file added assets/images/projects/myTube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 11 additions & 11 deletions assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,17 +190,17 @@ document.onkeydown = function (e) {
}
}

// Start of Tawk.to Live Chat
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
(function () {
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/60df10bf7f4b000ac03ab6a8/1f9jlirg6';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
// End of Tawk.to Live Chat
// // Start of Tawk.to Live Chat
// var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
// (function () {
// var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
// s1.async = true;
// s1.src = 'https://embed.tawk.to/60df10bf7f4b000ac03ab6a8/1f9jlirg6';
// s1.charset = 'UTF-8';
// s1.setAttribute('crossorigin', '*');
// s0.parentNode.insertBefore(s1, s0);
// })();
// // End of Tawk.to Live Chat


/* ===== SCROLL REVEAL ANIMATION ===== */
Expand Down
4 changes: 4 additions & 0 deletions assets/js/tempCodeRunnerFile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// else {
// document.title = "Come Back To Portfolio";
// $("#favicon").attr("href", "assets/images/favhand.png");
// }
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h3>I'm Mukul</h3>
<span class="tag">Full Stack Developer</span>

<p>
I am a dynamic and experienced web developer skilled in front-end and back-end technologies, proficient in HTML, CSS, JavaScript, with a strong knowledge of frameworks and technologies such as React, Next, Node and Express. With a focus on optimization and performance, I am dedicated to creating efficient, scalable, and SEO-friendly websites that enhance brand presence and drive measurable results. </p>
I am a dynamic and experienced web developer skilled in both front-end and back-end technologies.I am proficient in HTML, CSS, JavaScript, and I possess strong knowledge of frameworks and technologies such as React, Next, Node and Express. With a focus on optimization and performance, I am dedicated to creating efficient, scalable, and SEO-friendly websites that enhance brand presence and drive measurable results. </p>

<div class="box-container">
<!-- <div class="box">
Expand All @@ -100,7 +100,7 @@ <h3>I'm Mukul</h3>
</div>

<div class="resumebtn">
<a href="https://drive.google.com/file/d/1rZiXl562q7aVyk1kJ2nO85YBAq8ixTiw/view" target="_blank" class="btn"><span>Resume</span>
<a href="https://drive.google.com/file/d/1vys1YbgmSwBELdPEDJiq7v9ZL5MazAfg/view?usp=sharing" target="_blank" class="btn"><span>Resume</span>
<i class="fas fa-chevron-right"></i>
</a>
</div>
Expand Down Expand Up @@ -217,7 +217,7 @@ <h3>Freelancer GFG</h3>
<h2>Technical Content writer (GFG) </h2>
</div>
<div class="desc">
<h3>DCP 2021 Contributor | Open Source Program</h3>
<h3>Interned as a technical content writer at GFG</h3>
<p>oct 2022 - jan 2022</p>
</div>
</div>
Expand Down
9 changes: 9 additions & 0 deletions projects/projects.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"name": "MyTube",
"desc": "Developed a youtube like clone, in which the user has the facility to search videos, visit the channel and switch categories",
"image": "myTube",
"links": {
"view": "https://my-tube-phi.vercel.app/",
"code": "https://github.com/mukul314/MyTube"
}
},
{
"name": "Chat-Hub",
"desc": "Developed a chat application with nodejs and scoket.io",
Expand Down

0 comments on commit b0a796b

Please sign in to comment.