Created
April 27, 2021 16:53
-
-
Save ng-the-engineer/d05cf195d44f383e66e24c4e736c66ee to your computer and use it in GitHub Desktop.
Code snippet of CV2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Popup DEF Bank with PDF--> | |
<div id="popupDEF" class="popup"> | |
<div class="popup-content"> | |
<div class="container"> | |
<div id="closePopupDEF" class="close">×</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