-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
303 lines (296 loc) · 16.6 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Kevin Peplinski</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="images/favicon.png" />
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/et-lineicons.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="css/style.css">
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<nav class="navbar navbar-expand-lg">
<div class="container">
<!-- Logo -->
<a class="logo" href="index.html"> <img src="images/logo2.png" alt=""> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="icon-bar"><i class="ti-line-double"></i></span> </button>
<!-- navbar links -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="index.html#home">Home</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#about">About Me</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#skills">My Skills</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#eduexp">Experience & Education</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#apps">Apps & Projects</a></li>
<li class="nav-item"><a class="nav-link" href="index.html#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Main Section -->
<div id="home" class="section">
<div class="kp-hero js-fullheight">
<!-- Slider -->
<div class="flexslider js-fullheight">
<ul class="slides">
<li style="background-image: url(images/background.jpg);">
<div class="overlay"></div>
<div class="container-fluid">
<div class="row">
<div class="col-md-12 js-fullheight slider-text">
<div class="slider-text-inner">
<div class="desc text-zone">
<h1 aria-label="Hey,I'm Kevin Peplinski" class="blast-root"><span class="blast" aria-hidden="true">H</span><span class="blast" aria-hidden="true">e</span><span class="blast" aria-hidden="true">y</span><span class="blast" aria-hidden="true">,</span><br><span class="blast" aria-hidden="true">I</span><span class="blast" aria-hidden="true">'</span><span class="blast" aria-hidden="true">m</span> <span class="blast" aria-hidden="true">K</span><span class="blast" aria-hidden="true">e</span><span class="blast" aria-hidden="true">v</span><span class="blast" aria-hidden="true">i</span><span class="blast" aria-hidden="true">n</span>
<img src="images/logo1.png" alt="Logo" class="animation-logo" style="display: inline; width: 65px; margin-left: 10px; margin-right: -20px;">
<span class="blast" aria-hidden="true">e</span><span class="blast" aria-hidden="true">p</span><span class="blast" aria-hidden="true">l</span><span class="blast" aria-hidden="true">i</span><span class="blast" aria-hidden="true">n</span><span class="blast" aria-hidden="true">s</span><span class="blast" aria-hidden="true">k</span><span class="blast" aria-hidden="true">i</span></h1>
<h2 class="cd-headline clip white-text">
<span>Software Developer</span>
</h2> </div>
<div class="arrow bounce">
<a href="index.html#about" data-scroll-nav="1" class=""> <i class="ti-angle-double-down"></i> </a>
</div>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- About Section -->
<div id="about" class="section">
<div class="kp-about">
<div class="container">
<div class="row">
<div class="col-md-12"> <span class="heading-meta">Information</span>
<h2 class="kp-heading animate-box" data-animate-effect="fadeInLeft">About Me</h2> </div>
</div>
<div class="row">
<div class="col-md-12 animate-box" data-animate-effect="fadeInLeft">
<h2 class="cd-headline clip">
<span>Hey there <img src="https://media.giphy.com/media/hvRJCLFzcasrR4ia7z/giphy.gif" class="hello-hand"> I'm Kevin Peplinski &</span>
<br class="d-lg-none">
<span class="cd-words-wrapper">
<b class="is-visible">Software Developer</b>
<b>Web Developer</b>
<b>Java Developer</b>
<b>Swift Developer</b>
</span>
</h2>
<ul class="about-list">
<li>📍 Located in Bielefeld Germany</li>
<li>👶 Born in 1995</li>
<li>🗣️ Speaks german, english and polish</li>
<li>💖 Loves coding</li>
<li>🚲 Loves cycling</li>
<li>🍎 Interested in Swift and iOS Development</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Skills Section -->
<div id="skills" class="section">
<div class="kp-skills">
<div class="container">
<div class="row">
<div class="col-md-12"> <span class="heading-meta">Abilities</span>
<h2 class="kp-heading animate-box" data-animate-effect="fadeInLeft">My Skills</h2> </div>
</div>
<div class="row">
<div class="col-md-3">
<div class="kp-feature animate-box" data-animate-effect="fadeInLeft">
<div class="kp-icon"> <span class="et-laptop font-35px"></span> </div>
<div class="kp-text">
<h3>Java</h3>
<p><b>JavaFX,</b> <b>Thymeleaf,</b> <b>Maven,</b> <b>FirstSpirit,</b> Spring, Hibernate, Vaadin</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="kp-feature animate-box" data-animate-effect="fadeInLeft">
<div class="kp-icon"> <span class="ti-apple font-35px"></span> </div>
<div class="kp-text">
<h3>Swift</h3>
<p><b>SwiftUI,</b> <b>UIKit,</b> <b>WatchKit,</b> <b>Metal,</b> <b>CoreData,</b> Combine, CoreML</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="kp-feature animate-box" data-animate-effect="fadeInLeft">
<div class="kp-icon"> <span class="ti-html5 font-35px"></span> </div>
<div class="kp-text">
<h3>HTML5, CSS3, JavaScript</h3>
<p><b>Bootstrap,</b> AngularJS, Vue.js, Node.js, jQuery</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="kp-feature animate-box" data-animate-effect="fadeInLeft">
<div class="kp-icon"> <span class="et-tools-2 font-35px"></span> </div>
<div class="kp-text">
<h3>Tools</h3>
<p><b>Git,</b> <b>Jira,</b> <b>G Suite,</b> <b>Xcode,</b> <b>IntelliJ,</b> <b>CMS,</b> Docker, Grunt</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Education and Experience Section -->
<div id="eduexp" class="section">
<div class="kp-skills">
<div class="container">
<div class="row">
<div class="col-md-12">
<span class="heading-meta">qualifications</span>
<h2 class="kp-heading animate-box" data-animate-effect="fadeInLeft">Experience & Education</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 animate-box mb-30" data-animate-effect="fadeInLeft">
<ul class="timeline">
<li class="border-b">
<h3>Experience</h3>
</li>
<li class="border-b">
<p>
<b>Software Developer <br/>@ comspace GmbH & Co. KG</b><br/>
June 2016 - Present
</p>
</li>
<li>
<p>
<b>Apprenticeship - Computer Science Expert - Software Development <br/>@ comspace GmbH & Co. KG</b><br/>
August 2013 - June 2016
</p>
</li>
</ul>
</div>
<div class="col-md-6 animate-box mb-30" data-animate-effect="fadeInLeft">
<ul class="timeline">
<li class="border-b">
<h3>Education</h3>
</li>
<li class="border-b">
<p>
<b>Extra-occupational computer science studies <br/>@ FernUniversität in Hagen</b><br/>
2020 - Present
</p>
</li>
<li class="border-b">
<p>
<b>Apprenticeship - Computer Science Expert - Software Development <br/>@ Carl-Severing-Berufskolleg Bielefeld</b><br/>
2013 - 2016
</p>
</li>
<li>
<p>
<b>Intermediate school-leaving certificate (FOR Q) <br/>@ Brackweder Realschule</b><br/>
2013
</p>
</li>
</ul>
</div>
</div>
<div class="row highlight">
<div class="col-md-12 animate-box" data-animate-effect="fadeInLeft">
<h1>15 <span>+</span></h1>
<p>I have successfully completed over 15 customer projects, including Java desktop applications, Java based Enterprise CMS extensions and complex web applications. The project size varied from a few weeks of work to several years of maintenance and support.
In a large number of these projects, I took on a leading role in development and therefore guided the projects from the conception phase to the successful launch.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Apps Section -->
<div id="apps" class="section">
<div class="kp-projects">
<div class="container">
<div class="row">
<div class="col-md-12"> <span class="heading-meta">Leisure projects</span>
<h2 class="kp-heading animate-box" data-animate-effect="fadeInLeft">Apps & Projects</h2> </div>
</div>
<div class="row">
<div class="col-md-4 animate-box" data-animate-effect="fadeInLeft">
<a href="bubbles.html" class="desc">
<div class="project"> <img src="images/bubbles-teaser.png" class="img-fluid" alt="bubbles teaser">
<div class="desc">
<div class="con">
<h3>Bubbles</h3> <span>iOS App</span> </div>
</div>
</div>
</a>
</div>
<div class="col-md-4 animate-box" data-animate-effect="fadeInLeft">
<a href="game-watcher.html" class="desc">
<div class="project"> <img src="images/game-watcher-teaser.png" class="img-fluid" alt="game watcher teaser">
<div class="desc">
<div class="con">
<h3>Game Watcher</h3> <span>iOS App</span> </div>
</div>
</div>
</a>
</div>
<div class="col-md-4 animate-box" data-animate-effect="fadeInLeft">
<a href="https://github.com/KevinPeplinski" class="desc">
<div class="project"> <img src="images/github-repos-teaser.png" class="img-fluid" alt="github repos teaser">
<div class="desc">
<div class="con">
<h3>GitHub</h3> <span>Repositories</span> </div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section -->
<div id="contact" class="section">
<div class="kp-contact">
<div class="container">
<div class="row">
<div class="col-md-12"> <span class="heading-meta">FIND ME</span>
<h2 class="kp-heading animate-box" data-animate-effect="fadeInLeft">Contact Me</h2> </div>
</div>
<div class="row">
<!-- Contact Info -->
<div class="col-md-6 mb-30 animate-box" data-animate-effect="fadeInLeft">
<p><b>Kevin Peplinski</b></p>
<p><a class="email" href="javascript:linkTo_UnCryptMailto('nbjmup;lfwjoAqfqmjotlj/ojokb');">Email Me</a></p>
<ul class="socialmedia">
<li><a href="https://stackoverflow.com/users/12233264/kevinp"><i class="ti-stack-overflow white-icon"></i></a></li>
<li><a href="https://github.com/KevinPeplinski"><i class="ti-github white-icon"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Js -->
<script src="js/jquery.min.js"></script>
<script src="js/modernizr-2.6.2.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="js/animated.headline.js"></script>
<script src="js/sticky-kit.min.js"></script>
<script src="js/blast.js"></script>
<script src="js/main.js"></script>
<script src="js/unCryptMail.js"></script>
</body>
</html>