Skip to content

Commit

Permalink
Feat : Development section frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-ashish-k committed Dec 29, 2023
2 parents c0a873c + 435c743 commit ff10b9f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ function handleScroll() {
const items = document.querySelectorAll(".item");
items.forEach((item) => {
const itemHead = document.querySelector(".itemhead");
// console.log(itemHead);
const itemRect = item.getBoundingClientRect();
if (itemRect.top < 500) {
item.classList.add("top-80");
Expand Down
1 change: 0 additions & 1 deletion nuxt-frontend/pages/frontend-development.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default {
Header,
LandingSection,
DevelopmentSection,
NewFooter,
NewFooter,
},
setup() {
Expand Down

0 comments on commit ff10b9f

Please sign in to comment.