Skip to content

Commit

Permalink
contact page updated
Browse files Browse the repository at this point in the history
  • Loading branch information
palaksharma1011 committed Dec 24, 2024
1 parent 6bac820 commit 6c147da
Show file tree
Hide file tree
Showing 6 changed files with 523 additions and 274 deletions.
22 changes: 22 additions & 0 deletions contact-app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// window.addEventListener(
// "scroll",
// () => {
// document.body.style.setProperty(
// "--scroll",
// window.pageYOffset / (document.body.offsetHeight - window.innerHeight)
// );
// },
// false
// );

let homebtn=document.querySelector("#homebtn");

homebtn.addEventListener("click",function(){
window.location.href="index.html"
})

let topbtn=document.querySelector("#topbtn");

topbtn.addEventListener("click",function(){
window.location.href="#top";
})
Binary file added contact-pagePic1.jpeg
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 contact-pagePic2.jpeg
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 contact-pagePic3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6c147da

Please sign in to comment.