32 Commits
demo ... v0.5.0

Author SHA1 Message Date
06b81759bd README.md updated again 2025-09-25 12:39:45 +05:30
303c2dd814 README.md updated 2025-09-25 12:38:21 +05:30
07bc717af2 comments updated 2 2025-09-25 12:15:43 +05:30
8aed9e3d44 comments updated 2025-09-25 12:15:05 +05:30
bfdc1cf8b6 feat: updated welcome page 2025-09-18 10:59:05 +05:30
7c93412123 Merge branch 'main' of https://git.comorin.co/Git-Training-Hub/tech-thursday-demo 2025-09-18 10:54:47 +05:30
42fea02cf9 Fixed merge conflict on numbers.dart 2025-09-11 12:59:11 +05:30
3af5d05066 updat numbers from 20 2025-09-11 12:56:15 +05:30
55aac428a5 Merge branch 'main' of https://git.comorin.co/Git-Training-Hub/tech-thursday-demo 2025-09-11 12:53:15 +05:30
8b92a58e58 Merge pull request 'Number fixed' (#5) from fix/num into main
Reviewed-on: #5
2025-09-11 07:19:46 +00:00
1b5484549b Number fixed 2025-09-11 12:47:53 +05:30
33004416b9 Number fixed 2025-09-11 12:47:06 +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
93d3b56883 Merge branch 'main' of https://git.comorin.co/Git-Training-Hub/tech-thursday-demo 2025-08-30 11:58:18 +05:30
3fe7109585 docs(readme): add missing space in heading 2025-08-30 11:07:51 +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
81e324ec29 added welcome page 2025-08-21 12:02:38 +05:30
4 changed files with 25 additions and 4 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# Welcome to Git Training Hub0
# Welcome to Git Training Hub1
# Welcome to Git Training Hub2
# Welcome to Git Training Hub3

View File

@ -1 +0,0 @@
#Welcome to Git Training Hub

View File

@ -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
View File

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