14 lines
No EOL
377 B
JavaScript
14 lines
No EOL
377 B
JavaScript
document$.subscribe(() => {
|
|
const instance = new Typewriter('#typewriter', {
|
|
strings: [
|
|
'Systemadministrator',
|
|
'Site Reliability Engineer',
|
|
'DevOps Engineer',
|
|
'IT Operations Engineer',
|
|
'Informationssicherheit',
|
|
'Datenschutz',
|
|
],
|
|
autoStart: true,
|
|
loop: true,
|
|
});
|
|
}) |