Compare commits
1 Commits
v3.0
...
feature/br
Author | SHA1 | Date | |
---|---|---|---|
cf94f0c6a7 |
@ -16,8 +16,8 @@
|
|||||||
<h2 class="title">Welcome to Git Training Hub !</h2>
|
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="floating-shapes">
|
<div class="floating-shapes">
|
||||||
@ -29,6 +29,3 @@
|
|||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- -->
|
|
||||||
|
|
||||||
<!-- -->
|
|
12
numbers.dart
12
numbers.dart
@ -1,12 +0,0 @@
|
|||||||
List<int> numbers = [
|
|
||||||
100,
|
|
||||||
200,
|
|
||||||
300,
|
|
||||||
100,
|
|
||||||
222,
|
|
||||||
300,
|
|
||||||
540,
|
|
||||||
130,
|
|
||||||
870,
|
|
||||||
150,
|
|
||||||
];
|
|
@ -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