Skip to content

Commit

Permalink
Added Onlick of avijika's logo--go to to home page functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Frpratik committed Feb 5, 2025
1 parent 062fe58 commit 8378c81
Show file tree
Hide file tree
Showing 14 changed files with 84 additions and 1 deletion.
6 changes: 6 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,12 @@ <h3>
};

</script>

<script>
document.querySelector('.image-button1').addEventListener('click', function() {
window.location.href = 'index.html';
});
</script>

</body>

Expand Down
5 changes: 5 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,11 @@ <h3>
}
</script>

<script>
document.querySelector('.image-button1').addEventListener('click', function() {
window.location.href = 'index.html';
});
</script>

</body>
</html>
6 changes: 6 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,12 @@ <h3>Subscribe to Our Newsletter</h3>
});

</script>

<script>
document.querySelector('.image-button1').addEventListener('click', function() {
window.location.href = 'index.html';
});
</script>

</body>
</html>
6 changes: 6 additions & 0 deletions contributors/contributor.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,5 +354,11 @@ <h3 style="color: #d6a52b;">Subscribe to Our Newsletter</h3>
});
});
</script>

<script>
document.querySelector('.image-button1').addEventListener('click', function() {
window.location.href = '../index.html';
});
</script>
</body>
</html>
6 changes: 6 additions & 0 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -1376,5 +1376,11 @@ <h3>
});

</script>

<script>
document.querySelector('.image-button1').addEventListener('click', function() {
window.location.href = 'index.html';
});
</script>
</body>
</html>
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1642,5 +1642,11 @@ <h3>

</script>

<script>
document.querySelector('.image-button1').addEventListener('click', function() {
window.location.href = 'index.html';
});
</script>

</body>
</html>
8 changes: 7 additions & 1 deletion index2.html
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ <h3>${job['Job Title']}</h3>
};

</script>
<script>
<script>
document.addEventListener('DOMContentLoaded', () => {
const themeToggle = document.querySelector('.theme-switch__checkbox');
const currentTheme = localStorage.getItem('theme');
Expand All @@ -575,6 +575,12 @@ <h3>${job['Job Title']}</h3>
});
});
</script>

<script>
document.querySelector('.image-button1').addEventListener('click', function() {
window.location.href = 'index.html';
});
</script>

</body>
</html>
6 changes: 6 additions & 0 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,5 +380,11 @@ <h1>Members Log in</h1>
}
}
</script>

<script>
document.querySelector('.image-button1').addEventListener('click', function() {
window.location.href = 'index.html';
});
</script>
</body>
</html>
6 changes: 6 additions & 0 deletions pricing.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,5 +414,11 @@ <h3>Subscribe to Our Newsletter</h3>
});
});
</script>

<script>
document.querySelector('.image-button1').addEventListener('click', function() {
window.location.href = 'index.html';
});
</script>
</body>
</html>
6 changes: 6 additions & 0 deletions privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -809,5 +809,11 @@ <h3 style="color: #d6a52b;">Subscribe to Our Newsletter</h3>
});
</script>

<script>
document.querySelector('.image-button1').addEventListener('click', function() {
window.location.href = 'index.html';
});
</script>

</body>
</html>
6 changes: 6 additions & 0 deletions register.html
Original file line number Diff line number Diff line change
Expand Up @@ -436,5 +436,11 @@ <h1>Create an Account</h1>
}
</script>

<script>
document.querySelector('.image-button1').addEventListener('click', function() {
window.location.href = 'index.html';
});
</script>

</body>
</html>
6 changes: 6 additions & 0 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -918,5 +918,11 @@ <h3>Subscribe to Our Newsletter</h3>
}
</script>

<script>
document.querySelector('.image-button1').addEventListener('click', function() {
window.location.href = 'index.html';
});
</script>

</body>
</html>
6 changes: 6 additions & 0 deletions terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,12 @@ <h3 style="color: #d6a52b;">Subscribe to Our Newsletter</h3>
});
});
</script>

<script>
document.querySelector('.image-button1').addEventListener('click', function() {
window.location.href = 'index.html';
});
</script>

</body>
</html>
6 changes: 6 additions & 0 deletions testimonial.html
Original file line number Diff line number Diff line change
Expand Up @@ -836,5 +836,11 @@ <h3>Subscribe to Our Newsletter</h3>
});
});
</script>

<script>
document.querySelector('.image-button1').addEventListener('click', function() {
window.location.href = 'index.html';
});
</script>
</body>
</html>

0 comments on commit 8378c81

Please sign in to comment.