Skip to content

Add FAQ entry for premium subscription #332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 1, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions app/views/pages/faq.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
%li=link_to("My Bitbucket repos do not show on my profile?", '#bitbucket')
%li=link_to("What is the mayor of a network and how do I become one?", '#mayor')
%li=link_to("What is the resident expert of a network?", '#resident-expert')
%li=link_to("What comes with a premium subscription?", '#premium-subscription')
%li=link_to("How to apply for jobs through Coderwall?", '#apply')
- if signed_in?
%li=link_to("What are Coderwall badge orgs on Github?", '#badge-orgs')
Expand Down Expand Up @@ -103,6 +104,16 @@
What is the resident expert of a network?
%p Resident experts are a generally recognized authority on the network topic and are designated by Coderwall.

%h3
%a{:name => 'premium-subscription'}
What comes with a premium subscription?
%p
Organizations looking to hire amazing engineers can post jobs and even view visitor analytics for each posting.

%p
:erb
Complete details for premium subscriptions are available on the <%= link_to 'Employers', employers_path %> page.

%h3
%a{:name => 'apply'}
How to apply for jobs through Coderwall?
Expand Down