Skip to content

Commit

Permalink
Merge pull request #285 from priyagupta20044/main
Browse files Browse the repository at this point in the history
Added portfolio
  • Loading branch information
avinash201199 authored Oct 21, 2024
2 parents 486d08f + da372c7 commit a83e3b5
Show file tree
Hide file tree
Showing 55 changed files with 1,227 additions and 0 deletions.
Binary file added Priya Gupta/Screenshot 2024-02-10 164354.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/Screenshot 2024-02-10 165612.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/Screenshot 2024-02-10 171341.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/Screenshot 2024-02-10 183957.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/aiml.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/bbps.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/bootstrapcolor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/castor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/ccolor-removebg-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/certificate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/cf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/cohort1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/cohort2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/cppcolor-removebg-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/css-removebg-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/csscolor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/dbmscolor-removebg-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/dps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/dps.webp
Binary file not shown.
Binary file added Priya Gupta/git-removebg-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/git.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/gitcolor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/githubcolor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/gmail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/half adder.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Priya Gupta/hamburger.webp
Binary file not shown.
Binary file added Priya Gupta/html-removebg-preview.png
Binary file added Priya Gupta/htmlcolor.webp
Binary file not shown.
Binary file added Priya Gupta/igdtuw.jpg
Binary file added Priya Gupta/imageedit_1_7414468131.png
Binary file added Priya Gupta/imageedit_2_5438357752.png
Binary file added Priya Gupta/imageedit_3_2117140338.png
Binary file added Priya Gupta/imageedit_4_2861211730.png
Binary file added Priya Gupta/imageedit_5_7672339988.png
Binary file added Priya Gupta/imageedit_6_7874806587.png
Binary file added Priya Gupta/imageedit_7_3123311663.png
337 changes: 337 additions & 0 deletions Priya Gupta/index.html

Large diffs are not rendered by default.

Binary file added Priya Gupta/instagram.webp
Binary file not shown.
Binary file added Priya Gupta/jscolor-removebg-preview.png
Binary file added Priya Gupta/linkedin-removebg-preview.png
Binary file added Priya Gupta/mlsa.jpg
Binary file added Priya Gupta/next.png
Binary file added Priya Gupta/pinktwitter-removebg-preview.png
Binary file added Priya Gupta/pollux.jpg
Binary file added Priya Gupta/pyimg-removebg-preview.png
Binary file added Priya Gupta/pyimg.png
Binary file added Priya Gupta/pythoncolor-removebg-preview.png
Binary file added Priya Gupta/pythoncolor.webp
Binary file not shown.
65 changes: 65 additions & 0 deletions Priya Gupta/script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
const observer = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
console.log(entry)
if (entry.isIntersecting ) {
entry.target.classList.add('show');
} else {
entry.target.classList.remove('show');
}
});
});

const hiddenElements = document.querySelectorAll('.hidden1');
hiddenElements.forEach((el) => observer.observe(el));



const observer1 = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
console.log(entry)
if (entry.isIntersecting) {
entry.target.classList.add('show');
} else {
entry.target.classList.remove('show');
}
});
});

const hiddenElements1 = document.querySelectorAll('.hidden2');
hiddenElements1.forEach((el) => observer1.observe(el));


const observer2 = new IntersectionObserver((entries) => {
entries.forEach((entry) => {
console.log(entry)
if (entry.isIntersecting) {
entry.target.classList.add('show');
} else {
entry.target.classList.remove('show');
}
});
});

const hiddenElements2 = document.querySelectorAll('.hidden3');
hiddenElements2.forEach((el) => observer2.observe(el));


let scrollContainer = document.querySelector(".gallery");
let backBtn = document.getElementById("backbutton");
let nextBtn = document.getElementById("nextbutton");

scrollContainer.addEventListener("wheel", (evt)=>{
// evt.preventDefault();
scrollContainer.scrollleft += evt.deltaY;
});

nextBtn.addEventListener("click", ()=>{

scrollContainer.style.scrollBehavior = "smooth";
scrollContainer.scrollLeft += 370;
});
backBtn.addEventListener("click", ()=>{

scrollContainer.style.scrollBehavior = "smooth";
scrollContainer.scrollLeft -= 370;
});
Loading

0 comments on commit a83e3b5

Please sign in to comment.