-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
665 lines (596 loc) · 34.9 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
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- SITE TITLE -->
<title>Mohammad Eshghi - Personal Website</title>
<meta name="description" content="Bamboo - Personal Parallax Portfolio Template">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- Magnific Popup core CSS file -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!-- FONT AWESOME -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<!-- Custom styles for this template -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i" rel="stylesheet">
<!-- Academicons -->
<!-- <link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css"> -->
<link rel="stylesheet" type="text/css" href="css/academicons.min.css">
<!-- Favicon -->
<link rel="icon" href="img/favicon.ico">
<!-- Touch Icons - iOS and Android 2.1+ -->
<link rel="apple-touch-icon" href="img/apple-favicon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-iphone4.png" />
<!-- 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]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133234380-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-133234380-1');
</script>
</head>
<body>
<!-- Loader -->
<div class="loader-con">
<div class="spinner center">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
<!-- End Loader -->
<!-- MAIN NAVIGATION BAR -->
<header class="nav-wrapper effect">
<nav class="navbar-custom">
<div class="container">
<!-- 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="#bm-navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand effect" href="https://geography.uoregon.edu/profile/meshghi/" target="_blank">
<img id="UOSignature" src="./img/UO-Logo-107.png" />
</a>
<a class="navbar-brand effect" href="https://blogs.uoregon.edu/s3clab/" target="_blank">
<img id="S3CSignature" src="./img/S3CLab.png" />
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bm-navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home" class="scroll effect active" data-speed="800">HOME</a></li>
<li><a href="#about" class="scroll effect" data-speed="1200">ABOUT</a></li>
<!-- <li><a href="#services" class="scroll effect" data-speed="1400">EXPERTISE</a></li> -->
<li><a href="#work" class="scroll effect" data-speed="1600">PROJECTS</a></li>
<li><a href="#clients" class="scroll effect" data-speed="2000">PUBLICATIONS</a></li>
<li><a href="#contact" class="scroll effect" data-speed="2400">CONTACT</a></li>
</ul>
</div><!-- End navbar-collapse -->
</div><!-- End container -->
</nav>
</header>
<!-- END MAIN NAVIGATION BAR -->
<!-- HOME -->
<section id="home" class="home-1 parallax one-page-section">
<div class="page-table">
<div class="table-cell text-center">
<div class="avatar-hero">
<img src="./img/profilePic.jpg" alt="avatar-hero">
</div>
<h1>Hi, I'm Mohammad Eshghi</h1>
<h2 class="typer-title">i'm a spatial data scientist</h2>
<a href="#about" class="scroll home-s-btn hor-center"><span class="dot center"></span></a>
</div>
</div>
<div id="particles-js"></div>
</section>
<!-- END HOME -->
<!-- ABOUT -->
<section id="about" class="section one-page-section">
<div class="container">
<div class="row">
<!-- <div class="col-xs-12 col-md-6"> -->
<div class="about-content">
<h2>Hi There! I'm Mohammad Eshghi.</h2>
<p class="myBio">I am always open to expand my knowledge and experience by learning new information and working on different projects, to find better ways to express my ideas by learning new technologies, and to solve practical spatial problems in order to make the world a better place.</p>
<p class="myBio">I am one of the first among graduate students in my department whose research is in the area of Spatial Data Science. With a master's degree in GIS Engineering and a bachelor's degree in Geodesy and Geomatics Engineering, my background includes a great deal of Math, Probability and (Geo-)Statistics, and programming and databases. Considering my background and skills and my research interests, I decided to conduct a research in the area of geospatial machine learning predictive modeling which focuses on Semi-supervised learning. Therefore, I refreshed my previous knowledge and developed a solid and excellent understanding of Machine Learning principles and concepts. Now, I am an active learner in Spatial Data Science skills.</p>
<p class="myBio">Besides being a spatial data scientists, I have gained the required expertise in order to define myself as a full stack web gis developer and gis analyst. Regarding this, I have gained experience in designing and building web gis applications and have contributed to different spatial problems through different professional positions and academic projects.</p>
<!-- <p class="myBio">Currently, I am looking for an internship program for the Summer of 2019. I am both a spatial data scientist who knows the theory very well and a (gis) developer who can prototype what is in his mind and express his ideas. However, the journey of learning never ends, and I would love to take my knowledge and expertise to a whole new level by doing an internship in a prestigious company.</p> -->
<p class="myBio"><strong>Research Interests:</strong> Machine Learning · Spatial and spatiotemporal analysis and modeling · Navigation and wayfinding · Big (geo) data · Spatial Data Mining · Social Media Analysis · Volunteered Geographic Information · Web GIS and Mobile GIS.</p>
<!-- <p class="myBio">Please visit my linkedIn for more information about me.</p> -->
<div>
<!-- <button type="button" class="btn btn-success" onclick=" window.open('','_blank')">RÉSUMÉ</button> -->
<button type="button" class="btn btn-success" onclick=" window.open('https://dl.dropboxusercontent.com/s/71k75y8knjp5yxy/Mohammad%20Eshghi_CV_Fall2018_updated.pdf?dl=0','_blank')">CV</button>
<!-- <div class="downloadFileBox">
<a href="#Resume" class="scroll effect" data-speed="1000">RÉSUMÉ</a>
</div>
<div class="downloadFileBox">
<a href="#CV" class="scroll effect" data-speed="1000">CV</a>
</div> -->
</div>
<!-- <div class="row">
<div class="col-sm-6">
<ul>
<li><span><i class="fa fa-envelope"></i> Email : </span>[email protected]</li>
<li><span><i class="fa fa-map-marker"></i> Location : </span>4373, El Centro, CA.</li>
</ul>
</div>
<div class="col-sm-6">
<ul>
<li><span><i class="fa fa-calendar"></i> Date of birth : </span>8 Juin 1995</li>
<li><span><i class="fa fa-phone"></i> Phone : </span>+1-202-555-0138</li>
</ul>
</div>
</div> -->
<ul class="social-list">
<!-- <li><a href="#" class="effect"><i class="fa fa-facebook"></i></a></li> -->
<!-- <li><a href="#" class="effect"><i class="fa fa-twitter"></i></a></li> -->
<!-- <li><a href="#" class="effect"><i class="fa fa-google-plus"></i></a></li> -->
<li><a href="https://www.linkedin.com/in/meshghi/" class="effect" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://scholar.google.com/citations?user=YJUuc7UAAAAJ&hl=en" class="effect" target="_blank"><i class="ai ai-google-scholar"></i></a></li>
<li><a href="https://github.com/meshghi" class="effect" target="_blank"><i class="fa fa-github"></i></a></li>
<!-- <li><a href="#" class="effect"><i class="fa fa-instagram"></i></a></li> -->
<!-- <li><a href="#" class="effect"><i class="fa fa-pinterest-p"></i></a></li> -->
</ul>
</div>
<!-- </div> -->
<!-- <div class="col-xs-12 col-md-6 skills-section">
<div class="progress-bar-linear">
<p class="progress-bar-text">HTML5, CSS3</p>
<div class="progress-cont">
<span class="main-color progress-bar-text">98%</span>
</div>
<div class="progress-bar-skills">
<div class="progress-bar-line main-color-bg" data-percent="98"></div>
</div>
</div>
<div class="progress-bar-linear">
<p class="progress-bar-text">ADOBE PHOTOSHOP</p>
<div class="progress-cont">
<span class="main-color progress-bar-text">92%</span>
</div>
<div class="progress-bar-skills">
<div class="progress-bar-line main-color-bg" data-percent="92"></div>
</div>
</div>
<div class="progress-bar-linear">
<p class="progress-bar-text">PHP & MySQL</p>
<div class="progress-cont">
<span class="main-color progress-bar-text">86%</span>
</div>
<div class="progress-bar-skills">
<div class="progress-bar-line main-color-bg" data-percent="86"></div>
</div>
</div>
<div class="progress-bar-linear">
<p class="progress-bar-text">WORDPRESS</p>
<div class="progress-cont">
<span class="main-color progress-bar-text">94%</span>
</div>
<div class="progress-bar-skills">
<div class="progress-bar-line main-color-bg" data-percent="94"></div>
</div>
</div>
</div> -->
</div> <!-- End Row -->
</div> <!-- End Container -->
</section>
<!-- END ABOUT -->
<!-- SERVICES -->
<!-- <section id="services" class="section one-page-section second-bg">
<div class="container">
<div class="section-title">
<h2>My services</h2>
</div>
<div class="row">
<div class="col-xs-12 col-md-4">
<div class="single-service">
<div class="service-icon">
<i class="fa fa-html5 effect"></i>
</div>
<div class="service-content">
<h3>WEB DEVELOPMENT</h3>
<div class="s-line"></div>
<p>Nullam porttitor porta augue vel iaculis. Pellentesque a pretium erat. Maecenas semper laoreet dapibus et quatre malesuada.</p>
</div>
</div>
</div>
<div class="col-xs-12 col-md-4">
<div class="single-service bordered">
<div class="service-icon">
<i class="fa fa-laptop effect"></i>
</div>
<div class="service-content">
<h3>WEBSITE DESIGN</h3>
<div class="s-line"></div>
<p>Nullam porttitor porta augue vel iaculis. Pellentesque a pretium erat. Maecenas semper laoreet dapibus et quatre malesuada.</p>
</div>
</div>
</div>
<div class="col-xs-12 col-md-4">
<div class="single-service">
<div class="service-icon">
<i class="fa fa-mobile effect"></i>
</div>
<div class="service-content">
<h3>APP DEVELOPMENT</h3>
<div class="s-line"></div>
<p>Nullam porttitor porta augue vel iaculis. Pellentesque a pretium erat. Maecenas semper laoreet dapibus et quatre malesuada.</p>
</div>
</div>
</div>
<div class="clear-float"></div>
<div class="services-separator"></div>
<div class="col-xs-12 col-md-4">
<div class="single-service">
<div class="service-icon">
<i class="fa fa-picture-o effect"></i>
</div>
<div class="service-content">
<h3>GRAPHIC DESIGN</h3>
<div class="s-line"></div>
<p>Nullam porttitor porta augue vel iaculis. Pellentesque a pretium erat. Maecenas semper laoreet dapibus et quatre malesuada.</p>
</div>
</div>
</div>
<div class="col-xs-12 col-md-4">
<div class="single-service bordered">
<div class="service-icon">
<i class="fa fa-camera-retro effect"></i>
</div>
<div class="service-content">
<h3>CREATIVE PHOTOGRAPHY</h3>
<div class="s-line"></div>
<p>Nullam porttitor porta augue vel iaculis. Pellentesque a pretium erat. Maecenas semper laoreet dapibus et quatre malesuada.</p>
</div>
</div>
</div>
<div class="col-xs-12 col-md-4">
<div class="single-service">
<div class="service-icon">
<i class="fa fa-life-ring effect"></i>
</div>
<div class="service-content">
<h3>ONLINE SUPPORT</h3>
<div class="s-line"></div>
<p>Nullam porttitor porta augue vel iaculis. Pellentesque a pretium erat. Maecenas semper laoreet dapibus et quatre malesuada.</p>
</div>
</div>
</div>
</div> -->
<!-- End Row -->
<!-- </div> -->
<!-- End Container -->
<!-- </section> -->
<!-- END SERVICES -->
<!-- WORK -->
<section id="work" class="section one-page-section">
<div class="container">
<div class="section-title">
<h2>Projects</h2>
</div>
<div class="row">
<div class="col-xs-12">
<ul id="work-list" class="text-center">
<li class="main-color">
<a href="#" class="filter filter-active effect" data-filter="*">all</a>
</li>
<li class="main-color">
<a href="#" class="filter effect" data-filter=".wd">web developement</a>
</li>
<li class="main-color">
<a href="#" class="filter effect" data-filter=".r">research</a>
</li>
<li class="main-color">
<a href="#" class="filter effect" data-filter=".cp">course projects</a>
</li>
<!-- <li class="main-color">
<a href="#" class="filter effect" data-filter=".music">Music</a>
</li> -->
</ul>
</div>
</div> <!-- End Row -->
<div class="row filtr-container">
<div class="col-sm-6 col-md-4 filtr-item wd">
<div class="single-work mb-30">
<a href="./img/CGIS.png" class="popup-link">
<img class="effect" src="./img/CGIS.png" alt="work-1">
<div class="work-overlay effect">
<h3>UO Campus GIS</h3>
<p>WebGIS DEVELOPMENT</p>
</div>
</a>
</div>
</div>
<div class="col-sm-6 col-md-4 filtr-item r">
<div class="single-work mb-30">
<a href="./img/ssl.png" class="popup-link">
<img class="effect" src="./img/ssl.png" alt="work-2">
<div class="work-overlay effect">
<h3>Semi-supervised learning</h3>
<p>GeoSpatial Predictive Modeling</p>
</div>
</a>
</div>
</div>
<div class="col-sm-6 col-md-4 filtr-item cp r">
<div class="single-work mb-30">
<a href="./img/GSN.png" class="popup-link">
<img class="effect" src="./img/GSN.png" alt="work-3">
<div class="work-overlay effect">
<h3>GeoSensor Networks</h3>
<p>Distributed Spatial Reasoning</p>
</div>
</a>
</div>
</div>
<div class="col-sm-6 col-md-4 filtr-item r">
<div class="single-work mb-30">
<a href="./img/twitter.jpg" class="popup-link">
<img class="effect" src="./img/twitter.jpg" alt="work-4">
<div class="work-overlay effect">
<h3>Twitter</h3>
<p>Social Media Representativeness</p>
</div>
</a>
</div>
</div>
<!-- <div class="col-sm-6 col-md-4 filtr-item r cp">
<div class="single-work mb-30">
<a href="http://placehold.it/770x700" class="popup-link">
<img class="effect" src="http://placehold.it/770x700" alt="work-2">
<div class="work-overlay effect">
<h3>Project Title</h3>
<p>WEB DESIGN</p>
</div>
</a>
</div>
</div> -->
<!-- <div class="col-sm-6 col-md-4 filtr-item cp">
<div class="single-work mb-30">
<a href="http://placehold.it/770x700" class="popup-link">
<img class="effect" src="http://placehold.it/770x700" alt="work-6">
<div class="work-overlay effect">
<h3>Project Title</h3>
<p>PHOTOGRAPHY</p>
</div>
</a>
</div>
</div> -->
</div><!-- end row -->
</div> <!-- End Container -->
</section>
<!-- END WORK -->
<!-- TESTIMONIALS -->
<section id="clients" class="section one-page-section second-bg">
<div class="container">
<div class="section-title">
<h2>Publications</h2>
</div>
<div class="row">
<div class="col-xs-12">
<div class="owl-carousel testimonial-slider">
<div class="one-testimonial">
<div class="testimonial-content">
<p style="text-align:justify">Providing smartphone navigation services using wireless sensor networks and decentrilized spatial computing during hazards and emergency situations. <a class="moreinfo" href="https://doi.org/10.1007/s40860-018-0066-1" target="_blank">more</a></p>
</div>
<div class="testimonial-person">
<figure>
<img src="./img/Springer.jpg" alt="tes-img-5" style="margin-top: 7px;">
</figure>
<div class="testimonial-inf">
<h4>M. Eshghi; H. R. Schmidtke</h4>
<p style="font-size:10px;">An approach for safer navigation under severe hurricane damage</p>
</div>
</div>
</div>
<div class="one-testimonial">
<div class="testimonial-content">
<p style="text-align:justify">The aim of this paper is to present a conceptual model so as to consider “Fitness-for-Use” indicator as a key to better storage of data. <a class="moreinfo" href="http://jgst.issge.ir/browse.php?a_id=393&sid=1&slc_lang=en" target="_blank">more</a></p>
</div>
<div class="testimonial-person">
<figure>
<img src="./img/JGST.png" alt="tes-img-3" style="margin-top:12px;">
</figure>
<div class="testimonial-inf">
<h4>M. Eshghi; A. A. Alesheikh</h4>
<p style="font-size:10px; text-align:justify; line-height:14px;">Introducing a Conceptual Model to Improve the Quality of Storage of Volunteered Geographic Information: In the Field of "Fitness-for-Use" Indicator</p>
</div>
</div>
</div>
<!-- <div class="one-testimonial">
<div class="testimonial-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed dapibus leo nec ornare diam. Sed commodo nibh facilisis bibendum dolor feugiat.</p>
</div>
<div class="testimonial-person">
<figure>
<img src="http://placehold.it/100x100" alt="tes-img-4">
</figure>
<div class="testimonial-inf">
<h4>Alvin Jewel</h4>
<p>Creative Head</p>
</div>
</div>
</div> -->
<!-- <div class="one-testimonial">
<div class="testimonial-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed dapibus leo nec ornare diam. Sed commodo nibh facilisis bibendum dolor feugiat.</p>
</div>
<div class="testimonial-person">
<figure>
<img src="http://placehold.it/100x100" alt="tes-img-2">
</figure>
<div class="testimonial-inf">
<h4>Rebecca Johansson</h4>
<p>Project Manager</p>
</div>
</div>
</div> -->
<!-- <div class="one-testimonial">
<div class="testimonial-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed dapibus leo nec ornare diam. Sed commodo nibh facilisis bibendum dolor feugiat.</p>
</div>
<div class="testimonial-person">
<figure>
<img src="http://placehold.it/100x100" alt="tes-img-1">
</figure>
<div class="testimonial-inf">
<h4>Mark Smith</h4>
<p>Creative Head</p>
</div>
</div>
</div> -->
<!-- <div class="one-testimonial">
<div class="testimonial-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sed dapibus leo nec ornare diam. Sed commodo nibh facilisis bibendum dolor feugiat.</p>
</div>
<div class="testimonial-person">
<figure>
<img src="http://placehold.it/100x100" alt="tes-img-6">
</figure>
<div class="testimonial-inf">
<h4>Audley Carson</h4>
<p>Front End Developer</p>
</div>
</div>
</div> -->
</div>
</div>
</div><!-- end row -->
</div> <!-- End Container -->
</section>
<!-- END TESTIMONIALS -->
<!-- CONTACT -->
<section id="contact" class="section one-page-section">
<div class="container">
<div class="section-title">
<h2>contact me</h2>
</div>
<div class="row">
<div class="col-xs-12 col-md-10 col-md-offset-1">
<div class="col-xs-12 col-sm-4">
<div class="contact-item mb-30">
<div class="c-icon text-center">
<i class="fa fa-phone"></i>
</div>
<div class="c-text">
<!-- <h5>PHONE</h5> -->
<div class="clearBreak"></div>
<h6 class="textSmall">+1-541-220-6332</h6>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="contact-item mb-30">
<div class="c-icon text-center">
<i class="fa fa-map-marker"></i>
</div>
<div class="c-text">
<!-- <h5>LOCATION</h5> -->
<h6 class="textSmall">1251 University of Oregon Eugene OR.</h6>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4">
<div class="contact-item mb-30">
<div class="c-icon text-center">
<i class="fa fa-envelope"></i>
</div>
<div class="c-text">
<!-- <h5>EMAIL</h5> -->
<div class="clearBreak"></div>
<h6 class="textSmall2">[email protected]</h6>
</div>
</div>
</div>
</div>
</div><!-- end row -->
<div class="row">
<div class="col-xs-12 col-md-10 col-md-offset-1">
<form id="contact-form" method="post" action="mail/contact.php">
<div class="col-sm-6">
<input type="text" name="name" id="name" class="input-field" required="required" placeholder="Name">
<span class="name-error text-center mb-30"></span>
</div>
<div class="col-sm-6">
<input type="email" name="email" id="email" class="input-field" required="required" placeholder="Email">
<span class="email-error text-center mb-30"></span>
</div>
<div class="col-xs-12">
<textarea name="message" id="message" class="input-field" required="required" placeholder="Message"></textarea>
<span class="message-error text-center mb-30"></span>
</div>
<div id="form-message" class="error mb-30 text-center"></div>
<button type="submit" class="effect submit-btn">Send Message</button>
</form>
</div>
</div> <!-- end row -->
</div> <!-- End Container -->
</section>
<!-- END CONTACT -->
<!-- FOOTER -->
<footer class="footer">
<div class="container">
<div class="row">
<!-- <a href="index-particles.html" class="effect footer-title">Mohammad Eshghi</a> -->
<div class="footer-social">
<ul class="footer-social-list">
<!-- <li><a class="effect" href="#"><i class="fa fa-facebook"></i></a></li>
<li><a class="effect" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a class="effect" href="#"><i class="fa fa-pinterest-p"></i></a></li> -->
<li><a class="effect" href="https://www.linkedin.com/in/meshghi/" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/meshghi" class="effect" target="_blank"><i class="fa fa-github"></i></a></li>
<!-- <li><a class="effect" href="#"><i class="fa fa-behance"></i></a></li>
<li><a class="effect" href="#"><i class="fa fa-instagram"></i></a></li> -->
</ul>
</div>
<!-- <p class="copy-text">Imozar © 2018. all right reserved, designed by <strong><a href="https://themeforest.net/user/phydev" target="_blank">PhyDev</a></strong>.</p> -->
<p class="copy-text">Mohammad Eshghi © <script>document.write(new Date().getFullYear());</script>. all right reserved.</p>
<p class="copy-text">Designed by <strong><a href="https://themeforest.net/user/phydev" target="_blank">PhyDev</a></strong>.</p>
</div> <!-- end row -->
</div> <!-- End Container -->
</footer>
<!-- END FOOTER -->
<!-- Scroll To Top Button -->
<a href="#" class="scroll-up effect">
<i class="fa fa-angle-up"></i>
</a>
<!-- End Scroll To Top Button -->
<!-- js placed at the end of the document so the pages load faster -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="js/bootstrap.min.js"></script>
<!-- Magnific Popup core JS file -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- Owl Carousel JS -->
<script src="js/owl.carousel.min.js"></script>
<!-- jQuery Typer JS -->
<script src="js/jquery.typer.js"></script>
<!-- jQuery Images Loaded JS -->
<script src="js/imagesloaded.pkgd.min.js"></script>
<!-- jQuery Filterizr JS -->
<script src="js/isotope.pkgd.min.js"></script>
<!-- PARTICLES JS -->
<script src="js/particles.js"></script>
<!-- Custom js -->
<script src="js/main.js"></script>
</body>
</html>