Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a2977e1
Add: Collaboration section and gitOps section
KhushamBansal Feb 4, 2026
c750e4e
fix: collaboration component
KhushamBansal Feb 4, 2026
f5395bc
Add: timeline section
KhushamBansal Feb 4, 2026
2b1389b
fix/card position
Bhumikagarggg Feb 4, 2026
20bae10
Fix: z-index
KhushamBansal Feb 12, 2026
674e39b
Merge branch 'master' into feature/capabilties-section
KhushamBansal Feb 12, 2026
db92584
Merge branch 'master' into feature/capabilties-section
Rajesh-Nagarajan-11 Feb 13, 2026
1342c75
Merge branch 'master' into feature/capabilties-section
KhushamBansal Feb 16, 2026
9df7821
Merge branch 'master' into feature/capabilties-section
KhushamBansal Feb 22, 2026
70081da
fix: timeline card
KhushamBansal Feb 22, 2026
c8ae2ca
fix: cursor for timeline
KhushamBansal Feb 22, 2026
7adb9d1
fix: rollback icon
KhushamBansal Feb 22, 2026
2f35fef
add: graph to collaborate card
KhushamBansal Feb 22, 2026
4ba4195
fix: timeline card bg
KhushamBansal Feb 22, 2026
f09b6f0
add: timeline loop
KhushamBansal Feb 22, 2026
716176d
update: timeline icons
KhushamBansal Feb 22, 2026
d4d2d5c
update: collaboration card icons
KhushamBansal Feb 22, 2026
8af364f
Merge branch 'master' into feature/capabilties-section
KhushamBansal Feb 22, 2026
3f95da9
Merge branch 'master' into feature/capabilties-section
Rajesh-Nagarajan-11 Feb 26, 2026
2e84332
fix: gitops animation
KhushamBansal Feb 27, 2026
e98e7f7
Merge branch 'master' into feature/capabilties-section
KhushamBansal Feb 27, 2026
94e85cd
Merge branch 'master' into feature/capabilties-section
KhushamBansal Mar 3, 2026
7f6f563
fix: gitops section
KhushamBansal Mar 3, 2026
b79f4b7
Merge branch 'master' into feature/capabilties-section
KhushamBansal Mar 4, 2026
8540856
Merge branch 'master' into feature/capabilties-section
saurabhraghuvanshii Mar 4, 2026
443e83e
Merge branch 'master' into feature/capabilties-section
KhushamBansal Mar 5, 2026
b74ef81
Merge branch 'master' into feature/capabilties-section
KhushamBansal Mar 7, 2026
0ffa0ca
Merge branch 'master' into feature/capabilties-section
CodexRaunak Mar 9, 2026
c88c9e9
Merge branch 'master' into feature/capabilties-section
KhushamBansal Mar 14, 2026
143cf52
chore: remove commented code section
KhushamBansal Mar 15, 2026
3a3928c
Merge branch 'master' into feature/capabilties-section
KhushamBansal Mar 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
424 changes: 424 additions & 0 deletions assets/scss/_collaboration.scss

Large diffs are not rendered by default.

515 changes: 515 additions & 0 deletions assets/scss/_gitops-card.scss

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@
@import "floating-logo";
@import "browser";
@import "cursors";
@import "gitops-card";
@import "collaboration";
@import "timeline";
@import "feedback";
@import "section-transitions";
@import "scroll-cube";

body {
background-color: $dark;
color: $white;
background-color: $dark;
color: $white;
margin: 0;
-webkit-font-smoothing: antialiased;
font-family: $font-family-base;
Expand All @@ -35,8 +38,8 @@ body {
}

.btn-primary {
background-color: $primary;
color: $white;
background-color: $primary;
color: $white;
padding: 0.5rem 1.25rem;
border-radius: 4px;
text-decoration: none;
Expand All @@ -46,6 +49,6 @@ body {

&:hover {
filter: brightness(1.1);
box-shadow: 0 0 15px rgba($primary, 0.3);
box-shadow: 0 0 15px rgba($primary, 0.3);
}
}
}
Loading
Loading