Skip to content

Commit

Permalink
Added resume.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirTangent committed Dec 22, 2018
1 parent 0bbc5f1 commit 285703d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 2 deletions.
Binary file added PhillipsWyatt-Resume.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion _publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ echo ""
rm -r _site
JEKYLL_ENV=production jekyll build
echo ""
commit=$(date '+%d/%m/%Y %H:%M:%S');
echo -n "Name commit: "
read commit
echo "preparing git commit \"$commit\"..."
git add .
git commit -m "$commit"
Expand Down
Binary file added _site/PhillipsWyatt-Resume.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions _site/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ <h1 id="who-is-wyatt-phillips">Who is Wyatt Phillips?</h1>
<li>
<p>Phone: <code class="highlighter-rouge">(781) 820-0808</code></p>
</li>
<li>
<p><a href="PhillipsWyatt-Resume.pdf">Resume</a></p>
</li>
</ul>

</article>
Expand Down
2 changes: 1 addition & 1 deletion _site/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>Wyatt Phillips</title>
<link href="/atom.xml" rel="self"/>
<id>/</id>
<updated>2018-12-22T10:27:18-05:00</updated>
<updated>2018-12-22T11:12:13-05:00</updated>
<author>
<name>Wyatt Phillips</name>
<uri>https://wphillips.me/</uri>
Expand Down
4 changes: 4 additions & 0 deletions _site/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<loc>/projects</loc>
</url>
<url>
<loc>/PhillipsWyatt-Resume.pdf</loc>
<lastmod>2018-12-22T11:07:56-05:00</lastmod>
</url>
<url>
<loc>/apps/euler/</loc>
<lastmod>2018-09-26T18:29:28-04:00</lastmod>
</url>
Expand Down
2 changes: 2 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ I'm an undergraduate engineering student currently enrolled at **Wentworth Insti
* E-mail: `[email protected]`

* Phone: `(781) 820-0808`

* [Resume](PhillipsWyatt-Resume.pdf)

0 comments on commit 285703d

Please sign in to comment.