-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add link to tutoring hours. Return old style and use universal headin…
…g block.
- Loading branch information
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
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,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 %} |