-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
188 lines (175 loc) · 4.97 KB
/
index.html
File metadata and controls
188 lines (175 loc) · 4.97 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="Milad Heydari. Software Developer" />
<meta
property="og:description"
content="Milad Heydari. Senior Front-End Developer."
/>
<meta
name="description"
content="Milad Heydari. Senior Front-End Developer."
/>
<meta property="og:image" content="/milad.jpg" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="/favicon/site.webmanifest" />
<title>Milad Heydari. Software Developer</title>
<link href="https://fonts.cdnfonts.com/css/b612-mono" rel="stylesheet" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-GPL8WYQWQ3"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-GPL8WYQWQ3");
</script>
<style>
body {
background-color: #181a1b;
font-family: "B612 Mono", sans-serif;
color: white;
word-break: break-word;
line-height: 1.5;
}
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1,
h3 {
font-weight: normal;
border: none;
margin: 0;
}
a {
color: #3391ff;
text-decoration: none;
}
#terminal {
max-width: 750px;
margin: 50px auto 50px auto;
}
.prefix .userdomain {
color: rgb(127, 255, 127);
}
.prefix .tilde {
color: #3391ff;
}
span.prefix {
min-width: 100px;
display: inline-block;
}
#cursor {
position: relative;
display: inline-block;
margin-right: 0;
}
#cursor i {
position: relative;
width: 1px;
height: 17px;
background-color: white;
left: -3px;
opacity: 1;
display: block;
top: 5px;
}
.blinkanim {
animation-name: blink;
animation-duration: 1000ms;
animation-iteration-count: infinite;
}
@keyframes blink {
0% {
opacity: 1;
}
49% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 0;
}
}
</style>
</head>
<body>
<div id="terminal">
<h1 class="print">Milad Heydari</h1>
<h3>Senior Front-End Developer</h3>
<br />
<span class="prefix"
><span class="userdomain">miladheydari@iammilaad.com</span>:<span
class="tilde"
>~</span
>$</span
>
<span class="textstamp">cd aboutMilad </span>
<br />
<span class="prefix"
><span class="userdomain">miladheydari@iammilaad.com</span>:<span
class="tilde"
>~</span
>$</span
>
<span class="textstamp">cat myPortfolio.txt </span> <br /><br />
Hey, I'm Milad, a Software Developer with over 15 years of experience
specializing in Front-End Development. I have deep expertise in
JavaScript,TypeScript, React, and modern web frameworks. I’m passionate
about building high-performance web applications and streamlining
development processes for maximum efficiency. Originally from Iran, I'm
currently based in Sydney, Australia. My areas of expertise also include
front-end architecture, micro-frontends, and creating scalable,
maintainable, and high-quality software solutions.
<br /><br />
You can visit my other profiles, here: <br />
<a href="https://www.linkedin.com/in/miladheydari/" target="_blank"
>LinkedIn</a
>
<br />
<a href="https://github.com/iammilaad" target="_blank">Github</a> <br />
<a href="https://medium.com/@iammilaad" target="_blank">Medium</a> <br />
<a href="https://twitter.com/iammilaad" target="_blank">Twitter</a> <br />
<p>
I now work for
<a href="https://hastnama.com" target="_blank">Hastnama</a> as a
Front-End Developer and Mentor in
<a href="https://codingfront.dev" target="_blank">CodingFront.dev</a>
</p>
<br />
<span class="prefix"
><span class="userdomain">miladheydari@iammilaad.com</span>:<span
class="tilde"
>~</span
>$</span
>
<span class="textstamp">exit</span>
<span class="" id="cursor"><i class="blinkanim"></i></span>
</div>
</body>
</html>