Add srcset attribute to images
This commit is contained in:
parent
8e4ddfd2c6
commit
ab87a2f241
13 changed files with 20 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
:key="project.title"
|
||||
:title="project.title"
|
||||
:url="project.url"
|
||||
:screenshot="project.screenshot"
|
||||
:image="project.image"
|
||||
:description="project.description"
|
||||
:keywords="project.keywords"
|
||||
/>
|
||||
|
@ -27,21 +27,33 @@
|
|||
{
|
||||
title: 'Xiao Wang',
|
||||
url: 'https://xiaowang.fr',
|
||||
screenshot: '/images/xiao-wang-screenshot-01.png',
|
||||
image: {
|
||||
'small': '/images/xiao-wang-screenshot-640px.png',
|
||||
'medium': '/images/xiao-wang-screenshot-1280px.png',
|
||||
'large': '/images/xiao-wang-screenshot-1920px.png',
|
||||
},
|
||||
description: `Conception d'un site portfolio doté d'une interface d'administration pour l'artiste plasticienne et performeuse Xiao Wang. Définition de l'expérience de navigation et de la charte graphique en concertation avec l'artiste. Développement front-end et back-end.`,
|
||||
keywords: ['HTML', 'CSS', 'Javascript', 'PHP', 'Kirby']
|
||||
},
|
||||
{
|
||||
title: 'Danao',
|
||||
url: 'https://www.danao.fr',
|
||||
screenshot: '/images/danao-screenshot-01.png',
|
||||
image: {
|
||||
'small': '/images/danao-screenshot-640px.png',
|
||||
'medium': '/images/danao-screenshot-1280px.png',
|
||||
'large': '/images/danao-screenshot-1920px.png',
|
||||
},
|
||||
description: `Refonte partielle du site web de la marque Danao pour le compte de l'<a href="https://148.fr" target="_blank">agence de communication digitale 148</a>. Intégration web et développement front-end à partir des maquettes graphiques réalisées par l'agence et dans le respect de l'identité visuelle de la marque.`,
|
||||
keywords: ['HTML', 'CSS', 'Javascript', 'Wordpress']
|
||||
},
|
||||
{
|
||||
title: 'LibreAudio',
|
||||
url: 'https://libreaudio.fr',
|
||||
screenshot: '/images/libreaudio-screenshot-01.png',
|
||||
image: {
|
||||
'small': '/images/libreaudio-screenshot-640px.png',
|
||||
'medium': '/images/libreaudio-screenshot-1280px.png',
|
||||
'large': '/images/libreaudio-screenshot-1920px.png',
|
||||
},
|
||||
description: `Création d'une bibliothèque de livres audio gratuite, libre et se voulant accessible aux personnes en situation de handicap. Définition de l'expérience de navigation et de la charte graphique, développement front-end et back-end, enrichissement de la base de données.`,
|
||||
keywords: ['HTML', 'CSS', 'Javascript', 'PHP', 'Symfony', 'Open source']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue