-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 940 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (21 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<title>CV Kai</title> <!--will be shown as the tab title of your browser!-->
</head>
<body>
<!-- Method 1: show a string with links to target pdf>!-->
<!--
<a href="https://wkcircle.github.io/cv_kai.pdf" tabindex="-1"><strong>click to view my cv.</strong></a>
!-->
<!-- Method 2: (Github) uplaod your file into github repo and copy the address of the pdf file, and assign it to src!-->
<embed id="cv_kai" height="700px" width="100%" src="https://wkcircle.github.io/cv_kai.pdf" type="application/pdf" />
<!-- Method 3: (google document embedder): upload your file online (anywhere as long as its publicly available! Then copy the embedd code and replace with the following <iframe> codes.-->
<!--
<iframe src="https://drive.google.com/file/d/1Kjh98dwfINqhTy4qjGGnhyXdXrH6LvEL/preview"
style="width:100%; height:700px;"
frameborder="0">
</iframe>!
-->
</body>
</html>