eclipsefdn-hugo-solstice-theme 2.0.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/config.toml +521 -286
  2. package/exampleSite/config/_default/config.toml +2 -2
  3. package/layouts/_default/baseof.html +0 -1
  4. package/layouts/partials/breadcrumbs.html +26 -33
  5. package/layouts/partials/featured_story_popup.html +6 -0
  6. package/layouts/partials/footer.html +60 -19
  7. package/layouts/partials/footer_js.html +1 -1
  8. package/layouts/partials/head.html +10 -10
  9. package/layouts/partials/header.html +8 -8
  10. package/layouts/partials/jumbotron.html +73 -85
  11. package/layouts/partials/main_prefix.html +16 -18
  12. package/layouts/partials/main_suffix.html +1 -18
  13. package/layouts/partials/mega_menu.html +47 -51
  14. package/layouts/partials/mobile_menu.html +43 -97
  15. package/layouts/partials/nav.html +47 -60
  16. package/layouts/partials/navbar.html +108 -29
  17. package/layouts/partials/sidebar.html +48 -54
  18. package/layouts/partials/socials.html +15 -90
  19. package/layouts/partials/toolbar.html +4 -70
  20. package/package.json +3 -3
  21. package/webpack.mix.js +4 -4
  22. package/layouts/partials/featured_story.html +0 -38
  23. package/layouts/partials/footer_links/footer-copyright.html +0 -19
  24. package/layouts/partials/footer_links/footer-eclipse-foundation.html +0 -11
  25. package/layouts/partials/footer_links/footer-legal.html +0 -12
  26. package/layouts/partials/footer_links/footer-other.html +0 -10
  27. package/layouts/partials/footer_links/footer-useful-links.html +0 -11
  28. package/layouts/partials/footer_links/links.html +0 -3
  29. package/layouts/partials/footer_links/prefix.html +0 -0
  30. package/layouts/partials/footer_links/suffix.html +0 -36
  31. package/layouts/partials/working_group_footer.html +0 -55
package/config.toml CHANGED
@@ -53,414 +53,649 @@
53
53
  [menus]
54
54
  _merge = "shallow"
55
55
 
56
- [[menu.astro]]
57
- name = "Projects"
56
+ # Neptune Menu
57
+ [[menu.neptune]]
58
+ name = "Join us"
58
59
  weight = 1
59
- identifier = "projects"
60
- [menu.astro.params]
61
- description = """
62
- The Eclipse Foundation is home to the Eclipse IDE, Jakarta EE, and
63
- hundreds of open source projects, including runtimes, tools,
64
- specifications, and frameworks for cloud and edge applications, IoT, AI,
65
- automotive, systems engineering, open processor designs, and many others.
66
- """
60
+ identifier = "join-us"
67
61
 
68
-
69
- [[menu.astro]]
70
- name = "Technologies"
62
+ [[menu.neptune]]
63
+ name = "Membership"
71
64
  weight = 1
72
- identifier = "projects-technologies"
73
- parent = "projects"
65
+ identifier = "membership"
66
+ parent = "join-us"
67
+ pre = "<i class=\"fa-solid fa-user-group\" aria-hidden=\"true\"></i>"
74
68
 
75
- [[menu.astro]]
76
- name = "Developer Tools & IDEs"
77
- url = "https://www.eclipse.org/topics/ide/"
69
+ [[menu.neptune]]
70
+ name = "Become a member"
71
+ url = "https://www.eclipse.org/membership/"
78
72
  weight = 1
79
- parent = "projects-technologies"
73
+ parent = "membership"
80
74
 
81
- [[menu.astro]]
82
- name = "Cloud Native"
83
- url = "https://www.eclipse.org/topics/cloud-native/"
75
+ [[menu.neptune]]
76
+ name = "Review membership fees"
77
+ url = "https://www.eclipse.org/membership#tab-fees"
84
78
  weight = 2
85
- parent = "projects-technologies"
79
+ parent = "membership"
86
80
 
87
- [[menu.astro]]
88
- name = "Edge & IoT"
89
- url = "https://www.eclipse.org/topics/edge-and-iot/"
81
+ [[menu.neptune]]
82
+ name = "Access member portal"
83
+ url = "https://membership.eclipse.org/portal"
90
84
  weight = 3
91
- parent = "projects-technologies"
92
-
93
- [[menu.astro]]
94
- name = "Automotive & Mobility"
95
- url = "https://www.eclipse.org/topics/automotive-and-mobility/"
96
- weight = 4
97
- parent = "projects-technologies"
85
+ parent = "membership"
86
+ [menu.neptune.params]
87
+ target = "_blank"
98
88
 
99
- [[menu.astro]]
100
- name = "Projects"
89
+ [[menu.neptune]]
90
+ name = "Sponsorship"
101
91
  weight = 2
102
- identifier = "projects-projects"
103
- parent = "projects"
92
+ identifier = "sponsorship-2"
93
+ parent = "join-us"
94
+ pre = "<i class=\"fa-solid fa-bookmark\" aria-hidden=\"true\"></i>"
104
95
 
105
- [[menu.astro]]
106
- name = "Project Finder"
107
- url = "https://projects.eclipse.org/"
96
+ [[menu.neptune]]
97
+ name = "Support us as a sponsor"
98
+ url = "https://www.eclipse.org/sponsor/"
108
99
  weight = 1
109
- parent = "projects-projects"
100
+ parent = "sponsorship-2"
110
101
 
111
- [[menu.astro]]
112
- name = "Project Activity"
113
- url = "https://www.eclipse.org/projects/project_activity.php"
102
+ [[menu.neptune]]
103
+ name = "Contribute"
104
+ weight = 3
105
+ identifier = "contribute"
106
+ parent = "join-us"
107
+ pre = "<i class=\"fa-solid fa-handshake-simple\" aria-hidden=\"true\"></i>"
108
+
109
+ [[menu.neptune]]
110
+ name = "How to contribute"
111
+ url = "https://www.eclipse.org/contribute/"
112
+ weight = 1
113
+ parent = "contribute"
114
+
115
+ [[menu.neptune]]
116
+ name = "Bring us your project"
117
+ url = "https://www.eclipse.org/projects/bring-your-project/"
114
118
  weight = 2
115
- parent = "projects-projects"
119
+ parent = "contribute"
116
120
 
117
- [[menu.astro]]
118
- name = "Project Resources"
119
- url = "https://www.eclipse.org/projects/resources/"
121
+ [[menu.neptune]]
122
+ name = "Committer training"
123
+ url = "https://www.eclipse.org/projects/training/"
120
124
  weight = 3
121
- parent = "projects-projects"
125
+ parent = "contribute"
122
126
 
123
- [[menu.astro]]
124
- name = "Specifications"
125
- url = "https://www.eclipse.org/specifications/"
127
+ [[menu.neptune]]
128
+ name = "Collaborate with us"
126
129
  weight = 4
127
- parent = "projects-projects"
130
+ identifier = "collaborate-with-us"
131
+ parent = "join-us"
132
+ pre = "<i class=\"fa-solid fa-users\" aria-hidden=\"true\"></i>"
128
133
 
129
- [[menu.astro]]
130
- name = "Contribute"
131
- url = "https://www.eclipse.org/contribute/"
132
- weight = 5
133
- parent = "projects-projects"
134
+ [[menu.neptune]]
135
+ name = "Join an existing industry collaboration"
136
+ url = "https://www.eclipse.org/org/working-groups/explore/"
137
+ weight = 1
138
+ parent = "collaborate-with-us"
134
139
 
135
- [[menu.astro]]
136
- name = "Supporters"
140
+ [[menu.neptune]]
141
+ name = "Start a new collaboration"
142
+ url = "https://www.eclipse.org/collaborations/#start-collaboration"
137
143
  weight = 2
138
- identifier = "supporters"
139
- [menu.astro.params]
140
- description = """
141
- The Eclipse Foundation is an international non-profit association
142
- supported by our members, including industry leaders who value open
143
- source as a key enabler for their business strategies.
144
- """
145
-
146
- [[menu.astro]]
147
- name = "Membership"
144
+ parent = "collaborate-with-us"
145
+
146
+ [[menu.neptune]]
147
+ name = "What we do"
148
+ weight = 2
149
+ identifier = "what-we-do"
150
+
151
+ [[menu.neptune]]
152
+ name = "Projects"
148
153
  weight = 1
149
- identifier = "supporters-membership"
150
- parent = "supporters"
154
+ identifier = "projects"
155
+ parent = "what-we-do"
156
+ pre = "<i class=\"fa-solid fa-puzzle-piece\" aria-hidden=\"true\"></i>"
151
157
 
152
- [[menu.astro]]
153
- name = "Our Members"
154
- url = "https://www.eclipse.org/membership/explore-membership/"
158
+ [[menu.neptune]]
159
+ name = "Explore projects"
160
+ url = "https://projects.eclipse.org/"
155
161
  weight = 1
156
- parent = "supporters-membership"
162
+ parent = "projects"
157
163
 
158
- [[menu.astro]]
159
- name = "Member Benefits"
160
- url = "https://www.eclipse.org/membership/"
164
+ [[menu.neptune]]
165
+ name = "View specifications"
166
+ url = "https://www.eclipse.org/specifications/"
161
167
  weight = 2
162
- parent = "supporters-membership"
168
+ parent = "projects"
163
169
 
164
- [[menu.astro]]
165
- name = "Membership Levels & Fees"
166
- url = "https://www.eclipse.org/membership#tab-levels"
167
- weight = 3
168
- parent = "supporters-membership"
170
+ [[menu.neptune]]
171
+ name = "Industry collaborations"
172
+ weight = 2
173
+ identifier = "industry-collaborations"
174
+ parent = "what-we-do"
175
+ pre = "<i class=\"fa-solid fa-building\" aria-hidden=\"true\"></i>"
169
176
 
170
- [[menu.astro]]
171
- name = "Membership Application"
172
- url = "https://www.eclipse.org/membership#tab-membership"
173
- weight = 4
174
- parent = "supporters-membership"
177
+ [[menu.neptune]]
178
+ name = "Explore collaborations"
179
+ url = "https://www.eclipse.org/org/working-groups/explore/"
180
+ weight = 1
181
+ parent = "industry-collaborations"
175
182
 
176
- [[menu.astro]]
177
- name = "Member Resources"
178
- url = "https://www.eclipse.org/membership#tab-resources"
179
- weight = 5
180
- parent = "supporters-membership"
183
+ [[menu.neptune]]
184
+ name = "Join a working group"
185
+ url = "https://www.eclipse.org/org/working-groups/about/"
186
+ weight = 2
187
+ parent = "industry-collaborations"
181
188
 
182
- [[menu.astro]]
183
- name = "Member Portal"
184
- url = "https://membership.eclipse.org/portal"
185
- weight = 6
186
- parent = "supporters-membership"
189
+ [[menu.neptune]]
190
+ name = "Join an interest group"
191
+ url = "https://www.eclipse.org/collaborations/interest-groups/"
192
+ weight = 3
193
+ parent = "industry-collaborations"
187
194
 
188
- [[menu.astro]]
189
- name = "Sponsorship"
195
+ [[menu.neptune]]
196
+ name = "Read success stories"
197
+ url = "https://www.eclipse.org/org/value/"
198
+ weight = 3
199
+ parent = "industry-collaborations"
200
+
201
+ [[menu.neptune]]
202
+ name = "Core services"
203
+ weight = 3
204
+ identifier = "core-services"
205
+ parent = "what-we-do"
206
+ pre = "<i class=\"fa-solid fa-laptop-code\" aria-hidden=\"true\"></i>"
207
+
208
+ [[menu.neptune]]
209
+ name = "Explore core services"
210
+ url = "https://www.eclipse.org/org/services/"
190
211
  weight = 1
191
- identifier = "supporters-sponsorship"
192
- parent = "supporters"
212
+ parent = "core-services"
193
213
 
194
- [[menu.astro]]
195
- name = "Become a Sponsor"
196
- url = "https://www.eclipse.org/sponsor/"
214
+ [[menu.neptune]]
215
+ name = "Ensure project security"
216
+ url = "https://www.eclipse.org/security/"
217
+ weight = 2
218
+ parent = "core-services"
219
+
220
+ [[menu.neptune]]
221
+ name = "Strategic services"
222
+ weight = 5
223
+ identifier = "strategic-services"
224
+ parent = "what-we-do"
225
+ pre = "<i class=\"fa-solid fa-flag\" aria-hidden=\"true\"></i>"
226
+ [menu.neptune.params]
227
+ style = "grid-column: -3; margin-top: -20rem;"
228
+
229
+
230
+ [[menu.neptune]]
231
+ name = "Transform research into open source"
232
+ url = "https://www.eclipse.org/research/"
197
233
  weight = 1
198
- parent = "supporters-sponsorship"
234
+ parent = "strategic-services"
199
235
 
200
- [[menu.astro]]
201
- name = "Sponsor Directory"
202
- url = "https://www.eclipse.org/org/our-sponsors/"
236
+ [[menu.neptune]]
237
+ name = "Engage professional services"
238
+ url = "https://www.eclipse.org/os4biz/services/"
203
239
  weight = 2
204
- parent = "supporters-sponsorship"
240
+ parent = "strategic-services"
205
241
 
206
- [[menu.astro]]
207
- name = "Collaborations"
242
+ [[menu.neptune]]
243
+ name = "Build your OSPO"
244
+ url = "https://www.eclipse.org/os4biz/ospo/"
208
245
  weight = 3
209
- identifier = "collaborations"
210
- [menu.astro.params]
211
- description = """
212
- Whether you intend on contributing to Eclipse technologies that are
213
- important to your product strategy, or simply want to explore a specific
214
- innovation area with like-minded organisations, the Eclipse Foundation is
215
- the open source home for industry collaboration.
216
- """
217
-
218
- [[menu.astro]]
219
- name = "Industry Collaborations"
220
- weight = 1
221
- parent = "collaborations"
222
- identifier = "collaborations-industry-collaborations"
246
+ parent = "strategic-services"
223
247
 
224
- [[menu.astro]]
225
- name = "About Industry Collaborations"
226
- url = "https://www.eclipse.org/collaborations/"
248
+ [[menu.neptune]]
249
+ name = "Key initiatives"
250
+ weight = 4
251
+ identifier = "key-initiatives"
252
+ parent = "what-we-do"
253
+ pre = "<i class=\"fa-solid fa-bullseye\" aria-hidden=\"true\"></i>"
254
+
255
+ [[menu.neptune]]
256
+ name = "Embedded & IoT"
257
+ url = "https://www.eclipse.org/topics/edge-and-iot/"
227
258
  weight = 1
228
- parent = "collaborations-industry-collaborations"
259
+ parent = "key-initiatives"
229
260
 
230
- [[menu.astro]]
231
- name = "Current Collaborations"
232
- url = "https://www.eclipse.org/org/workinggroups/explore.php"
261
+ [[menu.neptune]]
262
+ name = "Enterprise Java"
263
+ url = "https://www.eclipse.org/topics/cloud-native/"
233
264
  weight = 2
234
- parent = "collaborations-industry-collaborations"
265
+ parent = "key-initiatives"
235
266
 
236
- [[menu.astro]]
237
- name = "About Working Groups"
238
- url = "https://www.eclipse.org/org/workinggroups/about.php"
267
+ [[menu.neptune]]
268
+ name = "Data sovereignty"
269
+ url = "https://dataspace.eclipse.org/"
239
270
  weight = 3
240
- parent = "collaborations-industry-collaborations"
271
+ parent = "key-initiatives"
241
272
 
242
- [[menu.astro]]
243
- name = "About Interest Groups"
244
- url = "https://www.eclipse.org/collaborations/interest-groups/"
273
+ [[menu.neptune]]
274
+ name = "Security & privacy"
275
+ url = "https://www.eclipse.org/security/"
245
276
  weight = 4
246
- parent = "collaborations-industry-collaborations"
277
+ parent = "key-initiatives"
247
278
 
248
- [[menu.astro]]
249
- name = "Research Collaborations"
250
- identifier = "collaborations-research-collaborations"
251
- weight = 2
252
- parent = "collaborations"
279
+ [[menu.neptune]]
280
+ name = "Developer tools & IDEs"
281
+ url = "https://www.eclipse.org/topics/ide/"
282
+ weight = 5
283
+ parent = "key-initiatives"
253
284
 
254
- [[menu.astro]]
255
- name = "Research @ Eclipse"
256
- url = "https://www.eclipse.org/research/"
257
- weight = 1
258
- parent="collaborations-research-collaborations"
285
+ [[menu.neptune]]
286
+ name = "AI & emerging technologies"
287
+ url = "https://aieclipse.org/"
288
+ weight = 6
289
+ parent = "key-initiatives"
290
+ [menu.neptune.params]
291
+ target = "_blank"
292
+ external = true
259
293
 
260
- [[menu.astro]]
294
+ [[menu.neptune]]
295
+ name = "Automotive & mobility"
296
+ url = "https://www.eclipse.org/topics/automotive-and-mobility/"
297
+ weight = 7
298
+ parent = "key-initiatives"
299
+
300
+ [[menu.neptune]]
301
+ name = "Policy & compliance"
302
+ url = "https://orcwg.org/"
303
+ weight = 8
304
+ parent = "key-initiatives"
305
+ [menu.neptune.params]
306
+ target = "_blank"
307
+ external = true
308
+
309
+ [[menu.neptune]]
261
310
  name = "Resources"
262
- weight = 4
311
+ weight = 3
263
312
  identifier = "resources"
264
- [menu.astro.params]
265
- description = """
266
- The Eclipse community consists of individual developers and organisations
267
- spanning many industries. Stay up to date on our open source community
268
- and find resources to support your journey.
269
- """
270
-
271
- [[menu.astro]]
272
- name = "Open Source for Business"
313
+ pre = "<i class=\"fa-solid fa-list-ul\" aria-hidden=\"true\"></i>"
314
+
315
+ [[menu.neptune]]
316
+ name = "What's happening"
273
317
  weight = 1
318
+ identifier = "whats-happening"
274
319
  parent = "resources"
275
- identifier = "resources-open-source"
320
+ pre = "<i class=\"fa-solid fa-bullhorn\" aria-hidden=\"true\"></i>"
276
321
 
277
- [[menu.astro]]
278
- name = "Business Value of Open Source"
279
- url = "https://www.eclipse.org/org/value/"
322
+ [[menu.neptune]]
323
+ name = "Read our blog"
324
+ url = "https://blogs.eclipse.org/"
280
325
  weight = 1
281
- parent = "resources-open-source"
326
+ parent = "whats-happening"
282
327
 
283
- [[menu.astro]]
284
- name = "Professional Services"
285
- url = "https://www.eclipse.org/os4biz/services/"
328
+ [[menu.neptune]]
329
+ name = "Join mailing lists"
330
+ url = "https://accounts.eclipse.org/mailing-list"
286
331
  weight = 2
287
- parent = "resources-open-source"
332
+ parent = "whats-happening"
288
333
 
289
- [[menu.astro]]
290
- name = "Open Source Program Offices"
291
- url = "https://www.eclipse.org/os4biz/ospo/"
334
+ [[menu.neptune]]
335
+ name = "Get news updates"
336
+ url = "https://newsroom.eclipse.org/"
292
337
  weight = 3
293
- parent = "resources-open-source"
338
+ parent = "whats-happening"
339
+
340
+ [[menu.neptune]]
341
+ name = "Subscribe to newsletter"
342
+ url = "https://www.eclipse.org/community/eclipse_newsletter"
343
+ weight = 4
344
+ parent = "whats-happening"
345
+
346
+ [[menu.neptune]]
347
+ name = "Explore OSS global voices"
348
+ url = "https://opensourceglobalvoices.org/"
349
+ weight = 5
350
+ parent = "whats-happening"
351
+ [menu.neptune.params]
352
+ target = "_blank"
353
+ external = true
294
354
 
295
- [[menu.astro]]
296
- name = "What's Happening"
355
+ [[menu.neptune]]
356
+ name = "Events"
297
357
  weight = 2
358
+ identifier = "events"
298
359
  parent = "resources"
299
- identifier = "resources-happening"
360
+ pre = "<i class=\"fa-solid fa-calendar-days\" aria-hidden=\"true\"></i>"
300
361
 
301
- [[menu.astro]]
302
- name = "News"
303
- url = "https://newsroom.eclipse.org/"
362
+ [[menu.neptune]]
363
+ name = "Explore events"
364
+ url = "https://events.eclipse.org/"
304
365
  weight = 1
305
- parent = "resources-happening"
366
+ parent = "events"
306
367
 
307
- [[menu.astro]]
308
- name = "Events"
309
- url = "https://events.eclipse.org/"
368
+ [[menu.neptune]]
369
+ name = "Join a community meetup"
370
+ url = "https://www.eclipse.org/events/open-community-meetups/"
310
371
  weight = 2
311
- parent = "resources-happening"
372
+ parent = "events"
312
373
 
313
- [[menu.astro]]
314
- name = "Newsletter"
315
- url = "https://www.eclipse.org/community/eclipse_newsletter/"
374
+ [[menu.neptune]]
375
+ name = "Attend a webinar"
376
+ url = "https://www.eclipse.org/events/open-community-webinars/"
316
377
  weight = 3
317
- parent = "resources-happening"
378
+ parent = "events"
318
379
 
319
- [[menu.astro]]
320
- name = "Press Releases"
321
- url = "https://newsroom.eclipse.org/news/press-releases"
380
+ [[menu.neptune]]
381
+ name = "Join OCX"
382
+ url = "https://www.ocxconf.org/"
383
+ weight = 3
384
+ parent = "events"
385
+ [menu.neptune.params]
386
+ target = "_blank"
387
+ external = true
388
+
389
+ [[menu.neptune]]
390
+ name = "Developer resources"
391
+ weight = 3
392
+ identifier = "developer-resources"
393
+ parent = "resources"
394
+ pre = "<i class=\"fa-solid fa-code\" aria-hidden=\"true\"></i>"
395
+
396
+ [[menu.neptune]]
397
+ name = "Explore projects hub"
398
+ url = "https://www.eclipse.org/projects/"
399
+ weight = 1
400
+ parent = "developer-resources"
401
+
402
+ [[menu.neptune]]
403
+ name = "Attend office hours"
404
+ url = "https://www.eclipse.org/projects/calendar/#office-hours"
405
+ weight = 2
406
+ parent = "developer-resources"
407
+
408
+ [[menu.neptune]]
409
+ name = "Report a vulnerability"
410
+ url = "https://www.eclipse.org/security/"
411
+ weight = 3
412
+ parent = "developer-resources"
413
+
414
+ [[menu.neptune]]
415
+ name = "View known vulnerabilities"
416
+ url = "https://www.eclipse.org/security/known/"
322
417
  weight = 4
323
- parent = "resources-happening"
418
+ parent = "developer-resources"
324
419
 
325
- [[menu.astro]]
326
- name = "Awards & Recognition"
327
- url = "https://www.eclipse.org/org/foundation/eclipseawards/"
420
+ [[menu.neptune]]
421
+ name = "Use the security handbook"
422
+ url = "https://github.com/eclipse-csi/security-handbook/blob/main/docs/vulnerabilities/advisories.md"
328
423
  weight = 5
329
- parent = "resources-happening"
424
+ parent = "developer-resources"
425
+ [menu.neptune.params]
426
+ target = "_blank"
330
427
 
331
- [[menu.astro]]
332
- name = "Developer Resources"
333
- weight = 3
428
+ [[menu.neptune]]
429
+ name = "Industry insights"
430
+ weight = 4
431
+ identifier = "industry-intelligence-insights"
334
432
  parent = "resources"
335
- identifier = "resources-developer"
433
+ pre = "<i class=\"fa-solid fa-gear\" aria-hidden=\"true\"></i>"
336
434
 
337
- [[menu.astro]]
338
- name = "Forum"
339
- url = "https://eclipse.org/forums/"
435
+ [[menu.neptune]]
436
+ name = "View case studies"
437
+ url = "https://www.eclipse.org/org/value/#success_stories"
340
438
  weight = 1
341
- parent = "resources-developer"
439
+ parent = "industry-intelligence-insights"
342
440
 
343
- [[menu.astro]]
344
- name = "Mailing Lists"
345
- url = "https://accounts.eclipse.org/mailing-list"
441
+ [[menu.neptune]]
442
+ name = "View whitepapers"
443
+ url = "https://www.eclipse.org/org/value/#whitepapers"
346
444
  weight = 2
347
- parent = "resources-developer"
445
+ parent = "industry-intelligence-insights"
348
446
 
349
- [[menu.astro]]
350
- name = "Blogs & Videos"
351
- url = "https://www.eclipse.org/blogs-and-videos/"
447
+ [[menu.neptune]]
448
+ name = "View surveys & reports"
449
+ url = "https://www.eclipse.org/org/value/#surveyReports"
352
450
  weight = 3
353
- parent = "resources-developer"
451
+ parent = "industry-intelligence-insights"
354
452
 
355
- [[menu.astro]]
453
+ [[menu.neptune]]
356
454
  name = "Marketplaces"
357
- url = "https://www.eclipse.org/resources/marketplaces/"
455
+ weight = 5
456
+ identifier = "marketplaces"
457
+ parent = "resources"
458
+ pre = "<i class=\"fa-solid fa-store\" aria-hidden=\"true\"></i>"
459
+ [menu.neptune.params]
460
+ style = "grid-column: -2; margin-top: -6rem;"
461
+
462
+ [[menu.neptune]]
463
+ name = "Adoptium"
464
+ url = "https://adoptium.net/marketplace"
465
+ weight = 1
466
+ parent = "marketplaces"
467
+ [menu.neptune.params]
468
+ target = "_blank"
469
+ external = true
470
+
471
+ [[menu.neptune]]
472
+ name = "Eclipse IDE"
473
+ url = "https://marketplace.eclipse.org/"
474
+ weight = 2
475
+ parent = "marketplaces"
476
+ [menu.neptune.params]
477
+ target = "_blank"
478
+ external = true
479
+
480
+ [[menu.neptune]]
481
+ name = "Open VSX"
482
+ url = "https://open-vsx.org/"
483
+ weight = 3
484
+ parent = "marketplaces"
485
+ [menu.neptune.params]
486
+ target = "_blank"
487
+ external = true
488
+
489
+ [[menu.neptune]]
490
+ name = "About us"
358
491
  weight = 4
359
- parent = "resources-developer"
492
+ identifier = "about-us"
360
493
 
361
- [[menu.astro]]
494
+ [[menu.neptune]]
362
495
  name = "The Foundation"
363
- weight = 5
496
+ weight = 1
364
497
  identifier = "the-foundation"
365
- [menu.astro.params]
366
- description = """
367
- The Eclipse Foundation provides our global community of individuals and
368
- organisations with a mature, scalable, and vendor-neutral environment for
369
- open source software collaboration and innovation.
370
- """
371
-
372
- [[menu.astro]]
498
+ parent = "about-us"
499
+ pre = "<i class=\"fa-regular fa-moon rotate-90\" aria-hidden=\"true\"></i>"
500
+
501
+ [[menu.neptune]]
373
502
  name = "About"
503
+ url = "https://www.eclipse.org/about/"
374
504
  weight = 1
375
- identifier = "the-foundation-about"
376
505
  parent = "the-foundation"
377
506
 
378
- [[menu.astro]]
379
- name = "About the Eclipse Foundation"
380
- url = "https://www.eclipse.org/org/"
381
- weight = 1
382
- parent="the-foundation-about"
507
+ [[menu.neptune]]
508
+ name = "Meet the team"
509
+ url = "https://www.eclipse.org/org/foundation/staff/"
510
+ weight = 2
511
+ parent = "the-foundation"
383
512
 
384
- [[menu.astro]]
385
- name = "Board & Governance"
513
+ [[menu.neptune]]
514
+ name = "Board & governance"
386
515
  url = "https://www.eclipse.org/org/governance/"
516
+ weight = 3
517
+ parent = "the-foundation"
518
+
519
+ [[menu.neptune]]
520
+ name = "Our members"
387
521
  weight = 2
388
- parent="the-foundation-about"
522
+ identifier = "our-members"
523
+ parent = "about-us"
524
+ pre = "<i class=\"fa-solid fa-user-group\" aria-hidden=\"true\"></i>"
389
525
 
390
- [[menu.astro]]
391
- name = "Staff"
392
- url = "https://www.eclipse.org/org/foundation/staff.php"
526
+ [[menu.neptune]]
527
+ name = "Become a member"
528
+ url = "https://www.eclipse.org/membership/"
529
+ weight = 1
530
+ identifier = "our-members-become-a-member"
531
+ parent = "our-members"
532
+
533
+ [[menu.neptune]]
534
+ name = "View member directory"
535
+ url = "https://www.eclipse.org/membership/explore-membership/"
536
+ weight = 2
537
+ identifier = "our-members-view-member-directory"
538
+ parent = "our-members"
539
+
540
+ [[menu.neptune]]
541
+ name = "Access member portal"
542
+ url = "https://membership.eclipse.org/portal"
393
543
  weight = 3
394
- parent="the-foundation-about"
544
+ identifier = "our-members-access-member-portal"
545
+ parent = "our-members"
546
+ [menu.neptune.params]
547
+ target = "_blank"
395
548
 
396
- [[menu.astro]]
397
- name = "Services"
398
- url = "https://www.eclipse.org/org/services/"
549
+ [[menu.neptune]]
550
+ name = "Sponsorship"
551
+ weight = 3
552
+ identifier = "sponsorship"
553
+ parent = "about-us"
554
+ pre = "<i class=\"fa-regular fa-bookmark\" aria-hidden=\"true\"></i>"
555
+
556
+ [[menu.neptune]]
557
+ name = "Become a sponsor"
558
+ url = "https://www.eclipse.org/sponsor/"
559
+ weight = 1
560
+ parent = "sponsorship"
561
+
562
+ [[menu.neptune]]
563
+ name = "Sponsor directory"
564
+ url = "https://www.eclipse.org/org/our-sponsors/"
565
+ weight = 2
566
+ parent = "sponsorship"
567
+
568
+ [[menu.neptune]]
569
+ name = "More"
399
570
  weight = 4
400
- parent="the-foundation-about"
571
+ identifier = "more"
572
+ parent = "about-us"
573
+ pre = "<i class=\"fa-solid fa-cube\" aria-hidden=\"true\"></i>"
401
574
 
402
- [[menu.astro]]
403
- name = "Legal"
575
+ [[menu.neptune]]
576
+ name = "Join our team"
577
+ url = "https://www.eclipse.org/careers/"
578
+ weight = 1
579
+ parent = "more"
580
+
581
+ [[menu.neptune]]
582
+ name = "Explore our brand"
583
+ url = "https://www.eclipse.org/org/artwork/"
404
584
  weight = 2
405
- identifier = "the-foundation-legal"
406
- parent = "the-foundation"
585
+ parent = "more"
407
586
 
408
- [[menu.astro]]
409
- name = "Legal Policies"
410
- url = "https://www.eclipse.org/legal/"
587
+ [[menu.neptune]]
588
+ name = "Contact us"
589
+ url = "https://www.eclipse.org/org/foundation/contact.php"
590
+ weight = 3
591
+ parent = "more"
592
+
593
+ # Neptune Footer
594
+
595
+ [[menu.footer]]
596
+ name = "Eclipse Foundation"
597
+ identifier = "eclipse-foundation"
411
598
  weight = 1
412
- parent="the-foundation-legal"
413
599
 
414
- [[menu.astro]]
600
+ [[menu.footer]]
601
+ name = "About"
602
+ url = "https://www.eclipse.org/org/"
603
+ parent = "eclipse-foundation"
604
+ weight = 1
605
+
606
+ [[menu.footer]]
607
+ name = "Projects"
608
+ url = "https://projects.eclipse.org/"
609
+ parent = "eclipse-foundation"
610
+ weight = 2
611
+
612
+ [[menu.footer]]
613
+ name = "Collaborations"
614
+ url = "https://www.eclipse.org/collaborations/"
615
+ parent = "eclipse-foundation"
616
+ weight = 3
617
+
618
+ [[menu.footer]]
619
+ name = "Membership"
620
+ url = "https://www.eclipse.org/membership/"
621
+ parent = "eclipse-foundation"
622
+ weight = 4
623
+
624
+ [[menu.footer]]
625
+ name = "Sponsor"
626
+ url = "https://www.eclipse.org/sponsor/"
627
+ parent = "eclipse-foundation"
628
+ weight = 5
629
+
630
+
631
+ [[menu.footer]]
632
+ name = "Legal"
633
+ identifier = "legal"
634
+ weight = 2
635
+
636
+ [[menu.footer]]
415
637
  name = "Privacy Policy"
416
638
  url = "https://www.eclipse.org/legal/privacy/"
417
- weight = 2
418
- parent="the-foundation-legal"
639
+ parent = "legal"
640
+ weight = 1
419
641
 
420
- [[menu.astro]]
642
+ [[menu.footer]]
421
643
  name = "Terms of Use"
422
644
  url = "https://www.eclipse.org/legal/terms-of-use/"
423
- weight = 3
424
- parent="the-foundation-legal"
645
+ parent = "legal"
646
+ weight = 2
425
647
 
426
- [[menu.astro]]
648
+ [[menu.footer]]
427
649
  name = "Compliance"
428
650
  url = "https://www.eclipse.org/legal/compliance/"
651
+ parent = "legal"
652
+ weight = 3
653
+
654
+ [[menu.footer]]
655
+ name = "Code of Conduct"
656
+ url = "https://www.eclipse.org/org/documents/Community_Code_of_Conduct.php"
657
+ parent = "legal"
429
658
  weight = 4
430
- parent="the-foundation-legal"
431
659
 
432
- [[menu.astro]]
433
- name = "Eclipse Public License"
434
- url = "https://www.eclipse.org/legal/epl-2.0/"
660
+ [[menu.footer]]
661
+ name = "Legal Resources"
662
+ url = "https://www.eclipse.org/legal/"
663
+ parent = "legal"
435
664
  weight = 5
436
- parent="the-foundation-legal"
437
665
 
438
- [[menu.astro]]
666
+ [[menu.footer]]
667
+ name = "Manage Cookies"
668
+ parent = "legal"
669
+ weight = 6
670
+ [menu.footer.params]
671
+ class = "toolbar-manage-cookies"
672
+
673
+ [[menu.footer]]
439
674
  name = "More"
675
+ identifier = "more"
440
676
  weight = 3
441
- identifier = "the-foundation-more"
442
- parent = "the-foundation"
443
677
 
444
- [[menu.astro]]
445
- name = "Press Releases "
446
- url = "https://newsroom.eclipse.org/news/press-releases"
678
+ [[menu.footer]]
679
+ name = "Report a Vulnerability"
680
+ url = "https://www.eclipse.org/security/"
681
+ parent = "more"
447
682
  weight = 1
448
- parent="the-foundation-more"
449
683
 
450
- [[menu.astro]]
451
- name = "Careers"
452
- url = "https://www.eclipse.org/careers/"
684
+ [[menu.footer]]
685
+ name = "Service Status"
686
+ url = "https://status.eclipse.org/"
687
+ parent = "more"
453
688
  weight = 2
454
- parent="the-foundation-more"
455
689
 
456
- [[menu.astro]]
457
- name = "Logos & Artwork"
458
- url = "https://www.eclipse.org/org/artwork/"
459
- weight = 3
460
- parent="the-foundation-more"
461
-
462
- [[menu.astro]]
690
+ [[menu.footer]]
463
691
  name = "Contact Us"
464
692
  url = "https://www.eclipse.org/org/foundation/contact.php"
693
+ parent = "more"
694
+ weight = 3
695
+
696
+ [[menu.footer]]
697
+ name = "Support"
698
+ url = "https://www.eclipse.org/projects/support/"
699
+ parent = "more"
465
700
  weight = 4
466
- parent="the-foundation-more"
701
+