Skip to content
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

feat(request-referral):add request referral button #7

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions templates/company/company-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<div class="row">
<div class="col-md-12">
<a href="{% url 'add-application' %}" class="btn btn-outline-primary">Add New Record</a>
<a href="" class="btn btn-outline-primary">Request Referral</a>
</div>
</div>
<table id="info-table" class="table table-hover">
Expand Down
5 changes: 5 additions & 0 deletions templates/jobgpt/jobgpt.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
{% block content %}
<div class="container">
<h1>JobGPT</h1>
<nav>
<button class="btn btn-light">Cover Letter</button>
<button class="btn btn-light">Resume</button>
<button class="btn btn-light">Recommendation</button>
</nav>
<p>JobGPT is a job recommendation system based on GPT-2. It is a web application that recommends jobs based on
your
input>
Expand Down