forked from aliyarahman/second_chance_employers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
34c6514
commit 228cfdc
Showing
16 changed files
with
138 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
second_chance/settings_hidden.py | ||
venv | ||
*.pyc |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{% extends "base.html" %} | ||
{% block container %} | ||
{% load staticfiles %} | ||
|
||
|
||
<div> | ||
<div class="row"> | ||
|
||
<div class="col-lg-12"> | ||
<h1> Not listed on the site yet? Sign up here.</h1> | ||
<h1> Edit profile.</h1> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{% extends "base.html" %} | ||
{% block container %} | ||
{% load staticfiles %} | ||
|
||
|
||
<div> | ||
<div class="row"> | ||
|
||
<div class="col-lg-12"> | ||
<h1> Tell us about your experience interviewing for a job as a returning citizen.</h1> | ||
</div> | ||
<div> | ||
|
||
<div class="row"> | ||
<div class="col-lg 4"><div class="btn btn-lg">Search for a company to rate</div></div> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{% extends "base.html" %} | ||
{% block container %} | ||
{% load staticfiles %} | ||
|
||
|
||
<div> | ||
<div class="row"> | ||
|
||
<div class="col-lg-12"> | ||
<h1> Your results:</h1> | ||
{% for employer in employers %} | ||
|
||
{{employer.name}} | ||
{{employer.industry.name}} | ||
|
||
{% endfor %} | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{% extends "base.html" %} | ||
{% block container %} | ||
{% load staticfiles %} | ||
|
||
|
||
<div> | ||
<div class="row"> | ||
|
||
<div class="col-lg-10 col-lg-offset-1"> | ||
<h1> This is the search page - there's nothing here yet!</h1> | ||
</div> | ||
|
||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Accounting / Finance / Insurance | ||
Administrative / Clerical | ||
Banking / Real Estate / Mortgage Professionals | ||
Building Construction / Skilled Trades | ||
Business / Strategic Management | ||
Creative / Design | ||
Customer Support / Client Care | ||
Editorial / Writing | ||
Education / Training | ||
Engineering | ||
Food Services / Hospitality | ||
Human Resources | ||
IT / Software Development | ||
Installation / Maintenance / Repair | ||
Legal | ||
Logistics / Transportation | ||
Manufacturing / Production / Operations | ||
Marketing / Product | ||
Medical / Health | ||
Other | ||
Project / Program Management | ||
Government/ Public Service | ||
Non-profit/ Community | ||
Sales / Retail / Business Development | ||
Security / Protective Services |