@@ -6,7 +6,7 @@ const projects = [
66 // current: 'https://kine-clarinval.be/',
77 // past: '',
88 // img: '/images/projects/kine-clarinval.jpg',
9- // screen: '/images/projects/kine-clarinval-screen.png',
9+ // screens: [ '/images/projects/kine-clarinval-screen.png'] ,
1010 // modified: '2024-07-27',
1111 // intro: '',
1212 // tech: ['react', 'firebase','next.js', 'typescript', 'mdx', 'sass'],
@@ -21,8 +21,12 @@ const projects = [
2121 current : 'https://tripser.blog/' ,
2222 past : 'https://web.archive.org/web/20240403175710/https://tripser.blog/' ,
2323 img : '/images/projects/tripser-blog.jpg' ,
24- screen : '/images/projects/tripser-blog-screen.jpg' ,
25- modified : '2024-07-15' ,
24+ screens : [
25+ '/images/projects/tripser-blog-screen.jpg' ,
26+ '/images/projects/tripser-blog-screen-1.jpg' ,
27+ '/images/projects/tripser-blog-screen-2.jpg' ,
28+ ] ,
29+ modified : '2024-12-23' ,
2630 intro : 'Tripser blog built with Next.js, Sass, i18n and MDX.' ,
2731 tech : [ 'react' , 'next.js' , 'typescript' , 'mdx' , 'sass' , 'i18n' ] ,
2832 chall : [
@@ -41,7 +45,7 @@ const projects = [
4145 current : 'https://www.parispadelmajor.com/' ,
4246 past : 'https://web.archive.org/web/20220714150729/https://www.parispadelmajor.com/' ,
4347 img : '/images/projects/padel.jpg' ,
44- screen : '/images/projects/padel-screen.png' ,
48+ screens : [ '/images/projects/padel-screen.png' ] ,
4549 modified : '2023-11-27' ,
4650 intro :
4751 'Paris Premier Padel Major website built with React. PPPM official website giving access to the latest news, pictures and videos as well as live scoring and ticketing system.' ,
@@ -63,7 +67,7 @@ const projects = [
6367 current : 'https://www.parcomega.ca/' ,
6468 past : 'https://web.archive.org/web/20211213130150/https://app.staging.parcomega.ca/en/' ,
6569 img : '/images/projects/omega.jpg' ,
66- screen : '/images/projects/omega-screen.png' ,
70+ screens : [ '/images/projects/omega-screen.png' ] ,
6771 modified : '2023-11-27' ,
6872 intro :
6973 'Omega zoo booking website with React. Information about the park and its animals as well as ability to book your stay, table or entrance via ticketing system.' ,
@@ -84,7 +88,7 @@ const projects = [
8488 current : 'https://www.onomohotels.com/' ,
8589 past : 'https://web.archive.org/web/20211213130244/https://app.staging.onomohotels.com/' ,
8690 img : '/images/projects/onomo.jpg' ,
87- screen : '/images/projects/onomo-screen.png' ,
91+ screens : [ '/images/projects/onomo-screen.png' ] ,
8892 modified : '2023-11-27' ,
8993 intro :
9094 'Onomo hotels booking website with React. Possibility to search and book hotels through a complete booking journey.' ,
@@ -104,7 +108,7 @@ const projects = [
104108 current : 'https://www.eliparis.com/' ,
105109 past : 'http://web.archive.org/web/20220120123422/https://www.eliparis.com/accueil' ,
106110 img : '/images/projects/eli-paris.jpg' ,
107- screen : '/images/projects/eli-paris-screen.png' ,
111+ screens : [ '/images/projects/eli-paris-screen.png' ] ,
108112 modified : '2023-04-27' ,
109113 intro :
110114 'Eli Paris jewelry store website built with Angular, Node and Strapi. Complete back office to manage the content of the site. Cart, payment and invoice processes.' ,
@@ -124,7 +128,7 @@ const projects = [
124128 current : 'https://careers.kpmg.be/' ,
125129 past : 'https://web.archive.org/web/20200803122755/https://careers.kpmg.be/' ,
126130 img : '/images/projects/kpmg-careers.jpg' ,
127- screen : '/images/projects/kpmg-careers-screen.png' ,
131+ screens : [ '/images/projects/kpmg-careers-screen.png' ] ,
128132 modified : '2022-04-25' ,
129133 intro : 'KPMG Belgium recruitment website built with Umbraco CMS.' ,
130134 tech : [ 'umbraco' , 'c#' , 'html' , 'css' , 'javascript' , 'sass' ] ,
@@ -145,7 +149,7 @@ const projects = [
145149 current : 'https://www.kpmglaw.be/' ,
146150 past : 'https://web.archive.org/web/20200812114928/https://www.klaw.be/' ,
147151 img : '/images/projects/kpmg-law.jpg' ,
148- screen : '/images/projects/kpmg-law-screen.png' ,
152+ screens : [ '/images/projects/kpmg-law-screen.png' ] ,
149153 modified : '2022-04-25' ,
150154 intro : 'KPMG Law (previously Klaw) website built with Umbraco CMS.' ,
151155 tech : [ 'umbraco' , 'c#' , 'html' , 'css' , 'javascript' , 'sass' ] ,
0 commit comments