add resume to site
This commit is contained in:
parent
21fc24cf70
commit
4a3db1b9db
5 changed files with 8 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -50,3 +50,5 @@ rsconnect/
|
|||
|
||||
/.quarto/
|
||||
|
||||
# using this folder to move old blog posts over
|
||||
old_posts/
|
|
@ -6,6 +6,8 @@ website:
|
|||
navbar:
|
||||
right:
|
||||
- blog.qmd
|
||||
- text: "Resume"
|
||||
file: kyle_resume.pdf
|
||||
- icon: github
|
||||
href: https://github.com/mmmmtoasty19
|
||||
format:
|
||||
|
|
|
@ -83,6 +83,10 @@ ul.task-list li input[type="checkbox"] {
|
|||
<li class="nav-item">
|
||||
<a class="nav-link" href="./blog.html" rel="" target="">
|
||||
<span class="menu-text">Posts</span></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="./kyle_resume.pdf" rel="" target="">
|
||||
<span class="menu-text">Resume</span></a>
|
||||
</li>
|
||||
<li class="nav-item compact">
|
||||
<a class="nav-link" href="https://github.com/mmmmtoasty19" rel="" target=""><i class="bi bi-github" role="img">
|
||||
|
|
BIN
_site/kyle_resume.pdf
Normal file
BIN
_site/kyle_resume.pdf
Normal file
Binary file not shown.
BIN
kyle_resume.pdf
Normal file
BIN
kyle_resume.pdf
Normal file
Binary file not shown.
Loading…
Reference in a new issue