├── .github └── ISSUE_TEMPLATE │ ├── bug.yml │ └── suggest.yml ├── .gitignore ├── CNAME ├── README.md ├── TWiG └── README.md ├── assets ├── GraphQLConf │ ├── GraphQLCon_2023_1012_506_Newsletter.png │ ├── GraphQLCon_2023__670_300_Newsletter.png │ └── README.md ├── community_partners │ ├── escape.png │ ├── escape.svg │ └── placeholder.md └── media_partners │ ├── graphql-wtf │ ├── dark-icon.svg │ ├── pink-icon-white-text-logo.svg │ ├── pink-icon.svg │ └── white-logo.svg │ └── graphql_weekly │ └── pink-icon-white-text-log.svg ├── graph_traversal ├── README.md └── S1E1_prep_qs.md ├── graphqlconf ├── README.md ├── partners.md └── partners │ ├── community_appls │ ├── Nunya-Bidness.md │ └── template.md │ └── media_appls │ └── template.md ├── meetings ├── 2021-01-28.md └── 2021-02-25.md ├── plans ├── 2023_marketing.md └── graphqlconf_comms.md └── src ├── community-partners.html ├── css └── style.css └── media-partners.html /.github/ISSUE_TEMPLATE/bug.yml: -------------------------------------------------------------------------------- 1 | name: bug 2 | description: file a bug/issue 3 | title: "[BUG] " 4 | labels: [Bug, Needs Triage] 5 | 6 | body: 7 | - type: markdown 8 | attributes: 9 | value: | 10 | ## Bug Report 11 | 12 | Thank you for reporting a bug! Please fill out the following template to help us better understand the issue and resolve it as quickly as possible. 13 | 14 | - type: checkboxes 15 | attributes: 16 | label: Is there an existing issue for this? 17 | description: Please search to see if an issue already exists for the bug you found. 18 | options: 19 | - label: I have searched existing issues 20 | validations: 21 | required: true 22 | 23 | - type: input 24 | id: contact 25 | attributes: 26 | label: Contact Details 27 | description: How can we get in touch with you if we need more info? 28 | placeholder: ex. email@example.com 29 | validations: 30 | required: false 31 | 32 | - type: dropdown 33 | id: project_choice 34 | attributes: 35 | label: For which project are you reporting this bug? 36 | options: 37 | - GraphQLConf 38 | - TWiG 39 | - meetings 40 | - Graph Traversal 41 | - type: textarea 42 | attributes: 43 | label: Bug Description -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/suggest.yml: -------------------------------------------------------------------------------- 1 | name: suggest 2 | description: Make a suggestion for the marketing committee 3 | labels: ["Suggestion", "Needs Review", "From another committee"] 4 | 5 | body: 6 | - type: markdown 7 | attributes: 8 | value: | 9 | ## Suggestion for improvement to a marketing or comms plan, program, etc. 10 | 11 | Thank you for making a suggestion! Please complete the following template and provide as much detail as possible. 12 | 13 | - type: checkboxes 14 | attributes: 15 | label: Is there an existing issue for this? 16 | description: Please search to see if an issue already exists for the suggestion you have. 17 | options: 18 | - label: I have searched existing issues 19 | validations: 20 | required: true 21 | 22 | - type: dropdown 23 | id: committee_choice 24 | attributes: 25 | label: If this suggestion is on behalf of another committee, which one? 26 | options: 27 | - GraphQLConf 28 | - TWiG 29 | - meetings 30 | 31 | - type: textarea 32 | attributes: 33 | label: Provide a detailed description of your suggestion for improvement(s). 34 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | ./*/.DS_Store 3 | ./*/*/.DS_Store 4 | ./*/*/*/.DS_Store -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | www.graphqlconf.dev -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Marketing - DRAFT 2 | 3 | The [GraphQL Foundation](https://graphq.org/foundation) Marketing Committee, reconstituted in January 2023, plays a crucial role in orchestrating and executing marketing initiatives in support of the Foundation and its various projects. As part of the GraphQL Foundation Board's efforts, the Marketing Committee collaborates with several other committees, all dedicated to working on new and exciting projects planned for this year. Announcements about these programs and projects will be released throughout 2023. 4 | 5 | This repository serves as a centralized platform for the marketing committee's efforts, including: 6 | 7 | ### Marketing Planning 8 | 9 | The [plans](https://github.com/graphql/marketing/tree/main/plans) directory contains documents and resources related to the overall marketing strategy and objectives for GraphQLConf. This includes target audiences, messaging, and channels. 10 | 11 | ### Artifacts 12 | 13 | The [assets](https://github.com/graphql/marketing/tree/main/assets) directory contains marketing artifacts, such as graphics, banners, social media images, and other promotional materials that can be used across various platforms and channels. 14 | 15 | ### Issues 16 | 17 | The [issues](https://github.com/graphql/marketing/issues) section of the repository is used for tracking tasks, requests, and discussions related to marketing activities. Committee members can create new issues, assign them to collaborators, and track their progress. 18 | 19 | ### Discussions 20 | 21 | The [discussions](https://github.com/graphql/marketing/discussions) section serves as a platform for open conversations, brainstorming sessions, and knowledge sharing among marketing committee members and other stakeholders. Topics can range from campaign ideas to feedback on promotional materials. 22 | 23 | ## GraphQL Foundation Marketing Plan 2023 24 | 25 | For an overview of the GraphQL Foundation's marketing strategy and objectives for 2023, please refer to the [GraphQL Foundation Marketing Plan 2023](https://github.com/graphql/marketing/blob/main/plans/2023_marketing.md) document. This is an initial draft plan and outlines the goals, target audiences, and initiatives for promoting and expanding the GraphQL ecosystem throughout the year. 26 | 27 | ## Contributing 28 | 29 | We welcome and appreciate contributions from the community! If you'd like to get involved with the marketing committee or have ideas to share, please feel free to open an issue, start a discussion, or submit a pull request. 30 | 31 | More details on new projects and programs for 2023 will be released soon. Watch this README for updates. 32 | 33 | The Marketing Committee maintains transparency in its operations, making meeting agendas and minutes openly accessible in the meetings/ directory. Once our regular meetings are scheduled, this README will be updated with the dates and times along with adding them to the [Foundation's public calendar](https://calendar.google.com/calendar/u/0/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8@group.calendar.google.com). 34 | 35 | ## Meetings 36 | 37 | | Meeting | Time | Host | 38 | | ---------- | -------- | -------- | 39 | | Marketing | Weekly Tue, 11:30am - 12:30pm EDT | Doc Jones | 40 | 41 | Check the meeting time in [your timezone](https://everytimezone.com/s/390feace) 42 | 43 | This will be the 1st meeting of the Marketing Committee. Meeting will recur on the same day/time until at least June 2023.Follow directions for attending. 44 | 45 | Meetings are typically scheduled at the times listed, however always check the agenda for the exact date and time of an upcoming meeting. Keep track of future upcoming meetings by subscribing to the Google Calendar or ical. 46 | 47 | Meeting transcripts and summaries will be captured by an automated note taker. Summaries will be made available in the meetings directory of this repository immediately following each meeting. 48 | 49 | # Contributing to this repo 50 | 51 | This repository is managed by EasyCLA. Project participants must sign the free [GraphQL Specification Membership agreement](https://preview-spec-membership.graphql.org) before making a contribution. You only need to do this one time, and it can be signed by [individual contributors](http://individual-spec-membership.graphql.org/) or their [employers](http://corporate-spec-membership.graphql.org/). 52 | 53 | To initiate the signature process please open a PR against this repo. The EasyCLA bot will block the merge if we still need a membership agreement from you. 54 | 55 | You can find [detailed information here](https://github.com/graphql/graphql-wg/tree/main/membership). If you have issues, please email [operations@graphql.org](mailto:operations@graphql.org). 56 | 57 | [https://calendar.google.com/calendar/u/0/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8@group.calendar.google.com]: https://calendar.google.com/calendar/u/0/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8@group.calendar.google.com 58 | -------------------------------------------------------------------------------- /TWiG/README.md: -------------------------------------------------------------------------------- 1 | # This Week in GraphQL 2 | 3 | ## The Official Newsletter of the GraphQL Foundation -------------------------------------------------------------------------------- /assets/GraphQLConf/GraphQLCon_2023_1012_506_Newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphql/marketing/34d5dec45bc932b1f9785aeb80745dfcd0705ddf/assets/GraphQLConf/GraphQLCon_2023_1012_506_Newsletter.png -------------------------------------------------------------------------------- /assets/GraphQLConf/GraphQLCon_2023__670_300_Newsletter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphql/marketing/34d5dec45bc932b1f9785aeb80745dfcd0705ddf/assets/GraphQLConf/GraphQLCon_2023__670_300_Newsletter.png -------------------------------------------------------------------------------- /assets/GraphQLConf/README.md: -------------------------------------------------------------------------------- 1 | # GraphQLConf Brand Assets for use by Media and Community Partners 2 | 3 | This folder contains a collection of assets that can be used by community partners to promote events and activities on their Meetup pages, newsletters or other websites. 4 | 5 | ### Included Assets 6 | banner graphics 7 | TODO add more graphics types 8 | 9 | ### Usage Guidelines 10 | These assets are free to use for promotional purposes related to the community events and activities. However, please keep the following guidelines in mind: 11 | 12 | - Do not alter the design or layout of the assets in any way without prior approval. 13 | - Use the assets only for promoting community events and activities. 14 | - Do not use the assets in a way that may be considered harmful or offensive. 15 | - Do not use the assets to imply endorsement or sponsorship by the community unless explicitly authorized. 16 | 17 | ### How to Download 18 | To download an asset, simply click on its file name to open the file preview. From there, click the "Download" button in the upper right corner of the preview window to save the file to your device. 19 | 20 | ### Contact 21 | If you have any questions or concerns regarding the use of these assets, create an Issue in the marketing repository or contact [add email address here]() -------------------------------------------------------------------------------- /assets/community_partners/escape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/graphql/marketing/34d5dec45bc932b1f9785aeb80745dfcd0705ddf/assets/community_partners/escape.png -------------------------------------------------------------------------------- /assets/community_partners/placeholder.md: -------------------------------------------------------------------------------- 1 | # TODO add info here -------------------------------------------------------------------------------- /assets/media_partners/graphql-wtf/dark-icon.svg: -------------------------------------------------------------------------------- 1 | <svg width="1594" height="1848" viewBox="0 0 1594 1848" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 | <path d="M1594 462L1195.5 231L797 0L0 462V1386L797 1848L1594 1386V924.003L1195.5 692.999L1594 462ZM1195.5 1155L797 1386L398.5 1155V693L797 462L1195.5 693L797 924L1195.5 1155Z" fill="black"/> 3 | </svg> 4 | -------------------------------------------------------------------------------- /assets/media_partners/graphql-wtf/pink-icon-white-text-logo.svg: -------------------------------------------------------------------------------- 1 | <svg width="266" height="60" viewBox="0 0 266 60" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 | <g clip-path="url(#clip0_207_36)"> 3 | <path d="M52.5904 15L39.6001 7.5L26.6097 0L0.628906 15V45L26.6097 60L52.5905 45V30.0001L39.6001 22.5L52.5904 15ZM39.6001 37.5L26.6097 45L13.6193 37.5V22.5L26.6097 15L39.6001 22.5L26.6097 30L39.6001 37.5Z" fill="#ED1E79"/> 4 | <path d="M83.3675 16.3477H88.4962V36.0797C88.4962 41.4433 84.8552 45.4367 78.5911 45.4367C72.2487 45.4367 69.469 41.2084 69.1558 37.9589H74.7152C74.9501 39.1334 75.8897 40.6603 78.6694 40.6603C81.4883 40.6603 82.9368 39.0943 82.9368 36.6669V33.8089C81.8798 35.2184 79.8439 36.4712 76.9468 36.4712C71.2308 36.4712 67.5898 31.8906 67.5898 26.1746C67.5898 20.4586 71.2308 15.8779 76.9468 15.8779C79.8439 15.8779 82.0755 16.9741 83.3675 18.8534V16.3477ZM78.1213 20.7718C75.1459 20.7718 73.1492 22.9642 73.1492 26.1746C73.1492 29.3849 75.1459 31.5774 78.1213 31.5774C81.0968 31.5774 83.0934 29.3849 83.0934 26.1746C83.0934 22.9642 81.0968 20.7718 78.1213 20.7718Z" fill="white"/> 5 | <path d="M103.628 21.3985C103.266 21.3289 102.899 21.2896 102.531 21.2811C99.282 21.2811 97.5985 22.8863 97.5985 26.6447V36.8631H92.0391V16.3481H97.1679V19.0103C97.9117 17.7967 99.4778 16.1523 102.962 16.1523C103.158 16.1523 103.628 16.1915 103.628 16.1915V21.3985Z" fill="white"/> 6 | <path d="M105.154 31.0292C105.154 27.4665 107.621 25.3524 113.102 24.4911L118.583 23.6689V23.4732C118.583 21.4765 117.33 20.4585 114.903 20.4585C112.319 20.4585 111.301 21.5548 111.105 22.9642H105.624C105.937 19.4015 108.365 15.8779 114.864 15.8779C120.893 15.8779 123.868 18.7359 123.868 23.5123V33.1825C123.868 34.5136 124.103 36.0405 124.456 36.8627H119.092C119.053 36.8627 118.857 35.9231 118.857 34.5919C117.565 36.432 115.49 37.3325 112.358 37.3325C107.621 37.3325 105.154 34.7094 105.154 31.0292ZM113.65 28.4453C111.262 28.8759 110.518 29.7373 110.518 30.8726C110.518 32.2821 111.379 33.0259 113.611 33.0259C116.86 33.0259 118.583 31.1467 118.583 28.4453V27.6231L113.65 28.4453Z" fill="white"/> 7 | <path d="M132.714 45.006H127.154V16.3477H132.283V18.8534C133.575 16.9741 135.885 15.8779 138.782 15.8779C144.733 15.8779 148.217 20.6543 148.217 26.6052C148.217 32.5561 144.733 37.3325 138.782 37.3325C135.885 37.3325 133.771 36.0797 132.714 34.6703V45.006ZM137.608 32.4387C140.7 32.4387 142.658 29.933 142.658 26.6052C142.658 23.2774 140.7 20.7718 137.608 20.7718C134.515 20.7718 132.557 23.2774 132.557 26.6052C132.557 29.933 134.515 32.4387 137.608 32.4387Z" fill="white"/> 8 | <path d="M156.177 18.2273C157.234 16.8179 159.191 15.8782 161.853 15.8782C166.786 15.8782 169.41 19.1669 169.41 24.0607V36.863H163.85V24.6872C163.85 22.299 162.832 20.6546 160.366 20.6546C157.664 20.6546 156.177 22.3381 156.177 25.157V36.863H150.617V7.5H156.177V18.2273Z" fill="white"/> 9 | <path d="M181.291 37.3325C175.34 37.3325 171.855 32.5561 171.855 26.6052C171.855 20.6543 175.34 15.8779 181.291 15.8779C184.188 15.8779 186.498 16.9741 187.79 18.8534V16.3477H192.919V45.006H187.359V34.6703C186.302 36.0797 184.188 37.3325 181.291 37.3325ZM182.465 20.7718C179.372 20.7718 177.415 23.2774 177.415 26.6052C177.415 29.933 179.372 32.4387 182.465 32.4387C185.558 32.4387 187.516 29.933 187.516 26.6052C187.516 23.2774 185.558 20.7718 182.465 20.7718Z" fill="white"/> 10 | <path d="M196.178 36.863V7.5H201.737V36.863H196.178Z" fill="white"/> 11 | <path d="M205.535 35.0623C205.535 33.8486 206.436 32.9482 207.688 32.9482C208.902 32.9482 209.842 33.8486 209.842 35.0623C209.842 36.3151 208.902 37.1764 207.688 37.1764C206.436 37.1764 205.535 36.3151 205.535 35.0623Z" fill="white"/> 12 | <path d="M223.669 20.4591H223.63L218.188 36.8632H215.291L208.4 16.9355H211.376L216.739 33.5746L222.221 16.9355H225.118L230.521 33.5746L235.962 16.9355H238.899L231.93 36.8632H229.033L223.669 20.4591Z" fill="white"/> 13 | <path d="M251.734 36.7449C251.734 36.7449 251.029 36.9407 249.62 36.9407C246.253 36.9407 244.452 35.1006 244.452 31.4987V19.2837H240.654V16.9347H244.452V11.2578H247.232V16.9347H251.812V19.2837H247.232V31.303C247.232 33.4171 248.054 34.435 249.972 34.435C250.564 34.4243 251.154 34.3588 251.734 34.2393V36.7449Z" fill="white"/> 14 | <path d="M258.091 13.6472C258.091 9.45804 260.518 7.50051 264.003 7.50051C264.447 7.49596 264.892 7.52212 265.334 7.57881V10.1236C264.971 10.0651 264.604 10.0389 264.237 10.0453C262.084 10.0453 260.87 10.9849 260.87 13.5297V16.9358H265.373V19.2849H260.87V36.8635H258.091V19.2849H254.215V16.9358H258.091V13.6472Z" fill="white"/> 15 | </g> 16 | <defs> 17 | <clipPath id="clip0_207_36"> 18 | <rect width="266" height="60" fill="white"/> 19 | </clipPath> 20 | </defs> 21 | </svg> 22 | -------------------------------------------------------------------------------- /assets/media_partners/graphql-wtf/pink-icon.svg: -------------------------------------------------------------------------------- 1 | <svg width="1594" height="1848" viewBox="0 0 1594 1848" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 | <path d="M1594 462L1195.5 231L797 0L0 462V1386L797 1848L1594 1386V924.003L1195.5 692.999L1594 462ZM1195.5 1155L797 1386L398.5 1155V693L797 462L1195.5 693L797 924L1195.5 1155Z" fill="#ED1E79"/> 3 | </svg> 4 | -------------------------------------------------------------------------------- /assets/media_partners/graphql-wtf/white-logo.svg: -------------------------------------------------------------------------------- 1 | <svg width="265" height="60" viewBox="0 0 265 60" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 | <path d="M51.9615 15L38.9711 7.5L25.9808 0L0 15V45L25.9808 60L51.9615 45V30.0001L38.9711 22.5L51.9615 15ZM38.9711 37.5L25.9808 45L12.9904 37.5V22.5L25.9808 15L38.9711 22.5L25.9808 30L38.9711 37.5Z" fill="white"/> 3 | <path d="M82.7387 16.3477H87.8674V36.0797C87.8674 41.4433 84.2264 45.4367 77.9623 45.4367C71.6199 45.4367 68.8402 41.2084 68.527 37.9589H74.0864C74.3213 39.1334 75.2609 40.6603 78.0406 40.6603C80.8594 40.6603 82.308 39.0943 82.308 36.6669V33.8089C81.2509 35.2184 79.2151 36.4712 76.318 36.4712C70.602 36.4712 66.9609 31.8906 66.9609 26.1746C66.9609 20.4586 70.602 15.8779 76.318 15.8779C79.2151 15.8779 81.4467 16.9741 82.7387 18.8534V16.3477ZM77.4925 20.7718C74.517 20.7718 72.5203 22.9642 72.5203 26.1746C72.5203 29.3849 74.517 31.5774 77.4925 31.5774C80.4679 31.5774 82.4646 29.3849 82.4646 26.1746C82.4646 22.9642 80.4679 20.7718 77.4925 20.7718Z" fill="white"/> 4 | <path d="M103.001 21.3985C102.639 21.3289 102.273 21.2896 101.904 21.2811C98.655 21.2811 96.9715 22.8863 96.9715 26.6447V36.8631H91.4121V16.3481H96.5409V19.0103C97.2847 17.7967 98.8507 16.1523 102.335 16.1523C102.531 16.1523 103.001 16.1915 103.001 16.1915V21.3985Z" fill="white"/> 5 | <path d="M104.527 31.0292C104.527 27.4665 106.994 25.3524 112.475 24.4911L117.956 23.6689V23.4732C117.956 21.4765 116.703 20.4586 114.276 20.4586C111.692 20.4586 110.674 21.5548 110.478 22.9642H104.997C105.31 19.4015 107.738 15.8779 114.237 15.8779C120.266 15.8779 123.241 18.7359 123.241 23.5123V33.1825C123.241 34.5137 123.476 36.0405 123.829 36.8627H118.465C118.426 36.8627 118.23 35.9231 118.23 34.592C116.938 36.432 114.863 37.3325 111.731 37.3325C106.994 37.3325 104.527 34.7094 104.527 31.0292ZM113.023 28.4453C110.635 28.876 109.891 29.7373 109.891 30.8726C109.891 32.2821 110.752 33.0259 112.984 33.0259C116.233 33.0259 117.956 31.1467 117.956 28.4453V27.6231L113.023 28.4453Z" fill="white"/> 6 | <path d="M132.087 45.006H126.527V16.3477H131.656V18.8534C132.948 16.9741 135.258 15.8779 138.155 15.8779C144.106 15.8779 147.59 20.6543 147.59 26.6052C147.59 32.5561 144.106 37.3325 138.155 37.3325C135.258 37.3325 133.144 36.0797 132.087 34.6703V45.006ZM136.981 32.4387C140.073 32.4387 142.031 29.933 142.031 26.6052C142.031 23.2774 140.073 20.7718 136.981 20.7718C133.888 20.7718 131.93 23.2774 131.93 26.6052C131.93 29.933 133.888 32.4387 136.981 32.4387Z" fill="white"/> 7 | <path d="M155.55 18.2273C156.607 16.8179 158.564 15.8782 161.226 15.8782C166.159 15.8782 168.783 19.1669 168.783 24.0607V36.863H163.223V24.6872C163.223 22.299 162.205 20.6546 159.739 20.6546C157.037 20.6546 155.55 22.3381 155.55 25.157V36.863H149.99V7.5H155.55L155.55 18.2273Z" fill="white"/> 8 | <path d="M180.664 37.3325C174.713 37.3325 171.229 32.5561 171.229 26.6052C171.229 20.6543 174.713 15.8779 180.664 15.8779C183.561 15.8779 185.871 16.9741 187.163 18.8534V16.3477H192.292V45.006H186.732V34.6703C185.675 36.0797 183.561 37.3325 180.664 37.3325ZM181.838 20.7718C178.745 20.7718 176.788 23.2774 176.788 26.6052C176.788 29.933 178.745 32.4387 181.838 32.4387C184.931 32.4387 186.889 29.933 186.889 26.6052C186.889 23.2774 184.931 20.7718 181.838 20.7718Z" fill="white"/> 9 | <path d="M195.549 36.863V7.5H201.108V36.863H195.549Z" fill="white"/> 10 | <path d="M204.908 35.0624C204.908 33.8487 205.809 32.9482 207.061 32.9482C208.275 32.9482 209.215 33.8487 209.215 35.0624C209.215 36.3152 208.275 37.1765 207.061 37.1765C205.809 37.1765 204.908 36.3152 204.908 35.0624Z" fill="white"/> 11 | <path d="M223.042 20.4591H223.003L217.561 36.8632H214.664L207.773 16.9355H210.749L216.113 33.5746L221.594 16.9355H224.491L229.894 33.5746L235.336 16.9355H238.272L231.303 36.8632H228.406L223.042 20.4591Z" fill="white"/> 12 | <path d="M251.105 36.7459C251.105 36.7459 250.4 36.9416 248.991 36.9416C245.624 36.9416 243.823 35.1016 243.823 31.4997V19.2847H240.025V16.9356H243.823V11.2588H246.603V16.9356H251.183V19.2847H246.603V31.3039C246.603 33.4181 247.425 34.436 249.343 34.436C249.935 34.4253 250.525 34.3597 251.105 34.2402V36.7459Z" fill="white"/> 13 | <path d="M257.462 13.6462C257.462 9.45706 259.889 7.49953 263.374 7.49953C263.819 7.49498 264.263 7.52114 264.705 7.57783V10.1226C264.342 10.0641 263.976 10.0379 263.609 10.0443C261.455 10.0443 260.242 10.9839 260.242 13.5287V16.9348H264.744V19.2839H260.242V36.8625H257.462V19.2839H253.586V16.9348H257.462V13.6462Z" fill="white"/> 14 | </svg> 15 | -------------------------------------------------------------------------------- /assets/media_partners/graphql_weekly/pink-icon-white-text-log.svg: -------------------------------------------------------------------------------- 1 | <svg width="147" height="56" viewBox="0 0 147 56" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 | <path d="M67.5298 40.5555C67.2477 40.5555 67.0237 40.4726 66.8578 40.3067C66.6919 40.1407 66.5923 39.9499 66.5591 39.7342L63.8462 23.8302C63.8296 23.797 63.8213 23.7638 63.8213 23.7307C63.8213 23.6975 63.8213 23.6726 63.8213 23.656C63.8213 23.5232 63.8711 23.4071 63.9707 23.3075C64.0868 23.1914 64.2113 23.1333 64.344 23.1333H67.4302C67.8948 23.1333 68.152 23.3158 68.2018 23.6809L69.8196 33.4124L71.6116 27.6631C71.6613 27.5304 71.7443 27.3893 71.8604 27.24C71.9766 27.0741 72.1674 26.9911 72.4329 26.9911H74.2249C74.507 26.9911 74.7061 27.0741 74.8222 27.24C74.9384 27.3893 75.013 27.5304 75.0462 27.6631L76.8382 33.3875L78.456 23.6809C78.5058 23.3158 78.763 23.1333 79.2276 23.1333H82.3138C82.4631 23.1333 82.5876 23.1914 82.6871 23.3075C82.7867 23.4071 82.8364 23.5232 82.8364 23.656C82.8364 23.6726 82.8364 23.6975 82.8364 23.7307C82.8364 23.7638 82.8364 23.797 82.8364 23.8302L80.1236 39.7342C80.0904 39.9499 79.9908 40.1407 79.8249 40.3067C79.659 40.4726 79.435 40.5555 79.1529 40.5555H76.7884C76.5064 40.5555 76.2907 40.4809 76.1413 40.3315C75.992 40.1822 75.8924 40.0412 75.8427 39.9084L73.3289 32.7902L70.8151 39.9084C70.7653 40.0412 70.6658 40.1822 70.5164 40.3315C70.3837 40.4809 70.1763 40.5555 69.8942 40.5555H67.5298ZM90.1419 40.8044C88.184 40.8044 86.6243 40.2735 85.4628 39.2115C84.3013 38.1496 83.6957 36.5733 83.6459 34.4827C83.6459 34.3665 83.6459 34.2172 83.6459 34.0347C83.6459 33.8521 83.6459 33.7111 83.6459 33.6115C83.6957 32.3007 83.9861 31.1807 84.517 30.2515C85.0646 29.3058 85.8113 28.5923 86.757 28.1111C87.7194 27.6133 88.8394 27.3644 90.117 27.3644C91.5772 27.3644 92.7801 27.6548 93.7259 28.2355C94.6883 28.8163 95.4101 29.6044 95.8913 30.6C96.3724 31.5955 96.613 32.7321 96.613 34.0098V34.6071C96.613 34.7896 96.5467 34.9389 96.4139 35.0551C96.2978 35.1712 96.1567 35.2293 95.9908 35.2293H88.0264C88.0264 35.2459 88.0264 35.2708 88.0264 35.304C88.0264 35.3372 88.0264 35.3704 88.0264 35.4035C88.043 35.8847 88.1259 36.3244 88.2753 36.7227C88.4246 37.1209 88.6569 37.4361 88.9721 37.6684C89.2874 37.9007 89.669 38.0169 90.117 38.0169C90.4489 38.0169 90.7227 37.9671 90.9384 37.8675C91.1707 37.7514 91.3615 37.6269 91.5108 37.4942C91.6601 37.3449 91.7763 37.2204 91.8593 37.1209C92.0086 36.9549 92.1247 36.8554 92.2077 36.8222C92.3073 36.7724 92.4566 36.7475 92.6557 36.7475H95.7419C95.9078 36.7475 96.0406 36.7973 96.1401 36.8969C96.2563 36.9798 96.3061 37.1043 96.2895 37.2702C96.2729 37.5523 96.1318 37.8924 95.8664 38.2907C95.6009 38.6889 95.211 39.0871 94.6966 39.4853C94.1988 39.8669 93.5683 40.1822 92.805 40.4311C92.0418 40.68 91.1541 40.8044 90.1419 40.8044ZM88.0264 32.7653H92.2326V32.7155C92.2326 32.1846 92.1496 31.72 91.9837 31.3218C91.8344 30.9235 91.5938 30.6166 91.2619 30.4009C90.9467 30.1852 90.565 30.0773 90.117 30.0773C89.669 30.0773 89.2874 30.1852 88.9721 30.4009C88.6735 30.6166 88.4412 30.9235 88.2753 31.3218C88.1093 31.72 88.0264 32.1846 88.0264 32.7155V32.7653ZM104.422 40.8044C102.464 40.8044 100.904 40.2735 99.7428 39.2115C98.5813 38.1496 97.9757 36.5733 97.9259 34.4827C97.9259 34.3665 97.9259 34.2172 97.9259 34.0347C97.9259 33.8521 97.9259 33.7111 97.9259 33.6115C97.9757 32.3007 98.2661 31.1807 98.797 30.2515C99.3446 29.3058 100.091 28.5923 101.037 28.1111C101.999 27.6133 103.119 27.3644 104.397 27.3644C105.857 27.3644 107.06 27.6548 108.006 28.2355C108.968 28.8163 109.69 29.6044 110.171 30.6C110.652 31.5955 110.893 32.7321 110.893 34.0098V34.6071C110.893 34.7896 110.827 34.9389 110.694 35.0551C110.578 35.1712 110.437 35.2293 110.271 35.2293H102.306C102.306 35.2459 102.306 35.2708 102.306 35.304C102.306 35.3372 102.306 35.3704 102.306 35.4035C102.323 35.8847 102.406 36.3244 102.555 36.7227C102.705 37.1209 102.937 37.4361 103.252 37.6684C103.567 37.9007 103.949 38.0169 104.397 38.0169C104.729 38.0169 105.003 37.9671 105.218 37.8675C105.451 37.7514 105.641 37.6269 105.791 37.4942C105.94 37.3449 106.056 37.2204 106.139 37.1209C106.289 36.9549 106.405 36.8554 106.488 36.8222C106.587 36.7724 106.737 36.7475 106.936 36.7475H110.022C110.188 36.7475 110.321 36.7973 110.42 36.8969C110.536 36.9798 110.586 37.1043 110.569 37.2702C110.553 37.5523 110.412 37.8924 110.146 38.2907C109.881 38.6889 109.491 39.0871 108.977 39.4853C108.479 39.8669 107.848 40.1822 107.085 40.4311C106.322 40.68 105.434 40.8044 104.422 40.8044ZM102.306 32.7653H106.513V32.7155C106.513 32.1846 106.43 31.72 106.264 31.3218C106.114 30.9235 105.874 30.6166 105.542 30.4009C105.227 30.1852 104.845 30.0773 104.397 30.0773C103.949 30.0773 103.567 30.1852 103.252 30.4009C102.953 30.6166 102.721 30.9235 102.555 31.3218C102.389 31.72 102.306 32.1846 102.306 32.7155V32.7653ZM113.351 40.5555C113.168 40.5555 113.019 40.4975 112.903 40.3813C112.787 40.2652 112.729 40.1158 112.729 39.9333V23.5067C112.729 23.3241 112.787 23.1748 112.903 23.0587C113.019 22.9425 113.168 22.8844 113.351 22.8844H116.238C116.404 22.8844 116.545 22.9425 116.661 23.0587C116.794 23.1748 116.86 23.3241 116.86 23.5067V31.8444L120.32 28.0364C120.419 27.9203 120.527 27.8207 120.643 27.7378C120.759 27.6548 120.925 27.6133 121.141 27.6133H124.476C124.625 27.6133 124.75 27.6714 124.849 27.7875C124.966 27.8871 125.024 28.0115 125.024 28.1609C125.024 28.2272 125.007 28.3019 124.974 28.3849C124.941 28.4678 124.891 28.5342 124.825 28.584L120.345 33.4124L125.447 39.6098C125.58 39.7425 125.646 39.8752 125.646 40.008C125.646 40.1573 125.588 40.2901 125.472 40.4062C125.372 40.5058 125.239 40.5555 125.073 40.5555H121.664C121.415 40.5555 121.232 40.5141 121.116 40.4311C121 40.3315 120.892 40.232 120.793 40.1324L116.86 35.4035V39.9333C116.86 40.1158 116.794 40.2652 116.661 40.3813C116.545 40.4975 116.404 40.5555 116.238 40.5555H113.351ZM127.388 40.5555C127.205 40.5555 127.056 40.4975 126.94 40.3813C126.824 40.2652 126.766 40.1158 126.766 39.9333V23.5067C126.766 23.3241 126.824 23.1748 126.94 23.0587C127.056 22.9425 127.205 22.8844 127.388 22.8844H130.325C130.507 22.8844 130.656 22.9425 130.773 23.0587C130.889 23.1748 130.947 23.3241 130.947 23.5067V39.9333C130.947 40.1158 130.889 40.2652 130.773 40.3813C130.656 40.4975 130.507 40.5555 130.325 40.5555H127.388ZM135.804 45.2844C135.654 45.2844 135.53 45.2347 135.43 45.1351C135.331 45.0355 135.281 44.9111 135.281 44.7618C135.281 44.7286 135.281 44.6788 135.281 44.6124C135.297 44.5627 135.322 44.5046 135.356 44.4382L137.297 39.7591L132.518 28.4595C132.468 28.3434 132.444 28.2438 132.444 28.1609C132.477 28.0115 132.543 27.8871 132.643 27.7875C132.742 27.6714 132.867 27.6133 133.016 27.6133H135.853C136.069 27.6133 136.227 27.6714 136.326 27.7875C136.442 27.8871 136.517 28.0032 136.55 28.136L139.412 35.3787L142.324 28.136C142.391 28.0032 142.474 27.8871 142.573 27.7875C142.689 27.6714 142.855 27.6133 143.071 27.6133H145.859C146.008 27.6133 146.132 27.6714 146.232 27.7875C146.348 27.8871 146.406 28.0032 146.406 28.136C146.406 28.2189 146.381 28.3268 146.332 28.4595L139.288 44.7618C139.238 44.8945 139.155 45.0107 139.039 45.1102C138.923 45.2264 138.757 45.2844 138.541 45.2844H135.804Z" fill="white"/> 3 | <path d="M68.4444 17.1556C67.4904 17.1556 66.6763 16.9896 66.0022 16.6578C65.3385 16.3259 64.82 15.8489 64.4467 15.2267C64.0837 14.5941 63.8867 13.8422 63.8556 12.9711C63.8452 12.5252 63.84 12.0481 63.84 11.54C63.84 11.0215 63.8452 10.5341 63.8556 10.0778C63.8867 9.21704 64.0837 8.48074 64.4467 7.86889C64.82 7.25704 65.3437 6.78518 66.0178 6.45333C66.7022 6.12148 67.5111 5.95556 68.4444 5.95556C69.2015 5.95556 69.8652 6.05926 70.4356 6.26667C71.0059 6.4637 71.4778 6.72296 71.8511 7.04444C72.2348 7.35556 72.52 7.69259 72.7067 8.05555C72.9037 8.41852 73.0074 8.75556 73.0178 9.06667C73.0281 9.16 73.0022 9.23778 72.94 9.3C72.8778 9.36222 72.7948 9.39333 72.6911 9.39333H71.0889C70.9852 9.39333 70.9074 9.37259 70.8556 9.33111C70.8037 9.28963 70.757 9.22741 70.7156 9.14444C70.6326 8.92667 70.503 8.71407 70.3267 8.50667C70.1504 8.28889 69.9119 8.10741 69.6111 7.96222C69.3104 7.81704 68.9215 7.74444 68.4444 7.74444C67.7393 7.74444 67.1741 7.93111 66.7489 8.30444C66.3341 8.67778 66.1111 9.29481 66.08 10.1556C66.0489 11.0578 66.0489 11.9704 66.08 12.8933C66.1111 13.7748 66.3393 14.4074 66.7644 14.7911C67.2 15.1748 67.7704 15.3667 68.4756 15.3667C68.9422 15.3667 69.357 15.2837 69.72 15.1178C70.0933 14.9519 70.3837 14.6926 70.5911 14.34C70.8089 13.9874 70.9178 13.5363 70.9178 12.9867V12.5044H69.02C68.9163 12.5044 68.8281 12.4681 68.7556 12.3956C68.683 12.323 68.6467 12.2296 68.6467 12.1156V11.2911C68.6467 11.177 68.683 11.0837 68.7556 11.0111C68.8281 10.9385 68.9163 10.9022 69.02 10.9022H72.7378C72.8519 10.9022 72.94 10.9385 73.0022 11.0111C73.0748 11.0837 73.1111 11.177 73.1111 11.2911V12.9244C73.1111 13.7956 72.9193 14.5474 72.5356 15.18C72.1622 15.8126 71.623 16.3 70.9178 16.6422C70.223 16.9844 69.3985 17.1556 68.4444 17.1556ZM75.2919 17C75.1882 17 75.1001 16.9637 75.0275 16.8911C74.9549 16.8185 74.9186 16.7304 74.9186 16.6267V9.3C74.9186 9.18593 74.9549 9.09259 75.0275 9.02C75.1001 8.94741 75.1882 8.91111 75.2919 8.91111H76.5519C76.6556 8.91111 76.7438 8.94741 76.8164 9.02C76.8993 9.09259 76.9408 9.18593 76.9408 9.3V9.93778C77.1793 9.60593 77.4853 9.35185 77.8586 9.17556C78.2423 8.99926 78.683 8.91111 79.1808 8.91111H79.8186C79.9327 8.91111 80.0208 8.94741 80.083 9.02C80.1556 9.09259 80.1919 9.18074 80.1919 9.28444V10.4044C80.1919 10.5081 80.1556 10.5963 80.083 10.6689C80.0208 10.7415 79.9327 10.7778 79.8186 10.7778H78.6053C78.1075 10.7778 77.7186 10.9178 77.4386 11.1978C77.169 11.4778 77.0341 11.8615 77.0341 12.3489V16.6267C77.0341 16.7304 76.9979 16.8185 76.9253 16.8911C76.8527 16.9637 76.7593 17 76.6453 17H75.2919ZM83.6325 17.1556C83.0932 17.1556 82.6058 17.0519 82.1703 16.8444C81.7347 16.6267 81.3873 16.3415 81.1281 15.9889C80.8792 15.6259 80.7547 15.2215 80.7547 14.7756C80.7547 14.0496 81.0451 13.4741 81.6258 13.0489C82.2169 12.6133 82.9947 12.323 83.9592 12.1778L86.0903 11.8667V11.54C86.0903 11.1044 85.9814 10.7674 85.7636 10.5289C85.5458 10.2904 85.1725 10.1711 84.6436 10.1711C84.2703 10.1711 83.9644 10.2489 83.7258 10.4044C83.4977 10.5496 83.3266 10.7467 83.2125 10.9956C83.1295 11.1304 83.0103 11.1978 82.8547 11.1978H81.6258C81.5118 11.1978 81.4236 11.1667 81.3614 11.1044C81.3095 11.0422 81.2836 10.9593 81.2836 10.8556C81.294 10.6896 81.3614 10.4874 81.4858 10.2489C81.6103 10.0104 81.8073 9.78222 82.0769 9.56444C82.3466 9.3363 82.694 9.14444 83.1192 8.98889C83.5444 8.83333 84.0577 8.75556 84.6592 8.75556C85.3125 8.75556 85.8621 8.83852 86.3081 9.00444C86.7644 9.16 87.1273 9.37259 87.3969 9.64222C87.6666 9.91185 87.8636 10.2281 87.9881 10.5911C88.1125 10.9541 88.1747 11.3378 88.1747 11.7422V16.6267C88.1747 16.7304 88.1384 16.8185 88.0658 16.8911C87.9932 16.9637 87.9051 17 87.8014 17H86.5414C86.4273 17 86.334 16.9637 86.2614 16.8911C86.1992 16.8185 86.1681 16.7304 86.1681 16.6267V16.02C86.0332 16.217 85.8518 16.4037 85.6236 16.58C85.3955 16.7459 85.1155 16.8859 84.7836 17C84.4621 17.1037 84.0784 17.1556 83.6325 17.1556ZM84.1614 15.6778C84.5244 15.6778 84.851 15.6 85.1414 15.4444C85.4421 15.2889 85.6755 15.0504 85.8414 14.7289C86.0177 14.397 86.1058 13.9822 86.1058 13.4844V13.1578L84.5503 13.4067C83.9384 13.5 83.4821 13.6504 83.1814 13.8578C82.8806 14.0652 82.7303 14.3193 82.7303 14.62C82.7303 14.8481 82.7977 15.0452 82.9325 15.2111C83.0777 15.3667 83.2592 15.4859 83.4769 15.5689C83.6947 15.6415 83.9229 15.6778 84.1614 15.6778ZM90.5592 19.9556C90.4555 19.9556 90.3674 19.9193 90.2948 19.8467C90.2222 19.7741 90.1859 19.6859 90.1859 19.5822V9.28444C90.1859 9.18074 90.2222 9.09259 90.2948 9.02C90.3674 8.94741 90.4555 8.91111 90.5592 8.91111H91.7881C91.9022 8.91111 91.9903 8.94741 92.0526 9.02C92.1251 9.09259 92.1614 9.18074 92.1614 9.28444V9.90667C92.4103 9.57481 92.737 9.3 93.1414 9.08222C93.5459 8.86444 94.0488 8.75556 94.6503 8.75556C95.2 8.75556 95.677 8.8437 96.0814 9.02C96.4859 9.1963 96.8229 9.45037 97.0926 9.78222C97.3622 10.1037 97.5696 10.4874 97.7148 10.9333C97.86 11.3793 97.9429 11.8719 97.9637 12.4111C97.974 12.5874 97.9792 12.7689 97.9792 12.9556C97.9792 13.1422 97.974 13.3289 97.9637 13.5156C97.9533 14.0341 97.8755 14.5163 97.7303 14.9622C97.5851 15.3978 97.3726 15.7815 97.0926 16.1133C96.8229 16.4348 96.4859 16.6889 96.0814 16.8756C95.677 17.0622 95.2 17.1556 94.6503 17.1556C94.0903 17.1556 93.6133 17.057 93.2192 16.86C92.8251 16.6526 92.5037 16.383 92.2548 16.0511V19.5822C92.2548 19.6859 92.2185 19.7741 92.1459 19.8467C92.0837 19.9193 91.9955 19.9556 91.8814 19.9556H90.5592ZM94.0748 15.4911C94.5207 15.4911 94.8681 15.3978 95.117 15.2111C95.3659 15.0141 95.5422 14.76 95.6459 14.4489C95.76 14.1378 95.8274 13.7956 95.8481 13.4222C95.8688 13.1111 95.8688 12.8 95.8481 12.4889C95.8274 12.1156 95.76 11.7733 95.6459 11.4622C95.5422 11.1511 95.3659 10.9022 95.117 10.7156C94.8681 10.5185 94.5207 10.42 94.0748 10.42C93.6496 10.42 93.3022 10.5185 93.0326 10.7156C92.7733 10.9126 92.5814 11.1667 92.457 11.4778C92.3429 11.7785 92.2755 12.0896 92.2548 12.4111C92.2444 12.5978 92.2392 12.7948 92.2392 13.0022C92.2392 13.2096 92.2444 13.4119 92.2548 13.6089C92.2651 13.92 92.3377 14.2207 92.4726 14.5111C92.6074 14.7911 92.8044 15.0244 93.0637 15.2111C93.3229 15.3978 93.66 15.4911 94.0748 15.4911ZM100.114 17C100.011 17 99.9225 16.9637 99.8499 16.8911C99.7773 16.8185 99.741 16.7304 99.741 16.6267V6.32889C99.741 6.22518 99.7773 6.13704 99.8499 6.06444C99.9225 5.99185 100.011 5.95556 100.114 5.95556H101.499C101.613 5.95556 101.701 5.99185 101.763 6.06444C101.836 6.13704 101.872 6.22518 101.872 6.32889V9.87556C102.152 9.5437 102.494 9.27407 102.899 9.06667C103.303 8.85926 103.801 8.75556 104.392 8.75556C105.025 8.75556 105.574 8.90074 106.041 9.19111C106.518 9.47111 106.886 9.87037 107.145 10.3889C107.405 10.9074 107.534 11.5296 107.534 12.2556V16.6267C107.534 16.7304 107.498 16.8185 107.425 16.8911C107.353 16.9637 107.265 17 107.161 17H105.761C105.657 17 105.569 16.9637 105.497 16.8911C105.424 16.8185 105.388 16.7304 105.388 16.6267V12.3489C105.388 11.7474 105.237 11.2756 104.937 10.9333C104.646 10.5911 104.221 10.42 103.661 10.42C103.122 10.42 102.686 10.5911 102.354 10.9333C102.033 11.2756 101.872 11.7474 101.872 12.3489V16.6267C101.872 16.7304 101.836 16.8185 101.763 16.8911C101.701 16.9637 101.613 17 101.499 17H100.114ZM116.68 18.0111C116.534 18.0111 116.415 17.9644 116.322 17.8711C116.239 17.7881 116.171 17.7156 116.12 17.6533L115.544 16.8756C115.057 17.0622 114.502 17.1556 113.88 17.1556C112.957 17.1556 112.158 17.0052 111.484 16.7044C110.82 16.3933 110.302 15.9215 109.928 15.2889C109.565 14.6459 109.363 13.8474 109.322 12.8933C109.311 12.4474 109.306 12.0067 109.306 11.5711C109.306 11.1356 109.311 10.6896 109.322 10.2333C109.363 9.28963 109.571 8.50148 109.944 7.86889C110.328 7.2363 110.857 6.75926 111.531 6.43778C112.205 6.1163 112.988 5.95556 113.88 5.95556C114.771 5.95556 115.554 6.1163 116.228 6.43778C116.903 6.75926 117.431 7.2363 117.815 7.86889C118.199 8.50148 118.401 9.28963 118.422 10.2333C118.443 10.6896 118.453 11.1356 118.453 11.5711C118.453 12.0067 118.443 12.4474 118.422 12.8933C118.37 14.2519 117.997 15.2837 117.302 15.9889L118.391 17.5289C118.401 17.5393 118.411 17.5548 118.422 17.5756C118.432 17.6067 118.437 17.643 118.437 17.6844C118.448 17.7778 118.417 17.8556 118.344 17.9178C118.282 17.98 118.209 18.0111 118.126 18.0111H116.68ZM113.88 15.3667C114.543 15.3667 115.088 15.1696 115.513 14.7756C115.938 14.3711 116.166 13.7178 116.197 12.8156C116.218 12.3593 116.228 11.9393 116.228 11.5556C116.228 11.1615 116.218 10.7415 116.197 10.2956C116.187 9.69407 116.078 9.20667 115.871 8.83333C115.663 8.44963 115.388 8.17481 115.046 8.00889C114.714 7.83259 114.325 7.74444 113.88 7.74444C113.444 7.74444 113.055 7.83259 112.713 8.00889C112.371 8.17481 112.096 8.44963 111.888 8.83333C111.691 9.20667 111.577 9.69407 111.546 10.2956C111.536 10.7415 111.531 11.1615 111.531 11.5556C111.531 11.9393 111.536 12.3593 111.546 12.8156C111.588 13.7178 111.821 14.3711 112.246 14.7756C112.671 15.1696 113.216 15.3667 113.88 15.3667ZM120.884 17C120.781 17 120.693 16.9637 120.62 16.8911C120.547 16.8185 120.511 16.7304 120.511 16.6267V6.48444C120.511 6.38074 120.547 6.29259 120.62 6.22C120.693 6.14741 120.781 6.11111 120.884 6.11111H122.331C122.435 6.11111 122.523 6.14741 122.596 6.22C122.668 6.29259 122.704 6.38074 122.704 6.48444V15.1489H127.636C127.75 15.1489 127.843 15.1852 127.916 15.2578C127.988 15.3304 128.024 15.4237 128.024 15.5378V16.6267C128.024 16.7304 127.988 16.8185 127.916 16.8911C127.843 16.9637 127.75 17 127.636 17H120.884Z" fill="white"/> 4 | <g filter="url(#filter0_d_3227_147)"> 5 | <circle cx="28" cy="24" r="20" fill="white"/> 6 | </g> 7 | <path fill-rule="evenodd" clip-rule="evenodd" d="M17.9039 19.5769H38.0962V32.5577H17.9039V19.5769ZM19.3462 21.0192V31.1154H36.6539V21.0192H19.3462Z" fill="#F531B1"/> 8 | <path fill-rule="evenodd" clip-rule="evenodd" d="M27.6825 28.0835L18.1888 20.8719L19.0612 19.7234L28.1131 26.5993L36.9318 19.7288L37.8182 20.8665L28.5619 28.0781L27.6825 28.0835Z" fill="#F531B1"/> 9 | <path fill-rule="evenodd" clip-rule="evenodd" d="M18.1626 19.7448L27.6563 11.8121L28.588 11.8179L37.8443 19.7506L36.9058 20.8458L28.1128 13.3102L19.0874 20.8516L18.1626 19.7448Z" fill="#F531B1"/> 10 | <path d="M39.5385 20.2981C39.5385 21.4929 38.5699 22.4615 37.375 22.4615C36.1802 22.4615 35.2115 21.4929 35.2115 20.2981C35.2115 19.1032 36.1802 18.1346 37.375 18.1346C38.5699 18.1346 39.5385 19.1032 39.5385 20.2981Z" fill="#F531B1"/> 11 | <path d="M39.5385 31.8365C39.5385 33.0314 38.5699 34 37.375 34C36.1802 34 35.2115 33.0314 35.2115 31.8365C35.2115 30.6417 36.1802 29.6731 37.375 29.6731C38.5699 29.6731 39.5385 30.6417 39.5385 31.8365Z" fill="#F531B1"/> 12 | <path d="M30.1635 26.9547C30.1635 28.1495 29.1949 29.1181 28 29.1181C26.8052 29.1181 25.8365 28.1495 25.8365 26.9547C25.8365 25.7598 26.8052 24.7912 28 24.7912C29.1949 24.7912 30.1635 25.7598 30.1635 26.9547Z" fill="#F531B1"/> 13 | <path d="M20.7885 20.2981C20.7885 21.4929 19.8199 22.4615 18.625 22.4615C17.4302 22.4615 16.4615 21.4929 16.4615 20.2981C16.4615 19.1032 17.4302 18.1346 18.625 18.1346C19.8199 18.1346 20.7885 19.1032 20.7885 20.2981Z" fill="#F531B1"/> 14 | <path d="M20.7885 31.8365C20.7885 33.0314 19.8199 34 18.625 34C17.4302 34 16.4615 33.0314 16.4615 31.8365C16.4615 30.6417 17.4302 29.6731 18.625 29.6731C19.8199 29.6731 20.7885 30.6417 20.7885 31.8365Z" fill="#F531B1"/> 15 | <path d="M30.1635 13.0865C30.1635 14.2814 29.1949 15.25 28 15.25C26.8052 15.25 25.8365 14.2814 25.8365 13.0865C25.8365 11.8917 26.8052 10.9231 28 10.9231C29.1949 10.9231 30.1635 11.8917 30.1635 13.0865Z" fill="#F531B1"/> 16 | <defs> 17 | <filter id="filter0_d_3227_147" x="0" y="0" width="56" height="56" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> 18 | <feFlood flood-opacity="0" result="BackgroundImageFix"/> 19 | <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/> 20 | <feOffset dy="4"/> 21 | <feGaussianBlur stdDeviation="4"/> 22 | <feColorMatrix type="matrix" values="0 0 0 0 0.0313726 0 0 0 0 0.0666667 0 0 0 0 0.27451 0 0 0 0.1 0"/> 23 | <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3227_147"/> 24 | <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3227_147" result="shape"/> 25 | </filter> 26 | </defs> 27 | </svg> 28 | -------------------------------------------------------------------------------- /graph_traversal/README.md: -------------------------------------------------------------------------------- 1 | # Graph Traversal 2 | 3 | ## The Official Live Stream from the GraphQL Foundation 4 | 5 | ### Purpose 6 | Graph Traversal aims to spread awareness about the GraphQL Foundation's work by featuring interviews, demos, and discussions with committee members and others from the broader ecosystem. We are exploring different methods of live streaming to promote various Foundation activities, such as GraphQLConf, TWiG, graphql.org, and the grants program. 7 | 8 | ### Tools 9 | We currently use restream.io for live streaming, which enables us to simultaneously broadcast on YouTube, Twitter, and LinkedIn. Additional platforms can be added if necessary. 10 | 11 | [LinkedIn recording](https://www.linkedin.com/video/live/urn:li:ugcPost:7051222661854593024) 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /graph_traversal/S1E1_prep_qs.md: -------------------------------------------------------------------------------- 1 | # GraphQL Traversal S1E1 2023 2 | 3 | ## Lee Byron 4 | ### What's New for the GraphQL Foundation in 2023 5 | 6 | ### Introductions 7 | 8 | - Can you begin by giving us a brief overview of GraphQL and its significance in the world of API development? 9 | - As one of the co-creators of GraphQL, how do you think it has evolved since its inception? What is driving its current accelerating adoption? 10 | - Can you tell us more about the GraphQL Foundation and its role in supporting the GraphQL community? 11 | ### GraphQL Foundation's New Projects for 2023 12 | - The GraphQL Foundation has some exciting new projects planned for 2023. Can you share some insights into these initiatives and how they will contribute to the growth and adoption of GraphQL? 13 | - How do you see the GraphQL Foundation's 2023 projects fostering innovation and collaboration within the GraphQL community? 14 | #### List of New Projects for 2023 15 | - For GraphQL Core and wgs 16 | - Next version of the Spec 17 | - Composite Schemas 18 | - ? 19 | - For the GraphQL Board 20 | - Subcommittees 21 | - Budget 22 | - Conference 23 | - Documentation 24 | - Community 25 | - Marketing 26 | - GraphQLConf 27 | - Announcement 28 | - Sponsorship 29 | - CFP 30 | ### GraphQLConf 2023 31 | - We've heard about the new conference, GraphQLConf, organized by the GraphQL Foundation. Can you give us a sneak peek into what attendees can expect at this event? 32 | - How do you think GraphQLConf will serve as a platform to bring together the GraphQL community and facilitate knowledge sharing around the Foundation's new projects for 2023? 33 | - What kind of presentations and discussions can attendees look forward to at GraphQLConf, and how were the topics selected to ensure a diverse and comprehensive program? How will you attract new presenters that we maybe haven't heard from before? 34 | - Are there any key themes or tracks at GraphQLConf related to the GraphQL Foundation's 2023 initiatives that you're particularly excited about, and why do you think they are essential for the GraphQL community to explore? 35 | ### Advice for Attendees and Presenters 36 | - How can developers, both experienced and new to GraphQL, benefit from attending GraphQLConf and engaging with the community while learning about the Foundation's new projects? 37 | - Can you share any advice for those who are considering submitting a talk for GraphQLConf, especially if their presentation relates to the GraphQL Foundation's 2023 projects, or for those attending the event for the first time? 38 | ### Engaging with the GraphQL Foundation 39 | - Lastly, how can organizations that are getting started with GraphQL or are currently supporting GraphQL implementations join the Foundation and contribute to these new projects? 40 | 41 | Thank you for sharing your thoughts on GraphQL, the GraphQL Foundation, its new projects for 2023, and the upcoming GraphQLConf. Thank you for your time, and we look forward to learning more from your insights and experiences. 42 | 43 | ### Q&A or No? 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /graphqlconf/README.md: -------------------------------------------------------------------------------- 1 | # DRAFT 2 | 3 | # GraphQL Foundation Inaugural Conference - GraphQLConf 2023 4 | 5 | Welcome to marketing committee repository for the GraphQL Foundation's inaugural conference, GraphQLConf! This is "The Official" conference organized by and for the GraphQL community. GraphQLConf aims to bring together developers, businesses, and enthusiasts from around the world to learn, share, and discuss the latest advancements and best practices in the GraphQL ecosystem. 6 | 7 | ## Marketing Committee Activities 8 | 9 | The marketing committee is dedicated to promoting and supporting the conference through various activities and with the support of the Linux Foundation, including: 10 | 11 | - Coorindating with the conference committee 12 | - Creating marketing materials and promotional assets 13 | - Planning and executing marketing campaigns 14 | - Recruiting and collaborating with partners 15 | - Partners include media partners and community partners 16 | - Others 17 | - Engaging with the community committee to increase awareness and recruit speakers and attendees 18 | - Coordinating with speakers and other stakeholders 19 | 20 | ## License 21 | 22 | All content in this repository is licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0) License](https://creativecommons.org/licenses/by/4.0/). 23 | -------------------------------------------------------------------------------- /graphqlconf/partners.md: -------------------------------------------------------------------------------- 1 | # Media and Community Partner Program for GraphQLConf 2 | 3 | NOTE: The GraphQL Foundation Community Comittee will approve or offer change to the guidance below. WiP 4 | 5 | We are pleased to offer a Media and Community Partner Program for our upcoming GraphQLConf 2023. Our program is designed to provide benefits to media and community partners, while also ensuring that our conference is promoted in a positive and appropriate way. 6 | 7 | ## Benefits for Media Partners 8 | As a media partner, you will receive the following benefits: 9 | 10 | - Logo on our GraphQLConf 2023 event websites 11 | - 20% registration discount code for your readers/members 12 | - Complimentary media passes upon request 13 | - Recognition in GraphQL Foundation Newsletter 14 | - Promotion of partnership on social channels 15 | - Access and booking assistance with the event’s sponsors 16 | - Your company name and contact information to the event’s Diamond Sponsors 17 | 18 | ## Benefits for Community Partners 19 | As a community partner, you will receive the following benefits: 20 | 21 | - Logo on our GraphQLConf 2023 event website 22 | - Promotion of partnership on social channels 23 | - 20% registration discount code for your community 24 | - Collateral distribution on shared table in sponsor showcase 25 | - (1) Complimentary conference attendee pass 26 | 27 | ## Obligations for Media and Community Partners 28 | In exchange for these benefits, media and community partners are expected to fulfill the following obligations: 29 | 30 | - Promote the conference through your own media channels or community network 31 | - Include the conference logo and website URL in any promotional materials related to the conference 32 | - Follow conference media and social media guidelines, including not publishing or sharing any defamatory or inappropriate content related to the conference or its attendees 33 | - Attend the conference and actively engage with attendees and other partners 34 | - Provide feedback and suggestions for improvement of future conferences 35 | 36 | ## How to Apply 37 | To apply to become a media or community partner, please fill out the application form on the conference website. Applications will be reviewed on a rolling basis, and all applicants will be notified of their status within two weeks of submitting their application. 38 | 39 | Thank you for your interest in partnering with us for [GraphQLConf 2023](https://graphql.org/conf). We look forward to working with you to make our inaugural conference a success! 40 | 41 | 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /graphqlconf/partners/community_appls/Nunya-Bidness.md: -------------------------------------------------------------------------------- 1 | ## Application for GraphQLConf 2023 Community Partner 2 | --- 3 | **GraphQL Meetup Pro Network:** 4 | - [x] Yes: 5 | - [ ] No: 6 | 7 | **Full Name:** Nunya Bidness 8 | 9 | **Organization URL:** https://www.docdocgo.dev 10 | 11 | **Contact Person Name:** Doc Jones 12 | 13 | **Contact Email:** doc.jones@postman.com 14 | 15 | **Contact Phone Number:** 9194389115 16 | 17 | **Organization Description:** We meet and drink. 18 | 19 | **Proposed Partnership Activities:** Lots of drinking 20 | 21 | **Social Media Handles:** Twitter: mojosd 22 | Linkedin: doc-jones 23 | 24 | **Additional Comments:** The submit button is a lovely shade of pink 25 | 26 | --- 27 | 28 | -------------------------------------------------------------------------------- /graphqlconf/partners/community_appls/template.md: -------------------------------------------------------------------------------- 1 | ## Application for GraphQLConf 2023 Community Partner 2 | --- 3 | **GraphQL Meetup Pro Network:** 4 | - [x] Yes: 5 | - [ ] No: 6 | 7 | **Full Name:** Your Org Name 8 | 9 | **Organization URL:** https://example.com 10 | 11 | **Contact Person Name:** John Doe 12 | 13 | **Contact Email:** contact@example.com 14 | 15 | **Contact Phone Number:** +123456789 16 | 17 | **Organization Description:** Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum 18 | 19 | **Proposed Partnership Activities:** Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum 20 | 21 | **Social Media Handles:** Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum 22 | 23 | **Additional Comments:** Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum 24 | 25 | --- 26 | 27 | -------------------------------------------------------------------------------- /graphqlconf/partners/media_appls/template.md: -------------------------------------------------------------------------------- 1 | ## Application for GraphQLConf 2023 Media Partner 2 | --- 3 | **Full Name:** John-Doe.md 4 | 5 | **Email Address:** example@example.com 6 | 7 | **Phone Number:** +123456789 8 | 9 | **Media Organization/Influencer Name:** John Doe Influencer 10 | 11 | **Website or Social Media Link(s):** https://example.com 12 | 13 | **Type of media platform (Select all that apply):** 14 | 15 | - [x] Blog 16 | - [ ] Podcast 17 | - [ ] YouTube Channel 18 | - [ ] News Website 19 | - [x] Magazine 20 | - [ ] Social Media (Twitter, Facebook, LinkedIn, Instagram, etc) 21 | - [ ] Other 22 | **Brief Description of your Media Platform:** "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum 23 | 24 | **Audience Demographics and Reach (approximate numbers):** "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum 25 | 26 | **Why do you want to become a media partner for GraphQLConf?:** "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum 27 | 28 | **How do you plan to contribute to the conference and promote GraphQLConf through your platform?:** "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum 29 | 30 | **Additional Comments or Questions:** "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum 31 | 32 | --- 33 | 34 | -------------------------------------------------------------------------------- /meetings/2021-01-28.md: -------------------------------------------------------------------------------- 1 | # GraphQL Foundation Marketing Committee 2 | 3 | 4 | 5 | ### Attendees 6 | * Lee Byron, GraphQL 7 | * Elise Greve, AWS 8 | * Eli Staykova, Apollo GraphQL 9 | * Uri Goldshtein, The Guild 10 | * Brian Warner, The Linux Foundation 11 | 12 | ### Agenda 13 | 14 | 1. Spec release 15 | - What do we need to prepare? 16 | - Where will we announce it? 17 | 2. Annual report 18 | - What can we do to get better participation? 19 | 3. Do we want to start migrating from foundation.graphql.org to graphql.org 20 | 21 | ## Spec release 22 | 23 | Discussion began on preparing for the upcoming spec release, which is planned around the end of February. Lee noted that he would like to see a coordinated effort to publish tweets and blog posts so there's a wide range of content that connects it all together. The goal is to have content from contributors as opposed to coming from the committee. 24 | 25 | Elise recommended ensuring we have a contributor point of view. Lee recommended proactive outreach. He noted that people who submit major changes are somewhat prepared already, because they're asked to write a blog post when they contribute. The goal of the blog post is to focus on why the change is needed. He noted the goal is to get these published in realtime as they're added. 26 | 27 | Lee also noted that many people follow along with the live spec, as opposed to the released spec. As such, the release is less a grand reveal than a celebration of the changes that happened over the past 18 months. He noted we can create a list of posts that have already been written, and then figure out if there's a gap. Elise noted this can also help inspire others to get involved. 28 | 29 | Brian asked if we know where there are gaps in coverage. Lee noted that it's still a work in progress, but there probably aren't that many gaps. He will know more once he's gathered the changelog. He noted it could be interesting to focus on the resolution of subtle ambiguities. These changes don't necessarily unlock a new thing, but they require a lot of work. This is an area that could use some attention because it's essential without being otherwise flashy, and could result in interesting stories. 30 | 31 | What are the steps between now and the release? 32 | 33 | * Create a tracking document for topics (Lee creating a change log, Brian will own tracking document) 34 | * Identify the topics and the best author (Lee and Uri) 35 | * Create a marketing point of contact for ensuring the topic is closed out 36 | * Collect the links 37 | * Any platform is ok, but we can offer space on the foundation site. 38 | 39 | Elise asked if we should suggest people volunteer their own unique stories? She noted there may be some things we aren't even aware of. Lee noted that this lines up exactly, and that this should be a topic in the next working group meeting. Uri suggested we can also ask people to highlight specific sections. Most non-contributors wouldn't read dig into specific sections without prompting. 40 | 41 | **Action:** Brian to add topic to the Working Group agenda: 42 | 43 | * What sorts of things we want people to submit: 44 | * Uri recommends soliciting content on specific sections that may not get a lot of attention 45 | * Elise recommends community perspectives, their unique point of view on GraphQL, how they use the spec and the community 46 | * Submit by sending to Brian to post on Foundation blog, or publish it yourself and send the link to operations@graphql.org 47 | * Where it would be used: 48 | * Narrative around the spec release, the annual report, social media, graphql websites) 49 | 50 | Ideas on how to use the content: 51 | 52 | * One centralized blog post from Lee as ED 53 | * Series of tweets and smaller posts that link off to content 54 | * Should use a few platforms (Facebook GraphQL group, Twitter, LinkedIn) 55 | * Short summary for LF Newsletter 56 | * Jason Perlow to write a narrative about GraphQL since contribution to the Foundation 57 | 58 | ## Annual report 59 | 60 | Brian reviewed the 2019 annual report. He noted this is a good source of content, but he needs help following up to get people to contribute. Consensus on splitting up the membership list and pursuing content contributions. 61 | 62 | **Action:** Brian to split up the membership list and provide a list of contacts in a tracking document so we can collect and assemble the content. 63 | 64 | **Action:** Create draft in Google Doc so we can drop in content. 65 | 66 | **Action:** Draft the ED report 67 | 68 | ## Consolidating website 69 | 70 | Brian next noted that GraphQL has two separate sites, graphql.org and foundation.graphql.org. He noted that he'd like to see about merging the two. Elise noted that if they have parallel purposes, it's probably better to just have one. 71 | -------------------------------------------------------------------------------- /meetings/2021-02-25.md: -------------------------------------------------------------------------------- 1 | # GraphQL Foundation Marketing Committee 2 | 3 | 4 | 5 | ### Attendees 6 | * ... 7 | 8 | ### Agenda (add items here) 9 | 10 | 1. Spec release 11 | 1. Annual report 12 | 1. Do we want to start migrating from foundation.graphql.org to graphql.org 13 | 14 | 15 | -------------------------------------------------------------------------------- /plans/2023_marketing.md: -------------------------------------------------------------------------------- 1 | # DRAFT 2 | 3 | # 2023 GraphQL Foundation Marketing Plan 4 | 5 | ## Executive Summary: 6 | GraphQLConf is an inaugural conference dedicated to bringing together professionals, enthusiasts, and thought leaders to explore the latest advancements, best practices, and innovative use cases in GraphQL technology. The marketing plan for GraphQLConf aims to build awareness, drive registrations, and attract high-quality speakers to create a memorable and impactful event. 7 | 8 | ## Marketing Objectives: 9 | 10 | - Build brand awareness and establish credibility for GraphQLConf within the tech community. 11 | - Attract at least 800 attendees and secure 25 industry-leading speakers. 12 | - Generate buzz and engagement on social media platforms. 13 | - Establish partnerships with relevant industry associations, media outlets, and complementary organizations. 14 | ### Target Audience: 15 | 16 | - GraphQL developers and engineers. 17 | - Tech professionals interested in adopting GraphQL technology. 18 | - Thought leaders and influencers in the GraphQL community. 19 | - Tech enthusiasts and students looking to learn more about GraphQL. 20 | ## Marketing Programs and Strategies: 21 | 22 | ### Content Marketing: 23 | - Publish blog posts, articles, podcasts, videos, and infographics related to GraphQL technology, conference themes, and speaker topics. 24 | - Share content across various platforms such as LinkedIn, Twitter, and tech forums to attract potential attendees and speakers. 25 | ### Social Media Marketing: 26 | - Create and maintain GraphQLConf's presence on Twitter, LinkedIn, Facebook, and Instagram. 27 | - Develop a unique hashtag (#GraphQLConf) to increase visibility and encourage user-generated content. 28 | - Share updates, early bird discounts, speaker announcements, and engaging content regularly. 29 | ### Influencer Marketing: 30 | - Partner with GraphQL influencers and thought leaders to promote the conference. 31 | - Feature guest blog posts, social media takeovers, and influencer interviews. 32 | - Invite influencers to participate as speakers and panelists. 33 | ### Email Marketing: 34 | - **This Week in GraphQL & GraphQL Weekly newsletters** 35 | - Launch targeted email campaigns to share conference updates, discounts, and speaker announcements. 36 | - Segment the email list based on interest, location, and past engagement to deliver personalized content. 37 | - Create an email drip campaign for nurturing leads and driving registrations. 38 | ### Paid Advertising: 39 | - Run targeted ads on platforms like Google Ads, Facebook Ads, LinkedIn Ads, and Twitter Ads. (Let's discuss which platforms to target) 40 | - Use retargeting strategies to re-engage website visitors and remind them about the conference. 41 | ### Public Relations: 42 | - Develop a PR strategy to secure media coverage and generate buzz around GraphQLConf. 43 | - Distribute press releases, pitch stories to relevant media outlets, and arrange interviews with keynote speakers and organizers. 44 | ### Live Stream Events: 45 | - **GraphQL Traversal** 46 | - Host virtual events to showcase conference highlights and introduce speakers. 47 | - Organize online workshops, panel discussions, and Q&A sessions related to GraphQL technology. 48 | ### Strategic Partnerships: 49 | - Collaborate with industry associations, media partners, and complementary businesses to extend the reach of GraphQLConf. 50 | - Offer co-branded content, reciprocal promotions, and exclusive discounts to each other's audiences. 51 | ### Search Engine Optimization (SEO): 52 | - Optimize the GraphQLConf website for search engines using relevant keywords, high-quality content, and authoritative backlinks. 53 | - Attendee and Speaker Testimonials: 54 | - Collect and feature testimonials from early registrants and confirmed speakers. 55 | - Share testimonials on the conference website and promotional materials to build credibility. 56 | ### Unique Value Proposition and Brand Identity: 57 | - Develop a strong brand identity for GraphQLConf, including a logo, color scheme, and design language. 58 | - Clearly communicate what sets GraphQLConf apart from other tech events, such as innovative session formats, renowned speakers, or cutting-edge topics. 59 | ### Incentives for Early Adopters and Local Communities: 60 | - Offer special discounts, exclusive content, or unique experiences for early registrants and speakers. 61 | - Engage with local tech communities and meetup groups to promote the conference and provide special deals for their members. 62 | ### Budget Allocation: 63 | 64 | - Streaming platform: $41/mo 65 | - MailChimp service: (may vary after launch ) 66 | - Paid Advertising: -------------------------------------------------------------------------------- /plans/graphqlconf_comms.md: -------------------------------------------------------------------------------- 1 | Posted on Google Docs 2 | 3 | [Phase 1 GraphQLConf comms plan](https://docs.google.com/document/d/1xCH6fJgs4icD67r9KhtRc2yfmWrILABnDOqOlrCmtJg/edit#) 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/community-partners.html: -------------------------------------------------------------------------------- 1 | <!DOCTYPE html> 2 | <html lang="en"> 3 | <head> 4 | <meta charset="UTF-8"> 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> 7 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.3/css/bulma.min.css" > 8 | <link rel="stylesheet" href="./css/style.css" > 9 | <link rel="preconnect" href="https://fonts.googleapis.com"> 10 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 11 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300&family=Rubik:wght@300&display=swap" rel="stylesheet"> 12 | <title>Apply to the GraphQLConf Community Partner Program 13 | 14 | 15 | 16 |
17 |
18 |

Apply to the GraphQLConf Community Partner Program

19 | 20 |

Thank you for your interest in becoming a community partner for GraphQLConf, a premier technology conference dedicated to GraphQL and related technologies. Community partners are essential for spreading the word about the conference and supporting our mission to bring together the global GraphQL community. Please fill out this form to apply as a community partner for GraphQLConf. We will review your application and get back to you as soon as possible.

21 |
22 |

Please indicate whether your organization is a member of the GraphQL Meetup Pro Network

23 |
24 | 25 |
26 | 27 |
28 | Yes
29 | No
30 | Please select an option. 31 |
32 |
33 |
34 | 35 |
36 |

Please provide the full name of your organization.

37 | 38 |
39 | 40 | Organization Name is required. 41 |
42 |
43 |
44 | 45 |
46 |

Please provide the URL of your organization’s website or Meetup page.

47 | 48 |
49 | 50 | Email Address is required. 51 |
52 |
53 |
54 | 55 |
56 |

Provide the full name of the primary contact person for your organization.

57 | 58 |
59 | 60 | Mobile Number is required. 61 |
62 |
63 |
64 | 65 |
66 |

Provide the email address of the primary contact person for your organization.

67 | 68 |
69 | 70 | Organization Name is required. 71 |
72 |
73 |
74 | 75 |
76 |

Provide the phone number of the primary contact person for your organization.

77 | 78 |
79 | 80 | Website or Meetup Page URL is required. 81 |
82 |
83 |
84 | 85 |
86 |

Please give a brief description of your organization, its mission, and its activities.

87 | 88 |
89 | 90 | Website or Meetup Page URL is required. 91 |
92 |
93 |
94 | 95 |
96 |

Please describe the activities and contributions your organization plans to make as a community partner for GraphQLConf. Examples include promoting the event, organizing local meetups or workshops, or providing resources to attendees.

97 | 98 |
99 | 100 | This field is required. 101 |
102 |
103 |
104 | 105 |
106 |

Please provide the social media handles for your organization on Twitter, Facebook, LinkedIn, Instagram, and any other relevant platforms.

107 | 108 |
109 | 110 | This field is required. 111 |
112 |
113 |
114 | 115 |
116 |

If you have any additional comments or information you would like to share, please provide them here.

117 | 118 |
119 | 120 | This field is required. 121 |
122 |
123 | 124 |
125 | 126 |
127 | 128 |
129 |
130 |
131 | 132 | 231 | -------------------------------------------------------------------------------- /src/css/style.css: -------------------------------------------------------------------------------- 1 | * { 2 | font-family: 'Rubik', sans-serif; 3 | -webkit-text-size-adjust: 100%; 4 | background-color: #fff; 5 | color: #202020; 6 | font-size: 18px; 7 | font-weight: 300; 8 | line-height: 28.8px; 9 | margin: 14px; 10 | } 11 | 12 | button { 13 | background: #e10098!important; 14 | color: white; 15 | font-weight: 600; 16 | cursor: pointer; 17 | } 18 | 19 | .title { 20 | color:#e10098; 21 | } 22 | 23 | .error { 24 | color: rgb(247, 62, 62); 25 | font-size: 15px; 26 | } 27 | 28 | .counter{ 29 | font-size: 14px; 30 | font-weight: 400; 31 | } -------------------------------------------------------------------------------- /src/media-partners.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Apply to the GraphQLConf Media Partner Program 13 | 14 | 15 | 16 |
17 |
18 |

Apply to the GraphQLConf Media Partner Program

19 | 20 |

Welcome to the GraphQLConf Media Partners Application! We’re excited to collaborate with media organizations and influencers who share our passion for GraphQL and technology. Please fill out the form below to apply as a media partner for the upcoming GraphQLConf. We’ll review your application and get back to you as soon as possible.

21 |
22 | 23 |
24 | 25 |
26 | 27 | Full Name is required. 28 |
29 |
30 | 31 |
32 | 33 |
34 | 35 | Email is required. 36 |
37 |
38 | 39 |
40 | 41 |
42 | 43 | Phone Number is required. 44 |
45 |
46 | 47 |
48 | 49 |
50 | 51 | Media Organization/Influencer Name is required. 52 |
53 |
54 | 55 |
56 | 57 |
58 | 59 | Website or Social Media Link(s) is required. 60 |
61 |
62 | 63 |
64 | 65 |
66 | Blog
67 | Podcast
68 | YouTube Channel
69 | News Website
70 | Magazine
71 | Social Media (Twitter, Facebook, LinkedIn, Instagram, etc)
72 | Other
73 | Type of media platform is required. 74 |
75 |
76 | 77 |
78 | 79 |
80 | 81 |
82 | 83 | This field is required. 84 |
85 |
86 | 87 |
88 | 89 |
90 | 91 | This field is required. 92 |
93 |
94 | 95 |
96 | 97 |
98 | 99 | This field is required. 100 |
101 |
102 | 103 |
104 | 105 |
106 | 107 | This field is required. 108 |
109 |
110 | 111 |
112 | 113 |
114 | 115 | This field is required. 116 |
117 |
118 | 119 |
120 | 121 |
122 | 123 |
124 |
125 |
126 | 127 | 238 | --------------------------------------------------------------------------------