jam-cloud/web/app/views/users/_downloads.html.erb

44 lines
1.9 KiB
Plaintext

<!-- used by congrats_musician, and downloads -->
<div class="w100 ">
<div class="spinner-large"></div>
<div class="w70 left downloads-blurb">
</div>
</div>
<div class="w30 left downloads-container">
</div>
<br clear="all">
<% content_for :after_black_bar do %>
<div class="system-requirements w100">
<h3>SYSTEM REQUIREMENTS:</h3><br>
<p>A short summary of requirements follows. For a more detailed explanation of system requirements, please review our <a href="https://jamkazam.desk.com/customer/portal/articles/1288274-minimum-system-requirements">Minimum System Requirements</a> knowledgebase article.</p>
<ul class="windows-requirements">
<li>Windows 64-bit operating system (Win 7 &amp; 8 tested, Win XP and Vista like to work but not officially supported</li>
<li>Dual-core processor or higher</li>
<li>Ethernet port for Internet (we strongly advise that you not use Wi-Fi)</li>
<li>74MB hard disk space for app, plus any space needed for recordings</li>
<li>Audio interface (best to use an audio interface device that gets your music into your computer, else can use built-in mic &amp; headphones on your computer to get started)</li>
<li>Broadband Internet service with 1Mbps uplink bandwidth</li>
</ul>
<ul class="mac-requirements">
<li>Mac OS X 64-bit operating system 10.7 or higher</li>
<li>Dual-core processor or higher</li>
<li>Ethernet port for Internet (we strongly advise that you not use Wi-Fi)</li>
<li>74MB hard disk space for app, plus any space needed for recordings</li>
<li>Audio interface (best to use an audio interface device that gets your music into your computer, else can use built-in mic &amp; headphones on your computer to get started)</li>
<li>Broadband Internet service with 1Mbps uplink bandwidth</li>
</ul>
<ul class="linux-requirements">
<li>Linux is not yet supported</li>
</ul>
</div>
<%end%>
<%= render "users/download_templates" %>