2021-01-09 00:11:40 +00:00
<!DOCTYPE html>
< html lang = "fr" >
< head >
< meta charset = "utf-8" >
2022-08-09 17:02:45 +00:00
< title > Ginou • objets< / title >
2021-01-09 00:11:40 +00:00
< meta name = "description" content = "Site dédié à la mémoire et aux peintures de Geneviève Collignon, dite Ginou." >
< meta name = "author" content = "Famille Marchal" >
2021-01-09 14:19:17 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2021-01-09 00:11:40 +00:00
< link rel = "shortcut icon" href = "images/favicon.png" >
< link rel = "stylesheet" href = "styles/main.css" media = "screen" >
2022-08-09 17:02:45 +00:00
< link rel = "stylesheet" href = "styles/fancybox.css" media = "screen" >
< link rel = "stylesheet" href = "styles/pagination.css" media = "screen" >
< link rel = "stylesheet" href = "plugins/pagination.css" media = "screen" >
2022-08-08 13:09:16 +00:00
< link rel = "stylesheet" href = "plugins/jquery.fancybox.min.css" media = "screen" >
2022-08-09 22:18:52 +00:00
< script src = "plugins/jquery-3.6.0.min.js" > < / script >
2021-01-09 00:11:40 +00:00
< script src = "plugins/jquery.fancybox.min.js" > < / script >
2022-08-09 17:02:45 +00:00
< script src = "plugins/pagination.min.js" > < / script >
2022-08-08 13:09:16 +00:00
< script src = "scripts/menu.js" > < / script >
2022-08-09 17:02:45 +00:00
< script src = "scripts/fancybox.js" > < / script >
< script src = "scripts/objets.js" > < / script >
2021-01-09 00:11:40 +00:00
< / head >
< body >
< header >
< nav >
2021-04-03 16:37:16 +00:00
< img src = "styles/icons/ginou.svg" class = "ginou-icon" >
2021-01-09 22:48:45 +00:00
< div id = "hamburger" >
2021-02-12 23:11:58 +00:00
< div class = "container" > < div class = "bar1" > < / div > < div class = "bar2" > < / div > < div class = "bar3" > < / div > < / div >
2021-01-09 22:48:45 +00:00
< / div >
2021-01-09 00:11:40 +00:00
< ul >
2021-02-12 23:11:58 +00:00
< div class = "hidden" >
< li > < a href = "index.html" > Accueil< / a > < / li >
< li > < a href = "biographie.html" > Biographie< / a > < / li >
2022-08-09 17:02:45 +00:00
< li > < a href = "peinture.html" > Peinture< / a > < / li >
2021-02-12 23:11:58 +00:00
< li class = "selected" > < a href = "divers.html" > Divers< / a > < / li >
2022-08-09 17:02:45 +00:00
< li > < a href = "explorer.html" > Explorer< / a > < / li >
< li > < a href = "supplements.html" > Suppléments< / a > < / li >
2021-02-12 23:11:58 +00:00
< li > < a href = "informations.html" > Informations< / a > < / li >
< / div >
2021-01-09 00:11:40 +00:00
< / ul >
< / nav >
< / header >
2022-08-09 17:02:45 +00:00
< article class = "objets" >
< h1 > Divers< / h1 >
< div class = "intro center" >
< p > En plus des peintures consignées dans le petit carnet, Ginou s'est intéressée à d'autres supports, tels que la peinture sur soie ou bois, ou la poésie illustrée.< / p >
< p > Cette section a pour but de présenter quelques objets représentatifs.< / p >
<!-- <p>Pour voir un objet en haute résolution ainsi que ses informations, veuillez cliquer sur celui - ci.</p> -->
< / div >
< h2 > Croquis< / h2 >
2021-02-14 17:02:03 +00:00
2022-08-09 17:02:45 +00:00
< p > premiers travaux< / p >
2021-02-14 17:02:03 +00:00
< div class = "gallery" >
2022-08-09 17:02:45 +00:00
< a data-fancybox = "divers" href = "" data-caption = "" >
< img src = "" alt = "" >
2021-02-14 17:02:03 +00:00
< / a >
< / div >
2022-08-09 17:02:45 +00:00
< h2 > Peinture sur soie< / h2 >
2021-02-14 17:02:03 +00:00
2022-08-09 17:02:45 +00:00
< p > coussins, tableaux< / p >
2021-01-28 17:46:11 +00:00
2021-02-12 19:53:40 +00:00
< div class = "gallery" >
2022-08-09 17:02:45 +00:00
< a data-fancybox = "divers" href = "" data-caption = "" >
< img src = "" alt = "" >
2021-01-28 17:46:11 +00:00
< / a >
2022-08-09 17:02:45 +00:00
< / div >
2021-03-07 00:55:34 +00:00
2022-08-09 17:02:45 +00:00
< h2 > Boîtes< / h2 >
2021-01-09 00:11:40 +00:00
2022-08-09 17:02:45 +00:00
< p > boites< / p >
2021-01-09 00:11:40 +00:00
2021-02-12 19:53:40 +00:00
< div class = "gallery" >
2022-08-09 17:02:45 +00:00
< a data-fancybox = "divers" href = "" data-caption = "" >
< img src = "" alt = "" >
2021-01-28 17:46:11 +00:00
< / a >
< / div >
2021-01-09 00:11:40 +00:00
2022-08-09 17:02:45 +00:00
< h2 > Cartes< / h2 >
< p > cartes< / p >
2021-01-09 00:11:40 +00:00
2021-02-12 19:53:40 +00:00
< div class = "gallery" >
2022-08-09 17:02:45 +00:00
< a data-fancybox = "divers" href = "" data-caption = "" >
< img src = "" alt = "" >
2021-01-09 00:11:40 +00:00
< / a >
2022-08-09 17:02:45 +00:00
< / div >
2021-01-09 00:11:40 +00:00
2022-08-09 17:02:45 +00:00
< h2 > Poésie< / h2 >
2021-04-03 15:49:18 +00:00
2022-08-09 17:02:45 +00:00
< p > poésie< / p >
2021-04-03 15:49:18 +00:00
2022-08-09 17:02:45 +00:00
< div class = "gallery" >
< a data-fancybox = "divers" href = "" data-caption = "" >
< img src = "" alt = "" >
2021-04-03 15:49:18 +00:00
< / a >
2021-01-09 00:11:40 +00:00
< / div >
< / article >
< / body >
< / html >