-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (89 loc) · 4.04 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<link rel="icon" type="image/png" href="images/icon.png" />
<title>Koosha Marashi's Personal Website</title>
<!-- Bootstrap -->
<link href="css/bootstrap-lumen.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="css/font-awesome.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google Analytics -->
<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-55194576-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container wrapper">
<div class="row">
<img src="images/header.jpg" alt="Koosha Marashi" title="Rolla Countryside, Fall 2013" class="img-responsive center-block">
</div>
<nav class="navbar navbar-default">
<ul class="nav nav-tabs nav-justified">
<li role="presentation" class="active"><a href="index.html">Home</a></li>
<li role="presentation"><a href="cv/resume.pdf">Résumé</a></li>
<li role="presentation"><a href="projects.html">Projects</a></li>
<li role="presentation"><a href="publications.html">Publications</a></li>
</ul>
</nav>
<div class="row">
<div class="col-sm-3">
<img src="images/koosha.jpg" alt="Koosha Marashi" class="img-rounded img-responsive">
</div>
<div class="col-sm-6">
<h1><span style="font-weight: 200;">Koosha Marashi</span></h1>
<h4>
Ph.D. in Computer Engineering
</h4>
<br>
<p>
I am a professional software/firmware engineer with extensive experience in back-end, web, and embedded systems development.
</p>
<p>
I received the B.S. degree in Electrical Engineering from <a href="http://www.iut.ac.ir/en/" target="_blank">Isfahan University of Technology</a> and Ph.D. degree in Computer Engineering from <a href="http://mst.edu/" target="_blank">Missouri University of Science and Technology</a>. During my studies, I received the Outstanding Undergraduate Researcher Award, the National University Transportation Center Fellowship, and the Missouri S&T Vice-Provost Fellowship.
</p>
<br>
<address>
<i class="fa fa-envelope fa-lg fa-fw"></i> <a href="mailto:[email protected]" target="_blank">[email protected]</a><br>
<i class="fa fa-linkedin-square fa-lg fa-fw"></i> <a href="https://www.linkedin.com/in/koosham/" target="_blank">linkedin.com/in/koosham/</a><br>
<i class="fa fa-github-square fa-lg fa-fw"></i> <a href="https://github.com/koosham" target="_blank">github.com/koosham</a>
</address>
</div>
<div class="col-sm-3 hidden">
<h4 class="text-warning">News:</h4>
<hr>
<p>
</p>
</div>
</div>
<div class="push"></div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.js"></script>
<footer class="footer">
<div class="container">
<hr>
<script type="text/javascript">
document.write('<h6>Last Update: ' + LastUpdate + '</h6>');
</script>
<br>
</div>
</footer>
</body>
</html>