-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
636 lines (579 loc) · 30.8 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
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
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
<!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">
<link rel="icon" href="img/fav-icon.png" type="image/x-icon" />
<title>Mehdi Kiani Official Site </title>
<meta name="description" content="Mehdi kiani is a developer, instructor and consultant. He loves learning, teaching and reading about new technologies, programming languages and every thing related to these fields. ">
<meta http-equiv="Pragma" content="no-cache">
<link href="vendors/material-icon/css/materialdesignicons.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="vendors/linears-icon/style.css" rel="stylesheet">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Extra plugin css -->
<link href="vendors/owl-carousel/assets/owl.carousel.css" rel="stylesheet">
<link href="vendors/animate-css/animate.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#bs-example-navbar-collapse-1" data-offset="80" data-scroll-animation="true">
<div id="preloader">
<div id="preloader_spinner">
<div class="spinner"></div>
</div>
</div>
<!--================ Frist hader Area =================-->
<header class="header_area">
<div class="container">
<nav class="navbar navbar-default">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Menu</span>
<span class="icon-bar menu-color"></span>
<span class="icon-bar menu-color"></span>
<span class="icon-bar menu-color"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="img/logo.png" alt=""></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right pr-10">
<li class="active"><a href="#about">ABOUT </a></li>
<li><a href="#skill">SKILL</a></li>
<li><a href="#employment">EMPLOYMENT</a></li>
<li><a href="#book">BOOK</a></li>
<li><a href="#teaching">TEACHING</a></li>
<li><a href="#education">EDUCATION</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
</div>
</header>
<!--================End Footer Area =================-->
<!--================Total container Area =================-->
<div class="container main_container">
<div class="content_inner_bg row m0">
<section class="about_person_area pad" id="about">
<div class="row">
<div class="col-md-5">
<div class="person_img">
<img src="img/member/MehdiKiani.jpg" alt="Mehdi Kiani">
<a class="download_btn" href="files/cv/MehdiKiani_CV.pdf" download="download"><span>Download
Resume</span></a>
</div>
</div>
<div class="col-md-7">
<div class="row person_details">
<h3> <span>Mehdi Kiani</span></h3>
<h4>Developer, Instructor</h4>
<p>
<ul class="profile">
<li>
20+ years experience in object-oriented analysis and design, requirements
analysis and modeling, data modeling, database design, back end and front end
developer.
</li>
<li>
Experienced back end developer in .Net framework using c-sharp language, asp.net
web from, asp.net mvc, asp.net core mvc, .net standard, razor pages, razor class
libraries, web api programming, and other relative technologies.
</li>
<li>
Experienced front end developer using html, html5, css, jQuery, bootstrap and
other relative frameworks.
</li>
<li>
Member of Planning Council of ministry of education and technical book editor.
</li>
<li>
Held positions with management responsibility in ICT office in Isfahan education
department, including training, for up to 100 employees engaged in computer and
related activities.
</li>
<li>
Excellent communication and teaching, training skills. Articulate with
professional and educated manner. Sensitive to needs of organization and
individuals which enables me as instructor, consultant, team builder, or team
member to work with diverse groups.
</li>
<li>
Experienced in bridging communication gap between technical projects and
organizational management.
</li>
<li>
Provided training to internal staff in application of new technologies
</li>
<li>
Strong analytical thinking and problem solving skills.
</li>
</ul>
</p>
</div>
</div>
</div>
</section>
<section class="myskill_area pad" id="skill">
<div class="main_title">
<h2>STRONG TECHNOLOGY SKILLS </h2>
</div>
<div class="row">
<div class="col-md-5 wow fadeInUp animated">
<div class="skill_text">
<h4>Back End</h4>
</div>
</div>
<div class="col-md-7 wow fadeInUp animated">
<ul class="list-level1">
<li>
C# Language as main programming language.
</li>
<li>
Desktop applications using:
<ul class="skill_inner">
<li>
Windows form application
</li>
<li>
Windows presentation foundation(WPF).
</li>
<li>
DLL programming.
</li>
</ul>
</li>
<li>
Web applications using:
<ul class="skill_inner">
<li>
Asp.net core mvc.
</li>
<li>
Asp.net mvc.
</li>
<li>
Asp.net web form.
</li>
</ul>
</li>
<li>
Language integrated query(LINQ).
</li>
<li>
Entity framework and entity framework core.
</li>
<li>
Web api programming.
</li>
<li>
Signalr.
</li>
<li>
.Net standard.
</li>
<li>
Razor class library.
</li>
<li>
SQL server.
</li>
<li>
SQL server assembly programming.
</li>
</ul>
</div>
</div>
<div class="row skill_section">
<div class="col-md-5 wow fadeInUp animated">
<div class="skill_text">
<h4>Front End</h4>
</div>
</div>
<div class="col-md-7 wow fadeInUp animated">
<ul class="list-level1">
<li>
Html, Html5.
</li>
<li>
CSS.
</li>
<li>
JS.
</li>
<li>
JQuery.
</li>
<li>
JQuery UI.
</li>
<li>
Bootstrap.
</li>
<li>
Xamarin.
</li>
<li>
Other relative frameworks.
</li>
</ul>
</div>
</div>
</section>
<section class="white_box_area pad " id="employment">
<div class="main_title">
<h2>Employment</h2>
</div>
<div class="row">
<div class="col-md-6">
<div class="row white_box_item_container">
<div class=" white_box_item col-md-12 wow fadeInUp animated">
<div class="white_box_no rounded-circle text-center">
4
</div>
<h3>Software developer, head of ICT, teacher and trainer.</h3>
<h4>Isfahan Education Department</h4>
<h5>Education office under ministry of education</h5>
<h6>2010-Present</h6>
<p><span class="role">Role:</span>
Requirements analysis and developing desktop and web application to addressing the
requirements. Improving exists apps. Giving advice to other departments. teaching and
training other employment engaged in computer applications.
</p>
</div>
<div class="white_box_item col-md-12 wow fadeInUp animated">
<div class="white_box_no rounded-circle text-center">
3
</div>
<h3>software developer, team leader and Consultant.</h3>
<h4>Nahib Javan</h4>
<h5>Software Company</h5>
<h6>2009-2010</h6>
<p><span class="role">Role:</span>Managing and leading other developers. Analyzing and modeling
database and back end codes. Teaching and training new technologies to other developers.</p>
</div>
</div>
</div>
<div class="col-md-6 white_box_right_section">
<div class="row white_box_item_container">
<div class="col-md-12 white_box_item wow fadeInUp animated">
<div class="white_box_no rounded-circle text-center">
2
</div>
<h3>IT Manager, developer and system supporter</h3>
<h4>Omran Abshar Espadana </h4>
<h5>building Company</h5>
<h6>2008-2010</h6>
<p>Supporting software and hardware systems. Giving advice to other departments and analyzing
company requirements. Replacing old access software by recreating windows form application
from scratch which held financial and other data of more than 10,000 people. Developing some
light software such as salary system and converter.</p>
</div>
<div class="col-md-12 white_box_item wow fadeInUp animated">
<div class="white_box_no rounded-circle text-center">
1
</div>
<h3>Freelancer</h3>
<h5>Developer, Consultant, Programming Trainer</h5>
<h5>Isfahan,Ir</h5>
<h6>2003-Present</h6>
<p><span class="role">Role:</span>As a freelancer i worked as a developer, consultant and
programming trainer. </p>
</div>
</div>
</div>
</div>
</section>
<section class="book_area pad" id="book">
<div class="main_title">
<h2>Books </h2>
</div>
<div class="row">
<div class="col-md-5 wow fadeInUp animated">
<div class="skill_text">
<h4>As Author</h4>
</div>
</div>
<div class="col-md-7 wow fadeInUp animated">
<div class="book_title">
1) Introduction to Microsoft Asp.Net Mvc 5.
</div>
<div class="book_description">
The book designed in six chapter to help you get up to speed on asp.net mvc 5 technology.
The book is good for developers who wants to migrate from asp.net web form application to
mvc programming.
</div>
<div class="section_seperator"></div>
<div>
Type: EBook
</div>
<div>
Number of pages: 194
</div>
<div>
Language: Persian
</div>
<div>
Download link: <a href="/files/books/Introduction-To-MVC5-By-Mehdi-Kiani.pdf"
download="">Introduction to MVC5</a>
</div>
<div class="section_seperator"></div>
<div class="section_seperator"></div>
<div class="book_title">
2) Introduction to Microsoft Entity Framework Code First.
</div>
<div class="book_description">
The book designed in four chapter to help you get up to speed on entity framework code
first. The book is good for developers who wants to migrate from ado.net programming to
entity framework code first.
</div>
<div class="section_seperator"></div>
<div>
Type: EBook
</div>
<div>
Number of pages: 127
</div>
<div>
Language: Persian
</div>
<div>
Download link: <a
href="/files/books/Introduction-To-Entity-Framework-Code-First-By-Mehdi-Kiani.pdf"
download="">Introduction to Entity Framework Code First</a>
</div>
</div>
</div>
<div class="row book_section">
<div class="col-md-5 wow fadeInUp animated">
<div class="skill_text">
<h4>As Technical Editor</h4>
</div>
</div>
<div class="col-md-7 wow fadeInUp animated">
<div class="book_title">
1) Programming and Database Development(Student Version).
</div>
<div class="book_description">
Ministry of education, Official student book for high school.
</div>
<div class="section_seperator"></div>
<div>
Type: Paper, Ebook
</div>
<div>
Number of pages: 260
</div>
<div>
Language: Persian
</div>
<div>
Download link: <a href="/files/books/C211287_Std.pdf" download="">Student Book</a>
</div>
<div class="section_seperator"></div>
<div class="book_title">
2) Programming and Database Development(Teacher version).
</div>
<div class="book_description">
Ministry of education, Official teacher book for high school.
</div>
<div class="section_seperator"></div>
<div>
Type: Paper, Ebook
</div>
<div>
Number of pages: 270
</div>
<div>
Language: Persian
</div>
<div class="section_seperator"></div>
<div>
Download link: <a href="/files/books/C211816_teacher.pdf" download="">Teacher Book</a>
</div>
</div>
</div>
</section>
<section class="teaching_area pad" id="teaching">
<div class="main_title">
<h2>Teaching Experience </h2>
</div>
<div class="row">
<div class="col-md-5 wow fadeInUp animated">
<div class="skill_text">
<h4>Class Course</h4>
</div>
</div>
<div class="col-md-7 wow fadeInUp animated">
<ul class="list-level1">
<li >
Advance Web programming with C# and asp.net Core mvc.
</li>
<li>
Advanced Web programming with C#, ASP.Net and visual Studio.net.
</li>
<li>
Advanced windows forms application programming with C# and visual Studio.net.
</li>
<li>
Introduction to Web Programming with C#, ASP.Net and visual Studio.net.
</li>
<li>
Introduction to windows forms application programming with C# and visual Studio.net.
</li>
<li>
Understanding algorithms and flowcharts.
</li>
</ul>
</div>
</div>
<div class="row teaching_section">
<div class="col-md-5 wow fadeInUp animated">
<div class="skill_text">
<h4>Video Course</h4>
</div>
</div>
<div class="col-md-7 wow fadeInUp animated">
<ul class="list-level1">
<li >
<span class="course_title">Asp.net core programming with C# from novice to professional</span>
<ul class="list-level2">
<li>
Complete reference on C# programming and asp.net core developing.
</li>
<li>
More than 1500 minutes video training.
</li>
<li>
Contains all source codes and samples.
</li>
<li>
Language: Persian
</li>
<li>
More details: <a href="/files/course/AspNetCoreMvcByMehdiKiani-Content.pdf" download="">Click To View More Details</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</section>
<section class="white_box_area pad" id="education">
<div class="main_title">
<h2>Education</h2>
</div>
<div class="row">
<div class="col-md-6">
<div class="row white_box_item_container">
<div class="white_box_item col-md-12 wow fadeInUp animated">
<div class="white_box_no rounded-circle text-center">
M
</div>
<h3>M.S (Master of Business Administration)</h3>
<h4>Isfahan University, IR</h4>
<h6>2018-Present</h6>
<p>
<span class="proposal">Proposal : </span> Discrete Event Based Simulation of the Effects of the Block Chain Technology on
Supply Chain Performance: A Case of Isfahan Education Department.
</p>
</div>
</div>
</div>
<div class="col-md-6 white_box_right_section">
<div class="row white_box_item_container">
<div class="white_box_item col-md-12 wow fadeInUp animated">
<div class="white_box_no rounded-circle text-center">
B
</div>
<h3>B.S (Computer Engineering ) </h3>
<h4>Najaf Abad University</h4>
<h6>2003-2007</h6>
<p>
<span class="proposal">Proposal : </span> Analyzing the Effects of the Design Patterns on Developing Software: A Case of
Reservation System.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="contact_area pad" id="contact">
<div class="main_title">
<h2>Contact Me</h2>
</div>
<div class="row social-container">
<div class="col-md-12 text-center">
<ul class="social_icon ">
<li><a href="https://www.facebook.com/mkiani3000" title="facebook.com/mkiani3000" data-toggle="tooltip" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/mkiani3000" title="twitter.com/mkiani3000" data-toggle="tooltip" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/mkiani3000/" title="instagram.com/mkiani3000" data-toggle="tooltip" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/mkiani3000/" title="linkedin.com/in/mkiani3000" data-toggle="tooltip" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.pinterest.com/mkiani3000/" title="pinterest.com/mkiani3000" data-toggle="tooltip" target="_blank"><i class="fa fa-pinterest"></i></a></li>
<li><a href="https://join.skype.com/invite/jxw4r7YGjPwf" title="join.skype.com/invite/jxw4r7YGjPwf" data-toggle="tooltip" target="_blank"><i class="fa fa-skype"></i></a></li>
<li><a href="https://github.com/mehdikiani" title="github.com/mehdikiani" data-toggle="tooltip" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a href="mailto:[email protected]" title="[email protected]" data-toggle="tooltip" target="_blank"><i class="fa fa-envelope-o"></i></a></li>
</ul>
</div>
</div>
</section>
<!--================Map Area =================
<div id="mapBox" class="mapBox row m0" data-lat="32.657315" data-lon="51.677519" data-zoom="13"></div>
-->
</div>
</div>
<!--================End Total container Area =================-->
<footer class="footer_area">
<div class="footer_copyright">
<div class="container">
<div class="pull-left">
<h5>
<p>
Copyright ©
<script>document.write(new Date().getFullYear());</script> | <a href="https://mkiani.ir">mkiani.ir</a> | All rights reserved
</p>
</h5>
</div>
<div class="pull-right">
<h5>
<p>
Templated by <a href="https://colorlib.com" target="_blank">Colorlib</a> | Hosted by <a href="https://github.com" target="_blank"><i class="text-white fa fa-github m-r-10"></i>Github</a>
</p>
</h5>
</div>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-2.1.4.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="vendors/popperjs/popper.js"></script>
<!-- Extra plugin js -->
<script src="vendors/counter-up/waypoints.min.js"></script>
<script src="vendors/counter-up/jquery.counterup.min.js"></script>
<script src="vendors/isotope/imagesloaded.pkgd.min.js"></script>
<script src="vendors/isotope/isotope.pkgd.min.js"></script>
<script src="vendors/style-switcher/styleswitcher.js"></script>
<script src="vendors/style-switcher/switcher-active.js"></script>
<script src="vendors/animate-css/wow.min.js"></script>
<!--gmaps Js-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCjCGmQ0Uq4exrzdcL6rvxywDDOvfAu6eE"></script>
<script src="js/gmaps.min.js"></script>
<!-- contact js -->
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/contact.js"></script>
<script src="js/theme.js"></script>
</body>
</html>