Skip to content

Instantly share code, notes, and snippets.

@arlando
Created March 27, 2013 14:43
Show Gist options
  • Save arlando/5254715 to your computer and use it in GitHub Desktop.
Save arlando/5254715 to your computer and use it in GitHub Desktop.
4x4 Speaker Grid
<style>
/*homepage speaker grid*/
.featuredspeakers
{
padding:0;
width:500px;
height:660px
}
.featuredspeakers li
{
margin-bottom:5px;
width:121px;
display:block;
float:left;
font-size:9px;
text-align:center;
overflow:none;
height:300px
}
.featuredspeakers p
{
padding-top:5px;
text-align:center;
display:block;
font-size:10px;
color:#595959;
margin:0;
margin-bottom:3px
}
.featuredspeakers strong
{
display:block;
font-size:10px;
color:#595959;
margin-top:3px
}
.featuredspeakers img
{
border:2px #e3e3e3 solid
}
</style>
<ul class="featuredspeakers">
<li>
<img src="/uploadedimages/uploadedimages/Events/SINGAPORE/2013/17444_005/Get_Involved_Now/flash/AshleyAlder.jpg" alt="Speaker Photo" />
<p>Ashley Alder,
<br />Chief Executive Officer,
<br />
<strong>Securities and Futures Commission</strong></p>
</li>
<li>
<img src="/uploadedimages/uploadedimages/Events/SINGAPORE/2013/17444_005/Get_Involved_Now/flash/KersiTavadia.jpg" alt="Speaker Photo" />
<p>Kersi Tavadia,
<br />Chief Information Officer,
<br />
<strong>Bombay Stock Exchange</strong></p>
</li>
<li>
<img src="/uploadedimages/uploadedimages/Events/SINGAPORE/2013/17444_005/Get_Involved_Now/flash/AshokKalyanswamy.jpg" alt="Speaker Photo" />
<p>Ashok Kalyanswamy,
<br />CIO Asia Ex-Japan,
<br />
<strong>Head of APAC Equities &amp; Prime Services IT, Nomura Securities</strong></p>
</li>
<li>
<img src="/uploadedimages/uploadedimages/Events/SINGAPORE/2013/17444_005/Get_Involved_Now/flash/MikeMcCarthy.jpg" alt="Speaker Photo" />
<p>Mike McCarthy,
<br />Head of Global Infrastructure Services Asia-Pac,
<br />
<strong>RBS</strong></p>
</li>
<li>
<img src="/uploadedimages/Events/SINGAPORE/2013/17444_005/Get_Involved_Now/flash/Raykan.jpg" alt="Speaker Photo" />
<p>Ray Kan,
<br />Co-Head of Business Application Management, Asia Pacific Head of Information Technology,
<br />
<strong>Allianz Global Investors</strong></p>
</li>
<li>
<img src="/uploadedimages/uploadedimages/Events/SINGAPORE/2013/17444_005/Get_Involved_Now/flash/KaySwinburne.JPG" alt="Speaker Photo" />
<p>Dr Kay Swinburne,
<br />MEP,
<br />
<strong>UK Conservative Spokesman - Economic and Monetary Affairs</strong></p>
</li>
<li>
<img src="/uploadedImages/Events/SINGAPORE/2013/17444_005/Get_Involved_Now/flash/matthiasrietig.png" alt="Speaker Photo" />
<p>Matthias Rieteg,
<br />Executive Advisor to the Board,
<br />
<strong>Japan Stock Exchange</strong></p>
</li>
<li>
<img src="/uploadedimages/uploadedimages/Events/SINGAPORE/2013/17444_005/Get_Involved_Now/flash/PhilipYork.jpg" alt="Speaker Photo" />
<p>Phillip York,
<br />CEO,
<br />
<strong>Alt 224 and Founder, eTrading Association</strong></p>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment