Compare commits
4 Commits
demo
...
feature/br
Author | SHA1 | Date | |
---|---|---|---|
cf94f0c6a7 | |||
3fe7109585 | |||
01b1a1694f | |||
901863e995 |
@ -14,7 +14,7 @@
|
|||||||
<i class="fas fa-code-branch"></i>
|
<i class="fas fa-code-branch"></i>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="title">Welcome to Git Training Hub !</h2>
|
<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">
|
<div class="cta-buttons">
|
||||||
<button class="btn primary">Get Started</button>
|
<button class="btn primary">Get Started</button>
|
||||||
<button class="btn secondary">Learn More</button>
|
<button class="btn secondary">Learn More</button>
|
||||||
|
@ -9,6 +9,7 @@ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Add hover effect to buttons
|
// Add hover effect to buttons
|
||||||
|
const a = [1, 2, 3];
|
||||||
const buttons = document.querySelectorAll('.btn');
|
const buttons = document.querySelectorAll('.btn');
|
||||||
buttons.forEach(button => {
|
buttons.forEach(button => {
|
||||||
button.addEventListener('mouseenter', function() {
|
button.addEventListener('mouseenter', function() {
|
||||||
|
Reference in New Issue
Block a user