forked from solimanware/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.59 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Osama Soliman Resume</title>
<meta name="description" content="Designer, Developer & Entrepreneur making the web an awesome place.">
<meta name="author" content="Microsmsm">
<meta property="og:url" content="https://microsmsm.github.io/resume" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Osama Soliman Resume | Microsmsm" />
<meta property="og:Microsmsm:author" content="1867293020251077" />
<meta property="og:description" content="Owning computer since early childhood made me familiar with the software impact on this world, and the story has begun..." />
<meta property="og:image" content="https://microsmsm.github.io/resume/resume.jpg" />
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="500" />
<link rel="shortcut icon" href="favicon.ico">
<style>
html,body{
width: 100%;
height: 100%;
margin: 0;
}
object{
width:100%;
height: 100%;
margin: auto;
display: block;
}
</style>
</head>
<body>
<object data="./OsamaSolimanResume.pdf">
<p>Your web browser doesn't have a PDF plugin.
Instead you can <a href="./OsamaSolimanResume.pdf">click here to
download the PDF file.</a></p>
</object>
</body>
</html>