Skip to content

Commit f603b02

Browse files
committed
more tweaks
1 parent 85b299f commit f603b02

File tree

2 files changed

+73
-46
lines changed

2 files changed

+73
-46
lines changed

app/views/memberships/plans.html.erb

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3,48 +3,6 @@
33
<h3>Membership Plans</h3>
44
</div>
55

6-
<div class="row">
7-
<aside class="col-md-4">
8-
<%= image_tag("big-logo.png", size: "300x150", alt: "TechScreen.net") %>
9-
</aside>
10-
<div class="col-md-8">
11-
<h4>Features</h4>
12-
<ul>
13-
<li>TechScreen.net helps you set up screening tests for software development candidates.</li>
14-
<li>Quickly assemble screening tests from a large library of technology topics and questions.</li>
15-
<li>Use existing popular screening tests, and enhance them with your own screening content.</li>
16-
<li>Easily manage your candidates' results. Forward results on to employers, auto-score tests.</li>
17-
<li>Automatically generate screening tests simply by specifying a topic list and a # of questions. </li>
18-
<li>For example, enter: <strong>"Java, SQL, HTML, JavaScript", Questions per topic: 5...</strong>.</li>
19-
<li>...and voila! You've got a screening test with 20 questions on those 4 topics.</li>
20-
<li>Manage job listings, company listings, custom screening tests all from one dashboard.</li>
21-
<li>View metrics for insight into your candidate screening and placement success.</li>
22-
<li>Sort + filter by highest scoring / most recent candidates' test results.</li>
23-
</ul>
24-
</div>
25-
</div>
26-
<br>
27-
<div class="row">
28-
<div class="col-md-4">
29-
<div>
30-
<h4>View Test Submissions</h4>
31-
<%= image_tag("features.png", size: "300x200", alt: "TechScreen.net") %>
32-
</div>
33-
</div>
34-
<div class="col-md-4">
35-
<div>
36-
<h4>Search Screening Questions</h4>
37-
<%= image_tag("questions.png", size: "300x200", alt: "TechScreen.net") %>
38-
</div>
39-
</div>
40-
<div class="col-md-4">
41-
<div>
42-
<h4>View Metrics</h4>
43-
<%= image_tag("metrics.png", size: "300x200", alt: "TechScreen.net") %>
44-
</div>
45-
</div>
46-
</div>
47-
<br><br>
486
<div class="row">
497
<div class="col-md-1"> </div>
508
<div class="col-xs-12 col-md-3">
@@ -205,3 +163,45 @@
205163
</div>
206164
</div>
207165
</div>
166+
<div class="row">
167+
<aside class="col-md-4">
168+
<%= image_tag("big-logo.png", size: "300x150", alt: "TechScreen.net") %>
169+
</aside>
170+
<div class="col-md-8">
171+
<h4>Features</h4>
172+
<ul>
173+
<li>TechScreen.net helps you set up screening tests for software development candidates.</li>
174+
<li>Quickly assemble screening tests from a large library of technology topics and questions.</li>
175+
<li>Use existing popular screening tests, and enhance them with your own screening content.</li>
176+
<li>Easily manage your candidates' results. Forward results on to employers, auto-score tests.</li>
177+
<li>Automatically generate screening tests simply by specifying a topic list and a # of questions. </li>
178+
<li>For example, enter: <strong>"Java, SQL, HTML, JavaScript", Questions per topic: 5...</strong>.</li>
179+
<li>...and voila! You've got a screening test with 20 questions on those 4 topics.</li>
180+
<li>Manage job listings, company listings, custom screening tests all from one dashboard.</li>
181+
<li>View metrics for insight into your candidate screening and placement success.</li>
182+
<li>Sort + filter by highest scoring / most recent candidates' test results.</li>
183+
</ul>
184+
</div>
185+
</div>
186+
<br>
187+
<div class="row">
188+
<div class="col-md-4">
189+
<div>
190+
<h4>View Test Submissions</h4>
191+
<%= image_tag("features.png", size: "300x200", alt: "TechScreen.net") %>
192+
</div>
193+
</div>
194+
<div class="col-md-4">
195+
<div>
196+
<h4>Search Screening Questions</h4>
197+
<%= image_tag("questions.png", size: "300x200", alt: "TechScreen.net") %>
198+
</div>
199+
</div>
200+
<div class="col-md-4">
201+
<div>
202+
<h4>View Metrics</h4>
203+
<%= image_tag("metrics.png", size: "300x200", alt: "TechScreen.net") %>
204+
</div>
205+
</div>
206+
</div>
207+
<br><br>

app/views/static_pages/about.html.erb

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,35 @@
11
<% provide(:title, "About") %>
22
<div class="page-header">
3-
<h1><%= image_tag("big-logo.png", class: "responsive-image") %></h1>
3+
<h1>TechScreen.net Overview</h1>
44
</div>
55
<div class="row">
66
<div class="col-md-12">
7-
<p class="center">TechScreen.net helps you set up and manage screening tests for software development candidates. </p>
8-
<p class="center">Quickly create tests from a variety of technology topics and thousands of questions, or create your own. </p>
7+
<p class="center">TechScreen.net helps you set up and manage screening tests for software development candidates.
8+
Quickly create tests from a variety of technology topics and thousands of questions, or create your own. Manage your candidates' results, share with employers. </p>
99
</div>
1010
</div>
11+
<div class="row">
12+
<div class="col-md-4">
13+
<div>
14+
<h4>View Test Submissions</h4>
15+
<%= image_tag("features.png", size: "300x200", alt: "TechScreen.net") %>
16+
</div>
17+
</div>
18+
<div class="col-md-4">
19+
<div>
20+
<h4>Search Screening Questions</h4>
21+
<%= image_tag("questions.png", size: "300x200", alt: "TechScreen.net") %>
22+
</div>
23+
</div>
24+
<div class="col-md-4">
25+
<div>
26+
<h4>View Metrics</h4>
27+
<%= image_tag("metrics.png", size: "300x200", alt: "TechScreen.net") %>
28+
</div>
29+
</div>
30+
</div>
31+
<br>
32+
1133
<div class="row">
1234
<div class="col-md-4">
1335
<h3><i class="glyphicon glyphicon-road"></i> Unlimited Tests</h3>
@@ -51,4 +73,9 @@
5173
<% end %>
5274
</ul>
5375
</div>
54-
</div>
76+
</div>
77+
78+
<h1><%= link_to "Sign up now", signup_path(:membership_level_id => 1) %> or
79+
<%= link_to "contact us", contact_path %> for more information about TechScreen.net.</h1>
80+
<h1>
81+
<%= image_tag("big-logo.png", class: "responsive-image") %></h1>

0 commit comments

Comments
 (0)