Skip to content

Instantly share code, notes, and snippets.

View mcturco's full-sized avatar

Missy Turco mcturco

View GitHub Profile
@mcturco
mcturco / resuable.php
Last active July 7, 2022 19:50
WordPress - ACF Get Reusable Sections
<?php
/*
* Add this function to your page.php or other page template where you want to include your ACF Flexible Content
**/
if( have_rows('reusable_sections') ):
while( have_rows('reusable_sections') ): the_row();
skeleton_get_reusable_sections();

👓 AsyncAPI Visual & Experience Design update (14 March 2022 - 28 March 2022)

This update is a personal take on the status of the UI/UX Design area of AsyncAPI Initiative and will be in reference to the following repos:


design-system

👓 AsyncAPI Visual & Experience Design update (14 Feb 2022 - 28 Feb 2022)

This update is a personal take on the status of the UI/UX Design area of AsyncAPI Initiative and will be in reference to the following repos:

  1. We are currently working on applying the new brand styles to the website to reflect the new logo and visual identity. Read more about this under the website update below.
  2. Still looking for some help with the Eve & Chan illustrations. If you have some good ideas feel free to share them here ->
@mcturco
mcturco / things-i-dont-understand.md
Last active March 14, 2022 19:14
Simply a list of things that I don't understand or know how to do.

This is a running list of things that I don't understand but want to learn more about

Directions

Hey there, self! How do you do? Did you just stumble on a topic that you don't understand? Follow the directions below to make sure we remember this moment forever.

  1. Add a new table row to the below chart
  2. Write the date of confusion/impostor feeling
  3. Write a short description of the misunderstood topic (make sure the scope of the topic is rather narrow!)
@mcturco
mcturco / SpecDocs_DesignSystemResources.md
Created February 14, 2022 18:11
This gist lists resources for aiding the redesign of the component library for AsyncAPI spec docs.