Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: razzle <harry@razzle.cloud>
  • Loading branch information
Noxsios committed Jan 8, 2024
1 parent aed756e commit 138c944
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: Publish - Pages

on:
# Runs on pushes targeting the default branch
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.pdf
*.zip
.cache
*.png
2 changes: 1 addition & 1 deletion cv.typ
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ header: quad(
),
events: (
[Designed and implemented a web application that combined data from 5+ Air Force systems, producing a simple, searchable, and printable dashboard of an organization's deployment readiness and personnel administrative status.],
[Core network architect for the team that designed and deployed the DOD's first counter small unmanned aerial system (cSUAS) platform.],
[Core network architect for the team that designed and deployed the DoD's first counter small unmanned aerial system (cSUAS) platform.],
[Sole network technician for deployed U.S. emergency medical personnel during NATO's largest medical emergency field exercise in its history (2500+ participants, 39 partner nations).],
))

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>

<body>
<iframe src="./harry-randazzo-cv.pdf" width="100%" height="100%" style="position:absolute; left: 0; top: 0;">
<iframe src="./harry-randazzo-cv.pdf" width="100%" height="100%" style="position: absolute;left: 0;top: 0;">
</iframe>
</body>

Expand Down

0 comments on commit 138c944

Please sign in to comment.