-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
127 lines (117 loc) · 5 KB
/
contact.html
File metadata and controls
127 lines (117 loc) · 5 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact — Aydin Abedinia</title>
<meta name="description" content="Get in touch with Aydin Abedinia — email, GitHub, LinkedIn.">
<link rel="stylesheet" href="styles.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3QX5RKQZKW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3QX5RKQZKW');
</script>
<style>
/* ===== CONTACT ===== */
.contact-wrap { min-height: 60vh; }
.term {
border: 1px solid var(--line);
border-radius: 12px;
background: linear-gradient(180deg, var(--bg-1), var(--bg));
overflow: hidden;
max-width: 760px;
box-shadow: 0 30px 80px -50px var(--accent-glow);
}
.term__bar {
display: flex;
align-items: center;
gap: 8px;
padding: 13px 16px;
border-bottom: 1px solid var(--line);
background: var(--bg-2);
}
.term__bar .dots { display: flex; gap: 7px; }
.term__bar .dots i { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.term__bar .dots i:nth-child(1){ background:#ff5f57; }
.term__bar .dots i:nth-child(2){ background:#febc2e; }
.term__bar .dots i:nth-child(3){ background:#28c840; }
.term__bar .ttl { font-size: 12px; color: var(--fg-dim); margin-left: 8px; white-space: nowrap; }
.term__body { padding: 28px clamp(20px, 4vw, 34px) 34px; font-size: 14px; line-height: 1.9; }
.ln { white-space: pre-wrap; }
.ln .pfx { color: var(--accent-dim); }
.ln .cmd { color: var(--fg); }
.ln .out { color: var(--fg-muted); }
.ln .key { color: var(--fg-dim); display: inline-block; min-width: 92px; }
.ln .val a, .ln .val { color: var(--fg); }
.ln .val a { border-bottom: 1px solid transparent; transition: border-color 0.18s, color 0.18s; }
.ln .val a:hover { color: var(--accent); border-color: var(--accent-line); }
.gap { height: 14px; }
.comment { color: var(--fg-dim); }
.blink { color: var(--accent); animation: blink 1.15s steps(1) infinite; }
.contact-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
</style>
</head>
<body>
<nav class="nav">
<div class="nav__inner">
<a class="brand" href="index.html">
<span class="u">aydin</span><span class="p">@abedinia</span><span class="p">:~$</span><span class="cur"></span>
</a>
<div class="nav__links">
<a href="work.html">work</a>
<a href="research.html">research</a>
<a href="about.html">about</a>
<a href="contact.html">contact</a>
</div>
</div>
</nav>
<header class="page-head wrap">
<span class="eyebrow" data-reveal>contact</span>
<h1 data-reveal data-delay="60">Get in touch<span class="accent-cur">_</span></h1>
<p data-reveal data-delay="120">
Always happy to talk about ML systems, edge inference, or research. The fastest
way to reach me is email.
</p>
</header>
<main class="wrap contact-wrap">
<div class="section" data-reveal>
<div class="term">
<div class="term__bar">
<span class="dots"><i></i><i></i><i></i></span>
<span class="ttl">aydin@abedinia: ~/contact</span>
</div>
<div class="term__body">
<div class="ln"><span class="pfx">$</span> <span class="cmd">cat contact.txt</span></div>
<div class="ln out"><span class="key">email</span> <span class="val"><a href="mailto:abedinia@duck.com">abedinia@duck.com</a></span></div>
<div class="ln out"><span class="key">github</span> <span class="val"><a href="https://github.com/abedinia" target="_blank" rel="noopener">github.com/abedinia</a></span></div>
<div class="ln out"><span class="key">linkedin</span> <span class="val"><a href="https://www.linkedin.com/in/aydin-abedinia-96b2276b/" target="_blank" rel="noopener">linkedin.com/in/abedinia</a></span></div>
<div class="ln out"><span class="key">location</span> <span class="val">Genoa, Italy</span></div>
<div class="gap"></div>
<!-- <div class="ln"><span class="pfx">$</span> <span class="blink">_</span></div> -->
</div>
</div>
<div class="contact-cta">
<a class="linkline" href="mailto:abedinia@duck.com">Send an email</a>
<a class="linkline ghost" href="research.html">See research</a>
</div>
</div>
</main>
<footer class="foot">
<div class="wrap foot__inner">
<div class="foot__lead">
<b>Aydin Abedinia</b> — Genoa, Italy<br>
AI Platform Engineer · PhD Researcher
</div>
<div class="foot__links">
<a href="mailto:abedinia@duck.com">email</a>
<a href="https://github.com/abedinia" target="_blank" rel="noopener">github</a>
<a href="https://www.linkedin.com/in/aydin-abedinia-96b2276b/" target="_blank" rel="noopener">linkedin</a>
</div>
</div>
</footer>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="site.js"></script>
</body>
</html>