Skip to content

Instantly share code, notes, and snippets.

View bitlyfied's full-sized avatar

Valentino Aluigi bitlyfied

View GitHub Profile
var contributors = [
{ id: 35, firstName: "Mark", lastName: "Spencer", photo:"https://placekitten.com/200/201" },
{ id: 89, firstName: "Jordan", lastName: "Salinger", photo:"https://placekitten.com/200/202" },
{ id: 90, firstName: "Carl", lastName: "Jung", photo:"https://placekitten.com/200/203" },
{ id: 11, firstName: "Dwight", lastName: "Eisenhower", photo:"https://placekitten.com/200/204" },
{ id: 22, firstName: "Walter", lastName: "White", photo:"https://placekitten.com/200/205" },
{ id: 67, firstName: "Roger", lastName: "Rabbit", photo:"https://placekitten.com/200/206" },
{ id: 98, firstName: "Pen", lastName: "Pineapple", photo:"https://placekitten.com/200/207" }
]
<div class='tt-calendar'>
<span class="vevent">
<a class="url" href="http://www.web2con.com/">http://www.web2con.com/</a>
<span class="summary">Web 2.0 Conference</span>:
<span class="dtstart" title="2010-03-03T19:30+00:00">3 March 2010 at 19:30</span>
<span class="dtend" title="2010-03-06T18:30+00:00">6 March 2010 at 18:30</span>
<span class="location">Argent Hotel, San Francisco, CA</span>
</span>
...