From b13dcef4f1419dc31928619a077bb09c89cd9222 Mon Sep 17 00:00:00 2001
From: Brian Smith
Date: Mon, 10 Mar 2014 01:41:06 -0400
Subject: [PATCH] VRFS-1399 media center content
---
.../stylesheets/corp/corporate.css.scss.erb | 22 ++++-
web/app/controllers/corps_controller.rb | 45 ++++++++--
web/app/views/corps/audio.html.erb | 37 +++++++++
web/app/views/corps/faqs.html.erb | 8 ++
web/app/views/corps/features.html.erb | 83 +++++++++++++++++++
web/app/views/corps/logos.html.erb | 12 +++
web/app/views/corps/media_center.html.erb | 33 ++++----
web/app/views/corps/overview.html.erb | 10 +++
web/app/views/corps/photos.html.erb | 6 ++
web/app/views/corps/screenshots.html.erb | 19 +++++
web/app/views/corps/testimonials.html.erb | 81 ++++++++++--------
web/app/views/corps/videos.html.erb | 27 ++++++
web/config/routes.rb | 32 ++++++-
13 files changed, 352 insertions(+), 63 deletions(-)
create mode 100644 web/app/views/corps/audio.html.erb
create mode 100644 web/app/views/corps/faqs.html.erb
create mode 100644 web/app/views/corps/features.html.erb
create mode 100644 web/app/views/corps/logos.html.erb
create mode 100644 web/app/views/corps/overview.html.erb
create mode 100644 web/app/views/corps/photos.html.erb
create mode 100644 web/app/views/corps/screenshots.html.erb
create mode 100644 web/app/views/corps/videos.html.erb
diff --git a/web/app/assets/stylesheets/corp/corporate.css.scss.erb b/web/app/assets/stylesheets/corp/corporate.css.scss.erb
index 2e8ca71d6..c4f69802d 100644
--- a/web/app/assets/stylesheets/corp/corporate.css.scss.erb
+++ b/web/app/assets/stylesheets/corp/corporate.css.scss.erb
@@ -16,10 +16,21 @@
float:left;
}
-div.test-user-desc {
+span.testimonial-user-desc {
font-style: italic !important;
}
+span.press-date {
+ font-style: italic !important;
+ color:#999;
+ line-height:160%;
+}
+
+ul.no-style {
+ padding-left: 0px !important;
+ list-style-type: none !important;
+}
+
#nav {
margin-top:40px;
margin-bottom:30px;
@@ -57,8 +68,6 @@ div.test-user-desc {
cursor:default;
}
-
-
body.corporate {
background-image:url(<%= asset_path('corp/bkg_corporate.gif') %>);
background-repeat:repeat-x;
@@ -115,6 +124,13 @@ body.corporate ul {
font-size:20px;
}
+.wrapper h3 {
+ font-weight:300;
+ font-size:16px;
+ line-height:160%;
+}
+
+
#terms-toc a {
display:block;
}
diff --git a/web/app/controllers/corps_controller.rb b/web/app/controllers/corps_controller.rb
index c5415af19..b81f2fd28 100644
--- a/web/app/controllers/corps_controller.rb
+++ b/web/app/controllers/corps_controller.rb
@@ -6,11 +6,7 @@ class CorpsController < ApplicationController
end
- def contact
-
- end
-
- def help
+ def news
end
@@ -18,11 +14,44 @@ class CorpsController < ApplicationController
end
+ def overview
+
+ end
+
+ def features
+
+ end
+
+ def faqs
+
+ end
+
+ def screenshots
+
+ end
+
+ def photos
+
+ end
+
+ def logos
+
+ end
+
def testimonials
end
- def news
+ def audio
+
+ end
+
+ def videos
+
+ end
+
+ # TODO: FIX THIS
+ def press_releases_launch
end
@@ -34,6 +63,10 @@ class CorpsController < ApplicationController
end
+ def help
+
+ end
+
def cookie_policy
end
diff --git a/web/app/views/corps/audio.html.erb b/web/app/views/corps/audio.html.erb
new file mode 100644
index 000000000..7b9876eb4
--- /dev/null
+++ b/web/app/views/corps/audio.html.erb
@@ -0,0 +1,37 @@
+<% provide(:title, 'Audio Recordings') %>
+<% provide(:purpose, 'media_center') %>
+
+Audio Recordings
+
+
+ The following audio recordings demonstrate both the quality of the real-time audio that musicians hear in their headphones while playing together using the service, and the quality of the automatically mastered recordings that the service generates.
+
+
+
+ The recordings below labeled “Real-Time Streamed Recording” are from the musicians’ headphones while playing in real-time.
+
+
+
+ The recordings below labeled “Mastered Recording” are recordings that the JamKazam service automatically produced by taking the raw audio files captured by the musicians’ audio interfaces and mixing these together as a post process following the actual performance.
+
+
+
+Classical: Pachelbel’s “Canon in D”
+
+
+
+Rock: Poison’s “Nothin’ But a Good Time”
+
+
+
+Jazz: Jimmy Van Heusen’s and Johnny Burke’s “But Beautiful”
+
\ No newline at end of file
diff --git a/web/app/views/corps/faqs.html.erb b/web/app/views/corps/faqs.html.erb
new file mode 100644
index 000000000..1941d4bdd
--- /dev/null
+++ b/web/app/views/corps/faqs.html.erb
@@ -0,0 +1,8 @@
+<% provide(:title, 'Frequently Asked Questions') %>
+<% provide(:purpose, 'media_center') %>
+
+Frequently Asked Questions
+
+
+ The JamKazam FAQ can be found on our support site here: JamKazam Frequently Asked Questions.
+
\ No newline at end of file
diff --git a/web/app/views/corps/features.html.erb b/web/app/views/corps/features.html.erb
new file mode 100644
index 000000000..10892e941
--- /dev/null
+++ b/web/app/views/corps/features.html.erb
@@ -0,0 +1,83 @@
+<% provide(:title, 'Features & Benefits') %>
+<% provide(:purpose, 'media_center') %>
+
+Features & Benefits
+
+
+ Musicians can enjoy four major features of the new JamKazam service, as described below. Also, several Tutorial Videos are available to see how various features work in more detail.
+
+
+
+
+FEATURE: Real-Time Online Sessions
+
+ Musicians can create either public or private sessions, or can find and join other musicians’ public sessions, and can play music together in real time in these sessions from different locations over the Internet as if they are sitting in the same room.
+
+
+BENEFITS:
+
+
+ -
+ Musicians today often spend more time packing, transporting, and setting up and tearing down their gear than they spend actually playing together. With JamKazam, a musician can set up and be ready to play with others in 5 minutes without leaving home.
+
+ -
+ Musicians today often struggle to find a place to play together. Apartments and condos won’t work due to noise and space problems. And musicians in homes often have families and children, which makes weeknights impossible again due to noise issues. With JamKazam, musicians can play together from each of their homes, and because JamKazam digitizes and mixes the audio together into the musicians’ headphones, the level of audio disturbance in each musician’s home can be very low to even silent. For example, keyboards and bass guitars can plug straight into an audio interface, and are effectively silent in the musician’s home, and electric guitar players can either plug straight in, or can run their amp at or below the volume of an acoustic guitar, and can mic the amp and adjust the input gain on the audio interface to make the electric guitar as loud as they want it to be in the master mix digitally. Of course, the volume of acoustic instruments like vocals, wind instruments, and drums will be unchanged. But only one home will have to deal with the volume of the drums, and even in this instance, electronic drum kits can be used, again delivering an effectively silent in-home acoustic experience.
+
+ -
+ Musicians today can effectively play only with other musicians in very close geographic proximity – i.e. in the same town, or the same general area of a larger metropolitan area. Often musicians have friends and colleagues who are too far away to allow for creative collaboration. With JamKazam, musicians can play with other musicians in a far greater geographic area, allowing for collaboration with other musicians who are hundreds of miles away.
+
+
+
+
+
+
+FEATURE: Session Recording
+
+ Musicians can record performances during their real-time, remote sessions. Recordings capture both the composite mix of all performers, as well as each of the individual instrumental and vocal performances at the track level. Musicians can easily share the recording mixes with friends, family and fans via Facebook, Twitter, and email, and they can also open and play back the track-level. In addition, the JamKazam service automatically creates a “mastered” version of recordings using the high-quality tracks captured by the musicians’ audio interfaces prior to encoding and streaming, so mastered recordings are comparable in quality to what can be produced in home studios.
+
+
+BENEFITS:
+
+
+ -
+ Musicians can easily share recordings of their online performances with family, friends, and family.
+
+ -
+ Musicians can open recordings and play along with the recorded tracks, effectively playing with their bandmates or musical collaborators even when those musicians are unavailable. This allows for a variety of practice, experimentation, and creativity difficult to achieve today.
+
+ -
+ Musicians can create recordings comparable in quality to what can be achieved in a home studio, without even being in the same place, and can do so in real-time rather than recording, uploading and mixing tracks asynchronously as happens today. These mastered tracks can be exported into popular DAW software applications for further editing.
+
+
+
+
+
+
+FEATURE: Session Broadcasts
+
+ In addition to recording sessions, musicians can live broadcast their sessions so that family, friends and fans can tune in and listen to these live performances from any location using a computer, tablet or smartphone. Like recordings, live sessions can easily be shared via Facebook, Twitter, or email.
+
+
+BENEFITS:
+
+
+ -
+ Today sessions are effectively private, held in musicians’ homes and open only to the musicians themselves. With JamKazam, musicians can open practice sessions up to others. For example, they can have other musician friends listen in to provide suggestions and constructive criticisms on the musical performances. Or they can allow fans into the “inner circle” to reward and bind super fans closer to the group, providing a level of access that has been impossible.
+
+ -
+ With JamKazam, bands and musicians can also effectively use JamKazam to live broadcast more polished concert performances, with very high quality performance audio streamed live to fans’ computers, tablets, and smartphones, either with the band members in different locations, or with the band playing together in one location.
+
+
+
+
+
+
+FEATURE: Social Networking
+
+ Finally, musicians can use JamKazam to find other musicians in their area, check out their skills, styles, and listen to their performances, and connect to play together online and/or offline.
+
+
+BENEFITS:
+
+ Everyone who plays music knows that it’s far more fun to play with others than to play alone. But many musicians – especially amateur musicians – are not in bands and don’t have established networks of musician friends to play with, simply because of the time and logistical challenges of playing with others, as described earlier. With JamKazam, musicians can easily find other musicians in their area who want to play together online, and who have complementary instruments, skill levels, and musical interests. And they can easily try playing with others without the risk or investment of time to meet in person.
+
\ No newline at end of file
diff --git a/web/app/views/corps/logos.html.erb b/web/app/views/corps/logos.html.erb
new file mode 100644
index 000000000..45691f69a
--- /dev/null
+++ b/web/app/views/corps/logos.html.erb
@@ -0,0 +1,12 @@
+<% provide(:title, 'Logos') %>
+<% provide(:purpose, 'media_center') %>
+
+Logos
+
+Following are links to view and download JamKazam logo image files:
+
+
\ No newline at end of file
diff --git a/web/app/views/corps/media_center.html.erb b/web/app/views/corps/media_center.html.erb
index 6d76a17dc..4eff9e873 100644
--- a/web/app/views/corps/media_center.html.erb
+++ b/web/app/views/corps/media_center.html.erb
@@ -4,7 +4,7 @@
Media Center
-