-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 943 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Sriram's Resume</title>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<script src="https://documentservices.adobe.com/view-sdk/viewer.js"></script>
</head>
<body>
<div id="adobe-dc-view"></div>
<script type="text/javascript">
document.addEventListener("adobe_dc_view_sdk.ready", function()
{
var adobeDCView = new AdobeDC.View({clientId: "55edff53b3314b269dc5ce03edfab14d", divId: "adobe-dc-view"});
adobeDCView.previewFile(
{
content: {location: {url: "https://tinverse.github.io/sriram/Sriram_Sundararajan.pdf"}},
metaData: {fileName: "Sriram_Sundararajan.pdf"}
},
{
embedMode: "SIZED_CONTAINER", showFullScreen: true
},
{
displayMode: "FIT_PAGE"
});
});
</script>
</body>
</html>