-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
866 lines (756 loc) · 36.2 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
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="title" content="BashIT - IT Services">
<meta name="description" content="IT services, consulting, development and digital design by Christian Winkler">
<meta name="keywords" content="IT Services, consulting, development, digital design, portfolio, Christian Winkler, resume, services, austria, carinthia">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Christian Winkler">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name='dmca-site-verification' content='dGZOZ3V0YnFtZWRMdGc2b2hxVUFuUT090' />
<title>BashIT - IT Services</title>
<!-- Bootstrap CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- et-line -->
<link rel="stylesheet" href="assets/css/et-line.css">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Cabin:400,700%7CMontserrat:400,700,900%7CSource+Sans+Pro" rel="stylesheet">
<!-- owl carousel css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css">
<!-- SLICK CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css">
<!-- magnific-popup CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<!-- custom styles (optional) -->
<link href="assets/css/style.css" rel="stylesheet">
<link rel="icon" href="assets/images/logo.png">
<!-- JSON-LD-Markup generiert von Google Strukturierte Daten: Markup-Hilfe --> <script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "LocalBusiness", "name" : "Christian Winkler", "image" : [ "https://bashit.me/assets/images/head.png", "https://bashit.me/assets/images/03.png" ], "telephone" : "+43 (0) 660 2142 833", "email" : "[email protected]", "address" : "Labientschach 85, 9612 St. Georgen", "priceRange" : "Contact for price." } </script>
<!-- ANALYTICS -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144192642-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-144192642-1');
</script>
<!-- ADS -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-3748644717623673",
enable_page_level_ads: true
});
</script>
</head>
<body style="display:none;">
<!-- Preloader -->
<div id="preloader" style="background-color:#222222;position:fixed;top:0;left:0;width:100%;height:100%;z-index: 100;">
<div id="loader" style="position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto;">
<svg id="logo" version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 -30 840 980" preserveAspectRatio="xMidYMid meet" style="width:0; height:0;">
<path fill="#222222" stroke="#222222" stroke-width="7" id="stroke1" d="M492.41,40.36c30.91-2,63.33,2.92,90.24,19,90.1,52.25,180.5,104,270.38,156.59,42.28,29.52,69.47,80.41,70.05,132q0,132.51,0,265c-.28,23.77,1.48,48-4.78,71.23-11.84,42.51-39.21,82.44-79,103.06q-131.84,76.15-263.68,152.3c-43.38,20.78-96.93,21-140.37.29-91.83-52.33-183.14-105.6-274.7-158.4-47-30.35-75.91-86.68-74.23-142.48q0-145.53,0-291c1-52,28.42-102.94,71.07-132.54q137-79.59,274.31-158.62C450.3,46.62,471.41,41.9,492.41,40.36Z" transform="translate(-86.26 -39.95)" />
<path fill="#222222" stroke="#222222" stroke-width="7" id="stroke2" d="M391.6,276.47c63.84-32.88,142.24-35.37,208.27-7.32,72.71,30.38,129.43,96.74,147.48,173.52a10.35,10.35,0,0,1-.36,5.23c-19.09.28-38.48,1.11-57.43-.41-5.29-10.47-7.69-22.43-14.08-32.47-21.33,79.67-43.22,159.18-64.64,238.83-.4,7.46-13.21,7.37-16.23,2.46C563.14,552.25,532.23,448,500.71,343.92,469.76,448,440.61,552.74,410,656.93c-3.69,3.89-15.39,4.38-16-3Q361.4,538,328.56,422c-25.72,53.71-22.48,119.93,6.88,171.58,32.15,59.06,97.09,99.24,164.59,99.62,79.48,2.37,157.3-50.24,183.74-125.42,1.49-3.5,2-9.55,7.18-9,16.69-.08,33.39-.13,50.08,0,2.7-.43,5.28,1.92,4.33,4.68-16.23,66.08-62.26,123.57-121.79,156-59.15,32.62-131.7,39.83-196,18.92-61.91-19.92-115.72-64.43-145.88-122.16-34.95-65-38.37-145.92-8.94-213.58C296.12,348.55,338.77,302.87,391.6,276.47Z" transform="translate(-86.26 -39.95)" />
<path fill="#222222" stroke="#222222" stroke-width="7" id="stroke3" d="M337.55,391.57C373.08,337,436.67,301.46,502,301.63c67-1.07,133.16,34.87,168.86,91.55,1.56,3.39-.62,7-1.28,10.41-21.5,78.55-42.69,157.19-64.23,235.71-.5,3.68-6.26,3.46-6.62-.15-32.15-106.93-63.7-214.06-96-320.93l-4.44,0c-31.17,107-61.74,214.26-92.77,321.33-1,4-6.62,2.5-6.85-1.2q-33.06-117-66.08-234C330.94,399.45,335.32,395.5,337.55,391.57Z" transform="translate(-86.26 -39.95)" />
</svg>
</div>
</div>
<!-- ./ Preloader -->
<!-- Navgition -->
<nav class="navbar navbar-default">
<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="#nav-icon-collapse" 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>
<!-- logo -->
<a class="navbar-brand" href="#">
<img src="assets/images/head-1.png" alt="Company Logo Dark" class="logo-1">
<img src="assets/images/head.png" alt="Company Logo Bright" class="logo-2">
</a>
</div>
<!-- Collect the nav links, and other content for toggling -->
<div class="collapse navbar-collapse" id="nav-icon-collapse">
<!-- links -->
<ul class="nav navbar-nav navbar-right">
<li><a href="0#" data-scroll-nav="0" class="active">Home</a></li>
<li><a href="0#" data-scroll-nav="1">About</a></li>
<li><a href="0#" data-scroll-nav="3">Services</a></li>
<li><a href="0#" data-scroll-nav="4">Portfolio</a></li>
<li><a href="0#" data-scroll-nav="5">Clients</a></li>
<li><a href="0#" data-scroll-nav="6">News</a></li>
<li><a href="0#" data-scroll-nav="7">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<!-- End Navgition -->
<!-- Start Header -->
<header class="header demo-1 overlay" data-scroll-index='0'>
<!-- particles -->
<div id="particles-js"></div>
<div class="container">
<div class="row">
<!-- caption -->
<div class="col-md-12 v-middle info text-center">
<h1 class="mb-30"><span>Hi</span> I am</h1>
<h3 class="reserved-for-plugin"><span>a GUI/Ux designer</span></h3>
</div>
</div>
<div class="button-scroll" data-scroll-nav="1"><span></span></div>
</div>
</header>
<!-- ./ Header -->
<!-- Start About -->
<section class="about section-padding section-border" data-scroll-index='1'>
<div class="container">
<div class="row">
<!-- Section Title -->
<h3 class="section-title mb-50"><span>About Me</span></h3>
<!-- block Info -->
<div class="col-md-7 sm-mb-50">
<div class="block-info half ">
<!-- block Photo -->
<div class="col-md-5 block-photo sm-mb-50">
<img src="assets/images/03.png" alt="photo">
</div>
<!-- block Details -->
<div class="col-md-7 inner-text mb-50">
<h4 class="sub-tit">Personal Details</h4>
<ul>
<li><h6><strong>Name </strong><span>Christian Winkler</span></h6></li>
<li><h6><strong>BIRTHDAY </strong><span>1999 September 28</span></h6></li>
<li><h6><strong>NATIONALITY </strong><span>Austrian</span></h6></li>
<li><h6><strong>LOCATION </strong><span>Carinthia, Austria</span></h6></li>
<li><h6><strong>EMAIL </strong><span>[email protected]</span></h6></li>
</ul>
</div>
<div class="col-md-12 text">
<p>I am a developer based in Austria. As a hobby, I do photography and graphic design. For more information to my career, click the button below.</p>
<a href="#" class="button button-hot hvr-shutter-out-horizontal" data-scroll-nav="2">View More</a>
</div>
</div>
</div>
<!-- Skills -->
<div class="col-md-5 sm-mb-50">
<div class="skills-prog half">
<h4 class="sub-tit">Skills & Languages</h4>
<!-- Item Skills -->
<h6>DESIGN</h6>
<div id="bar2" class="barfiller">
<div class="tipWrap">
<span class="tip"></span>
</div>
<span class="fill" data-percentage="65"></span>
</div>
<!-- Item Skills -->
<h6>CODE</h6>
<div id="bar3" class="barfiller">
<div class="tipWrap">
<span class="tip"></span>
</div>
<span class="fill" data-percentage="80"></span>
</div>
<!-- Item Skills -->
<h6>SECURITY</h6>
<div id="bar4" class="barfiller">
<div class="tipWrap">
<span class="tip"></span>
</div>
<span class="fill" data-percentage="70"></span>
</div>
<!-- Item Skills -->
<h6>MANAGEMENT</h6>
<div id="bar5" class="barfiller">
<div class="tipWrap">
<span class="tip"></span>
</div>
<span class="fill" data-percentage="75"></span>
</div>
<!-- languages -->
<div class="details-languages mt-50">
<h4 class="sub-tit">Languages</h4>
<ul>
<li><h6><strong>GERMAN </strong><span>Native</span></h6></li>
<li><h6><strong>ENGLISH </strong><span>Fluent</span></h6></li>
</ul>
</div>
</div>
</div> <!-- ./ Skills -->
</div> <!-- ./ Row -->
</div> <!-- ./ Container -->
</section>
<!-- ./ About -->
<!-- Start resume -->
<section class="resume section-padding" data-scroll-index='2'>
<div class="container">
<div class="row">
<!-- Section Title -->
<h3 class="section-title mb-50"><span>resume</span></h3>
<!-- Resume Item -->
<div class="col-md-6 sm-mb-50">
<div class="resume-content half">
<h4 class="sub-tit text-center">Education</h4>
<ul>
<li>
<h5>School</h5>
<h6>HTBLuVA Villach Informatik und Management, Carinthia, Austria</h6>
<span>Sep 2014 - Jun 2019</span>
<p>Austrian higher technical college for computer science and management.</p>
</li>
<li>
<h5>School</h5>
<h6>Neue Mittelschule Noetsch, Carinthia, Austria</h6>
<span>Sep 2010 - Jul 2014</span>
<p>Austrian secondary school.</p>
</li>
</ul>
</div>
</div> <!-- ./ Resume Item -->
<!-- Resume Item -->
<div class="col-md-6">
<div class="resume-content half">
<h4 class="sub-tit text-center">Experience</h4>
<ul>
<li>
<h5>Cyber Soldier</h5>
<h6>Austrian Armed Forces, Carinthia, Austria</h6>
<span>Aug 2019 - Feb 2020</span>
<p>The main focus of being a cyber soldier was physical IT-Security, network design and administration and IT-Support. I learned how to design a network infrastructure, build up a mobile office within a few days, configure servers and switches and how to secure the network against threats. Moreover, I took part in training for auxiliary trainers, where I learned much about communication, presentation and leadership.</p>
</li>
<li>
<h5>INTERNSHIP (DIPLOMA THESIS) - FACTORY ANALYSIS</h5>
<h6>Infineon Technologies Austria AG, Carinthia, Austria</h6>
<span>Jul 2018 - Apr 2019</span>
<p>In my ten-month internship for my diploma thesis, I learned how working in a big company differs from working in a smaller group or company. Moreover, I had first insights into factory analysis, reporting and BI. For the completion of my thesis, I used the tools Tableau, PL/SQL and Python.</p>
</li>
<li>
<h5>SECURITY OFFICER INTERNSHIP</h5>
<h6>Infineon Technologies Austria AG, Carinthia, Austria</h6>
<span>Jul 2017 - Aug 2017</span>
<p>There was a lot I learned in my six weeks at Infineon Technologies in the summer of 2017. Most of it was IT and data security again, just more advanced. The other big part I was introduced to was about physical security and business continuity in a big company. I also attended lectures about artificial intelligence, how it works, and how the future will change due to the usage of artificial intelligence.</p>
</li>
<li>
<h5>TELECOMMUNICATIONS TECHNICIAN INTERNSHIP</h5>
<h6>Landeskrankenhaus Villach, Carinthia, Austria</h6>
<span>Jul 2016 - Aug 2016</span>
<p>In my six week internship at the local state hospital, I learned a lot about hardware, how to repair computers and phones, electrical engineering and IT security. After my work there, I made my first steps of white hat hacking.</p>
</li>
<li>
<h5>DIGITAL DESIGN INTERNSHIP</h5>
<h6>Creativomedia AS1 Hermagor, Carinthia, Austria</h6>
<span>Sep 2013 - Sep 2013</span>
<p>I had the opportunity to get a glimpse at a digital design company at an early stage of my life. It was a significant factor in choosing my following education path. I had to troubleshoot PCs and got in touch with Photoshop. It was also my first time working for a company.</p>
</li>
</ul>
</div>
</div> <!-- ./ Resume Item -->
</div> <!-- ./ Row -->
</div> <!-- ./ Container -->
</section>
<!-- ./ resume -->
<!-- Start Counter -->
<section class="counter section-padding overlay">
<div class="container">
<div class="row">
<!-- Block-Counter -->
<div class="col-md-3 col-sm-6">
<div class="block-counter text-center sm-mb-50">
<div class="icon">
<span class="fa fa-file"></span>
</div>
<h4 class="integers">28</h4>
<h5>Accepted Projects</h5>
</div>
</div>
<!-- Block-Counter -->
<div class="col-md-3 col-sm-6">
<div class="block-counter text-center">
<div class="icon">
<span class="fa fa-cogs"></span>
</div>
<h4 class="integers">0</h4>
<h5>Projects in Process</h5>
</div>
</div>
<!-- Block-Counter -->
<div class="col-md-3 col-sm-6 ">
<div class="block-counter text-center sm-mb-50">
<div class="icon">
<span class="fa fa-check-square-o"></span>
</div>
<h4 class="integers">27</h4>
<h5>Successful Projects</h5>
</div>
</div>
<!-- Block-Counter -->
<div class="col-md-3 col-sm-6">
<div class="block-counter text-center sm-mb-50">
<div class="icon">
<span class="fa fa-certificate"></span>
</div>
<h4 class="integers">Multiple</h4>
<h5>Certificates/Awards</h5>
</div>
</div>
</div> <!-- ./ Row -->
</div> <!-- ./ Container -->
</section>
<!-- ./ Counter -->
<!-- Start Serivces -->
<section class="services section-padding section-border" data-scroll-index='3'>
<div class="container">
<div class="row">
<!-- Section Title -->
<h3 class="section-title mb-80"><span>My Services</span></h3>
<!-- Item Services -->
<div class="col-sm-6 mb-50 xs-mb-70">
<div class="item-services">
<div class="block-text text-center">
<!-- Block Icon -->
<div class="icon text-center">
<span class="fa fa-users"></span>
</div>
<h4>Consultation</h4>
<p>Consultation for hardware and software systems. Support and troubleshooting.</p>
</div>
</div>
</div> <!-- ./ Item Services -->
<!-- Item Services -->
<div class="col-sm-6 mb-50 xs-mb-70">
<div class="item-services">
<div class="block-text text-center">
<!-- Block Icon -->
<div class="icon text-center">
<span class="fa fa-columns"></span>
</div>
<h4>Web Design</h4>
<p>Responsive web design for all kinds of devices with the help of HTML5, BOOTSTRAP, SASS, ANGULARJS and REACTJS.</p>
</div>
</div>
</div> <!-- ./ Item Services -->
<!-- Item Services -->
<div class="col-sm-6 xs-mb-70">
<div class="item-services">
<div class="block-text text-center">
<!-- Block Icon -->
<div class="icon text-center">
<span class="fa fa-code"></span>
</div>
<h4>Development</h4>
<p>Android apps, C# applications, Java applications, Java web services, NODEJS applications, Express servers and dynamic GUI design.</p>
</div>
</div>
</div> <!-- ./ Item Services -->
<!-- Item Services -->
<div class="col-sm-6">
<div class="item-services">
<div class="block-text text-center">
<!-- Block Icon -->
<div class="icon text-center">
<span class="fa fa-camera"></span>
</div>
<h4>Design</h4>
<p>Professional pictures, post-processing and digital design.</p>
<br>
</div>
</div>
</div> <!-- ./ Item Services -->
</div> <!-- ./ Row -->
</div> <!-- ./ Container -->
</section>
<!-- ./ Serivces -->
<!-- Start portfolio -->
<section class="portfolio section-padding" data-scroll-index='4'>
<div class="container">
<div class="row">
<!-- Section Title -->
<h3 class="section-title mb-50"><span>My Portfolio</span></h3>
<!-- External Link -->
<div class="text-center mb-50">
<a class="btn btn-primary" style="background-color: #7777ff; border: none;" href="https://fcc.bashit.me">All Web Projects</a>
</div>
<!-- filter links -->
<div class="filtering text-center mb-50">
<button type="button" data-filter='*' class="active">All</button>
<button type="button" data-filter='.design'>Digital Design</button>
<button type="button" data-filter='.web'>Web</button>
<button type="button" data-filter='.photo'>Photo</button>
</div>
<!-- gallery -->
<div class="gallery col-md-12">
<!-- gallery item -->
<div class="col-md-4 col-sm-6 item-img web">
<img src="assets/images/portfolio/1.jpg" alt="image">
<div>
<a href="https://workatrack.bashit.me">
<div class="item-img-overlay">
<div class="cap">
<h6>Full Stack App</h6>
<h4>Work-A-Track - Workout Tracker</h4>
</div>
</div>
</a>
</div>
</div>
<!-- gallery item -->
<div class="col-md-4 col-sm-6 item-img web">
<img src="assets/images/portfolio/2.jpg" alt="image">
<div>
<a href="https://shurle.bashit.me">
<div class="item-img-overlay">
<div class="cap">
<h6>Full Stack App</h6>
<h4>Shurle - URL shrinker</h4>
</div>
</div>
</a>
</div>
</div>
<!-- gallery item -->
<div class="col-md-4 col-sm-6 item-img design">
<img src="assets/images/portfolio/3.jpg" alt="image">
<div class="link">
<a href="assets/images/gallery/logo.png">
<div class="item-img-overlay">
<div class="cap">
<h6>Logo</h6>
<h4>Christian Winkler</h4>
</div>
</div>
</a>
</div>
</div>
<!-- gallery item -->
<div class="col-md-4 col-sm-6 item-img photo">
<img src="assets/images/gallery/a4p.jpg" alt="image">
<div class="link">
<a href="assets/images/gallery/a4.jpg">
<div class="item-img-overlay">
<div class="cap">
<h6>Photo</h6>
<h4>Shot with EOS650D - Canon EF-S 10-22 F/3.5-4.5</h4>
</div>
</div>
</a>
</div>
</div>
<!-- gallery item -->
<div class="col-md-4 col-sm-6 item-img photo">
<img src="assets/images/gallery/a3p.jpg" alt="image">
<div class="link">
<a href="assets/images/gallery/a3.jpg">
<div class="item-img-overlay">
<div class="cap">
<h6>Photo</h6>
<h4>Shot with EOS650D - Canon EF-S 17-55 F/2.8</h4>
</div>
</div>
</a>
</div>
</div>
<!-- gallery item -->
<div class="col-md-4 col-sm-6 item-img design">
<img src="assets/images/portfolio/6.jpg" alt="image">
<div class="link">
<a href="assets/images/gallery/a1.png">
<div class="item-img-overlay">
<div class="cap">
<h6>Logo</h6>
<h4>Eventify</h4>
</div>
</div>
</a>
</div>
</div>
</div>
</div> <!-- ./ Row -->
</div> <!-- ./ Container -->
</section>
<!-- ./ Portfolio -->
<!-- Start Testimonel -->
<section class="testimonel section-padding overlay " data-scroll-index='5'>
<div class="container">
<div class="row">
<!-- Blok Info -->
<div class="col-sm-10 col-sm-offset-1 client-info">
<i class="fa fa-quote-left"></i>
<div class="owl-carousel owl-theme">
<!-- Item Client -->
<div class="item-client text-center">
<h5>Anonymous</h5>
<p>The pictures turned out great! Thank you :)</p>
<h6>Chef</h6>
</div>
<!-- Item Client -->
<div class="item-client text-center">
<h5>Anonymous</h5>
<p>Your willingness to work and your speed are incredible compared to our past interns.</p>
<h6>CISO</h6>
</div>
<!-- Item Client -->
<div class="item-client text-center">
<h5>Anonymous</h5>
<p>How can you have knowledge in so many areas other than software development?</p>
<h6>Software Developer</h6>
</div>
</div>
<i class="fa fa-quote-right pull-right"></i>
</div>
</div> <!-- ./ Row-->
</div> <!-- ./ Container -->
</section>
<!-- ./ Testimonel -->
<!-- Start Blog -->
<section class="blog section-padding" data-scroll-index='6'>
<div class="container">
<div class="row">
<!-- Section Title -->
<h3 class="section-title mb-80"><span>Latest Updates</span></h3>
<!-- Item Blog -->
<div class="col-md-4 sm-mb-80">
<div class="item-blog">
<!-- Blog img -->
<div class="blog-img">
<img src="assets/images/blog/01.png" alt="blog">
</div>
<!-- blog content -->
<div class="blog-content text-center">
<!-- blog title -->
<div class="blog-title">
<h4>Bugfixes on Shurle</h4>
</div>
<p>Added custom domain and fixed some input errors.</p>
</div>
<!-- blog details -->
<div class="blog-details">
<h6>Dec, 2019</h6>
<a href="https://shurle.bashit.me" class="pull-right"><h5>Go there!</h5></a>
</div>
</div>
</div> <!-- ./ Item Blog -->
<!-- Item Blog -->
<div class="col-md-4 sm-mb-80">
<div class="item-blog">
<!-- Blog img -->
<div class="blog-img">
<img src="assets/images/blog/02.png" alt="blog">
</div>
<!-- blog content -->
<div class="blog-content text-center">
<!-- blog title -->
<div class="blog-title">
<h4>Finished ISQA projects</h4>
</div>
<p>Finished the backend of my ISQA projects for fcc.</p>
</div>
<!-- blog details -->
<div class="blog-details">
<h6>Nov, 2019</h6>
<a href="https://fcc.bashit.me" class="pull-right"><h5>Go there!</h5></a>
</div>
</div>
</div> <!-- ./ Item Blog -->
<!-- Item Blog -->
<div class="col-md-4">
<div class="item-blog">
<!-- Blog img -->
<div class="blog-img">
<img src="assets/images/blog/03.png" alt="blog">
</div>
<!-- blog content -->
<div class="blog-content text-center">
<!-- blog title -->
<div class="blog-title">
<h4>Bugfix in contact form</h4>
</div>
<p>The errors with my contact form are resolved now.</p>
</div>
<!-- blog details -->
<div class="blog-details">
<h6>Nov, 2019</h6>
</div>
</div>
</div> <!-- ./ Item Blog -->
</div> <!-- ./ Row -->
</div> <!-- ./ Container -->
</section>
<!-- ./ Blog -->
<!-- Start Contact -->
<section class="contact section-padding overlay" data-scroll-index='7'>
<div class="container">
<div class="row">
<!-- Section Title -->
<h3 class="section-title mb-50"><span>Contact Me</span></h3>
<!-- contact info -->
<div class="contact-info">
<div class="container">
<div class="row">
<!-- info item -->
<div class="col-md-4 info-item text-center mb-30">
<span class="icon-map-pin"></span>
<h4>Villach, Carinthia, Austria</h4>
</div>
<!-- info item -->
<div class="col-md-4 info-item text-center mb-30">
<span class=" icon-envelope"></span>
<h4>[email protected]</h4>
</div>
<!-- info item -->
<div class="col-md-4 info-item text-center mb-30">
<span class=" icon-phone"></span>
<h4><a href="tel://+436602142833">+43 (0) 660 2142 833</a></h4>
</div>
</div>
</div>
</div>
<!-- contact form -->
<div class="col-md-7 contact-form sm-mb-50">
<div class="form" id="contact-form" data-toggle="validator">
<div class="messages"></div>
<div class="controls">
<div class="col-md-6">
<div class="form-group">
<input id="form_name" type="text" name="name" placeholder="Name *" required="required" data-error="name is required.">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input id="form_email" type="email" name="email" placeholder="Email *" required="required" data-error="Valid email is required.">
<div class="help-block with-errors"></div>
</div>
</div>
<div class="col-md-12 form-group">
<input id="form_subject" type="text" name="subject" placeholder="Title Your Message">
</div>
<div class="col-md-12 form-group">
<textarea id="form_message" name="message" class="form-control" placeholder=" Type Your Message " rows="4" required="required" data-error="Please,leave us a message."></textarea>
<div class="help-block with-errors"></div>
</div>
<div class="col-md-12">
<button class="button button-hot hvr-shutter-out-horizontal mb-30" onclick="send()"><i class="fa fa-paper-plane" aria-hidden="true"></i>Send Message</button>
</div>
</div>
</div>
</div>
</div> <!-- ./ Row -->
</div> <!-- ./ Container -->
</section>
<!-- ./ Contact -->
<!-- ./ Start Footer -->
<footer>
<div class="container">
<div class="row">
<img src="assets/images/head.png" alt="logo">
<div class="social-icon">
<span>
<a href="https://www.xing.com/profile/Christian_Winkler193">
<i class="fa fa-xing" aria-hidden="true"></i>
</a>
</span>
<span>
<a href="https://www.instagram.com/vwvchris">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</span>
<span>
<a href="https://github.com/Chris6077">
<i class="fa fa-github"></i>
</a>
</span>
<span>
<a href="https://www.linkedin.com/in/winkler6077/">
<i class="fa fa-linkedin"></i>
</a>
</span>
</div>
<div class="Rights">
<a href="./legal">Legal Information</a>
<a href="./privacy">Privacy Policy</a>
</div>
<div class="Rights">
<h6>Copyright © By Christian Winkler 2019 | All Rights Reserved.</h6>
<!-- DMCA -->
<a href="//www.dmca.com/Protection/Status.aspx?ID=055767f8-7d45-4c78-becb-8cfd05574574" title="DMCA.com Protection Status" class="dmca-badge"> <img src ="https://images.dmca.com/Badges/dmca-badge-w100-5x1-07.png?ID=055767f8-7d45-4c78-becb-8cfd05574574" alt="DMCA.com Protection Status"/></a>
</div>
</div> <!-- ./ Row -->
</div> <!-- ./ Container -->
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vivus/0.4.4/vivus.min.js"></script>
<script src="assets/js/lsanim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.1.0/jquery-migrate.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="https://images.dmca.com/Badges/DMCABadgeHelper.min.js"></script>
<!-- particles js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"></script>
<!-- App js -->
<script src="assets/js/app.js"></script>
<!-- scrollIt js -->
<script src="assets/js/scrollIt.min.js"></script>
<!-- owl carousel js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<!-- typed -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/enquire.js/2.1.6/enquire.min.js"></script>
<script>
AOS.init();
function loadScriptToHead(url)
{
var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = url;
head.appendChild(script);
}
</script>
<script>
enquire.register("only screen and (min-device-width: 480px)", {
match : function(){
loadScriptToHead("assets/js/typed.js");
}
});
</script>
<!-- magnific-popup -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- stellar js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/stellar.js/0.6.2/jquery.stellar.min.js"></script>
<!-- isotope.pkgd.min js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js"></script>
<!-- simple.parallax js -->
<script src="assets/js/simple.parallax.js"></script>
<!-- jquery barfiller js -->
<script src="assets/js/jquery.barfiller.js"></script>
<!-- jquery matchHeight -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.2/jquery.matchHeight-min.js"></script>
<!-- validator js -->
<script src="assets/js/validator.js"></script>
<!-- custom JavaScript -->
<script>
if( /Android|webOS|iPhone|iPod|iPad|BlackBerry/i.test(navigator.userAgent)) document.write('<script src="assets/js/customMobile.js"><\/script>');
else document.write('<script src="assets/js/custom.js"><\/script>');
</script>
<!--<script media="only screen and (min-device-width: 480px)" src="assets/js/custom.js"></script>
<script media="only screen and (max-device-width: 480px)" src="assets/js/customMobile.js"></script>-->
<!-- email form -->
<script src="https://cdn.emailjs.com/dist/email.min.js"></script>
<script>
(function(){
emailjs.init("user_r8zjmQcMxfAo3LUwnA90l");
})();
</script>
</body>
</html>