Skip to content

Commit 3e61bd1

Browse files
authored
Merge branch 'json-schema-org:main' into 1885/Consistent-use-of-Image-component
2 parents 72a8ed6 + dcf4ea4 commit 3e61bd1

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

components/Layout.tsx

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -360,13 +360,16 @@ const Footer = () => (
360360
<div className='flex flex-col text-center sm:text-left'>
361361
<a
362362
href='https://opencollective.com/json-schema'
363-
className='text-white mb-2'
363+
className='text-white mb-2 transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px]'
364364
>
365365
Open Collective
366366
</a>
367367
</div>
368368
<div className='flex flex-col text-center sm:text-left'>
369-
<Link href='/overview/code-of-conduct' className='text-white mb-2'>
369+
<Link
370+
href='/overview/code-of-conduct'
371+
className='text-white mb-2 transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px]'
372+
>
370373
Code of Conduct
371374
</Link>
372375
</div>
@@ -375,13 +378,13 @@ const Footer = () => (
375378
<div className=''>
376379
<a
377380
href='https://json-schema.org/slack'
378-
className='flex items-center text-white'
381+
className='flex items-center text-white group transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px]'
379382
>
380383
<Image
381384
src='/img/logos/slack_logo_small-white.svg'
382385
width={16}
383386
height={16}
384-
className=' mr-2'
387+
className='mr-2 group-hover:brightness-125 transition-all duration-300'
385388
alt='Slack logo'
386389
/>
387390
Slack
@@ -390,13 +393,13 @@ const Footer = () => (
390393
<div className=''>
391394
<a
392395
href='https://x.com/jsonschema'
393-
className='flex items-center text-white'
396+
className='flex items-center text-white group transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px]'
394397
>
395398
<Image
396399
src='/img/logos/x-twitter.svg'
397400
width={16}
398401
height={16}
399-
className=' mr-2'
402+
className='mr-2 group-hover:brightness-125 transition-all duration-300'
400403
alt='X logo'
401404
/>{' '}
402405
X
@@ -405,13 +408,13 @@ const Footer = () => (
405408
<div className=''>
406409
<a
407410
href='https://linkedin.com/company/jsonschema/'
408-
className='flex items-center text-white'
411+
className='flex items-center text-white group transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px]'
409412
>
410413
<Image
411414
src='/img/logos/icons8-linkedin-2.svg'
412415
width={16}
413416
height={16}
414-
className=' mr-2'
417+
className='mr-2 group-hover:brightness-125 transition-all duration-300'
415418
alt='LinkedIn logo'
416419
/>
417420
LinkedIn
@@ -420,13 +423,13 @@ const Footer = () => (
420423
<div className=''>
421424
<a
422425
href='https://www.youtube.com/@JSONSchemaOrgOfficial'
423-
className='flex items-center text-white'
426+
className='flex items-center text-white group transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px]'
424427
>
425428
<Image
426429
src='/img/logos/icons8-youtube.svg'
427430
width={16}
428431
height={16}
429-
className='mr-2'
432+
className='mr-2 group-hover:brightness-125 transition-all duration-300'
430433
alt='YouTube logo'
431434
/>
432435
Youtube
@@ -435,13 +438,13 @@ const Footer = () => (
435438
<div className=''>
436439
<a
437440
href='https://github.com/json-schema-org'
438-
className='flex items-center text-white'
441+
className='flex items-center text-white group transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px]'
439442
>
440443
<Image
441444
src='/img/logos/github_logo-white.svg'
442445
width={16}
443446
height={16}
444-
className='mr-2'
447+
className='mr-2 group-hover:brightness-125 transition-all duration-300'
445448
alt='GitHub logo'
446449
/>
447450
GitHub

data/tooling-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
- name: json-schema-library
544544
description: 'Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation'
545545
toolingTypes: ['validator', 'util-general-processing', 'schema-to-data']
546-
languages: ['Javascript', 'TypeScript']
546+
languages: ['JavaScript', 'TypeScript']
547547
maintainers:
548548
- name: 'Sascha Goldhofer'
549549
username: 'sagold'

pages/community/index.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ export default function communityPages(props: any) {
374374
<div className='dark:text-slate-300 text-sm'>
375375
<span>
376376
{blogPosts[0].frontmatter.date} &middot;{timeToRead}{' '}
377-
min min read
377+
min read
378378
</span>
379379
</div>
380380
</div>

pages/draft-06/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ next:
1414
---
1515

1616
### Draft-06 Documents
17-
17+
- Core: [draft-wright-json-schema-01](https://json-schema.org/draft-06/draft-wright-json-schema-01.html) ([changes](https://json-schema.org/draft-06/draft-wright-json-schema-01.html#rfc.appendix.B))
1818
- Validation: [draft-wright-json-schema-validation-01](https://json-schema.org/draft-06/draft-wright-json-schema-validation-01.html) ([changes](https://json-schema.org/draft-06/draft-wright-json-schema-validation-01.html#rfc.appendix.B)) ([schema migration FAQ](https://json-schema.org/draft-06/json-schema-release-notes))
1919
- Hyper-Schema: [draft-wright-json-schema-hyperschema-01](https://json-schema.org/draft-06/draft-wright-json-schema-hyperschema-01.html) ([changes](https://json-schema.org/draft-06/draft-wright-json-schema-hyperschema-01.html#rfc.appendix.B)) ([hyper-schema migration FAQ](https://json-schema.org/draft-06/json-hyper-schema-release-notes))
2020
- [JSON Schema meta-schema](https://json-schema.org/draft-06/schema)

0 commit comments

Comments
 (0)