diff --git a/Images/github1.png b/Images/github1.png new file mode 100644 index 0000000..3d141cc Binary files /dev/null and b/Images/github1.png differ diff --git a/Images/hackerrank.png b/Images/hackerrank.png new file mode 100644 index 0000000..61ff3a6 Binary files /dev/null and b/Images/hackerrank.png differ diff --git a/Images/leetcode.png b/Images/leetcode.png new file mode 100644 index 0000000..3d01e9b Binary files /dev/null and b/Images/leetcode.png differ diff --git a/Scripts/index.js b/Scripts/index.js index e3cbe27..43ef378 100644 --- a/Scripts/index.js +++ b/Scripts/index.js @@ -1,13 +1,8 @@ document.addEventListener("DOMContentLoaded", function () { var typed = new Typed('#domains', { - strings: [' ', 'Software Engineer.', 'Web Developer.', 'Student.'], + strings: [' ', 'Software Engineer.', 'Web Developer.', 'Python Developer.', 'Learner.'], typeSpeed: 50, backspeed: 30, loop: true }); -}) - -function promptnumber() -{ - alert("You Can Whatapp me on 7016958781") -} \ No newline at end of file +}) \ No newline at end of file diff --git a/Scripts/leetcode-data.js b/Scripts/leetcode-data.js new file mode 100644 index 0000000..d7580ff --- /dev/null +++ b/Scripts/leetcode-data.js @@ -0,0 +1,45 @@ +async function getLeetCodeStats(username) { + const apiUrl = `https://leetcodestats.cyclic.app/${username}`; + + try { + const response = await fetch(apiUrl); + const data = await response.json(); + + if (data.status === 'success') { + const rank = data.ranking; + const problemsSolved = data.totalSolved; + + return { rank, problemsSolved }; + } else { + throw new Error('Failed to fetch data from LeetCode API.'); + } + } catch (error) { + console.error('Error:', error.message); + return null; + } +} + +// Replace 'Jeel_Dobariya' with your actual LeetCode username +const leetCodeUsername = 'Jeel_Dobariya'; +var rank = ""; +var solved = ""; + +function updatecontent(rank) { + document.querySelector("#rank").innerHTML = rank +} + +// Call the function and log the result +getLeetCodeStats(leetCodeUsername) +.then((result) => { + if (result) { + rank =result.rank; + solved = result.problemsSolved; + console.log("rank: " + rank); + console.log("question-solved: " + solved); + updatecontent(rank); + } +}) +.catch((error) => { + console.error('Error:', error.message); +}); + \ No newline at end of file diff --git a/index.html b/index.html index a5afefa..f36de31 100644 --- a/index.html +++ b/index.html @@ -58,23 +58,35 @@

About Me!!

I am a 16-year-old boy with a deep passion for computer programming and a strong aspiration to become a young software engineer. From a young age, I have been captivated by the world of technology and the endless possibilities +

it offers for problem-solving and innovation. My journey in coding started with languages like C#, Python, and Java. Through self-guided learning and exploration, I have acquired a solid foundation in these languages and enjoy applying them in - development of various projects. The process of creating software that can positively impact people's lives truly fascinates me. With - each project I undertake, I strive to + development of various projects. The process of creating software that can positively impact people's lives truly fascinates me. +

+ With each project I undertake, I strive to deepen my understanding of programming principles and expand my skill set. I eagerly embrace new challenges and am constantly seeking opportunities to learn and grow as a developer. I am motivated by the idea of contributing to the development of cutting-edge technologies and being part of - a collaborative team that pushes the boundaries of innovation. Beyond coding, I am an avid learner + a collaborative team that pushes the boundaries of innovation. +

+ Beyond coding, I am an avid learner who believes in the power of knowledge and its potential to transform lives. I am dedicated to staying up-to-date with the latest advancements in - the tech industry. I am excited to connect + the tech industry. +

+ I am excited to connect with like-minded individuals, industry professionals, and mentors who share my passion for programming and can provide guidance and inspiration on - this rewarding journey. Together, let's shape the future through technology! + this rewarding journey. +

+ Together, let's shape the future through technology! 🚀💻

+
+
+
LeetCodeRank:
+
@@ -87,43 +99,43 @@

My Skills!!

- Python + Python

Python

- Java + Java

Java

- CSharp + CSharp

CSharp

- Html + Html

Html

- Css + Css

Css

- C++ + C++

C++

@@ -255,23 +267,26 @@

Certificates & Achievements

-
python(basic)
-
java(basic)
+
python(basic)
+
java(basic)

-

Contacts

+

Contacts Deatils and Social Media Handle

    -
  • Whatsapp
  • -
  • Instagram
  • -
  • Github
  • -
  • Linkedin
  • +
  • Whatsapp
  • +
  • Instagram
  • +
  • Github
  • +
  • Linkedin
  • +
  • LeetCode
  • +
  • HackerRank
+ diff --git a/lightimg/1500X1000-min.jpg b/lightimg/1500X1000-min.jpg new file mode 100644 index 0000000..76ded52 Binary files /dev/null and b/lightimg/1500X1000-min.jpg differ diff --git a/lightimg/150X100-min.jpg b/lightimg/150X100-min.jpg new file mode 100644 index 0000000..ac1f53a Binary files /dev/null and b/lightimg/150X100-min.jpg differ diff --git a/lightimg/15X10-min.jpg b/lightimg/15X10-min.jpg new file mode 100644 index 0000000..48c7fdf Binary files /dev/null and b/lightimg/15X10-min.jpg differ diff --git a/lightimg/750X500-min.jpg b/lightimg/750X500-min.jpg new file mode 100644 index 0000000..692bcd9 Binary files /dev/null and b/lightimg/750X500-min.jpg differ diff --git a/lightimg/cpp-min.png b/lightimg/cpp-min.png new file mode 100644 index 0000000..7d5f806 Binary files /dev/null and b/lightimg/cpp-min.png differ diff --git a/lightimg/csharp-min.png b/lightimg/csharp-min.png new file mode 100644 index 0000000..66f52a7 Binary files /dev/null and b/lightimg/csharp-min.png differ diff --git a/lightimg/css-min.png b/lightimg/css-min.png new file mode 100644 index 0000000..13f05ce Binary files /dev/null and b/lightimg/css-min.png differ diff --git a/lightimg/demo-min.jpg b/lightimg/demo-min.jpg new file mode 100644 index 0000000..090bcb6 Binary files /dev/null and b/lightimg/demo-min.jpg differ diff --git a/lightimg/github-min.png b/lightimg/github-min.png new file mode 100644 index 0000000..85b8c8f Binary files /dev/null and b/lightimg/github-min.png differ diff --git a/lightimg/github1-min.png b/lightimg/github1-min.png new file mode 100644 index 0000000..2e53c5b Binary files /dev/null and b/lightimg/github1-min.png differ diff --git a/lightimg/hackerrank-min.png b/lightimg/hackerrank-min.png new file mode 100644 index 0000000..1fd970e Binary files /dev/null and b/lightimg/hackerrank-min.png differ diff --git a/lightimg/html-min.png b/lightimg/html-min.png new file mode 100644 index 0000000..926ef14 Binary files /dev/null and b/lightimg/html-min.png differ diff --git a/lightimg/insta-min.png b/lightimg/insta-min.png new file mode 100644 index 0000000..929e3b0 Binary files /dev/null and b/lightimg/insta-min.png differ diff --git a/lightimg/java-basic-min.png b/lightimg/java-basic-min.png new file mode 100644 index 0000000..516dc34 Binary files /dev/null and b/lightimg/java-basic-min.png differ diff --git a/lightimg/java-min.png b/lightimg/java-min.png new file mode 100644 index 0000000..9739096 Binary files /dev/null and b/lightimg/java-min.png differ diff --git a/lightimg/leetcode-min.png b/lightimg/leetcode-min.png new file mode 100644 index 0000000..93e5ba0 Binary files /dev/null and b/lightimg/leetcode-min.png differ diff --git a/lightimg/linkedin-min.png b/lightimg/linkedin-min.png new file mode 100644 index 0000000..18b843b Binary files /dev/null and b/lightimg/linkedin-min.png differ diff --git a/lightimg/python-basic-min.png b/lightimg/python-basic-min.png new file mode 100644 index 0000000..36bba90 Binary files /dev/null and b/lightimg/python-basic-min.png differ diff --git a/lightimg/python-min.png b/lightimg/python-min.png new file mode 100644 index 0000000..77703fe Binary files /dev/null and b/lightimg/python-min.png differ diff --git a/lightimg/whatsapp-min.jpeg b/lightimg/whatsapp-min.jpeg new file mode 100644 index 0000000..c3d61de Binary files /dev/null and b/lightimg/whatsapp-min.jpeg differ