premier commit en wireframes
17
README.md
@ -4,24 +4,21 @@ Ceci est un projet sur temps personnel traduisant ma réflexion sur le redesign
|
||||
|
||||
Ce project est une maquette interactive visant à mieux définir le comportement de la boite en fonction de regles de redimentionnements prenant en compte la taille d'affichage ( *Viewport* ), et les éléments contenu dans celle-ci, et adressant les problèmes actuellement rencontré à cet égards. Il sert de support de présentation.
|
||||
|
||||
Par ailleurs, ce project est aussi un exercice de conception visuel et de design original et inspiré des codes de l'application One, visant a stimuler ma créativité et à me former sur les technologies du web. Cette exercice es uniquement présenté sous forme de suggestion.
|
||||
|
||||
## Galeries d'images
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
## Crédits
|
||||
|
||||
* Polices : Microsoft, Apple
|
||||
* Eléments graphiques : Open Digital Education
|
||||
* Polices : Mozilla
|
||||
* Conception : Open Digital Education
|
||||
|
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 18 KiB |
BIN
com/Frame 1.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
com/Frame 2.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
com/Frame 3.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
com/Frame 4.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
com/Frame 5.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
com/Frame 6.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
Before Width: | Height: | Size: 398 KiB |
Before Width: | Height: | Size: 233 KiB |
Before Width: | Height: | Size: 193 KiB |
Before Width: | Height: | Size: 154 KiB |
Before Width: | Height: | Size: 143 KiB |
Before Width: | Height: | Size: 80 KiB |
BIN
fake-home.jpg
Before Width: | Height: | Size: 176 KiB |
@ -9,18 +9,11 @@ body {
|
||||
margin: 0;
|
||||
min-height: 100%;
|
||||
box-sizing: border-box;
|
||||
font-family: Calibri, "Segoe UI", sans-serif;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
button {
|
||||
font-family: "Chalkboard", Candara, sans-serif;
|
||||
letter-spacing: -0.5px;
|
||||
text-transform: uppercase;
|
||||
font-weight: normal;
|
||||
.text-ph {
|
||||
background-color: rgb(236, 236, 236);
|
||||
color: transparent !important;
|
||||
}
|
||||
|
||||
/* The body of the fake website consist of a scrollable big picture */
|
||||
@ -48,27 +41,24 @@ button {
|
||||
/* overflow: auto; */
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
/*
|
||||
.softener {
|
||||
/* backdrop-filter: blur(5px); */
|
||||
backdrop-filter: blur(5px);
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
} */
|
||||
|
||||
/* lightbox itself */
|
||||
|
||||
.lb-container {
|
||||
display: grid;
|
||||
margin: 5em auto;
|
||||
margin: 5em;
|
||||
grid-template-rows: min-content auto min-content;
|
||||
position: static;
|
||||
z-index: 11;
|
||||
max-width: 1030px;
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11),
|
||||
0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11),
|
||||
0 8px 16px rgba(0, 0, 0, 0.11);
|
||||
/* background-color: white; */
|
||||
/*border: 1px solid white;*/
|
||||
border-radius: 1em;
|
||||
background-color: white;
|
||||
border: 1px solid lightgray;
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||
.scrollable {
|
||||
@ -76,43 +66,35 @@ button {
|
||||
}
|
||||
|
||||
.lb-header {
|
||||
background: white;
|
||||
backdrop-filter: blur(10px);
|
||||
border-radius: 1em 1em 0 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.lb-header h2 {
|
||||
margin: 0.5em 1em;
|
||||
color: rgb(56, 137, 193);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.lb-header .close-button {
|
||||
position: absolute;
|
||||
position: absolute;
|
||||
right:.5em;
|
||||
top:.5em;
|
||||
}
|
||||
|
||||
.close-button img {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
top:.5em;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
#tabs-container {
|
||||
display: flex;
|
||||
font-family: "Chalkboard", Candara, sans-serif;
|
||||
letter-spacing: -0.5px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
#tabs-container a {
|
||||
text-decoration: none;
|
||||
color: rgb(56, 137, 193);
|
||||
}
|
||||
|
||||
#tabs-container > span.active a {
|
||||
/* #tabs-container > span.active a {
|
||||
color: rgb(255, 141, 46);
|
||||
}
|
||||
} */
|
||||
|
||||
#tabs-container > span {
|
||||
flex-grow: 1;
|
||||
@ -126,15 +108,13 @@ button {
|
||||
flex-grow: 1;
|
||||
min-width: min-content;
|
||||
text-align: center;
|
||||
border-radius: 0.5em 0.5em 0 0;
|
||||
border: 1px solid lightgray;
|
||||
border-top: 2px solid rgb(255, 141, 46);
|
||||
border-bottom: none;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.lb-body {
|
||||
padding: 1em;
|
||||
/* padding: 1em; */
|
||||
padding-bottom: 0;
|
||||
/* max-height: 350px; */
|
||||
max-height: calc(100vh - 10em - 200px);
|
||||
@ -150,24 +130,26 @@ button {
|
||||
}
|
||||
|
||||
.doc-file-browse #doc-file-viewmode {
|
||||
visibility: hidden;
|
||||
grid-row: toolbar;
|
||||
grid-column: side;
|
||||
justify-self: start;
|
||||
}
|
||||
|
||||
.doc-file-browse #doc-file-search {
|
||||
visibility: hidden;
|
||||
grid-row: toolbar;
|
||||
grid-column: central;
|
||||
justify-self: start;
|
||||
}
|
||||
|
||||
.doc-file-browse #doc-file-nav {
|
||||
grid-row: main;
|
||||
grid-row: toolbar / span 2;
|
||||
grid-column: side;
|
||||
}
|
||||
|
||||
.doc-file-browse #doc-file-dominos {
|
||||
grid-row: main;
|
||||
grid-row: toolbar / span 2;
|
||||
grid-column: central;
|
||||
}
|
||||
|
||||
@ -177,24 +159,18 @@ input[type="search"],
|
||||
input[type="email"],
|
||||
input[type="tel"],
|
||||
input[type="date"] {
|
||||
border-radius: 5px;
|
||||
border: 1px solid #c9ced5;
|
||||
line-height: 25px;
|
||||
padding: 0 10px;
|
||||
box-sizing: border-box;
|
||||
height: 40px;
|
||||
text-transform: initial;
|
||||
font-size: initial;
|
||||
font-family: Calibri, "Segoe UI", sans-serif;
|
||||
}
|
||||
|
||||
button {
|
||||
/* height: 40px; */
|
||||
box-sizing: border-box;
|
||||
background-image: linear-gradient(#3889c1, #43b9e7);
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-radius: 15px;
|
||||
font-size: initial;
|
||||
padding:9px 12px;
|
||||
}
|
||||
@ -214,17 +190,16 @@ button {
|
||||
}
|
||||
|
||||
.list-nav li span {
|
||||
border-radius: 4px;
|
||||
padding: 3px 9px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.list-nav li:not(.active) span:hover {
|
||||
background-image: linear-gradient(#fff, #e9ebef);
|
||||
background: lightgray;
|
||||
}
|
||||
|
||||
.list-nav .active > span {
|
||||
background-image: linear-gradient(#3889c1, #43b9e7);
|
||||
background: lightgray;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@ -232,30 +207,26 @@ button {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
align-items: flex-start;
|
||||
align-items: flex-start;
|
||||
align-content: flex-start;
|
||||
}
|
||||
|
||||
.domino-item {
|
||||
margin: 5px;
|
||||
border: 1px solid lightgray;
|
||||
border: 1px solid #ebebeb;
|
||||
width: 150px;
|
||||
height: 80px;
|
||||
background: url(https://via.placeholder.com/80) no-repeat;
|
||||
background: url(https://via.placeholder.com/80/ebebeb/ebebeb) no-repeat;
|
||||
padding-left: 86px;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.domino-item h4 {
|
||||
text-transform: initial;
|
||||
font-family: Calibri, "Segoe UI", sans-serif;
|
||||
letter-spacing: initial;
|
||||
margin: 6px 0 ;
|
||||
color: rgb(53, 53, 53);
|
||||
}
|
||||
.domino-item h4 span.extension {
|
||||
color:gray;
|
||||
text-transform: uppercase;
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
@ -267,22 +238,12 @@ button {
|
||||
|
||||
.lb-footer {
|
||||
padding: 1em;
|
||||
justify-self: end;
|
||||
overflow: hidden;
|
||||
background-color: white;
|
||||
backdrop-filter: blur(20px);
|
||||
border-radius: 0 0 1em 1em;
|
||||
}
|
||||
|
||||
.type-folder {
|
||||
border: 1px solid #efdd77;
|
||||
background: left / contain no-repeat url("./assets/folder-large.png") ;
|
||||
}
|
||||
|
||||
.type-file {
|
||||
/* border: 1px solid lightgray; */
|
||||
background: left / contain no-repeat url("./assets/unknown-large.png") ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -7,19 +7,16 @@
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="fake">
|
||||
<img src="./fake-home.jpg" />
|
||||
</div>
|
||||
<div id="lbmod1" class="lb-mod softener">
|
||||
<div class="lb-container">
|
||||
<div class="lb-header">
|
||||
<h2>Importer des documents</h2>
|
||||
<a href="" class="close-button"><img src="./assets/closebutton.png"></a>
|
||||
<h2><span class="text-ph">Importer des documents</span></h2>
|
||||
<div class=" "><span class="text-ph close-button">x</span></div>
|
||||
<div id="tabs-container">
|
||||
<span></span>
|
||||
<span><a href="">Intégrer un contenu externe</a></span>
|
||||
<span><a href="">Filmer depuis la caméra</a></span>
|
||||
<span class="active"><a href="">Parcourir son Espace Doc</a></span>
|
||||
<span><a href="" class="text-ph">Onglet 1</a></span>
|
||||
<span><a href="" class="text-ph">Onglet 2</a></span>
|
||||
<span class="active"><a href="" class="text-ph">Onglet actif</a></span>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
@ -34,83 +31,63 @@
|
||||
<a href="">Grille</a>
|
||||
<a href="">Liste</a>
|
||||
</div>
|
||||
<div id="doc-file-nav" class="list-nav scrollable">
|
||||
<div id="doc-file-nav" class="list-nav scrollable ">
|
||||
<ul class="">
|
||||
<li class="active">
|
||||
<span>Mes documents</span>
|
||||
<span class="text-ph">Mes documents</span>
|
||||
<ul>
|
||||
<li><span>Mes Images</span></li>
|
||||
<li><span>Mes Enregistrements</span></li>
|
||||
<li><span>Mes Vidéos</span></li>
|
||||
<li><span>Mes Devoirs</span></li>
|
||||
<li><span>Mes Archives</span></li>
|
||||
<li><span>Mes Affaires</span></li>
|
||||
<li><span>Mes Mots</span></li>
|
||||
<li><span>Mes Classeurs</span></li>
|
||||
<li><span class="text-ph">Mes Images</span></li>
|
||||
<li><span class="text-ph">Mes Enregistrements</span></li>
|
||||
<li><span class="text-ph">Mes Vidéos</span></li>
|
||||
<li><span class="text-ph">Mes Devoirs</span></li>
|
||||
<li><span class="text-ph">Mes Archives</span></li>
|
||||
<li><span class="text-ph">Mes Affaires</span></li>
|
||||
<li><span class="text-ph">Mes Mots</span></li>
|
||||
<li><span class="text-ph">Mes Classeurs</span></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><span>Documents partagés</span></li>
|
||||
<li><span>Documents des applications</span></li>
|
||||
<li><span class="text-ph">Un dossier racine</span></li>
|
||||
<li><span class="text-ph">Un autre dossier racine</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="doc-file-dominos" class="domino-container scrollable">
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title">Mes Images</h4>
|
||||
<h4 class="domino-title text-ph">Mes Images</h4>
|
||||
</div>
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title">Mes Enregistrements</h4>
|
||||
<h4 class="domino-title text-ph">Mes Enregistrements</h4>
|
||||
</div>
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title">Mes Vidéos</h4>
|
||||
<h4 class="domino-title text-ph">Mes Vidéos</h4>
|
||||
</div>
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title">Mes Devoirs</h4>
|
||||
<h4 class="domino-title text-ph">Mes Devoirs</h4>
|
||||
</div>
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title">Mes Archives</h4>
|
||||
<h4 class="domino-title text-ph">Mes Archives</h4>
|
||||
</div>
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title">Mes Affaires</h4>
|
||||
<h4 class="domino-title text-ph">Mes Affaires</h4>
|
||||
</div>
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title">Mes Mots</h4>
|
||||
<h4 class="domino-title text-ph">Mes Mots</h4>
|
||||
</div>
|
||||
<div class="domino-item type-folder">
|
||||
<h4 class="domino-title">Mes Classeurs</h3>
|
||||
<h4 class="domino-title text-ph">Mes Classeurs</h3>
|
||||
</div>
|
||||
<div class="domino-item type-file">
|
||||
<h4 class="domino-title">Consigne trigonométrie pythagore<span class="extension"> docs</span></h3>
|
||||
<p class="subtitle">Fichier Word</p>
|
||||
<h4 class="domino-title text-ph">Consigne trigonométrie</h3>
|
||||
<p class="subtitle text-ph">Fichier Word</p>
|
||||
|
||||
</div>
|
||||
<div class="domino-item type-file">
|
||||
<h4 class="domino-title">Suivit des notes <span class="extension"> XLSX</span></h3>
|
||||
<span class="subtitle">Fichier Excel</span>
|
||||
<h4 class="domino-title text-ph">Suivit des notes</h3>
|
||||
<span class="subtitle text-ph">Fichier Excel</span>
|
||||
|
||||
</div>
|
||||
<div class="domino-item">
|
||||
<h4 class="domino-title">Dummy file <span class="extension"> file</span></h3>
|
||||
<span class="subtitle">Fichier fichier</span>
|
||||
</div>
|
||||
<div class="domino-item">
|
||||
<h4 class="domino-title">Dummy file <span class="extension"> file</span></h3>
|
||||
<span class="subtitle">Fichier fichier</span>
|
||||
</div>
|
||||
<div class="domino-item">
|
||||
<h4 class="domino-title">Dummy file <span class="extension"> file</span></h3>
|
||||
<span class="subtitle">Fichier fichier</span>
|
||||
</div>
|
||||
<div class="domino-item">
|
||||
<h4 class="domino-title">Dummy file <span class="extension"> file</span></h3>
|
||||
<span class="subtitle">Fichier fichier</span>
|
||||
</div>
|
||||
<div class="domino-item">
|
||||
<h4 class="domino-title">Dummy file <span class="extension"> file</span></h3>
|
||||
<span class="subtitle">Fichier fichier</span>
|
||||
</div>
|
||||
<div class="domino-item">
|
||||
<h4 class="domino-title">Dummy file <span class="extension"> file</span></h3>
|
||||
<span class="subtitle">Fichier fichier</span>
|
||||
<h4 class="domino-title text-ph">Dummy file</h3>
|
||||
<span class="subtitle text-ph">Fichier fichier</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|