diff --git a/src/pages/index.js b/src/pages/index.js index 151a207..ad598e8 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -13,6 +13,7 @@ import thumb05 from '../assets/images/thumbs/05.jpg' import thumb06 from '../assets/images/thumbs/06.jpg' import thumb07 from '../assets/images/thumbs/07.jpg' import thumb08 from '../assets/images/thumbs/08.jpg' +import thumb08 from '../assets/images/thumbs/09.jpg' import full01 from '../assets/images/fulls/01.jpg' import full02 from '../assets/images/fulls/02.jpg' @@ -22,9 +23,11 @@ import full05 from '../assets/images/fulls/05.jpg' import full06 from '../assets/images/fulls/06.jpg' import full07 from '../assets/images/fulls/07.jpg' import full08 from '../assets/images/fulls/08.jpg' +import full08 from '../assets/images/fulls/09.jpg' const DEFAULT_IMAGES = [ - { id: '8', src: full08, thumbnail: thumb08, caption: 'Robert Bosch GmbH, Dresden, Germany', description: 'Working as a Data Engineer for 300mm Semiconductor Lab Startup.'}, + { id: '9', src: full09, thumbnail: thumb09, caption: 'Swisscom (Switzerland) AG, Bern, Switzerland', description: 'Working as a (Senior) Data, Analytics and AI Engineer.'}, + { id: '8', src: full08, thumbnail: thumb08, caption: 'Robert Bosch GmbH, Dresden, Germany', description: 'Working as a (Senior) Data Engineer for 300mm Semiconductor Lab Startup.'}, { id: '6', src: full06, thumbnail: thumb06, caption: 'Fraunhofer CML, Hamburg, Germany', description: 'Worked as Software Engineer and Research Associate with development tasks in C#, .NET and Python for workforce scheduling and machine learning.'}, { id: '5', src: full05, thumbnail: thumb05, caption: 'Vizrt, Bergen, Norway', description: 'Worked as DevOps-Engineer with development tasks in Python and C++ for a backend transcoding engine. Video & Audio Output Test Automation as well as CI & CD with Jenkins.'}, { id: '4', src: full04, thumbnail: thumb04, caption: 'Generali, Hamburg, Germany', description: 'Worked as Software-Developer and IT Consultant for a web-based workflow application written in Java, using OracleDB while migrating from BPM Process Engine to Camunda BPM. Moreover doing a (successful) PoC with Behaviour Driven Development.'},