Skip to content

Instantly share code, notes, and snippets.

@tbennett
Last active August 29, 2015 14:10
Show Gist options
  • Save tbennett/3eb20b6c25bdd982e503 to your computer and use it in GitHub Desktop.
Save tbennett/3eb20b6c25bdd982e503 to your computer and use it in GitHub Desktop.
Description Lists - previously known as Definition Lists
<!--
Description List (aka. Definition List)
more info here:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dl
you can use mutiple DT's or DD's per list entry
-->
<dl>
<dt>Ira Glass</dt>
<dt>HOST AND EXECUTIVE PRODUCER</dt>
<dd>Ira Glass started working in public radio in 1978, when he was 19, as an intern at NPR's headquarters in DC. Over the next 17 years, he worked on nearly every NPR news show and did nearly every production job they had: tape-cutter, desk assistant, newscast writer, editor, producer, reporter, and substitute host. He spent a year in a high school for NPR, and a year in an elementary school, filing stories for All Things Considered. He moved to Chicago in 1989 and put This American Life on the air in 1995.</dd>
<dt>Elise Bergerson</dt>
<dt>OFFICE MANAGER</dt>
<dd>Elise joined This American Life in August 2012. Prior to this she worked as a Program Associate at the Conflict Prevention and Peace Forum, coordinating closed-door meetings on international conflict policy for the United Nations. Before that, she worked with UN High Commissioner for Refugees in New Delhi, India, managing a refugee protection clinic.</dd>
<dt>Ben Calhoun</dt>
<dt>PRODUCER</dt>
<dd>Ben Calhoun joined the show as a producer in April 2010. Before that, he was a reporter who contributed to most every major public radio news entity heard in the country including Radiolab, NPR, the BBC, and Marketplace. Ben worked in WBEZ's newsroom for eight years, where he reported on politics and did documentary work. You can follow Ben on Twitter.</dd>
</dl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment