Compare commits
25 Commits
feature/br
...
main
Author | SHA1 | Date | |
---|---|---|---|
bfdc1cf8b6 | |||
7c93412123 | |||
42fea02cf9 | |||
3af5d05066 | |||
55aac428a5 | |||
8b92a58e58 | |||
1b5484549b | |||
33004416b9 | |||
01628adebe | |||
e89618fa65 | |||
25f4bf9211 | |||
510ee6e696 | |||
3a9daa7766 | |||
283a522801 | |||
0908ba0382 | |||
5aa247933e | |||
5f9f912a61 | |||
0a86add3d7 | |||
ad4513df35 | |||
f232c7296c | |||
35381ffe72 | |||
63eae874f9 | |||
60c49792a2 | |||
93d3b56883 | |||
81e324ec29 |
@ -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">
|
||||
|
12
numbers.dart
Normal file
12
numbers.dart
Normal file
@ -0,0 +1,12 @@
|
||||
List<int> numbers = [
|
||||
100,
|
||||
200,
|
||||
300,
|
||||
100,
|
||||
222,
|
||||
300,
|
||||
540,
|
||||
130,
|
||||
870,
|
||||
150,
|
||||
];
|
Reference in New Issue
Block a user