portfolio-static-files/index.html

95 lines
6.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Valentin Le Moign — Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<div>
<h2>Hello! 👋<br>I'm Valentin Le Moign,<br>a graphic designer and front-end developper from France.</h2>
<p>As a member of the Paris based collective <a href="https://figureslibres.cc/" target="_blank">Figures Libres</a>, I build custom-made web experiences and visual universes.</p>
<p>My keen eye for visuals allows me to translate UI design into production applications, benefiting the artistic direction of any project.</p>
<p>I mainly like to work with the <a href="https://nuxt.com/" target="_blank">Nuxt framework</a> and have already used Wordpress and Drupal.<br>I am willing to discover new technologies !</p>
<p>I am familiar with Git and Docker, using these daily.<br>I also like to tinkle the server side from time to time.</p>
</div>
<div>
<h3>Selected projects</h3>
<ul>
<li>
<h4>Partition Livre d'Images</h4>
<h5>A collaborative frieze to facilitate film studies.</h5>
<div>
<a href="https://citationslivredimage.huma-num.fr/" target="_blank">Visit Partition Livre d'images</a>
</div>
<video autoplay loop width="400" poster="./media/images/poster-citation.png">
<source src="./media/videos/partition.mp4" type="video/mp4" />
</video>
<p>Laetizia Lusuardi is a cinema researcher at the Sorbonne University. As part as her PHD thesis, she asked me to design and develop a collaborative timeline to list quotations and references in Jean-Luc Godard's film Le Livre d'image. Built with Wordpress, the website allows other researcher to login and submit the references they identified.</p>
</li>
<li>
<h4>Érable</h4>
<h5>Interface design for a biodiversity research program.</h5>
<div>
<a href="https://erable.archi.fr/" target="_blank">Visit Érable</a>
</div>
<video autoplay loop width="400" poster="./media/images/poster-erable.png">
<source src="./media/videos/erable.mp4" type="video/mp4" />
</video>
<p>Érable is a government program helping local communities to build storytelling about biodiversity by linking artists and scientists around shared interests. Built with Drupal, the website aims at making these connections easier and report the results of the different actions.</p>
</li>
<li>
<h4>Figures Libres</h4>
<h5>A design collective with alternative methods.</h5>
<div>
<a href="https://stage.figureslibres.cc/" target="_blank">Visit Figures Libres</a> [Work in progress]
</div>
<video autoplay loop width="400" poster="./media/images/poster-figures-libres.png">
<source src="./media/videos/figureslibres.mp4" type="video/mp4" />
</video>
<p>Figures Libres is an interactive and graphic design collective focusing on social and cultural missions. Joining them in 2021, I submitted a redesign of the website to improve the navigation and enhance the projects visibility. The website is based on the flatfile CMS Grav.</p>
</li>
<li>
<h4>Mahée Auffret</h4>
<h5>Showcasing an artist's work without compromising her universe.</h5>
<div>
<a href="https://mahee-auffret.fr/" target="_blank">Visit Mahée Auffret</a> [Work in progress]
</div>
<video autoplay loop width="400" poster="./media/images/poster-mahee.png">
<source src="./media/videos/mahee.mp4" type="video/mp4" />
</video>
<p>Mahée Auffret is an illustrator and painter with a uniquely soft visual universe. Working on her portfolio I had to pay greater attention to details to make her work stand out. To help her easily manage her content we used the Directus CMS displayed with Nuxt.</p>
</li>
<li>
<h4>Résonnances</h4>
<h5>Interactivity for a multimedia travel diary.</h5>
<div>
<a href="https://mehdi-hivert.fr/" target="_blank">Visit Résonnances</a> [For desktop only]
</div>
<video autoplay loop width="400" poster="./media/images/poster-mehdi.png">
<source src="./media/videos/mehdi.mp4" type="video/mp4" />
</video>
<p>Mehdi Hivert is an artist working on the synthetisation of natural sound. I design and developped his diploma dissertation with Jquery, an account of his work halfway between travel diary and mind map. The navigation system is inspired by the Pure Data software interface.</p>
</li>
<li>
<h4>Immersion in the screen</h4>
<h5>Theoretical reflection on the conditions of image visibility on screen.</h5>
<div>
<a href="https://demo.valentin-le-moign.eu/immersion-dans-l-ecran/" target="_blank">Visit Immersion dans l'écran</a> [For desktop only]
</div>
<video autoplay loop width="400" poster="./media/images/poster-immersion.png">
<source src="./media/videos/immersion.mp4" type="video/mp4" />
</video>
<p>Writing, layout and integration of my diploma dissertation, raising historical and technical questions about the screen and the way the object gives images to see. Using Jquery I gave a great attention to typographical and layout animations.</p>
</li>
</ul>
</div>
<div>
<a href="mailto:valentin_le_moign@figureslibres.io" target="_blank">Send me an email</a>
<a href="https://www.instagram.com/valentinlemoign/" target="_blank">Instagram</a>
<a href="https://www.linkedin.com/in/valentin-le-moign/" target="_blank">Linkedin</a>
</div>
</body>
</html>