-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (58 loc) · 1.55 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Shahin Zarrabi</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Cormorant+Garamond" rel="stylesheet">
<style>
html {
height: 100%;
display: flex;
}
body {
width: 83.0417227456%;
margin: auto;
font-family: 'Cormorant Garamond', serif;
font-size: 32px;
line-height: 1.3;
}
p:last-child {
text-align: right;
}
a {
text-decoration: none;
color: #000;
border-bottom: 1px solid currentColor;
}
@media only screen and (min-width: 640px) {
body {
font-size: 36px;
line-height: 1.4;
}
}
@media only screen and (min-width: 768px) {
body {
font-size: 44px;
}
}
@media only screen and (min-width: 960px) {
body {
font-size: 52px;
}
}
@media only screen and (min-width: 1159px) {
body {
font-size: 60px;
line-height: 1.25;
}
}
</style>
</head>
<body>
<p>Currently working at <a href="https://eslfaceitgroup.com">EFG</a>. To reach me, please contact me through <a href="https://www.linkedin.com/in/shahinzarrabi">Linkedin</a>.</p>
<p>✌️ <em>Shahin</em></p>
</body>
</html>