Skip to content

Instantly share code, notes, and snippets.

View adeleyeayodeji's full-sized avatar
💭
Learning Kotlin, Swift and Swift UI

Adeleye Ayodeji adeleyeayodeji

💭
Learning Kotlin, Swift and Swift UI
View GitHub Profile
var mediaJSON = { "categories" : [ { "name" : "Movies",
"videos" : [
{ "description" : "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge.\n\nLicensed under the Creative Commons Attribution license\nhttp://www.bigbuckbunny.org",
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" ],
"subtitle" : "By Blender Foundation",
"thumb" : "images/BigBuckBunny.jpg",
"title" : "Big Buck Bunny"
},
{ "description" : "The first Blender Open Movie from 2006",
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4" ],
@adeleyeayodeji
adeleyeayodeji / person-schema-markup
Created April 26, 2021 10:57 — forked from jessotron/person-schema-markup
Sample Person Schema Markup
<div itemscope="" itemtype="http://schema.org/Person">
<meta itemprop="gender" content="Male">
<meta itemprop="birthDate" content="March 21, 1978">
<meta itemprop="spouse" content="Rebecca Kirshner">
<meta itemprop="parent" content="Jack Kirshner">
<meta itemprop="jobTitle" content="CEO of Elite SEM and Coffeeforless">
<meta itemprop="email" content="ben@elitesem.com">
<meta itemprop="url" content="http://www.benkirshner.com">
<meta itemprop="memberOf" content="Young President's Organization">
<meta itemprop="memberOf" content="SEMPO">