-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
616 lines (576 loc) · 25.4 KB
/
resume.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
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"><!-- Begin Jekyll SEO tag v2.5.0 -->
<title>Resume | Amir Fallahian e-Home</title>
<meta name="generator" content="Jekyll v3.8.5" />
<meta property="og:title" content="Resume" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="This is Amir Fallahian e-home. I write here about every thing mostly related to the IT and Automation." />
<meta property="og:description" content="This is Amir Fallahian e-home. I write here about every thing mostly related to the IT and Automation." />
<link rel="canonical" href="https://aef.ir/resume.html" />
<meta property="og:url" content="https://aef.ir/resume.html" />
<meta property="og:site_name" content="Amir Fallahian e-Home" />
<script type="application/ld+json">
{"url":"https://aef.ir/resume.html","description":"This is Amir Fallahian e-home. I write here about every thing mostly related to the IT and Automation.","headline":"Resume","@type":"WebPage","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<!-- Cookie Consent by https://www.FreePrivacyPolicy.com -->
<script type="text/javascript" src="//www.FreePrivacyPolicy.com/cookie-consent/releases/3.0.0/cookie-consent.js"></script>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function () {
cookieconsent.run({ "notice_banner_type": "headline", "consent_type": "express", "palette": "light", "change_preferences_selector": "#changePreferences", "language": "en", "website_name": "Amir Fallahian e-Home" });
});
// Added by me
function revoke_cookie_consent() {
var d = new Date();
d.setTime(d.getTime() + (0 * 60 * 1000));
var expires = "expires=" + d.toUTCString();
document.cookie = 'cookie_consent_user_accepted' + "=" + "" + ";path=/;expires=" + expires;
console.log("cookie consent is revoked!");
}
function printAllCookies() {
var cookies = document.cookie.split("; ");
var cookie_String = "";
for (var c = 0; c < cookies.length; c++) {
cookie_String += "Cookie : \n " + cookies[c] + "\n";
}
alert(cookie_String);
}
</script>
<noscript><a href="https://www.freeprivacypolicy.com/cookie-consent/">Cookie Consent by FreePrivacyPolicy.com</a></noscript>
<!-- End Cookie Consent --><link rel="stylesheet" href="/assets/main.css"><!-- to add an aditional css file use front matter additional_css -->
<link rel="stylesheet" href="/assets/resume.css"><link type="application/atom+xml" rel="alternate" href="https://aef.ir/feed.xml" title="Amir Fallahian e-Home" /><script type="text/plain" cookie-consent="tracking">
if(!(window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1")) {
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-133696499-1', 'auto');
ga('send', 'pageview');
}
</script>
</head>
<body><header class="site-header" role="banner">
<div class="wrapper"><a class="site-title" rel="author" href="/">Amir Fallahian e-Home</a><nav class="site-nav">
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger">
<span class="menu-icon">
<svg viewBox="0 0 18 15" width="18px" height="15px">
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z" />
</svg>
</span>
</label>
<div class="trigger"><a class="page-link" href="/about.html">About me</a><a class="page-link" href="/blog.html">My blog</a><a class="page-link" href="/resume.html">Resume</a></div>
</nav></div>
</header><main class="page-content" aria-label="Content">
<div class="wrapper">
<article class="post">
<header class="post-header">
<h1 class="post-title">Resume</h1>
</header>
<div class="post-content">
<!-- Section: Name and Photo -->
<section class="w3-container">
<!-- Header -->
<div class="w3-panel w3-indigo w3-xlarge aef-bold">Personal Info</div>
<!-- PHOTO -->
<div class="w3-col m4 l3">
<img class="resume-photo"
src="/assets/resume-photo-amir-fallahian.jpg">
</div>
<!-- Info -->
<div class="w3-container w3-col m7 l8 s11 w3-medium">
<!-- Address -->
<div class="w3-container w3-col m5 l4 s11">Address:</div>
<div class="w3-container w3-col m5 l7 s11">Please contact me by Email!</div>
<!-- Date of Birth -->
<div class="w3-container w3-col m5 l4">Date of Birth:</div>
<div class="w3-container w3-col m5 l7">June 30, 1987 – Najafabad, Iran</div>
<!-- Email -->
<div class="w3-container w3-col m5 l4">Email:</div>
<div class="w3-container w3-col m5 l7">www.aef.ir[at]gmail.com</div>
<!-- Linkedin -->
<div class="w3-container w3-col m5 l4">Linkedin:</div>
<div class="w3-container w3-col m5 l7"><a target="_blank"
href="https://www.linkedin.com/in/amir-fallahian">Amir
Fallahian</a>
</div>
</div>
</section>
<!-- Education -->
<section class="w3-container w3-medium">
<!-- Header -->
<div class="w3-panel w3-indigo w3-xlarge aef-bold">Education</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">Sep 2016 – Present</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">Master in Electrical engineering and IT - Automation</div>
<!-- Place -->
<div class="aef-italic">Darmstadt University of Applied sciences (H-da), Darmstadt, Germany</div>
<!-- Deatils -->
<ul>
<li>
Advanced Programming Techniques and Engineering Processes, Project Management and Management
Processes, Event-discrete Systems, Intelligent Automation for Safe Processes and Products, High
Level Languages and Frameworks, Distributed Systems, Adaptive and learning control, Synthesis of
dynamic systems using state-space models, Telemanipulators, Model-based non-linear robot control
</li>
</ul>
<p>
Team project: Pizza shop automation system to automate the ordering process
</p>
<ul>
<li>A client-server application</li>
<li>Server is implemented by PHP and Client is an Android application</li>
<li>Experience of using REST API and open source libraries</li>
</ul>
</div>
</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">Oct 2005 – Feb 2010</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">Bachelor in Computer Engineering - Software</div>
<!-- Place -->
<div class="aef-italic">Najaf Abad Azad University, Najafabad, Iran</div>
<!-- Deatils -->
<p>Bachelor thesis: LMS (Learning management system)</p>
<ul>
<li>
Web-based application for helping faculties to manage their teaching materials(e.g. Personal page,
Grade list, Exersice upload, Code checking)
</li>
<li>Implemented by PHP, Html and Css</li>
</ul>
</div>
</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">Oct 2001 – May 2004</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">High School Diploma in Mathematics and Physics Discipline</div>
<!-- Place -->
<div class="aef-italic">Imam mohammad bagher High school, Isfahan, Iran</div>
</div>
</div>
</section>
<!-- Job experience -->
<section class="w3-container w3-medium">
<!-- Header -->
<div class="w3-panel w3-indigo w3-xlarge aef-bold">Job experience</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">Feb 2019 – Present</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">Working student, mediola - connected living AG, FFM, Germany</div>
<!-- Deatils -->
<ul>
<li>Testing the smart home gateways and devices</li>
<ul>
<li>Implementation of an application for testing the gateways by NodeJs,Mocha-chai</li>
</ul>
</ul>
</div>
</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">Mar 2018 – Feb 2019</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">Working student, CS1 GmbH, Schwalbach am Taunus, Germany</div>
<!-- Deatils -->
<ul>
<li>Testing the Pfalzwerke smart home system</li>
<ul>
<li>Implementation of an application for testing the VIDA gateway by JS</li>
</ul>
<li>Research on the smart home solutions like Innogy and Symcon</li>
<li>Implementation of a smart home on the IPSymcon platform</li>
<ul>
<li>Working with PHP and Web technologies</li>
</ul>
</ul>
</div>
</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">Nov 2017 – Mar 2018</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">Internship, CS1 GmbH, Schwalbach am Taunus, Germany</div>
<!-- Deatils -->
<ul>
<li>Design and implementation of a smart mirror prototype</li>
<ul>
<li>Implemented by Android, Rest APIs and bubble.is prototyping platform</li>
</ul>
<li>Test the whole Pfalzwerke smart home package</li>
<li>Research on the smart home solutions like Innogy and Symcon</li>
</ul>
</div>
</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">Feb 2011 – Jul 2016</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">Software Engineer, Telecommunication Infrastructure Co., Isfahan, Iran</div>
<!-- Deatils -->
<ul>
<li>Design and implementation programs for analyzing telecommunication switch data by C#</li>
<li>Operation and maintenance of telecommunication switches like Neax and Huawei, Routing and
accounting</li>
</ul>
</div>
</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">Jan 2010 – Mar 2011</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">IT manager, Hermes Gasht Ariana Travel Agency, Isfahan, Iran</div>
<!-- Deatils -->
<ul>
<li>Design, implementation and maintenance of the company LAN</li>
<li>Implementation of the company website by Drupal</li>
</ul>
</div>
</div>
</section>
<!-- Other experiences -->
<section class="w3-container w3-medium">
<!-- Header -->
<div class="w3-panel w3-indigo w3-xlarge aef-bold">Other experiences</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3"> </div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Deatils -->
<ul>
<li>Web design (PHP, MySql, Javascript, Css3, Html 5)</li>
<ul>
<li>Worked as a freelancer in some projects</li>
</ul>
<li>Software development(C#, Java, Android, C++)</li>
<ul>
<li>Worked as a freelancer in some projects</li>
</ul>
</ul>
</div>
</div>
</section>
<!-- Languages -->
<section class="w3-container w3-medium">
<!-- Header -->
<div class="w3-panel w3-indigo w3-xlarge aef-bold">Languages</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3"> </div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<div class="w3-cell-row">
<!-- Language -->
<div class="w3-col l6 m6 s5">Farsi</div>
<!-- Level -->
<div class="w3-col l6 m6 s5">Native speaker</div>
</div>
<div class="w3-cell-row">
<!-- Language -->
<div class="w3-col l6 m6 s5">English</div>
<!-- Level -->
<div class="w3-col l6 m6 s5">CEF B2</div>
</div>
<div class="w3-cell-row">
<!-- Language -->
<div class="w3-col l6 m6 s5">German</div>
<!-- Level -->
<div class="w3-col l6 m6 s5">CEF A2</div>
</div>
</div>
</div>
</section>
<!-- Computer Skills -->
<section class="w3-container w3-medium">
<!-- Header -->
<div class="w3-panel w3-indigo w3-xlarge aef-bold">Computer Skills</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3"> </div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Office -->
<div class="w3-cell-row w3-margin-bottom">
<!-- Skill -->
<div class="w3-col l6 m6 s5">MS-Office</div>
<!-- Level -->
<div class="w3-col l6 m6 s5">
<div class="w3-light-grey">
<div class="w3-container w3-green w3-center"
style="width:75%">75%</div>
</div>
</div>
</div>
<!-- Html5 -->
<div class="w3-cell-row w3-margin-bottom">
<!-- Skill -->
<div class="w3-col l6 m6 s5">Html 5</div>
<!-- Level -->
<div class="w3-col l6 m6 s5">
<div class="w3-light-grey">
<div class="w3-container w3-green w3-center"
style="width:75%">75%</div>
</div>
</div>
</div>
<!-- CSS3 -->
<div class="w3-cell-row w3-margin-bottom">
<!-- Skill -->
<div class="w3-col l6 m6 s5">Css3</div>
<!-- Level -->
<div class="w3-col l6 m6 s5">
<div class="w3-light-grey">
<div class="w3-container w3-green w3-center"
style="width:75%">75%</div>
</div>
</div>
</div>
<!-- Javascript -->
<div class="w3-cell-row w3-margin-bottom">
<!-- Skill -->
<div class="w3-col l6 m6 s5">Javascript [NodeJs, Mocha-chai]</div>
<!-- Level -->
<div class="w3-col l6 m6 s5">
<div class="w3-light-grey">
<div class="w3-container w3-green w3-center"
style="width:75%">75%</div>
</div>
</div>
</div>
<!-- Java -->
<div class="w3-cell-row w3-margin-bottom">
<!-- Skill -->
<div class="w3-col l6 m6 s5">Java</div>
<!-- Level -->
<div class="w3-col l6 m6 s5">
<div class="w3-light-grey">
<div class="w3-container w3-yellow w3-center"
style="width:55%">55%</div>
</div>
</div>
</div>
<!-- Android -->
<div class="w3-cell-row w3-margin-bottom">
<!-- Skill -->
<div class="w3-col l6 m6 s5">Android</div>
<!-- Level -->
<div class="w3-col l6 m6 s5">
<div class="w3-light-grey">
<div class="w3-container w3-lime w3-center"
style="width:65%">65%</div>
</div>
</div>
</div>
<!-- C++ -->
<div class="w3-cell-row w3-margin-bottom">
<!-- Skill -->
<div class="w3-col l6 m6 s5">C++</div>
<!-- Level -->
<div class="w3-col l6 m6 s5">
<div class="w3-light-grey">
<div class="w3-container w3-lime w3-center"
style="width:65%">65%</div>
</div>
</div>
</div>
<!-- C# -->
<div class="w3-cell-row w3-margin-bottom">
<!-- Skill -->
<div class="w3-col l6 m6 s5">C#</div>
<!-- Level -->
<div class="w3-col l6 m6 s5">
<div class="w3-light-grey">
<div class="w3-container w3-grey w3-center"
style="width:45%">45%</div>
</div>
</div>
</div>
<!-- PHP -->
<div class="w3-cell-row w3-margin-bottom">
<!-- Skill -->
<div class="w3-col l6 m6 s5">PHP</div>
<!-- Level -->
<div class="w3-col l6 m6 s5">
<div class="w3-light-grey">
<div class="w3-container w3-yellow w3-center"
style="width:55%">55%</div>
</div>
</div>
</div>
<!-- Linux -->
<div class="w3-cell-row w3-margin-bottom">
<!-- Skill -->
<div class="w3-col l6 m6 s5">Linux</div>
<!-- Level -->
<div class="w3-col l6 m6 s5">
<div class="w3-light-grey">
<div class="w3-container w3-yellow w3-center"
style="width:55%">55%</div>
</div>
</div>
</div>
<span class="w3-tiny aef-italic">(*skill levels are based on the following link : <a
href="https://goo.gl/PsCZMZ"
target="_blank">https://goo.gl/PsCZMZ</a></span>
</div>
</div>
</section>
<!-- Courses and Trainings -->
<section class="w3-container w3-medium">
<!-- Header -->
<div class="w3-panel w3-indigo w3-xlarge aef-bold">Courses and Trainings</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">2017</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">Technical Management (H-da)</div>
<!-- Deatils -->
<ul>
<li>Introduction into industry process models, e.g. CMMi and SPICE, agile methods like SCRUM, project
management </li>
</ul>
</div>
</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">2016</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">System Design (H-da)</div>
<!-- Deatils -->
<ul>
<li>UML, C++, introduction to the STL, systematic testing</li>
<li>Design and Implementation of a navigation system by C++</li>
</ul>
</div>
</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">2016</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">Advanced Information Technology (H-da)</div>
<!-- Deatils -->
<ul>
<li>JAVA , Android</li>
</ul>
</div>
</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">2010</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">PHP Programming - OOP (Isfahan University Computer Institute)</div>
</div>
</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">2010</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">C# Programming (Pegah Institute)</div>
</div>
</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">2009</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">MCSE (Hirbod Institute)</div>
</div>
</div>
<!-- Row -->
<div class="w3-cell-row">
<!-- left column -->
<div class="w3-container w3-cell w3-mobile w3-col m4 l3">2005</div>
<!-- right column -->
<div class="w3-container w3-cell w3-mobile w3-col m7 l8">
<!-- Title -->
<div class="aef-bold">ICDL (Isfahan University Computer Institute)</div>
</div>
</div>
</section>
</div>
</article>
</div>
</main><footer class="site-footer h-card">
<data class="u-url" href="/"></data>
<div class="wrapper">
<div class="footer-col-wrapper">
<div class="footer-col footer-col-3">
<p>This is Amir Fallahian e-home. I write here about every thing mostly related to the IT and Automation.</p>
</div>
<div class="footer-col footer-col-1">
</div>
<div class="footer-col footer-col-2"><ul class="social-media-list"><li><a target="_blank" href="https://github.com/aefn"><svg
class="svg-icon">
<use xlink:href="/assets/minima-social-icons.svg#github"></use>
</svg> <span class="username">aefn</span></a></li><li><a target="_blank" href="https://www.linkedin.com/in/amir-fallahian"><svg
class="svg-icon">
<use xlink:href="/assets/minima-social-icons.svg#linkedin"></use>
</svg> <span class="username">amir-fallahian</span></a></li><li><a target="_blank" href="https://www.twitter.com/amirebrahimf"><svg
class="svg-icon">
<use xlink:href="/assets/minima-social-icons.svg#twitter"></use>
</svg> <span class="username">amirebrahimf</span></a></li><li><a target="_blank" href="/feed.xml"><svg class="svg-icon">
<use xlink:href="/assets/minima-social-icons.svg#rss"></use>
</svg> <span>feed.xml</span></a></li><!-- Email at the end --><li><a class="u-email" href="mailto:[email protected]">[email protected]</a></li></ul></div>
</div>
<div class="footer-row">
<a href="https://aef.ir/privacy_policy.html">Privacy Policy</a>
<span> | </span>
<a href="#" onclick="revoke_cookie_consent()">Revoke Cookie Consent</a>
<span> | </span>
<a href="#" onclick="printAllCookies()">Print All Cookies</a>
</div>
</div>
</footer></body>
</html>