1 Commits

Author SHA1 Message Date
cf94f0c6a7 added a variable declaration 2025-09-04 12:08:50 +05:30
3 changed files with 3 additions and 14 deletions

View File

@ -16,8 +16,8 @@
<h2 class="title">Welcome to Git Training Hub !</h2>
<p class="subtitle">Master version control and collaboration with our hands-on, interactive Git training sessions designed for all skill levels.</p>
<div class="cta-buttons">
<!-- <button class="btn primary">Get Started</button>
<button class="btn secondary">Learn More</button> -->
<button class="btn primary">Get Started</button>
<button class="btn secondary">Learn More</button>
</div>
</div>
<div class="floating-shapes">

View File

@ -1,12 +0,0 @@
List<int> numbers = [
100,
200,
300,
100,
222,
300,
540,
130,
870,
150,
];

View File

@ -9,6 +9,7 @@ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
});
// Add hover effect to buttons
const a = [1, 2, 3];
const buttons = document.querySelectorAll('.btn');
buttons.forEach(button => {
button.addEventListener('mouseenter', function() {