Skip to content

Commit 5e76a86

Browse files
committed
Merge branch 'main' of https://github.com/vishwansh01/website into 1902/Replace-multiple-useState-hooks-for-logos
Relolving conflicts
2 parents 37122d7 + dcf4ea4 commit 5e76a86

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
@@ -351,13 +351,16 @@ const Footer = () => (
351351
<div className='flex flex-col text-center sm:text-left'>
352352
<a
353353
href='https://opencollective.com/json-schema'
354-
className='text-white mb-2'
354+
className='text-white mb-2 transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px]'
355355
>
356356
Open Collective
357357
</a>
358358
</div>
359359
<div className='flex flex-col text-center sm:text-left'>
360-
<Link href='/overview/code-of-conduct' className='text-white mb-2'>
360+
<Link
361+
href='/overview/code-of-conduct'
362+
className='text-white mb-2 transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px]'
363+
>
361364
Code of Conduct
362365
</Link>
363366
</div>
@@ -366,13 +369,13 @@ const Footer = () => (
366369
<div className=''>
367370
<a
368371
href='https://json-schema.org/slack'
369-
className='flex items-center text-white'
372+
className='flex items-center text-white group transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px]'
370373
>
371374
<Image
372375
src='/img/logos/slack_logo_small-white.svg'
373376
width={16}
374377
height={16}
375-
className=' mr-2'
378+
className='mr-2 group-hover:brightness-125 transition-all duration-300'
376379
alt='Slack logo'
377380
/>
378381
Slack
@@ -381,13 +384,13 @@ const Footer = () => (
381384
<div className=''>
382385
<a
383386
href='https://x.com/jsonschema'
384-
className='flex items-center text-white'
387+
className='flex items-center text-white group transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px]'
385388
>
386389
<Image
387390
src='/img/logos/x-twitter.svg'
388391
width={16}
389392
height={16}
390-
className=' mr-2'
393+
className='mr-2 group-hover:brightness-125 transition-all duration-300'
391394
alt='X logo'
392395
/>{' '}
393396
X
@@ -396,13 +399,13 @@ const Footer = () => (
396399
<div className=''>
397400
<a
398401
href='https://linkedin.com/company/jsonschema/'
399-
className='flex items-center text-white'
402+
className='flex items-center text-white group transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px]'
400403
>
401404
<Image
402405
src='/img/logos/icons8-linkedin-2.svg'
403406
width={16}
404407
height={16}
405-
className=' mr-2'
408+
className='mr-2 group-hover:brightness-125 transition-all duration-300'
406409
alt='LinkedIn logo'
407410
/>
408411
LinkedIn
@@ -411,13 +414,13 @@ const Footer = () => (
411414
<div className=''>
412415
<a
413416
href='https://www.youtube.com/@JSONSchemaOrgOfficial'
414-
className='flex items-center text-white'
417+
className='flex items-center text-white group transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px]'
415418
>
416419
<Image
417420
src='/img/logos/icons8-youtube.svg'
418421
width={16}
419422
height={16}
420-
className='mr-2'
423+
className='mr-2 group-hover:brightness-125 transition-all duration-300'
421424
alt='YouTube logo'
422425
/>
423426
Youtube
@@ -426,13 +429,13 @@ const Footer = () => (
426429
<div className=''>
427430
<a
428431
href='https://github.com/json-schema-org'
429-
className='flex items-center text-white'
432+
className='flex items-center text-white group transition-transform duration-300 ease-out hover:scale-105 hover:-translate-y-[2px]'
430433
>
431434
<Image
432435
src='/img/logos/github_logo-white.svg'
433436
width={16}
434437
height={16}
435-
className='mr-2'
438+
className='mr-2 group-hover:brightness-125 transition-all duration-300'
436439
alt='GitHub logo'
437440
/>
438441
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
@@ -369,7 +369,7 @@ export default function communityPages(props: any) {
369369
<div className='dark:text-slate-300 text-sm'>
370370
<span>
371371
{blogPosts[0].frontmatter.date} &middot;{timeToRead}{' '}
372-
min min read
372+
min read
373373
</span>
374374
</div>
375375
</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)