4 Commits

Author SHA1 Message Date
cf94f0c6a7 added a variable declaration 2025-09-04 12:08:50 +05:30
3fe7109585 docs(readme): add missing space in heading 2025-08-30 11:07:51 +05:30
01b1a1694f file name update 2025-08-30 11:04:44 +05:30
901863e995 feat(ui): enhance subtitle text for clarity and detail
- Updated the subtitle on the welcome page to better describe the purpose of the training sessions
- Text now specifies hands-on, interactive Git training for all skill levels
- Improves user understanding of the offering at a glance
2025-08-30 10:37:54 +05:30
4 changed files with 3 additions and 2 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
# Welcome to Git Training Hub

View File

@ -1 +0,0 @@
#Welcome to Git Training Hub

View File

@ -14,7 +14,7 @@
<i class="fas fa-code-branch"></i>
</div>
<h2 class="title">Welcome to Git Training Hub !</h2>
<p class="subtitle">Master version control with our interactive training</p>
<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>

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() {