Compare commits
18 Commits
Author | SHA1 | Date | |
---|---|---|---|
1b5484549b | |||
01628adebe | |||
e89618fa65 | |||
25f4bf9211 | |||
510ee6e696 | |||
3a9daa7766 | |||
283a522801 | |||
0908ba0382 | |||
5aa247933e | |||
5f9f912a61 | |||
0a86add3d7 | |||
ad4513df35 | |||
f232c7296c | |||
35381ffe72 | |||
63eae874f9 | |||
60c49792a2 | |||
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>
|
||||||
|
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