Skip to content

Commit

Permalink
put sponsors in a single column
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylukasavage committed Sep 6, 2011
1 parent 6f75286 commit 44b77af
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions Resources/pages/sponsors.html
Expand Up @@ -9,16 +9,32 @@
text-align: center;
}
img {
width: 100%
width: 250px;
}
</style>
</head>
<body class="about" style="background-image:url('cloud_stripes_ipad.png');">
<body class="about" style="background-image:url('cloud_stripes_ipad.png'); text-align:center;">
<section>
<h2>About our Sponsors</h2>
<p>The following companies and organizations support CODESTRONG through their sponsorships. We'd like to thank them for
their generous support!
</p>

<a href="http://www.appcentral.com/" onclick="Ti.App.fireEvent('app:open_link', {link:'http://www.appcentral.com/'}); return false;"><img src="sponsors/AppCentral logo.png"/></a>
<br><br>
<a href="http://www.millennialmedia.com/" onclick="Ti.App.fireEvent('app:open_link', {link:'http://www.millennialmedia.com/'}); return false;"><img src="sponsors/millenial_media_logo.png"/></a>
<br><br>
<a href="http://www.mopapp.com/" onclick="Ti.App.fireEvent('app:open_link', {link:'http://www.mopapp.com/'}); return false;"><img src="sponsors/Mopapp_Pos_Col.png"/></a>
<br><br>
<a href="http://nookdeveloper.barnesandnoble.com/" onclick="Ti.App.fireEvent('app:open_link', {link:'http://nookdeveloper.barnesandnoble.com'}); return false;"><img src="sponsors/nook_dev_logo.png"/></a>
<br><br>
<a href="http://twilio.com/" onclick="Ti.App.fireEvent('app:open_link', {link:'http://twilio.com/'}); return false;"><img src="sponsors/twilio_logo.png"/></a>
<br><br>
<a href="http://www.x.com/" onclick="Ti.App.fireEvent('app:open_link', {link:'http://www.x.com/'}); return false;"><img src="sponsors/X_logo_stack__full_rgb.png" style="width:140px;"/></a>
<br><br>
<a href="http://www.yume.com/" onclick="Ti.App.fireEvent('app:open_link', {link:'http://www.yume.com/'}); return false;"><img src="sponsors/yume_logo.png"/></a>
<br><br>
<!--
<table width="100%" cellpadding="10">
<tr width="100%">
<td width="50%"><a href="http://twilio.com/" onclick="Ti.App.fireEvent('app:open_link', {link:'http://twilio.com/'}); return false;"><img src="sponsors/twilio_logo.png"/></a></td>
Expand All @@ -36,6 +52,7 @@ <h2>About our Sponsors</h2>
<td colspan="2"><a href="http://nookdeveloper.barnesandnoble.com/" onclick="Ti.App.fireEvent('app:open_link', {link:'http://nookdeveloper.barnesandnoble.com'}); return false;"><img src="sponsors/nook_dev_logo.png"/></a></td>
</tr>
</table>
-->
</section>
</body>
</html>

0 comments on commit 44b77af

Please sign in to comment.