-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV.html
53 lines (43 loc) · 1.9 KB
/
CV.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
45
46
47
48
49
50
51
52
53
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 2.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="homepage of Mostafa Miandari Hossein" />
<meta name="keywords" content="homepage, CV" />
<meta name="author" content="Mostafa Miandari Hossein" />
<link rel="stylesheet" type="text/css" href="basic-profile.css" title="Basic Profile" media="all" />
<title>Mostafa Miandari Hossein-CV</title>
</head>
<body>
<div id="wrap">
<div id="sidebar">
<h1><a href="index.html">Mostafa Miandari Hossein</a></h1>
<a href="index.html"></a>
<!--<p class="slogan">everyone has a story to tell</p> -->
<ul>
<li><a href="index.html">About</a></li>
<li><a href="CV.html">Curriculum Vitae</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="projects.html">Projects & Activities</a></li>
<li><a href="contact.html">Contact</a></li>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-54540509-2', 'auto');
ga('send', 'pageview');
</script>
</ul>
</div>
<div id="content">
<h2>CV</h2>
<center><a href="Mostafa_CV.pdf"> Download CV </a></center>
<iframe src="Mostafa_CV.pdf" width="800px" height="600px" style="margin-left:-100px;">
</iframe>
<p class="credits">
Template design by <a href="http://andreasviklund.com/">Andreas Viklund</a> / Best hosted at <a href="https://www.svenskadomaner.se/?ref=mall&ling=en" title="Svenska Domäner AB">www.svenskadomaner.se</a></p>
</div>
</div>
</body>
</html>