jam-cloud/web/app/views/corps/media_center.html.erb

57 lines
1.8 KiB
Plaintext

<% provide(:title, 'Media Center') %>
<% provide(:purpose, 'media_center') %>
<h1>Media Center</h1>
<br/>
<br/>
<table class="w100 media_center">
<tbody>
<tr>
<td valign="top" width="33%">
<a class="left mr20"><%= image_tag("content/icon_product.png", height: '58', width: '58') %></a>
<br>
<h2>Product Information</h2>
<br clear="all"><br>
<ul class="media_links">
<li><a href='/corp/overview'>Overview</a></li>
<li><a href='/corp/features'>Feature &amp; Benefits</a></li>
<li><a href='/corp/faqs'>Frequently Asked Questions</a></li>
<li><a href='/corp/screenshots'>Screenshots</a></li>
<li><a href='/corp/photos'>Photos</a></li>
<li><a href='/corp/logos'>Logos</a></li>
</ul>
</td>
<td valign="top" width="33%">
<div class="left mr20"><%= image_tag("content/icon_users.png", height: '58', width: '58') %></div>
<br>
<h2>User Content</h2>
<br clear="all"><br/>
<ul class="media_links">
<li><a href='/corp/testimonials'>User Testimonials</a></li>
<li><a href='/corp/audio'>Audio Recordings</a></li>
<li><a href='/corp/videos'>Videos</a></li>
</ul>
</td>
<td valign="top" width="33%">
<div class="left mr20"><%= image_tag("content/icon_pr.png", height: '58', width: '58') %></div>
<br>
<h2>Press Releases</h2>
<br clear="all"><br/>
<ul class="media_links">
<li>
<span class="press-date">March 12, 2014</span><a href="http://www.businesswire.com/news/home/20140312005285/en#.UyBQfvldVps" target="_blank">JamKazam Lets Musicians Play Together from Different Locations</a> - Six Bands at SXSW to Use JamKazam to Perform in “Virtual Jam Fest”
</li>
</ul>
</td>
</tr>
</tbody>
</table>