Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
eb291f6
add new landing page templates and navigation components with updated…
ostafinskim Nov 28, 2024
20e86b2
update logo and color scheme across components
ostafinskim Nov 29, 2024
3364d1d
change quote and slide components to use purple color
ostafinskim Nov 29, 2024
d9b8c8d
update colors table
jean-gui Jan 9, 2025
e641d2e
use logos from www.w3.org
jean-gui Jan 10, 2025
ea13240
update deps
jean-gui Jan 10, 2025
1754a02
use new logo (circle version)
jean-gui Jan 10, 2025
a9a775c
feat: update logo and global navigation styles
ostafinskim Jan 14, 2025
f81d3f9
del: remove v2 landing page and navigation v2 templates
ostafinskim Feb 26, 2025
dce6a6a
feat: update name for navigation and landing page
ostafinskim Feb 26, 2025
cf7ac0a
feat: update logo styles and adjust global navigation padding
ostafinskim Feb 26, 2025
0461923
feat: adjust global navigation padding and add separator styles
ostafinskim Mar 14, 2025
a8a7988
feat: rem & em units add
ostafinskim Mar 18, 2025
11af221
feat: remove separator styles from navigation
ostafinskim Mar 20, 2025
16ae5a0
Cachebust css in head
JamieC24 May 12, 2025
8208ce6
Correct group ('Systems Team') and type ('tool') for this repository
vivienlacourba Jul 11, 2025
8d9f19f
Merge branch 'main' into feature/update-logo
jean-gui Sep 22, 2025
8733067
remove templates
ostafinskim Sep 25, 2025
8942cf9
fix(navigation): adjust margin for responsive layout
ostafinskim Sep 25, 2025
330d2c7
Merge branch 'refs/heads/main' into feature/update-logo
jean-gui Sep 30, 2025
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
1 change: 1 addition & 0 deletions assets-src/styles/sass/50-core-components/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
@include mq($max-width) {
flex-basis: auto;
flex-wrap: nowrap;
margin-inline-start: em(48);
padding-bottom: 0;
}
}
Expand Down
4 changes: 2 additions & 2 deletions w3c.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"group": [106]
"group": [122803]
, "contacts": ["vivienlacourba"]
, "repo-type": "project"
, "repo-type": "tool"
}