18 Commits

Author SHA1 Message Date
1b5484549b Number fixed 2025-09-11 12:47:53 +05:30
01628adebe Merge branch 'feature/numbers' 2025-09-11 12:45:17 +05:30
e89618fa65 Numbers updated in numbers branch 2025-09-11 12:37:00 +05:30
25f4bf9211 Numbers added 2025-09-11 12:35:41 +05:30
510ee6e696 Merge pull request 'This PR will fix the numbers array' (#4) from fix/numbers into main
Reviewed-on: #4
2025-09-11 06:40:05 +00:00
3a9daa7766 Numbers fixed 2025-09-11 12:07:45 +05:30
283a522801 Merge branch 'feature/numbers' 2025-09-11 12:05:07 +05:30
0908ba0382 Numbers updated 2025-09-11 12:02:33 +05:30
5aa247933e number added 2 2025-09-11 12:01:51 +05:30
5f9f912a61 Numbers updated 2025-09-11 11:59:58 +05:30
0a86add3d7 Numbers added 2025-09-11 11:58:51 +05:30
ad4513df35 Merge branch 'feature/numbers' 2025-09-04 13:02:02 +05:30
f232c7296c some numbers removed in feature/number branch 2025-09-04 13:00:56 +05:30
35381ffe72 some numbers removed 2025-09-04 12:59:33 +05:30
63eae874f9 Number list updated till 10 2025-09-04 12:53:29 +05:30
60c49792a2 Number list added till [1-5] 2025-09-04 12:51:40 +05:30
01b1a1694f file name update 2025-08-30 11:04:44 +05:30
901863e995 feat(ui): enhance subtitle text for clarity and detail
- Updated the subtitle on the welcome page to better describe the purpose of the training sessions
- Text now specifies hands-on, interactive Git training for all skill levels
- Improves user understanding of the offering at a glance
2025-08-30 10:37:54 +05:30
3 changed files with 13 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<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>

12
numbers.dart Normal file
View File

@ -0,0 +1,12 @@
List<int> numbers = [
100,
200,
300,
100,
222,
300,
540,
130,
870,
150,
];