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:

+

+

+

+ +
+ +

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:

+

+

+

+ +
+ +

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:

+

+

+

+ +
+ +

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



- +
- - diff --git a/web/app/views/corps/overview.html.erb b/web/app/views/corps/overview.html.erb new file mode 100644 index 000000000..1929cf436 --- /dev/null +++ b/web/app/views/corps/overview.html.erb @@ -0,0 +1,10 @@ +<% provide(:title, 'Overview') %> +<% provide(:purpose, 'media_center') %> + +

Overview

+ +

+JamKazam develops an innovative live music platform and social network for musicians. The company’s Internet service enables musicians to play music together in real time from different locations over the Internet as if they are sitting in the same room. The service is currently available to musicians and music fans as a free public beta. JamKazam is a private company headquartered in Austin, Texas. +

+For a great introduction to the service, please watch the JamKazam Overview video. +

\ No newline at end of file diff --git a/web/app/views/corps/photos.html.erb b/web/app/views/corps/photos.html.erb new file mode 100644 index 000000000..59e0b46fc --- /dev/null +++ b/web/app/views/corps/photos.html.erb @@ -0,0 +1,6 @@ +<% provide(:title, 'Photos') %> +<% provide(:purpose, 'media_center') %> + +

Photos

+ +

JamKazam has no photos to share at this time.

\ No newline at end of file diff --git a/web/app/views/corps/screenshots.html.erb b/web/app/views/corps/screenshots.html.erb new file mode 100644 index 000000000..2f57b271b --- /dev/null +++ b/web/app/views/corps/screenshots.html.erb @@ -0,0 +1,19 @@ +<% provide(:title, 'Screenshots') %> +<% provide(:purpose, 'media_center') %> + +

Screenshots

+ +

Following are links to view and download JamKazam product screenshots:

+ + + + \ No newline at end of file diff --git a/web/app/views/corps/testimonials.html.erb b/web/app/views/corps/testimonials.html.erb index 50726cfcd..f6ecaf0ff 100644 --- a/web/app/views/corps/testimonials.html.erb +++ b/web/app/views/corps/testimonials.html.erb @@ -1,60 +1,73 @@ <% provide(:title, 'Testimonials') %> -<% provide(:purpose, 'Testimonials') %> +<% provide(:purpose, 'media_center') %>

Testimonials

JULIE BONK

-
Julie is a well-respected and oft-recorded pianist and teacher in jazz and blues improvisation, composition, and theory, and has mentored students including Grammy winner Norah Jones.

- +

+ Julie is a well-respected and oft-recorded pianist and teacher in jazz and blues improvisation, composition, and theory, and has mentored students including Grammy winner Norah Jones.
+

+


JUSTIN PIERCE

-
Justin holds a master's degree in jazz studies, performs regularly with bands in Texas, and has played with John Clayton, The Temptations, Wayne Newton, and others.

- +

+

Justin holds a master's degree in jazz studies, performs regularly with bands in Texas, and has played with John Clayton, The Temptations, Wayne Newton, and others.

+ +


CHRIS BENNETT

-
Chris has decades of musical experience in touring bands, has been published in Classic Drummer and Not So Modern Drummer, started Bopworks Drumsticks, and teaches at the Austin School of Music.

- +

+

Chris has decades of musical experience in touring bands, has been published in Classic Drummer and Not So Modern Drummer, started Bopworks Drumsticks, and teaches at the Austin School of Music.

+ +


SARA NELSON

-
Sara holds a bachelor's degree in music, performs as a cellist for the Austin Lyric Opera, and has also played with the Austin Symphony Orchestra and bands such as David Byrne and Bob Schneider.

- +

+

Sara holds a bachelor's degree in music, performs as a cellist for the Austin Lyric Opera, and has also played with the Austin Symphony Orchestra and bands such as David Byrne and Bob Schneider.

+ +


GEORGE PRADO

-
George spent 15 years in LA performing and recording with numerous industry greats including Eartha Kitt and Chuck Berry, founded the legendary Regency Jazz Band, and has played and taught 40+ years.

- +

+

George spent 15 years in LA performing and recording with numerous industry greats including Eartha Kitt and Chuck Berry, founded the legendary Regency Jazz Band, and has played and taught 40+ years.

+ +


CHRIS MAX

-
Chris is the lead guitar player and backing vocalist for LC Rocks, which has been playing top Austin clubs since 2002, and also frequently plays solo gigs throughout Central Texas.

- +

+

Chris is the lead guitar player and backing vocalist for LC Rocks, which has been playing top Austin clubs since 2002, and also frequently plays solo gigs throughout Central Texas.

+ +

- \ No newline at end of file + + \ No newline at end of file diff --git a/web/app/views/corps/videos.html.erb b/web/app/views/corps/videos.html.erb new file mode 100644 index 000000000..95783a179 --- /dev/null +++ b/web/app/views/corps/videos.html.erb @@ -0,0 +1,27 @@ +<% provide(:title, 'Videos') %> +<% provide(:purpose, 'media_center') %> + +

Videos

+ +

+ For a great introduction to the service, please watch the JamKazam Overview video. +

+ +

+ These three videos show three different groups playing together using the JamKazam service for the first time: +

+

+ +

+ Also, several Tutorial Videos are available to see how various features work in more detail. +

\ No newline at end of file diff --git a/web/config/routes.rb b/web/config/routes.rb index b42a218d7..090a46f27 100644 --- a/web/config/routes.rb +++ b/web/config/routes.rb @@ -86,14 +86,40 @@ SampleApp::Application.routes.draw do end scope '/corp' do + # about routes match '/about', to: 'corps#about', as: 'corp_about' - match '/contact', to: 'corps#contact', as: 'corp_contact' - match '/help', to: 'corps#help', as: 'corp_help' + + # news routes + match '/news', to: 'corps#news', as: 'corp_news' + + # media center routes match '/media_center', to: 'corps#media_center', as: 'corp_media_center' + match '/overview', to: 'corps#overview', as: 'corp_overview' + match '/features', to: 'corps#features', as: 'corp_features' + match '/faqs', to: 'corps#faqs', as: 'corp_faqs' + match '/screenshots', to: 'corps#screenshots', as: 'corp_screenshots' + match '/photos', to: 'corps#photos', as: 'corp_photos' + match '/logos', to: 'corps#logos', as: 'corp_logos' + match '/testimonials', to: 'corps#testimonials', as: 'corp_testimonials' - match '/news', to: 'corps#news', as: 'corp_news' + match '/audio', to: 'corps#audio', as: 'corp_audio' + match '/videos', to: 'corps#videos', as: 'corp_videos' + + # TODO: make this more dynamic and managed via admin + match '/press-releases/launch', to: 'corps#press_releases_launch', as: 'corp_press_releases_launch' + + # contact routes + match '/contact', to: 'corps#contact', as: 'corp_contact' + + # privacy routes match '/privacy', to: 'corps#privacy', as: 'corp_privacy' + + # terms routes match '/terms', to: 'corps#terms', as: 'corp_terms' + + # help routes + match '/help', to: 'corps#help', as: 'corp_help' + match '/cookies_policy',to: 'corps#cookie_policy', as: 'corp_cookie_policy' match '/premium_accounts',to: 'corps#premium_accounts', as: 'corp_premium_accounts' end
@@ -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

-

- +