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>
|
||||
<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">
|
||||
@ -29,6 +29,3 @@
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- -->
|
||||
|
||||
<!-- -->
|
12
numbers.dart
12
numbers.dart
@ -1,12 +0,0 @@
|
||||
List<int> numbers = [
|
||||
100,
|
||||
200,
|
||||
300,
|
||||
100,
|
||||
222,
|
||||
300,
|
||||
540,
|
||||
130,
|
||||
870,
|
||||
150,
|
||||
];
|
Reference in New Issue
Block a user