@@ -329,128 +329,6 @@ const Footer = () => (
329
329
</ footer >
330
330
) ;
331
331
332
- const OpenJS = ( ) => (
333
- < div className = { classnames ( '' ) } >
334
- < div className = 'max-w-[1400px] mx-auto my-6 lg:mt-20 grid grid-cols-1 lg:grid-cols-2 w-4/5' >
335
- < div className = 'md:w-1/2 mb-12 lg:ml-28' >
336
- < img
337
- className = 'h-24 mx-auto mb-6 lg:mb-0'
338
- src = '/img/logos/openjs_foundation-logo-horizontal-color.svg'
339
- alt = 'color openjs foundation logo'
340
- > </ img >
341
- { /* <div className='absolute bottom-0 ml-6 mb-12'>© {new Date().getFullYear()} Copyright JSON Schema Organisation </div> */ }
342
- </ div >
343
- < div className = 'md:w-5/6 lg:w-full mx-auto mb-16' >
344
- < p className = 'mb-6' >
345
- Copyright{ ' ' }
346
- < a
347
- className = 'text-linkBlue hover:text-blue-600'
348
- href = 'https://openjsf.org'
349
- >
350
- OpenJS Foundation
351
- </ a > { ' ' }
352
- and JSON Schema contributors. All rights reserved. The{ ' ' }
353
- < a
354
- className = 'text-linkBlue hover:text-blue-600'
355
- href = 'https://openjsf.org'
356
- >
357
- OpenJS Foundation
358
- </ a > { ' ' }
359
- has registered trademarks and uses trademarks. For a list of
360
- trademarks of the{ ' ' }
361
- < a
362
- className = 'text-linkBlue hover:text-blue-600'
363
- href = 'https://openjsf.org'
364
- >
365
- OpenJS Foundation
366
- </ a >
367
- , please see our{ ' ' }
368
- < a
369
- className = 'text-linkBlue hover:text-blue-600'
370
- href = 'https://trademark-policy.openjsf.org'
371
- >
372
- Trademark Policy
373
- </ a > { ' ' }
374
- and{ ' ' }
375
- < a
376
- className = 'text-linkBlue hover:text-blue-600'
377
- href = 'https://trademark-list.openjsf.org'
378
- >
379
- Trademark List
380
- </ a >
381
- . Trademarks and logos not indicated on the{ ' ' }
382
- < a
383
- className = 'text-linkBlue hover:text-blue-600'
384
- href = 'https://trademark-list.openjsf.org'
385
- >
386
- list of OpenJS Foundation trademarks
387
- </ a > { ' ' }
388
- are trademarks™ or registered® trademarks of their
389
- respective holders. Use of them does not imply any affiliation with or
390
- endorsement by them.
391
- </ p >
392
- < p className = 'mb-4 sm:mb-8' >
393
- < a
394
- className = 'text-linkBlue hover:text-blue-600'
395
- href = 'https://openjsf.org'
396
- >
397
- The OpenJS Foundation
398
- </ a > { ' ' }
399
- |{ ' ' }
400
- < a
401
- className = 'text-linkBlue hover:text-blue-600'
402
- href = 'https://terms-of-use.openjsf.org'
403
- >
404
- Terms of Use
405
- </ a > { ' ' }
406
- |{ ' ' }
407
- < a
408
- className = 'text-linkBlue hover:text-blue-600'
409
- href = 'https://privacy-policy.openjsf.org'
410
- >
411
- Privacy Policy
412
- </ a > { ' ' }
413
- |{ ' ' }
414
- < a
415
- className = 'text-linkBlue hover:text-blue-600'
416
- href = 'https://bylaws.openjsf.org'
417
- >
418
- Bylaws
419
- </ a > { ' ' }
420
- |{ ' ' }
421
- < a
422
- className = 'text-linkBlue hover:text-blue-600'
423
- href = 'https://code-of-conduct.openjsf.org'
424
- >
425
- Code of Conduct
426
- </ a > { ' ' }
427
- |{ ' ' }
428
- < a
429
- className = 'text-linkBlue hover:text-blue-600'
430
- href = 'https://trademark-policy.openjsf.org'
431
- >
432
- Trademark Policy
433
- </ a > { ' ' }
434
- |{ ' ' }
435
- < a
436
- className = 'text-linkBlue hover:text-blue-600'
437
- href = 'https://trademark-list.openjsf.org'
438
- >
439
- Trademark List
440
- </ a > { ' ' }
441
- |{ ' ' }
442
- < a
443
- className = 'text-linkBlue hover:text-blue-600'
444
- href = 'https://www.linuxfoundation.org/cookies'
445
- >
446
- Cookie Policy
447
- </ a >
448
- </ p >
449
- </ div >
450
- </ div >
451
- </ div >
452
- ) ;
453
-
454
332
const Logo = ( ) => (
455
333
< Link href = '/' className = '' >
456
334
< img src = '/img/logos/logo-blue.svg' className = 'h-12 mr-2 ' />
0 commit comments