add design-to-pack & resin
This commit is contained in:
parent
5c05437ca5
commit
b2302d9268
11 changed files with 10078 additions and 15 deletions
10063
assets/paged.polyfill.js
10063
assets/paged.polyfill.js
File diff suppressed because it is too large
Load diff
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>$title$</title>
|
<title>$title$</title>
|
||||||
<script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script>
|
<script src="/assets/paged.polyfill.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="assets/style.css">
|
<link rel="stylesheet" type="text/css" href="assets/style.css">
|
||||||
|
|
|
||||||
BIN
images/design-to-pack.jpg
Normal file
BIN
images/design-to-pack.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 139 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 468 KiB |
BIN
images/resin.png
BIN
images/resin.png
Binary file not shown.
|
Before Width: | Height: | Size: 804 KiB After Width: | Height: | Size: 640 KiB |
BIN
images/studio-variable_Adrien_small.png
Normal file
BIN
images/studio-variable_Adrien_small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 172 KiB |
BIN
images/studio-variable_Julie_small.png
Normal file
BIN
images/studio-variable_Julie_small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 212 KiB |
14
index.html
14
index.html
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Studio Variable</title>
|
<title>Studio Variable</title>
|
||||||
<script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script>
|
<script src="/assets/paged.polyfill.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="assets/style.css">
|
<link rel="stylesheet" type="text/css" href="assets/style.css">
|
||||||
|
|
@ -16,9 +16,9 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<aside class="infos">
|
<aside class="infos">
|
||||||
<p>Proposition Direction 6ème</p>
|
<p>Proposition Direction 6ème!</p>
|
||||||
<p>29 décembre 2025</p>
|
<p>29 décembre 2025</p>
|
||||||
<p>contact@studio-varible.com</p>
|
<p>contact@studio-variable.com</p>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p><p>Studio Variable – Proposition Direction 6ème</p></p>
|
<p><p>Studio Variable – Proposition Direction 6ème!</p></p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
<h2 id="équipe">Équipe</h2>
|
<h2 id="équipe">Équipe</h2>
|
||||||
<div class="people">
|
<div class="people">
|
||||||
<figure>
|
<figure>
|
||||||
<img src="images/studio-variable_Julie.jpg" alt="." />
|
<img src="images/studio-variable_Julie_small.png" alt="." />
|
||||||
<figcaption aria-hidden="true">.</figcaption>
|
<figcaption aria-hidden="true">.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<h1 id="julie-blanc">Julie Blanc</h1>
|
<h1 id="julie-blanc">Julie Blanc</h1>
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="people">
|
<div class="people">
|
||||||
<figure>
|
<figure>
|
||||||
<img src="images/studio-variable_Adrien.jpg" alt="." />
|
<img src="images/studio-variable_Adrien_small.png" alt="." />
|
||||||
<figcaption aria-hidden="true">.</figcaption>
|
<figcaption aria-hidden="true">.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<h1 id="adrien-payet">Adrien Payet</h1>
|
<h1 id="adrien-payet">Adrien Payet</h1>
|
||||||
|
|
@ -362,7 +362,7 @@
|
||||||
de parfum. L’interface permet de collaborer du brief aux produits
|
de parfum. L’interface permet de collaborer du brief aux produits
|
||||||
finis, en passant par les vues 3D interactives.</p>
|
finis, en passant par les vues 3D interactives.</p>
|
||||||
<figure>
|
<figure>
|
||||||
<img src="images/design-to-pack.png" alt="." />
|
<img src="images/design-to-pack.jpg" alt="." />
|
||||||
<figcaption aria-hidden="true">.</figcaption>
|
<figcaption aria-hidden="true">.</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
<div class="details">
|
<div class="details">
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<div class="people">
|
<div class="people">
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# Julie Blanc
|
# Julie Blanc
|
||||||
|
|
||||||
|
|
@ -14,7 +14,7 @@ Julie est designer, développeuse et chercheuse. Elle a co-fondé le studio Vari
|
||||||
|
|
||||||
<div class="people">
|
<div class="people">
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# Adrien Payet
|
# Adrien Payet
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
title: "Studio Variable"
|
title: "Studio Variable"
|
||||||
baseline: "Design × code"
|
baseline: "Design × code"
|
||||||
client: "Proposition Direction 6ème"
|
client: "Proposition Direction 6ème!"
|
||||||
date: "29 décembre 2025"
|
date: "29 décembre 2025"
|
||||||
contact: "contact@studio-varible.com"
|
contact: "contact@studio-variable.com"
|
||||||
footer: "Studio Variable – Proposition Direction 6ème"
|
footer: "Studio Variable – Proposition Direction 6ème!"
|
||||||
---
|
---
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Plateforme complète de gestion de projets de création de flacons de parfum. L'interface permet de collaborer du brief aux produits finis, en passant par les vues 3D interactives.
|
Plateforme complète de gestion de projets de création de flacons de parfum. L'interface permet de collaborer du brief aux produits finis, en passant par les vues 3D interactives.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<div class="details">
|
<div class="details">
|
||||||
<dl>
|
<dl>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue