-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
37 lines (37 loc) · 1.51 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
<!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="Solimanware" />
<meta property="og:url" content="https://solimanware/resume" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Osama Soliman Resume | Solimanware" />
<meta property="og:Solimanware: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://solimanware/resume/resume.jpg" />
<meta property="og:image:width" content="500" />
<meta property="og:image:height" content="500" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<button class="download-btn">Click Here To Download The Full Resume</button>
<iframe
src="https://drive.google.com/file/d/0B3VnSl89GUNxaXI1NzNrLUZTYWs/preview"
width="640"
height="480"
></iframe>
<button class="download-btn">Click Here To Download The Full Resume</button>
<script src="app.js"></script>
</body>
</html>