Skip to content

Commit d2d2e51

Browse files
committed
Rename TechScreen site
1 parent 213c738 commit d2d2e51

File tree

16 files changed

+42
-43
lines changed

16 files changed

+42
-43
lines changed

app/controllers/static_pages_controller.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def home
88

99
if current_user.trial_expired?
1010
log_out
11-
flash[:info] = "Your 2 week trial has expired. Please sign up for either the Bronze, Gold, or Platinum subscription to continue using TechScreen.net."
11+
flash[:info] = "Your 2 week trial has expired. Please sign up for either the Bronze, Gold, or Platinum subscription to continue using XYZZY."
1212
redirect_to plans_path
1313
else
1414
show_all = false
@@ -68,7 +68,7 @@ def home
6868
end
6969

7070
if @num_tests == 0 && @num_candidates == 0 && !current_user.companies.any?
71-
flash.now[:info] = "Welcome to TechScreen.net! You can view all of your screening results and candidates on this dashboard."
71+
flash.now[:info] = "Welcome to XYZZY! You can view all of your screening results and candidates on this dashboard."
7272
@is_new_user = true
7373
end
7474
end

app/views/candidate_mailer/send_results.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<h1>TechScreen.net</h1>
1+
<h1>XYZZY</h1>
22

33
<p>Test Result For Candidate: <%= @candidate.name %></p>
44

55
<p>
6-
Here are the candidate's results from TechScreen.net for test "<%= @test_submission.test.name %>:"
6+
Here are the candidate's results from XYZZY for test "<%= @test_submission.test.name %>:"
77
</p>
88
<br>
99
<% if @test_submission.is_scored? %>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<h1>TechScreen.net</h1>
1+
<h1>XYZZY</h1>
22

33
<p>Hello <%= @candidate.name %>,</p>
44

55
<p>
6-
<%= @sender_email %> has requested that you complete the test '<%= @test.name %>' on TechScreen.net!
6+
<%= @sender_email %> has requested that you complete the test '<%= @test.name %>' on XYZZY!
77
</p>
88
<p>Please click on the link below to start your test: <%= link_to "Start Test",
99
start_test_url(id: @candidate.id, token: @candidate.test_token,
1010
test_id: @test.id) %>
11-
</p>
11+
</p>

app/views/layouts/_header.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<span class="icon-bar"></span>
99
</button>
1010
<div id="logo">
11-
<%= link_to image_tag("ts-logo.png", size: "175x45", alt: "TechScreen.net"), root_path %>
11+
XYZZY
1212
</div>
1313
</div>
1414

app/views/memberships/plans.html.erb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,12 @@
165165
</div>
166166
<div class="row">
167167
<aside class="col-md-4">
168-
<%= image_tag("big-logo.png", size: "300x150", alt: "TechScreen.net") %>
168+
logo
169169
</aside>
170170
<div class="col-md-8">
171171
<h4>Features</h4>
172172
<ul>
173-
<li>TechScreen.net helps you set up screening tests for software development candidates.</li>
173+
<li>XYZZY helps you set up screening tests for software development candidates.</li>
174174
<li>Quickly assemble screening tests from a large library of technology topics and questions.</li>
175175
<li>Use existing popular screening tests, and enhance them with your own screening content.</li>
176176
<li>Easily manage your candidates' results. Forward results on to employers, auto-score tests.</li>
@@ -188,19 +188,19 @@
188188
<div class="col-md-4">
189189
<div>
190190
<h4>View Test Submissions</h4>
191-
<%= image_tag("features.png", size: "300x200", alt: "TechScreen.net") %>
191+
<%= image_tag("features.png", size: "300x200", alt: "XYZZY") %>
192192
</div>
193193
</div>
194194
<div class="col-md-4">
195195
<div>
196196
<h4>Search Screening Questions</h4>
197-
<%= image_tag("questions.png", size: "300x200", alt: "TechScreen.net") %>
197+
<%= image_tag("questions.png", size: "300x200", alt: "XYZZY") %>
198198
</div>
199199
</div>
200200
<div class="col-md-4">
201201
<div>
202202
<h4>View Metrics</h4>
203-
<%= image_tag("metrics.png", size: "300x200", alt: "TechScreen.net") %>
203+
<%= image_tag("metrics.png", size: "300x200", alt: "XYZZY") %>
204204
</div>
205205
</div>
206206
</div>

app/views/static_pages/about.html.erb

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
<% provide(:title, "About") %>
22
<div class="page-header">
3-
<h1>TechScreen.net Overview</h1>
3+
<h1>XYZZY 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.
7+
<p class="center">XYZZY helps you set up and manage screening tests for software development candidates.
88
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>
1111
<div class="row">
1212
<div class="col-md-4">
1313
<div>
1414
<h4>View Test Submissions</h4>
15-
<%= image_tag("features.png", size: "300x200", alt: "TechScreen.net") %>
15+
<%= image_tag("features.png", size: "300x200", alt: "XYZZY") %>
1616
</div>
1717
</div>
1818
<div class="col-md-4">
1919
<div>
2020
<h4>Search Screening Questions</h4>
21-
<%= image_tag("questions.png", size: "300x200", alt: "TechScreen.net") %>
21+
<%= image_tag("questions.png", size: "300x200", alt: "XYZZY") %>
2222
</div>
2323
</div>
2424
<div class="col-md-4">
2525
<div>
2626
<h4>View Metrics</h4>
27-
<%= image_tag("metrics.png", size: "300x200", alt: "TechScreen.net") %>
27+
<%= image_tag("metrics.png", size: "300x200", alt: "XYZZY") %>
2828
</div>
2929
</div>
3030
</div>
@@ -76,6 +76,5 @@
7676
</div>
7777

7878
<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>
79+
<%= link_to "contact us", contact_path %> for more information about XYZZY.</h1>
80+
<h1>logo</h1>

app/views/static_pages/help.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<div id="collapseTwo" class="panel-collapse collapse">
5757
<div class="panel-body">
5858
<p><strong>Why do I need to sign up to see question answers?</strong>
59-
TechScreen.net is not designed to be a study tool for candidates (there are many, many good sources already out there for that);
59+
XYZZY is not designed to be a study tool for candidates (there are many, many good sources already out there for that);
6060
it is geared towards recruiters / employers who want to screen candidates.</p>
6161
<p><strong>What does Difficulty mean for a question, and does it affect scoring?</strong>
6262
At the moment, there are three basic quesiton difficulty levels you can specify for a question you create,

app/views/static_pages/home.html.erb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
</div>
9999
<% else %>
100100
<div class="center intro">
101-
<h1><span class="header-responsive">Welcome to TechScreen</span></h1>
101+
<h1><span class="header-responsive">Welcome to XYZZY</span></h1>
102102

103103
<h2>
104104
<span class="ease">Screen your interview candidates with ease.</span>
@@ -109,7 +109,7 @@
109109
</div>
110110

111111
<div class="row" id ="overview">
112-
<p class="center-big">TechScreen.net helps you set up and manage screening tests for software development candidates.</p>
112+
<p class="center-big">XYZZY helps you set up and manage screening tests for software development candidates.</p>
113113
<p class="center-big">Quickly create tests from a variety of technology topics and thousands of questions, or create your own. </p>
114114
</div>
115115
<div class="row padded-bottom-row">
@@ -129,7 +129,7 @@
129129
<div class="row"></div>
130130
<div class="row color-row">
131131
<div class="col-md-10 col-md-offset-1">
132-
<h3>TechScreen.net is a Powerful, Time-Saving Tool for Recruiters and Managers</h3>
132+
<h3>XYZZY is a Powerful, Time-Saving Tool for Recruiters and Managers</h3>
133133
</div>
134134

135135
<div class="col-md-5 col-md-offset-1">
@@ -187,9 +187,9 @@
187187
</script>
188188
<%= javascript_include_tag "savings_calculator" %>
189189
<div class="row calculator">
190-
<h1>TechScreen.net Estimated Savings Calculator</h1>
190+
<h1>XYZZY Estimated Savings Calculator</h1>
191191
<div class="col-md-8 col-md-offset-1">
192-
<!-- <h4>Calculate money saved using TechScreen.net for candidate screening</h4> -->
192+
<!-- <h4>Calculate money saved using XYZZY for candidate screening</h4> -->
193193

194194
<div class="container">
195195
<form class="form-horizontal calc-section">

app/views/static_pages/news.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<h3>News</h3>
44
</div>
55
<div class="row">
6-
TechScreen.net launched its beta version in June of 2015. We have opened up the site for free content access until August 2015. You can now sign up for a free user account, and/or give us feedback in the
6+
XYZZY launched its beta version in June of 2015. We have opened up the site for free content access until August 2015. You can now sign up for a free user account, and/or give us feedback in the
77
<%= link_to "Contact Us", contact_path %> area.
88
</div>

app/views/static_pages/privacy.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
<p>Last updated: May 13, 2015</p>
88

9-
<p>WebPredict, Inc. ("us", "we", or "our") operates the http://techscreen.net website (the "Service").</p>
9+
<p>WebPredict, Inc. ("us", "we", or "our") operates the http://techscreening.herokuapp.com website (the "Service").</p>
1010

1111
<p>This page informs you of our policies regarding the collection, use and disclosure of Personal Information when you use our Service.</p>
1212

1313
<p>We will not use or share your information with anyone except as described in this Privacy Policy.</p>
1414

15-
<p><strong>We use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy.</strong> Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at http://techscreen.net</p>
15+
<p><strong>We use your Personal Information for providing and improving the Service. By using the Service, you agree to the collection and use of information in accordance with this policy.</strong> Unless otherwise defined in this Privacy Policy, terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, accessible at http://techscreening.herokuapp.com</p>
1616

1717

1818
<p><strong>Information Collection And Use</strong></p>
@@ -91,7 +91,7 @@
9191

9292
<p>If you have any questions about this Privacy Policy, please contact us.</p>
9393
<p>
94-
TechScreen.net does not share your private data with anyone. TechScreen.net does allow users to create publicly viewable content,
94+
XYZZY does not share your private data with anyone. XYZZY does allow users to create publicly viewable content,
9595
but you must explicitly choose to make any content you create public. Obviously, if you choose to make some of your content public (for example, screening tests or questions),
9696
then anyone can potentially view that public content.
9797
</p>

0 commit comments

Comments
 (0)