Skip to content

Commit

Permalink
Add link to tutoring hours. Return old style and use universal headin…
Browse files Browse the repository at this point in the history
…g block.
  • Loading branch information
508312 committed Feb 14, 2025
1 parent a5c8169 commit 5c20aef
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions hknweb/templates/studentservices/resume_critique.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
{% extends 'base.html' %}
{% block title %}Resume Review{% endblock %}
{% block heading %}Resume Review{% endblock %}

{% block header %}
<style>
.content {
padding-top: 1em;
padding-bottom: 1em;
padding-left: 30%;
padding-right: 30%;
text-align: left;
}
</style>
{% endblock %}


{% block content %}
<div style="text-align: center; margin-bottom: 20vh;">
<h1>Resume Review</h1>
<p>Come to HKN Professional Development Office Hours for Resume Critique.</p>
<p> Come to HKN Professional Development Office Hours for Resume Critique.
To check hours for this week visit <a href="//hkn.mu/tutor">hkn.mu/tutor</a>. </p>
</div>
{% endblock %}

0 comments on commit 5c20aef

Please sign in to comment.