Add Resume Page (#23)

* Add a resume page.

* Add resume link to home page.

* Hide markdown version for now. Leave it for the secret spies to find.

* Add that I am a contractor, not actually full time salary.
This commit is contained in:
Hyperling 2024-03-29 21:06:30 -07:00 committed by GitHub
parent 5a3ba1b7e3
commit 1ceb9afcf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 45 additions and 0 deletions

44
pages/resume.php Executable file
View File

@ -0,0 +1,44 @@
#!/usr/bin/php
<!--
Page for my resume and work skill links.
-->
<?php
include "helpers/body_open.php";
?>
<div class="row">
<h1 class="col-12 title">Resume</h1>
</div>
<div class="row">
<div class="col-12 header center" >
<img src="/files/media/icons/home.jpg"> <!-- TBD use a new photo -->
</div>
</div>
<div class="row">
<h2 class="col-12 header">Current Status : Full Time Contractor</h2>
<div class="col-12 text">
<p>
Interested in hiring me? Please find my resume below!
</p>
<ul class="indent"><li>
<a href="https://hyperling.com/files/media/documents/Resume.pdf"
target="_blank" rel="noopener noreferrer"
>
[PDF] | Direct Download
</a>
</li></ul>
<!-- For those sneaky folks who look at source code. ;)
<ul class="indent"><li>
<a href="https://hyperling.com/files/media/documents/resume.md"
target="_blank" rel="noopener noreferrer"
>
[Markdown] | Direct Download
</a>
</li></ul>
-->
</div>
</div>
<?php
include "helpers/body_close.php";
?>

View File

@ -16,6 +16,7 @@
languages over the years and hope to learn many more. In my free languages over the years and hope to learn many more. In my free
time I have also enjoyed writing user-facing apps for Android. time I have also enjoyed writing user-facing apps for Android.
</p> </p>
<p><a href="/resume/">My resume can be found here</a>.</p>
</div> </div>
</div> </div>
<div class="row" id="programs"> <div class="row" id="programs">