1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30
This commit is contained in:
avinal
2021-01-24 23:14:07 +05:30
parent 61fb9f4eb0
commit b7a82b49c6
24 changed files with 102 additions and 1182 deletions
-13
View File
@@ -4,16 +4,3 @@ About Me
:slug: about-me
.. raw:: html
<div id="adobe-dc-view" style="width: 800px;" align=center></div>
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script>
<script type="text/javascript">
document.addEventListener("adobe_dc_view_sdk.ready", function(){
var adobeDCView = new AdobeDC.View({clientId: "987d3bec94ec4052ab3278c948418e65", divId: "adobe-dc-view"});
adobeDCView.previewFile({
content:{location: {url: "https://github.com/avinal/avinal/blob/main/avinal_kumar.pdf"}},
metaData:{fileName: "avinal_kumar.pdf"}
}, {embedMode: "IN_LINE"});
});
</script>