Compare commits
31 Commits
Author | SHA1 | Date | |
---|---|---|---|
303c2dd814 | |||
07bc717af2 | |||
8aed9e3d44 | |||
bfdc1cf8b6 | |||
7c93412123 | |||
42fea02cf9 | |||
3af5d05066 | |||
55aac428a5 | |||
8b92a58e58 | |||
1b5484549b | |||
33004416b9 | |||
01628adebe | |||
e89618fa65 | |||
25f4bf9211 | |||
510ee6e696 | |||
3a9daa7766 | |||
283a522801 | |||
0908ba0382 | |||
5aa247933e | |||
5f9f912a61 | |||
0a86add3d7 | |||
ad4513df35 | |||
f232c7296c | |||
35381ffe72 | |||
63eae874f9 | |||
60c49792a2 | |||
93d3b56883 | |||
3fe7109585 | |||
01b1a1694f | |||
901863e995 | |||
81e324ec29 |
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# Welcome to Git Training Hub0
|
||||
# Welcome to Git Training Hub1
|
||||
# Welcome to Git Training Hub2
|
||||
|
@ -14,10 +14,10 @@
|
||||
<i class="fas fa-code-branch"></i>
|
||||
</div>
|
||||
<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">
|
||||
<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,3 +29,6 @@
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
<!-- -->
|
||||
|
||||
<!-- -->
|
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