-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
693 lines (634 loc) · 36.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
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
---
layout: default
---
<!-- Home Section start -->
<section id="home" class="scroll-section root-sec grey lighten-5 home-wrap">
<div class="sec-overlay">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="home-inner">
<div class="center-align home-content">
<h1 class="home-title">HI! I'm <br>Michał Skrabacz</h1>
<h2 class="home-subtitle">Android developer from Wrocław, Poland</h2>
<a href="#contact" class="hire-me-btn btn waves-effect waves-light btn-large brand-bg white-text regular-text">Contact Me <i class="mdi-content-send left"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- .container end -->
<div class="section-call-to-area">
<div class="container">
<div class="row">
<a href="#about" class="btn-floating btn-large button-middle call-to-about section-call-to-btn animated btn-up btn-hidden" data-section="#about">
<i class="mdi-navigation-expand-more"></i>
</a>
</div>
</div>
<!-- .container end -->
</div>
</div>
</section>
<!-- #home Section end -->
<!-- About Section start -->
<section id="about" class="scroll-section root-sec padd-tb-60 grey lighten-5 about-wrap">
<div class="container">
<div class="row">
<div class="clearfix about-inner">
<div class="col-sm-12 col-md-4">
<div class="person-about">
<h3 class="about-subtitle">My Story</h3>
<p>
I'm a versatile and result oriented developer with over 8 years of professional experience in Android and Test Automation tools development.
</p>
<p>
I've proven track record includes projects conducted in international environment (with European and American Customers) and business critical projects made for various key accounts.
</p>
<p>
I'm excellent team player with very good communication skills. Additionally, I'm also experienced in running teams as a team leader.
</p>
</div>
</div>
<!-- about me description -->
<div class="col-sm-6 col-md-4">
<div class="person-img wow fadeIn">
<img class="z-depth-1" src="img/my.jpg" alt="">
</div>
</div>
<!-- about me image -->
<div class="col-sm-6 col-md-4">
<div class="person-info">
<h3 class="about-subtitle">Personal Information</h3>
<h5><span>Name :</span> Michał Skrabacz</h5>
<h5><span>Age :</span> 30 Years</h5>
<h5><span>Phone :</span> +48 888 061 332</h5>
<h5><span>Email :</span> [email protected]</h5>
<h5><span>Address :</span> Wrocław, Poland</h5>
</div>
<div class="about-social">
<ul>
<li>
<a href="https://plus.google.com/u/1/104857504173305630383/" class="btn-floating waves-effect waves-light white"><i class="fa fa-google-plus"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/profile/view?id=AAIAAANRyG0Btmol-nA4-CCDkDDhmqAbzH49wlw" class="btn-floating waves-effect waves-light white"><i class="fa fa-linkedin"></i></a>
</li>
<li>
<a href="https://github.com/michal-skrabacz" class="btn-floating waves-effect waves-light white"><i class="fa fa-github"></i></a>
</li>
<li>
<a href="https://twitter.com/bulvahj" class="btn-floating waves-effect waves-light white"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="https://www.facebook.com/michal.skrabacz" class="btn-floating waves-effect waves-light white"><i class="fa fa-facebook"></i></a>
</li>
</ul>
</div>
</div>
<!-- about me info -->
</div>
</div>
</div>
<!-- .container end -->
</section>
<!-- #about Section end -->
<section id="download" class="root-sec">
<div class="sec-overlay">
<div class="container">
<div class="row">
<div class="clearfix skill-inner">
<div class="col-sm-12 center">
<a href="{{ site.baseurl }}/assets/Michal_Skrabacz_CV.pdf" class="waves-effect waves-light btn-large brand-bg white-text"><i class="mdi-content-archive left"></i> Download Resume </a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Resume Section start -->
<section id="resume" class="scroll-section">
<section id="skill" class="root-sec grey lighten-5 skill-wrap">
<div class="sec-overlay">
<div class="container">
<div class="row">
<div class="clearfix skill-inner">
<div class="col-sm-12 col-md-3">
<div class="skill-left">
<h2 class="title">Skills</h2>
<p class="regular-text">Most of my experience is related with Android and J2EE applications development, in most cases requiring both low and high level programming and extensive knowledge of system architecture.</p>
</div>
</div>
<!-- skills container -->
<div class="col-sm-12 col-md-6 col-md-offset-1">
<div class="skill-right">
<div id="skillSlider" class="clearfix skill-graph">
{% for skill in site.data.skills %}
<!-- single skill -->
<div class="single-skill">
<div class="after-li">
<div class="singel-hr">
<div class="singel-hr-inner" data-height="{{ skill.level }}">
<div class="skill-visiable">
<span class="skill-title">{{ skill.name }}</span>
<div class="hr-wrap">
<div class="hrc"></div>
</div>
</div>
</div>
<span class="skill-count">{{ skill.level }}</span>
</div>
</div>
</div>
<!-- /single skill-->
{% endfor %}
</div>
</div>
</div>
<!-- /skills container -->
</div>
</div>
<div class="btn-wrapp skl-ctrl">
<a class="btn-floating waves-effect waves-light btn-large brand-bg white-text go go-left"><i class="mdi-navigation-chevron-left "></i></a>
<a class="btn-floating waves-effect waves-light btn-large brand-bg white-text go go-right"><i class="mdi-navigation-chevron-right "></i></a>
</div>
</div>
</div>
<!-- .container end -->
</section>
<!-- Languages Section end -->
<section id="languages" class="root-sec funfact-wrap">
<div class="sec-inner padd-tb-120">
<div class="container">
<div class="row">
<div class="funfact-inner">
<div class="col-sm-12">
<div class="center">
<h2 class="title white-text">Languages</h2>
<p class="regular-text"></p>
</div>
</div>
{% for language in site.data.languages %}
<div class="col-sm-4 funfact-box">
<div class="center-align card-panel white">
<div class="feature-box-outer">
<div class="funfact-box-inner">
<div class="clearfix ">
<!--<i class="mdi-editor-insert-emoticon"></i>-->
<ul class="fun_progress">
<!-- Item -->
<li data-name="{{ language.name }}" data-percent="{{ language.percent }}"> <svg viewBox="-10 -10 220 220">
<g fill="none" stroke-width="9" transform="translate(100,100)">
<path d="M 0,-100 A 100,100 0 0,1 86.6,-50" stroke="url(#cl1)"/>
<path d="M 86.6,-50 A 100,100 0 0,1 86.6,50" stroke="url(#cl2)"/>
<path d="M 86.6,50 A 100,100 0 0,1 0,100" stroke="url(#cl3)"/>
<path d="M 0,100 A 100,100 0 0,1 -86.6,50" stroke="url(#cl4)"/>
<path d="M -86.6,50 A 100,100 0 0,1 -86.6,-50" stroke="url(#cl5)"/>
<path d="M -86.6,-50 A 100,100 0 0,1 0,-100" stroke="url(#cl6)"/>
</g>
</svg> <svg viewBox="-10 -10 220 220">
<path d="M200,100 C200,44.771525 155.228475,0 100,0 C44.771525,0 0,44.771525 0,100 C0,155.228475 44.771525,200 100,200 C155.228475,200 200,155.228475 200,100 Z" stroke-dashoffset="{{ language.level }}"></path>
</svg> </li>
<!-- end item-->
</ul>
</div>
</div>
</div>
</div>
</div> <!-- ./single fun fact box -->
{% endfor %}
</div>
</div>
</div> <!-- .container end -->
</div>
</section>
<svg width="0" height="0">
<defs>
<linearGradient id="cl1" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="1" y2="1">
<stop stop-color="#618099"/>
<stop offset="100%" stop-color="#8e6677"/>
</linearGradient>
<linearGradient id="cl2" gradientUnits="objectBoundingBox" x1="0" y1="0" x2="0" y2="1">
<stop stop-color="#8e6677"/>
<stop offset="100%" stop-color="#9b5e67"/>
</linearGradient>
<linearGradient id="cl3" gradientUnits="objectBoundingBox" x1="1" y1="0" x2="0" y2="1">
<stop stop-color="#9b5e67"/>
<stop offset="100%" stop-color="#9c787a"/>
</linearGradient>
<linearGradient id="cl4" gradientUnits="objectBoundingBox" x1="1" y1="1" x2="0" y2="0">
<stop stop-color="#9c787a"/>
<stop offset="100%" stop-color="#817a94"/>
</linearGradient>
<linearGradient id="cl5" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="0" y2="0">
<stop stop-color="#817a94"/>
<stop offset="100%" stop-color="#498a98"/>
</linearGradient>
<linearGradient id="cl6" gradientUnits="objectBoundingBox" x1="0" y1="1" x2="1" y2="0">
<stop stop-color="#498a98"/>
<stop offset="100%" stop-color="#618099"/>
</linearGradient>
</defs>
</svg>
<!-- #languages Section end -->
<section id="libs" class="root-sec grey lighten-5 skill-wrap">
<div class="sec-overlay">
<div class="container">
<div class="row">
<div class="clearfix skill-inner">
<div class="col-sm-12 col-md-3">
<div class="skill-left">
<h2 class="title">Tools</h2>
<p class="regular-text">Set of libraries and frameworks to speed up development.</p>
</div>
</div>
<!-- skills container -->
<div class="col-sm-12 col-md-6 col-md-offset-1">
<div class="skill-right">
<div id="libsSlider" class="clearfix skill-graph">
{% for skill in site.data.libs %}
<!-- single skill -->
<div class="single-skill">
<div class="after-li">
<div class="singel-hr">
<div class="singel-hr-inner" data-height="{{ skill.level }}">
<div class="skill-visiable">
<span class="skill-title">{{ skill.name }}</span>
<div class="hr-wrap">
<div class="hrc"></div>
</div>
</div>
</div>
<span class="skill-count">{{ skill.level }}</span>
</div>
</div>
</div>
<!-- /single skill-->
{% endfor %}
</div>
</div>
</div>
<!-- /skills container -->
</div>
</div>
<div class="btn-wrapp lib-ctrl">
<a class="btn-floating waves-effect waves-light btn-large brand-bg white-text go go-left"><i class="mdi-navigation-chevron-left "></i></a>
<a class="btn-floating waves-effect waves-light btn-large brand-bg white-text go go-right"><i class="mdi-navigation-chevron-right "></i></a>
</div>
</div>
</div>
<!-- .container end -->
</section>
<section id="experience" class="root-sec">
<div class="sec-overlay padd-tb-80">
<div class="container">
<div class="row">
<div class="experience-inner">
<div class="col-sm-12 col-md-10 card-box-wrap">
<div class="row">
<div class="clearfix section-head experience-text">
<div class="col-sm-12">
<h2 class="title white-text">Experience</h2>
<p class="regular-text">The wisdom of completed roads and visited places.</p>
</div>
</div>
<div class="col-lg-12">
<div class="overflow-hidden">
<div class="row">
<div id="experienceSlider" class="clearfix card-element-wrapper">
{% for company in site.data.companies %}
<div class="col-sm-4 cold-xs-12 single-card-box wow fadeInUpSmall" data-wow-duration=".7s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="left-align card-title-top">{{ company.period }}</h2>
<div class="valign-wrapper card-img-wrap">
<img class="activator" src="/img/company/{{ company._id}}.jpg" alt="">
</div>
</div>
<div class="card-content">
<span class="card-title activator brand-text">{{ company.position }}<i class="mdi-navigation-more-vert right"></i></span>
<p>{{ company.name }}</p>
</div>
<div class="card-reveal">
<div class="rev-title-wrap">
<span class="card-title activator brand-text">{{ company.position }}<i class="mdi-navigation-close right"></i></span>
<a href="{{ company.site }}"><p>{{ company.name }}</p></a>
</div>
<p class="rev-content">
{{ company.desc }}
</p>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>
<div class="btn-wrapp exp-ctrl">
<a class="btn-floating waves-effect waves-light btn-large white go go-left"><i class="mdi-navigation-chevron-left brand-text"></i></a>
<a class="btn-floating waves-effect waves-light btn-large white go go-right"><i class="mdi-navigation-chevron-right brand-text"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="education" class="root-sec grey lighten-5 padd-tb-120 education-wrap">
<div class="container">
<div class="row">
<div class="education-inner">
<div class="col-sm-12 col-md-10 card-box-wrap">
<div class="row">
<div class="clearfix section-head education-text">
<div class="col-sm-12">
<h2 class="title">education</h2>
<p class="regular-text"></p>
</div>
</div>
<div class="col-lg-12">
<div class="overflow-hidden">
<div class="row">
<div id="educationSlider" class="clearfix card-element-wrapper">
{% for education in site.data.educations %}
<!-- single education -->
<div class="col-sm-4 single-card-box wow fadeInUpSmall" data-wow-duration=".7s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="left-align card-title-top">{{ education.period }}</h2>
<div class="card-img-wrap">
<img class="activator" src="/img/education/{{ education._id }}.jpg" alt="">
</div>
</div>
<div class="card-content">
<span class="card-title activator brand-text">{{ education.title }}<i class="mdi-navigation-more-vert right"></i></span>
<p>{{ education.name }}</p>
</div>
<!-- Reveal content-->
<div class="card-reveal">
<div class="rev-title-wrap">
<span class="card-title activator brand-text">{{ education.title }}<i class="mdi-navigation-close right"></i></span>
<a href="{{ education.site }}"><p>{{ education.name }}</p></a>
</div>
<p class="rev-content">{{ education.desc }}</p>
</div>
</div>
</div> <!-- single education end -->
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>
<!--<div class="btn-wrapp edu-ctrl">-->
<!--<a class="btn-floating waves-effect waves-light btn-large brand-bg go go-left"><i class="mdi-navigation-chevron-left"></i></a>-->
<!--<a class="btn-floating waves-effect waves-light btn-large brand-bg go go-right"><i class="mdi-navigation-chevron-right"></i></a>-->
<!--</div>-->
</div>
</div>
</div>
</section>
</section>
<!-- #resume Section end -->
<!-- Testimonial Section end -->
<section id="testimonial" class="scroll-section root-sec brand-bg padd-tb-120 testimonial-wrap">
<div class="container">
<div class="row">
<div class="testimonial-inner">
<div class="col-sm-12 col-md-10 card-box-wrap">
<div class="row">
<div class="clearfix section-head testimonial-text">
<div class="col-sm-12">
<h2 class="title">testimonial</h2>
<p class="regular-text">Meet other awesome people that I worked with.</p>
</div>
</div>
<div class="col-lg-12">
<div class="overflow-hidden">
<div class="row">
<div id="testimonialSlider" class="clearfix card-element-wrapper">
{% for testimonial in site.data.testimonials %}
<div class="col-sm-6 single-card-box wow fadeInUpSmall" data-wow-duration=".7s">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<div class="card-img-wrap">
<img class="activator" src="{{ testimonial.img }}" alt="">
<p class="saying-about">{{ testimonial.quote}}</p>
</div>
</div>
<div class="card-content">
<span class="card-title activator brand-text">{{ testimonial.author }} -</span>
<a href="#">{{ testimonial.role}}</a>
</div>
</div>
</div> <!-- ./single testimonial box -->
{% endfor %}
</div> <!-- #testimonialSlider end -->
</div>
</div>
</div>
</div>
</div>
<div class="btn-wrapp tmo-ctrl">
<a class="btn-floating waves-effect waves-light btn-large white go go-left"><i class="mdi-navigation-chevron-left brand-text"></i></a>
<a class="btn-floating waves-effect waves-light btn-large white go go-right"><i class="mdi-navigation-chevron-right brand-text"></i></a>
</div>
</div>
</div>
</div> <!-- ./container end -->
</section>
<!-- #testimonial Section end -->
<!-- Funfacts Section end -->
<section id="funfacts" class="root-sec grey lighten-5 funfact-wrap">
<div class="sec-inner padd-tb-120">
<div class="container">
<div class="row">
<div class="funfact-inner">
<div class="col-sm-4 funfact-box">
<div class="center-align card-panel white">
<div class="feature-box-outer">
<div class="funfact-box-inner">
<div class="clearfix ">
<!--<i class="mdi-editor-insert-emoticon"></i>-->
<i class="mdi-maps-local-drink"></i>
<span class="num countNumb">2878</span>
</div>
<div class="context">Cups of Coffee</div>
</div>
</div>
</div>
</div> <!-- ./single fun fact box -->
<div class="col-sm-4 funfact-box">
<div class="center-align card-panel white">
<div class="feature-box-outer">
<div class="funfact-box-inner">
<div class="clearfix ">
<i class="mdi-action-done-all"></i>
<span class="num countNumb">21</span>
</div>
<div class="context">Project Completed</div>
</div>
</div>
</div>
</div> <!-- ./single fun fact box -->
<div class="col-sm-4 funfact-box">
<div class="center-align card-panel white">
<div class="feature-box-outer">
<div class="funfact-box-inner">
<div class="clearfix ">
<i class="mdi-social-cake"></i>
<span class="num countNumb">3</span>
</div>
<div class="context">Award Won</div>
</div>
</div>
</div>
</div> <!-- ./single fun fact box -->
</div>
</div>
</div> <!-- .container end -->
</div>
</section>
<!-- #funfacts Section end -->
<!-- Portfolio Section start -->
<section id="portfolio" class="scroll-section root-sec white portfolio-wrap">
<div class="padd-tb-120 brand-bg portfolio-top">
<div class="portfolio-inner">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2 class="title">PORTFOLIO</h2>
<ul class="inline-menu clearfix portfolio-category" id="portfolio-msnry-sort">
<li class="active"><a href="#" data-target="*">All</a>
</li>
<li><a href="#" data-target=".Android">Android</a>
</li>
<li><a href="#" data-target=".iOS">iOS</a>
</li>
<li><a href="#" data-target=".Web">Web</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- .container end -->
</div>
<div id="portfolioModal" class="modal white">
<div class="model-img"></div>
<div class="modal-content">
<h2 class="title">Lorem ipsum dolor sit fugit dolore.</h2>
<p class="m-content">A portfolio is a collection of documents and writing that you assemble in order to demonstrate that you have the appropriate prior.</p>
</div>
<div class="modal-footer">
<a href="#" target="_blank" class="waves-effect btn-flat brand-text modal-action">Live Demo</a>
<a href="#" class="waves-effect btn-flat brand-text modal-action modal-close">cancel</a>
</div>
</div>
<div class="portfolio-bottom">
<div class="container">
<div class="row">
<div class="col-sm-12">
<ul class="clearfix protfolio-item" id="protfolio-msnry">
{% for project in site.data.projects %}
<!-- Single Portfolio-->
<li class="single-port-item {{ project.categories }}">
<a href="#portfolioModal" class="waves-effect waves-block waves-light modal-trigger" data-image-source="/img/portfolio/big/{{ project._id }}.jpg" data-title="{{ project.title }}" data-content="{{ project.desc }}" data-demo-link="{{ project.url }}"> <!-- Portfolio pop-up content-->
<div class="protfolio-image">
<img src="/img/portfolio/small/{{ project._id }}.jpg" alt="{{ project.title }}"> <!-- portfolio thumbnail-->
<div class="protfolio-content waves-effect waves-block waves-light">
<div class="protfolio-content__inner">
<h2 class="p-title">{{ project.title }}</h2>
</div>
</div>
<div class="p-overlay"></div>
</div>
</a>
</li>
<!--/ single portfolio -->
{% endfor %}
</ul>
<!-- portfolio load more button-->
<!--<a id="portfolio-item-loader" href="#" class="btn-floating btn-large waves-effect waves-light brand-bg"><i class="mdi-content-add"></i></a>-->
</div>
</div>
</div>
</div>
</section>
<!-- #portfolio Section end -->
<!-- Contact Section end -->
<section id="contact" class="scroll-section root-sec brand-bg padd-tb-120 contact-wrap">
<div class="container">
<div class="row">
<div class="contact-inner">
<div class="col-sm-12 card-box-wrap">
<div class="row">
<div class="clearfix section-head contact-text">
<div class="col-sm-12">
<h2 class="title">Contact</h2>
<p class="regular-text">al. Hallera 190/31, 53-203 Wrocław</p>
<ul class="clearfix contact-info">
<li>+48 888 061 332</li>
<li>[email protected]</li>
</ul>
</div>
</div> <!-- contact text end -->
<div class="clearfix contact-form">
<!-- Map Start -->
<div class="col-sm-7">
<div class="map-wrapper">
<div id="map"></div>
</div>
</div> <!-- Map end -->
<!-- Contact Form start -->
<div class="col-sm-5">
<div class="clearfix card-panel grey lighten-5 cform-wrapper">
<form action="#" id="contactForm" novalidate>
<div class="input-field">
<input id="contact_name" type="text" name="contactName" class="validate input-box">
<label for="contact_name" class="input-label">Name</label>
</div>
<div class="input-field">
<input id="email" type="email" name="contactEmail" class="validate input-box">
<label for="email" class="input-label">Email</label>
</div>
<div class="input-field">
<input id="subject" type="text" name="contactSubject" class="validate input-box">
<label for="subject" class="input-label">Subject</label>
</div>
<div class="input-field textarea-input">
<textarea id="textarea1" name="contactMessage" class="validate materialize-textarea" style="height: 22px;"></textarea>
<label for="textarea1" class="input-label">Message</label>
</div>
<div class="input-field submit-wrap clearfix">
<button type="submit" class="left waves-effect btn-flat brand-text submit-btn">send message</button>
<div class="right form-loader-area">
<svg class="circular size-20" height="20" width="20">
<circle class="path" cx="10" cy="10" r="7" fill="none" stroke-width="3" stroke-miterlimit="10" />
</svg>
</div>
</div>
</form>
</div>
</div> <!-- ./contact form end -->
</div>
</div>
</div>
</div>
</div>
</div> <!-- ./container end -->
<div class="section-call-to-area">
<div class="container">
<div class="row">
<a href="#home" class="btn-floating btn-large button-middle call-to-home section-call-to-btn animated btn-up btn-hidden" data-section="#home">
<i class="mdi-navigation-expand-less"></i>
</a>
</div>
</div>
</div>
</section>
<!-- #contact Section end -->