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') %> + +
+ 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. +
+ + ++ 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') %> + ++ 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. +
+ ++ 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. +
+ ++
+ 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. +
+ ++
+ 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. +
+ ++
+ 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. +
+ ++ 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') %> + +Following are links to view and download JamKazam logo image files:
+ +
@@ -16,39 +16,38 @@
|
- + |
<%= image_tag("content/icon_users.png", height: '58', width: '58') %>
User Content-+ |
- + |
<%= image_tag("content/icon_pr.png", height: '58', width: '58') %>
Press Releases-- +
|