From a9172b1b7a016331013c489f065422385092e275 Mon Sep 17 00:00:00 2001 From: Thoscellen Date: Mon, 9 Aug 2021 19:23:45 +0200 Subject: [PATCH] feat: :construction: prepare stuff for exposing the frame-only branch --- README.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index e478cd2..86b9b27 100644 --- a/README.md +++ b/README.md @@ -2,29 +2,24 @@ > This repository serve resources and examples for my [Behance portfolio](https://www.behance.net/gallery/117643605/Lightbox-Remastered). -This small redesign is a personal take on lightboxes (or popins) used in One and Neo platforms. I felt the current one was in dire need of a rework and a better UI. +You are viewing the frame-only branch. This branch feature a wireframe version of this prototype. -The project itself is a prototype in native HTML/CSS aiming to improve the box behaviour and resizing. I worked into rearranging the content panels via Flexboxs and Grids, and redefined where content could be allowed to scroll or be static. It now takes into account the viewport and the content and try to prioritize what should be resized first. I eliminated existing empties and suboptimal areas and adjusted borders and lines to create a more easy and readable component. The component have a better hierarchical reading from top to bottom and use more width. - -This work allowed me to exercise on interface design and graphical design, inspired to step in the One guidelines, and improve my HTML and CSS skills. This prototype aim to suggest improvements on the product. - -* [Interactive showcase](https://khosmon.gitlab.io/Lightbox-Remastered/) +* [Interactive showcase](https://khosmon.gitlab.io/Lightbox-Remastered/wireframe/) On Firefox, you can use the Adaptative View (`Ctrl / Cmd + Shift + M`) to resize it freely. -* [Before/After comparison](https://khosmon.gitlab.io/Lightbox-Remastered/sliderjs/) -## Galeries d'images +## Gallery -![Exemple de lightbox pouvant afficher tout son contenu dans l'espace disponible](./public/readme_assets/Frame%201.png) +![Exemple of a full ranged lightbox](./public/readme_assets/Frame%201.png) -![Exemple de lightbox très grande](./public/readme_assets/Frame%202.png) +![Exemple of a very big lightbox](./public/readme_assets/Frame%202.png) -![Exemple de lightbox confortable](./public/readme_assets/Frame%203.png) +![Exemple of a comfty lightbox](./public/readme_assets/Frame%203.png) -![Exemple de lightbox étroite](./public/readme_assets/Frame%204.png) +![Exemple of a neat lightbox](./public/readme_assets/Frame%204.png) -![Exemple de lightbox retrécie](./public/readme_assets/Frame%205.png) +![Exemple of a small lightbox](./public/readme_assets/Frame%205.png) -![Exemple de lightbox étriquée](./public/readme_assets/Frame%206.png) +![Exemple of a narrow lightbox](./public/readme_assets/Frame%206.png) ## Credits