Skip to content

Commit 3af27b4

Browse files
authored
Merge branch 'main' into debug_link_checker
2 parents 05564ce + 45e9378 commit 3af27b4

File tree

11 files changed

+801
-153
lines changed

11 files changed

+801
-153
lines changed

assets/css/style.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,3 +1149,15 @@ ol.custom-ordered-list li::before {
11491149
grid-template-columns: 1fr;
11501150
}
11511151
}
1152+
1153+
/* Training Materials pages */
1154+
a.next-page-btn {
1155+
background-color: white;
1156+
border: 2px solid #114b7c;
1157+
transition: all 0.3s ease;
1158+
}
1159+
a.next-page-btn:hover {
1160+
background-color: #e6f0f9;
1161+
border: 2px solid #114b7c;
1162+
text-decoration: none !important;
1163+
}

config/_default/menus.yaml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ main:
5050
weight: 2
5151
url: "events/"
5252
parent: "Community"
53-
- name: "Organizing NWB Events"
54-
weight: 4
55-
url: "organizing-nwb-events/"
56-
parent: "Community"
5753
- name: "Enhancement Proposals"
5854
weight: 4
5955
url: "https://github.com/nwb-extensions/nwbep-review/"
@@ -87,7 +83,7 @@ main:
8783
weight: 4
8884
url: "policies/"
8985
parent: "Resources"
90-
- name: "Training Materials"
86+
- name: "Training & Event Materials"
9187
weight: 5
9288
url: "training-materials/"
9389
parent: "Resources"
@@ -127,14 +123,11 @@ community_links:
127123
- name: "About Events"
128124
weight: 3
129125
url: "/about-events"
130-
- name: "Organizing NWB Events"
131-
weight: 4
132-
url: "/organizing-nwb-events"
133126
- name: "Working Groups"
134-
weight: 5
127+
weight: 4
135128
url: "/working-groups"
136129
- name: "Contact Us"
137-
weight: 6
130+
weight: 5
138131
url: "/contact-us"
139132

140133
resources:
@@ -150,10 +143,9 @@ resources:
150143
- name: "Policies"
151144
weight: 4
152145
url: "/policies"
153-
- name: "Training Materials"
146+
- name: "Training & Event Materials"
154147
weight: 5
155148
url: "/training-materials"
156149
- name: "FAQ"
157150
weight: 6
158151
url: "/faq"
159-

0 commit comments

Comments
 (0)