-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (42 loc) · 2.64 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="title" content="Kayvan Mazaheri">
<meta name="description" content="Kayvan Mazaheri's Website">
<meta name="keywords" content="Kayvan, Mazaheri, Website, Developer">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<title>Kayvan Mazaheri</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
<!-- <link rel="stylesheet" href="https://cdn.rawgit.com/morteza/bootstrap-rtl/v3.3.4/dist/css/bootstrap-rtl.min.css"> -->
<script src="https://use.fontawesome.com/5e894b37f4.js"></script>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="container-fluid" id="root">
<section class="row align-items-center" id="me">
<div class="col">
<div class="container">
<div class="row">
<div class="col align-self-center">
<h1 class="text-center">Kayvan Mazaheri</h1>
<h3 class="text-center">Software Engineer at <small><code>~/<a href="https:cafebazaar.ir">cafebazaar</a>/<a href="https://divar.ir">divar</a></code></small></h3>
<div class="text-center" id="links">
<a href="https://linkedin.com/in/kmazaheri" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="https://github.com/KayvanMazaheri/" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.slim.js" integrity="sha256-tA8y0XqiwnpwmOIl3SGAcFl2RvxHjA8qp0+1uCGmRmg=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
</body>
</html>