Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Created April 27, 2021 16:53
Show Gist options
  • Save ng-the-engineer/d05cf195d44f383e66e24c4e736c66ee to your computer and use it in GitHub Desktop.
Save ng-the-engineer/d05cf195d44f383e66e24c4e736c66ee to your computer and use it in GitHub Desktop.
Code snippet of CV2
<!-- Popup DEF Bank with PDF-->
<div id="popupDEF" class="popup">
<div class="popup-content">
<div class="container">
<div id="closePopupDEF" class="close">&times;</div>
<embed
src="files/def-pitchdeck.pdf#toolbar=0&navpanes=0&scrollbar=0"
type="application/pdf"
width="100%"
height="600px"
/>
</div>
</div>
</div>
<!-- End Popup DEF Bank with PDF-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment