-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (46 loc) · 2.58 KB
/
index.html
File metadata and controls
49 lines (46 loc) · 2.58 KB
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<link rel="icon" type="image/png" href="/img/gnu-head-mini.png" />
<title>Mohammad Mehdi Habibi</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Mohammad,Mehdi,Habibi,Mohammadmehdi,mhabibi">
<link href="css/bootstrap.min.css" media="screen" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container well">
<div class="container">
<div class='row'>
<div class='col-md-7'>
<blockquote>
<p>About me</p>
My name is Mohammad Mehdi Habibi. I am originally from Iran and since 2017 I have been living and working as a software engineer at Auto1, Customer Alliance and Smava Group in Berlin.<br><br>
My background is software engineering. Before moving to Berlin, I worked for Lazada Group in Vietnam and a variety of tech companies in Iran.<br><br>
I enjoy working in international and diverse teams and speak Persian (mother tongue), English (fluent) and German(intermediate level).<br><br>
My hobbies include digital photography (find some pictures <a target="_blank" href="https://www.instagram.com/wittyshots/">here</a>), cooking and traveling.<br><br>
</blockquote>
<blockquote class="mtop">
<p>You can contact me via:</p>
<small>
<a href="https://www.linkedin.com/in/mmhabibi/">
<img src="img/linkedin.png">
</a>
<a href="https://twitter.com/mhabibi66">
<img src="img/twitter.png">
</a>
mhabibi [at] gmx [dot] de
</small>
</blockquote>
</div>
<div class='col-md-5'>
<a class="twitter-timeline" data-width="430" data-height="430" data-theme="light" href="https://twitter.com/mhabibi66?ref_src=twsrc%5Etfw">Recent Tweets by me</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</div>
<footer class="text-center">
<small><a href="https://mhabibi.github.io/">mhabibi.github.io</a> @ 21st century</small>
</footer>
</body>
</html>