-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathresume.html
44 lines (37 loc) · 2.24 KB
/
resume.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
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--==================== UNICONS ====================-->
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css">
<!--==================== CSS ====================-->
<link rel="stylesheet" href="assets/css/styles.css">
<!--==================== TITLE and Favicon ====================-->
<title>Erol Bicer's Resume</title>
<!-- <link rel="shortcut icon" type="image/png" href="assets/img/"> -->
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon_io/favicon-16x16.png">
<!-- <link rel="manifest" href="/site.webmanifest"> -->
<!-- Primary Meta Tags -->
<title>Erol Bicer's Resume</title>
<meta name="title" content="Erol Bicer's Resume" />
<meta name="description" content="Extensive experience in nuclear safety analyses and international project development." />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.erolbicer.com/resume" />
<meta property="og:title" content="Erol Bicer's Resume" />
<meta property="og:description" content="Extensive experience in nuclear safety analyses and international project development." />
<meta property="og:image" content="https://www.erolbicer.com/assets/img/profile.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://www.erolbicer.com/resume" />
<meta property="twitter:title" content="Erol Bicer's Resume" />
<meta property="twitter:description" content="Extensive experience in nuclear safety analyses and international project development." />
<meta property="twitter:image" content="https://www.erolbicer.com/assets/img/profile.png" />
<meta http-equiv="refresh" content="0; url=resume.pdf" />
</head>
<body>
<p>If you are not redirected automatically, <a href="resume.pdf">click here to download the resume.</a></p>
</body>
</html>