Skip to content

Commit

Permalink
Update resume with new experience and contact information
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoo committed Aug 3, 2024
1 parent 042a5f1 commit 96e6a9e
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
Binary file modified public/Resume.pdf
Binary file not shown.
29 changes: 29 additions & 0 deletions src/pages/jquery.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<title>My Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
</head>
<body>

<div data-role="page">

<div data-role="header">

</div><!-- /header -->

<div role="main" class="ui-content">
<p>My content...</p>
</div><!-- /content -->

<div data-role="footer">
<h4>My Footer</h4>
</div><!-- /footer -->

</div><!-- /page -->

</body>
</html>
14 changes: 12 additions & 2 deletions src/pages/resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ title: Resume
- Email : [email protected]
- Phone: 210-422-7745
- Github: https://github.com/voodoo/
- Contra: https://vudmaska.contra.com/

</div>

Expand Down Expand Up @@ -36,10 +37,19 @@ title: Resume

## Experience

### MBLZ <small>(2016 to Present)</small>
### Together with Hill Country Veterans <small>(2023 to Present)</small>
- Full, multi-page framer site
- Continuous content updates with cms
- Made the site responsive and added interactions

### MBLZ <small>(2016 to 2022)</small>
- Full stack development of CRM for small business
- Manages customer's clients, phones, invoices and more
- Rails, Nginx, Passenger, Mysql, Twilio
- UI with Jquery Mobile
- Rails, Nginx, Passenger, Mysql
- Used Twilio to add phone for customers
- Created switchboard for each customer
- Setup "Let's encrypt" SSL certs on app server

### Rackspace <small>(2010-2015)</small>

Expand Down

0 comments on commit 96e6a9e

Please sign in to comment.