Skip to content

Commit

Permalink
Merge branch 'master' into footerAesthetics
Browse files Browse the repository at this point in the history
  • Loading branch information
amanbhoria authored Nov 8, 2024
2 parents c32f6b4 + 0909e2f commit 4f1c0bf
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 29 deletions.
16 changes: 6 additions & 10 deletions config/MAINTAINERS.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@
"github": "jonaslagoni",
"linkedin": "jonaslagoni",
"slack": "UQ2ANBG1E",
"company": "EventStack",
"availableForHire": false,
"company": "Postman",
"isTscMember": true,
"repos": [
"spec-json-schemas",
Expand Down Expand Up @@ -250,8 +250,7 @@
"linkedin": "lukasz-gornicki-a621914",
"slack": "UD698Q5LM",
"twitter": "derberq",
"availableForHire": false,
"company": "Postman",
"availableForHire": true,
"isTscMember": true,
"repos": [
"spec",
Expand Down Expand Up @@ -315,7 +314,6 @@
"github": "AceTheCreator",
"twitter": "_acebuild",
"slack": "U01RWDD69PZ",
"company": "Postman",
"availableForHire": false,
"isTscMember": true,
"repos": [
Expand Down Expand Up @@ -411,8 +409,8 @@
"slack": "U01N6AW5V5G",
"twitter": "amzani",
"linkedin": "amzani",
"company": "Apideck",
"availableForHire": false,
"company": "Postman",
"isTscMember": true,
"repos": [
"studio",
Expand All @@ -426,8 +424,8 @@
"linkedin": "smoya",
"slack": "UN22ZTLHG",
"twitter": "smoyac",
"company": "Timescale",
"availableForHire": false,
"company": "Postman",
"isTscMember": true,
"repos": [
"spec",
Expand All @@ -452,8 +450,7 @@
"slack": "U01SGCZMJKW",
"twitter": "souvik_ns",
"linkedin": "souvik-de-a2b941169",
"availableForHire": false,
"company": "Postman",
"availableForHire": true,
"isTscMember": true,
"repos": [
"cli",
Expand All @@ -468,8 +465,7 @@
"twitter": "QuetzalliWrites",
"slack": "U02AKC14WAJ",
"linkedin": "quetzalli-writes",
"availableForHire": false,
"company": "Postman",
"availableForHire": true,
"isTscMember": true,
"repos": [
"website"
Expand Down
7 changes: 0 additions & 7 deletions config/meetings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
[
{
"title": "Marketing WG Meeting",
"calLink": "https://www.google.com/calendar/event?eid=b2twOWkyZ3ExcGxnYnAxbzBobzA1MWxvcW8gY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
"url": "https://github.com/asyncapi/community/issues/1321",
"banner": "",
"date": "2024-07-30T14:00:00.000Z"
},
{
"title": "Essential Building Blocks Working Group",
"calLink": "https://www.google.com/calendar/event?eid=YzYyaHNiNTdqbGQ1OTNybjE1NDZlb2ppODAgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn",
Expand Down
24 changes: 12 additions & 12 deletions config/newsroom_videos.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
[
{
"image_url": "https://i.ytimg.com/vi/ap2ZiRN8MDs/hqdefault.jpg",
"title": "My GSoC Experience with AsyncAPI - Yuan Yuan",
"description": "",
"videoId": "ap2ZiRN8MDs"
},
{
"image_url": "https://i.ytimg.com/vi/9MaHh4b-rmc/hqdefault.jpg",
"title": "Broadening the API Landscape: AsyncAPI and CloudEvents in the Enterprise - Daniel Kocot",
"description": "",
"videoId": "9MaHh4b-rmc"
},
{
"image_url": "https://i.ytimg.com/vi/lCTdXmougTk/hqdefault.jpg",
"title": "AsyncAPI and DDD - A Pretty Couple - Dr. Annegret Junker",
"description": "",
"videoId": "lCTdXmougTk"
},
{
"image_url": "https://i.ytimg.com/vi/Q1q6JoFG0zM/hqdefault.jpg",
"title": "The Many Meanings Of An AsyncAPI File - Swen-Helge Huber",
"description": "",
"videoId": "Q1q6JoFG0zM"
},
{
"image_url": "https://i.ytimg.com/vi/lCTdXmougTk/hqdefault.jpg",
"title": "AsyncAPI and DDD - A Pretty Couple - Dr. Annegret Junker",
"description": "",
"videoId": "lCTdXmougTk"
},
{
"image_url": "https://i.ytimg.com/vi/b_BStEcLNqg/hqdefault.jpg",
"title": "Sustaining Open Source Beyond Code: The Importance of Marketing and Funding - Oluwabamikemi Kayode",
"description": "",
"videoId": "b_BStEcLNqg"
},
{
"image_url": "https://i.ytimg.com/vi/G6YyV1JvvSM/hqdefault.jpg",
"title": "Streamlining EDA: AsyncAPI-Driven Design, Documentation, and Testing - Giri Venkatesan",
"description": "",
"videoId": "G6YyV1JvvSM"
}
]
4 changes: 4 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,7 @@ abbr[title] {
.explorer-menu-wrapper > div > div > div > button {
margin-top: 0px;
}

select {
cursor:pointer;
}

0 comments on commit 4f1c0bf

Please sign in to comment.