// ****************************************************************************************************************************************************** // * By Dr. Roy C. Davies, March 2023, roy.c.davies@ieee.org // ****************************************************************************************************************************************************** const code = { card : ` Kristy Joined in 2013 Kristy is an art director living in New York. 22 Friends `, cards : `
Elliot Fu
Friends of Veronika Elliot requested permission to view your contact details
Jenny Hess
New Member Jenny wants to add you to the group best friends
{#each cardsData as theCard}
{theCard.name}
{theCard.group} {theCard.description}
Joined in {theCard.joined} {theCard.num_friends} Friends
{/each}
`, content_block : `
Project Timeline
Activity
Elliot Fu added Jenny Hess to the project Stevie Feliciano was added as an Administrator Helen Troy added two pictures
`, image : ` Team Fu & Hess Created in Sep 2014 2 Members
Team Fu Created in Sep 2014 2 Members
Team Hess Created in Aug 2014 2 Members
`, header : ` {#each cardsData2 as theCard}
{theCard.name}
{theCard.group} {theCard.description}
{/each}
`, metadata : `
Cute Dog
2 days ago Animals
`, link : ` Steve Jobes Last Seen 2 days ago `, buttons : ` {#each cardsData2 as theCard}
{theCard.name}
{theCard.group} {theCard.description}
{/each}
`, approval : `
Cute Dog
Like Favorite
`, description : `
Cute Dog
2 days ago

Cute dogs come in a variety of shapes and sizes. Some cute dogs are cute for their adorable faces, others for their tiny stature, and even others for their massive size.

Many people also have their own barometers for what makes a cute dog.

`, extra_content : `
Cute Dog
2 days ago

Cute dogs come in a variety of shapes and sizes. Some cute dogs are cute for their adorable faces, others for their tiny stature, and even others for their massive size.

Many people also have their own barometers for what makes a cute dog.

121 Votes
`, disabled : ` Kristy Joined in 2013 Kristy is an art director living in New York. 22 Friends `, loading : ` Kristy Joined in 2013 Kristy is an art director living in New York. 22 Friends Kristy Joined in 2013 Kristy is an art director living in New York. 22 Friends Kristy Joined in 2013 Kristy is an art director living in New York. 22 Friends `, fluid : ` Daniel Louise Helen Troy Elliot Fu `, centered : ` Elyse `, horizontal : ` Cute dog Cute dog Matt Giampietro Friends Matthew is an interior designer living in New York. Molly Coworker Molly is a personal assistant living in Paris. `, raised_card : `
Cute Dog
Animals
Matt
Cute Dog
Animals
Matt
`, link_card : `
Cute Dog
Animals
Matt
Cute Dog
Animals
Matt
`, floated_content : `
Cute Dog
Animals
Matt
`, text_alignment : `
Jenny Hess

Jenny is a student studying Media Management at the New School

Jenny
`, inverted : ` {#each cardsData as theCard}
{theCard.name}
{theCard.group} {theCard.description}
Joined in {theCard.joined} {theCard.num_friends} Friends
{/each}
`, colored : ` {#each ["Primary", "Secondary", "Red", "Orange", "Yellow", "Olive", "Green", "Teal", "Blue", "Violet", "Purple", "Pink", "Brown", "Grey", "Black"] as color} {color} {/each} `, basic : ` {#each ["Primary", "Secondary", "Red", "Orange", "Yellow", "Olive", "Green", "Teal", "Blue", "Violet", "Purple", "Pink", "Brown", "Grey", "Black"] as color} {/each} `, column_count: ` {#each [4, 2, 3, 4, 3, 3, 4, 4] as stars} Rating: {/each} `, stackable : ` {#each ["elliot", "helen", "jenny", "veronika", "stevie", "steve"] as name} {/each} `, doubling : ` {#each ["elliot", "helen", "jenny", "veronika", "stevie", "steve"] as name} {/each} ` } export default code;