Skip to content

Commit

Permalink
Download Resume Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDomoArigato committed Jun 13, 2024
1 parent 2660cef commit 3a671b5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
8 changes: 5 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ contacts:
phone: "+1 816-825-0352"
address: "3600 Broadway Blvd, Kansas City, MO 64111"

resume: Resume.pdf

linkedin: "https://linkedin.com"
instagram: "https://instagram.com"
facebook: "https://instagram.com"
Expand All @@ -46,11 +48,11 @@ home:
title: Summary
# subtitle: Seacret to life
text: |-2
 Having worked professinally in several different areas of the technology industry since 2018, I believe I can easily fill any position necessary and quickly adapt to any required tasks or responsibilites.
 Having worked professionally in various areas of the technology industry since 2018, I am confident in my ability to fill any position and quickly adapt to any required tasks or responsibilities.
 I am currently looking for a position as a software engineer. My previous development experience comes mostly from my work as an intern at Cerner. The majority of my code was written in Java, using the Jax-RS framework, but I also worked on a few front-end projects, using React and Ruby on rails.
 I am currently seeking a position as a software engineer. My development experience primarily stems from my internship at Cerner, where I wrote most of my code in Java using the Jax-RS framework to build RESTful web services. I also worked on front-end projects utilizing React and Ruby on Rails.
 I have also made several school and personal projects. My projects are listed by level of complexity. My largest project has to be my bookkeeper project with a React UI and a Dotnet API. The project is secured with a SSO hosted and setup be me. You can find a network diagram of the project under the project's Github page.
 In addition to my professional experience, I have completed several school and personal projects, which are listed by level of complexity. My largest project is a bookkeeper application featuring a React UI and a .NET API, secured with SSO that I hosted and set up. A network diagram of this project is available on its GitHub page.
education:
- name: University of Missouri-Kansas City
Expand Down
9 changes: 9 additions & 0 deletions _includes/download.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% if site.contacts.resume %}
<div class="wrapper">
<div class="bg-4 wrapper1" style="--nav-color: var(--color-2);--nav-active: var(--color-3);">
<div class="d-flex flex-row-reverse">
<a class="px-2 display-6" href="/assets/{{ site.contacts.resume }}">Download Resume</a>
</div>
</div>
</div>
{% endif %}
1 change: 1 addition & 0 deletions _layouts/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
---

{% include download.html %}
{% include education.html %}
{% include experience.html %}
{% include skills.html %}
Binary file modified assets/Resume.pdf
Binary file not shown.

0 comments on commit 3a671b5

Please sign in to comment.