generated from nisarhassan12/portfolio-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
435 lines (381 loc) · 18 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
<!--
Follow the instructions written in comments to create your stunning portfolio
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="./images/favicon.png" />
<!-- Put your site title here -->
<title>
Marcel Schmid | A Software- & Systemtest Engineer based in Lübeck, Germany.
</title>
<meta name="description" content=" Portfolio Website of Marcel Schmid, ISTQB, CTFL, CTAL-TM, Jira, Confluence, Atlassian Suite">
<!-- Add some coding keywords below, Ex: (React, CSS etc) -->
<meta name="keywords" content="Marcel Schmid, ISTQB, CTFL, CTAL-TM, Jira, Confluence, Atlassian Suite" />
<link rel="stylesheet" href="index.css" />
</head>
<body>
<!-- ***** Header ***** -->
<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<header class="header" role="banner" id="top">
<div class="row">
<div class="nav" id="myTopnav">
<a href="#work">Work</a>
<a href="#Interests">Interests</a>
<a href="#Companies">Companies</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
<a href="javascript:void(0);" class="icon" onclick="toggleResponsiveDesignTopNav()">
<i class="fa fa-bars"></i>
</a>
<!-- <nav class="nav" role="navigation" id="myTopnav"> -->
<!-- <ul class="nav__items"> -->
<!-- <li class="nav__item"><a href="#work" class="nav__link">Work</a></li> -->
<!-- <li class="nav__item"><a href="#Interests" class="nav__link">Interests</a></li> -->
<!-- <li class="nav__item"><a href="#Companies" class="nav__link">Companies</a></li> -->
<!-- <li class="nav__item"><a href="#about" class="nav__link">About</a></li> -->
<!-- <li class="nav__item"><a href="#contact" class="nav__link">Contact</a></li> -->
<!-- <li class="nav__item"><a href="javascript:void(0);" class="icon" onclick="toggleResponsiveDesignTopNav()"><i class="fa fa-bars"></i></a> -->
<!-- </ul> -->
<!-- </nav> -->
</div>
<div class="header__text-box row">
<div class="header__text">
<h1 class="heading-primary">
<!-- Replace the following name with your name -->
<span>Marcel Schmid</span>
</h1>
<!-- Put a small paragraph about yourself -->
<p>A Software- & Systemtest Engineer based in Lübeck, Germany.</p>
<a href="#contact" class="btn btn--pink">Get in touch</a>
</div>
</div>
</div>
</header>
<main role="main">
<!-- ***** Work ***** -->
<section class="work" id="work">
<div class="row">
<h2>My Work</h2>
<div class="work__boxes">
<!-- Each div with the work__box class is a project. -->
<div class="work__box" id="CTAL-TM">
<div class="work__text">
<h3>Certified Tester Advanced Level - Test Manager (CTAL-TM)</h3>
<p>
ISTQB Certificate for the Advanced Level - Test Manager
</p>
<ul class="work__list">
<li>Testing process</li>
<li>Test management</li>
<li>Risk-based testing</li>
<li>Test documentation</li>
<li>Test estimation</li>
<li>Standards and metrics</li>
<li>Reviews for the Test Manager</li>
<li>Defect management</li>
<li>Improving the test process</li>
<li>Test tools and automation for the Test Manager</li>
<li>People Skills and team composition</li>
</ul>
<div class="work__links">
<a href="https://app.skillsclub.com/credential/10344-c8310b3cb1c649a51098985881e4461b346e44015aec1f7cbacde82531e07c78?locale=de&badge=true" class="link__text">
Visit Digital Badge <span>→</span>
</a>
</div>
</div>
<div class="work__image-box">
<img src="./images/21-CTAL-TM-Digital Badge.png" class="work__image" alt="CTAL-TM" />
</div>
</div>
<div class="work__box" id="CTFL">
<div class="work__text" >
<h3>Certified Tester Foundation Level (CTFL)</h3>
<p>
ISTQB Certificate for the Foundation Level
</p>
<ul class="work__list">
<li>Fundamentals of testing</li>
<li>Testing throughout the software life cycle</li>
<li>Static techniques</li>
<li>Test design techniques</li>
<li>Test management</li>
<li>Tool support for testing</li>
</ul>
</div>
<div class="work__image-box">
<img src="./images/ISTQB_Foundation_Level.png" class="work__image" alt="ISTQB Foundation Level" />
</div>
</div>
<div class="work__box" id="TRIZ">
<div class="work__text">
<h3>TRIZ - Theory of Inventive Problem Solving</h3>
<p>
An organized and systematic method for problem solving with analysis and forecasting techniques derived from the study of patterns of invention in the global patent literature. The theory developed on a foundation of extensive research covering hundreds of thousands of inventions across many different fields to produce an approach that defines generalizable patterns like inventive solutions and the distinguishing characteristics of the problems these inventions have overcome.
</p>
<ul class="work__list">
<li>Methods for activating creative thinking and generating ideas.</li>
<li>TRIZ basic definitions: an engineering (technical) system, product, tool, function, ideality, ideal final result, inventive situation, inventive problem, etc.</li>
<li>Function Analysis for products.</li>
<li>Trimming for products.</li>
<li>Basics of Cause Effect Chain Analysis analysis (or Root-Conflict Analysis).</li>
<li>Resources and resource analysis.</li>
<li>Engineering (technical) contradictions.</li>
<li>Altshuller’s (or later) matrix for the elimination of engineering (technical) contradictions.</li>
<li>Physical contradictions.</li>
<li>Elimination of physical contradictions.</li>
</ul>
<div class="work__links">
<a href="https://matriz-official.net/index.php/certification/2-uncategorised/20-level-1" class="link__text">
See Certification Page <span>→</span>
</a>
<!-- <a href="#"> -->
<!-- <img src="./images/github.svg" class="work__code" title="View Source Code" alt="GitHub"> -->
<!-- </a> -->
</div>
</div>
<div class="work__image-box">
<img src="./images/MATRIZ Official Certificate - Marcel Schmid - Level 1.png" class="work__image" alt="Project 3" />
</div>
</div>
<div class="work__box" id="BusyLight">
<div class="work__text">
<h3>Busy Light</h3>
<p>
This is a repository for a Busy Light.
The Busy Light grabs your MS Teams Presence Status and shows it to your family, friends or coworkers, by illuminating an acryl sheet in a wooden base in different colors.
</p>
<div class="work__links">
<a href="https://github.com/MarcelSchm/MS-Teams-Busy-Light" class="link__text">
Visit GitHub <span>→</span>
</a>
<a href="https://github.com/MarcelSchm/MS-Teams-Busy-Light">
<img src="./images/github.svg" class="work__code" title="View Source Code" alt="GitHub">
</a>
</div>
</div>
<div class="work__image-box">
<div class="mySlides2 fade">
<img src="./images/rendered.bmp" style="width:100%">
<div class="text">CAD Model</div>
</div>
<div class="mySlides2 fade">
<img src="./images/green_with_engraving.jpg" style="width:100%">
<div class="text">Available Status</div>
</div>
<div class="mySlides2 fade">
<img src="./images/red_with_engraving.jpg" style="width:100%">
<div class="text">Busy Status</div>
</div>
<div style="text-align:center">
<span class="dot2" onclick="currentSlide2(1)"></span>
<span class="dot2" onclick="currentSlide2(2)"></span>
<span class="dot2" onclick="currentSlide2(3)"></span>
</div>
</div>
</div>
<div class="work__box" id="SnackStadium">
<div class="work__text">
<h3>Snack Stadium</h3>
<p>
This is a repository for a snack stadium, which is a fun way to serve snacks at your next party or event.
The snack stadium is made up of various compartments that can hold different types of snacks, such as chips, pretzels, candy, and more.
</p>
<div class="work__links">
<a href="https://github.com/MarcelSchm/Snack-Stadium" class="link__text">
Visit GitHub <span>→</span>
</a>
<a href="https://github.com/MarcelSchm/Snack-Stadium">
<img src="./images/github.svg" class="work__code" title="View Source Code" alt="GitHub">
</a>
</div>
</div>
<div class="work__image-box">
<img src="./images/snackstadium.jpg" class="work__image" alt="snackstadium" />
</div>
</div>
</div>
</section>
<!-- ***** Interests ***** -->
<section class="Interests" id="Interests">
<div class="row">
<h2>My Interests</h2>
<!-- <div class="work__box"> -->
<div class="slideshow-container">
<h3>Drone Footages</h3>
<p>
I really like to fly with my DJI Drones (DJI Mavic and DJI Mini 2). Here are some sample footages.
</p>
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<img src="./images/Drone/dji_export_1663513785631.jpg" style="width:100%">
<div class="text">Denmark - Klegod</div>
</div>
<div class="mySlides fade">
<img src="./images/Drone/DJI_0168.JPG" style="width:100%">
<div class="text">Denmark - Klegod Beach</div>
</div>
<div class="mySlides fade">
<img src="./images/Drone/dji_export_1663513777951.jpg" style="width:100%">
<div class="text">Denmark - Ringkøbing Panorama</div>
</div>
<div class="mySlides fade">
<img src="./images/Drone/bulgaria.jpg" style="width:100%">
<div class="text">Bulgaria - Sunny Beach</div>
</div>
<div class="mySlides fade">
<img src="./images/Drone/kollmar_winter.jpg" style="width:100%">
<div class="text">Germany - Kollmar during Winter</div>
</div>
<div class="mySlides fade">
<img src="./images/Drone/kollmar_beach.jpg" style="width:100%">
<div class="text">Germany - Kollmar Beach</div>
</div>
<div class="mySlides fade">
<img src="./images/Drone/magdeburg bridge.jpg" style="width:100%">
<div class="text">Germany - Magdeburg lift bridge</div>
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
<span class="dot" onclick="currentSlide(6)"></span>
<span class="dot" onclick="currentSlide(7)"></span>
</div>
<!-- </div> -->
<div class="slideshow-container">
<!-- The video -->
<!-- Optional: some overlay text to describe the video -->
<div class="content">
<h1>3D Printing and Modeling</h1>
<p>
During my studies I came into contact with 3D printing.
My first own 3D printer was an Ultimaker clone.
In the meantime, I call a Snapmaker 2.0 my own.
Besides 3D printing I also like to work with the CNC module of the Snapmaker and the laser engraving module.
</p>
<video autoplay muted loop id="myVideo">
<source src="./images/cookie cutter.mp4" type="video/mp4">
</video>
<!-- Use a button to pause/play the video with JavaScript -->
<button class="btn btn--pink" onclick="pauseVideo()" id ="pauseButton" >Pause</button>
</div>
</div>
</div>
</section>
<!-- ***** Companies ***** -->
<section class="client" id="Companies">
<div class="row">
<h2>Companies</h2>
<div class="client__logos" style=" display: flex; justify-content: space-between; filter: invert(100%) grayscale(100%) opacity(.8);">
<!-- Add logos of the Client or companies you'have worked with. -->
<img src="./images/Foba.png" class="client__logo" />
<img src="./images/Videojet.png" class="client__logo" />
<img src="./images/linx.png" class="client__logo" />
<img src="./images/Still.png" class="client__logo" />
<img src="./images/HAW.png" class="client__logo" />
<img src="./images/Bock und Sohn.png" class="client__logo" />
<img src="./images/Zoller.png" class="client__logo" />
</div>
</div>
</section>
<!-- ***** About ***** -->
<section class="about" id="about">
<div class="row">
<h2>About Me</h2>
<div class="about__content">
<div class="about__text">
<!-- Replace the below paragraph with info about yourself -->
<p>
Hi all!<br>
This is Marcel Schmid, a software and system test engineer based in Lübeck, Germany.
As a Quality Evangelist, I am especially passionate about fostering a culture of quality and continuous improvement,
and a committment to ensure, that every project meets the highest standards.
I bring practical experience from various fields of software and system testing,
along with several certifications in testing, which underline my solid expertise.
<br><br>
Outside of work, I am passionate about flying drones, creating DIY Stuff with my 3D printer and laser engraver, and continuously expanding my skills in various technical areas.
On this website, you can find more information about my professional work, interests, and contact details.
I look forward to connecting with you!
<br>
Thank you for visiting!
</p>
<!-- Provide a link to your resume -->
<a href="#" class="btn">My Resume</a>
</div>
<div class="about__photo-container">
<!-- Add a nice photo of yourself -->
<img class="about__photo" src="./images/Kuka Messe.jpg" alt="My Profile Photo" />
</div>
</div>
</div>
</section>
</main>
<!-- ***** Contact ***** -->
<section class="contact" id="contact">
<div class="row">
<h2>Get in Touch</h2>
<div class="contact__info">
<p>
Are you looking for a skilled Test Engineer with ISTQB certifications and a keen eye for detail?
Or perhaps you need advice, consultation, or have a question about testing or quality assurance?
Whether you want to share insights, offer advice, or simply say "Hi 👋," I'm always open to connecting! 😊
<br><br>
Feel free to reach out to me via email – it’s the quickest way to get in touch.
I’ll do my best to respond as soon as possible.
And, if you’re into board games too, I’d love to chat about those as well! 🎲
</p>
<!-- Replace the email with yours -->
<a href="mailto:cushy-easiest-doze@duck.com" class="btn">Contact Me!</a>
</div>
</div>
</section>
<!-- ***** Footer ***** -->
<footer role="contentinfo" class="footer">
<div class="row">
<!-- Update the links to point to your accounts -->
<ul class="footer__social-links">
<li class="footer__social-link-item">
<a href="https://www.instagram.com/schmiddi_m/" title="Link to Instagram Profile">
<img src="./images/Instagram_simple_icon.svg" class="footer__social-image" alt="Instagram">
</a>
</li>
<li class="footer__social-link-item">
<a href="https://github.com/MarcelSchm" title="Link to Github Profile">
<img src="./images/github.svg" class="footer__social-image" alt="Github">
</a>
</li>
<li class="footer__social-link-item">
<a href="https://www.xing.com/profile/Marcel_Schmid37">
<img src="./images/Xing_logo.svg" title="Link to Xing Profile" class="footer__social-image" alt="Xing">
</a>
</li>
<li class="footer__social-link-item">
<a href="https://www.linkedin.com/in/marcel-schmid-156b0628b" title="Link to LinkedIn Profile">
<img src="./images/linkedin.svg" class="footer__social-image" alt="LinkedIn">
</a>
</li>
</ul>
<!-- Credits: Original Template designed & developed by <a href="https://nisar.dev" class="link">Nisar</a>. -->
<p>
© 2023-<script>document.write(/\d{4}/.exec(Date())[0])</script> - Marcel Schmid
</p>
</div>
</footer>
<a href="#top" class="back-to-top" title="Back to Top">
<img src="./images/arrow-up.svg" alt="Back to Top" class="back-to-top__image"/>
</a>
<script src="./index.js"></script>
</body>
</html>