diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9a76cb2..de43cfd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,10 +4,7 @@
pages:
stage: deploy
- script:
- - mv assets public/assets
- - mv main.css public/main.css
- - mv lightbox-demo.html public/index.html
+ script: echo "hi"
artifacts:
paths:
- public
diff --git a/README.md b/README.md
index 1373545..83868ae 100644
--- a/README.md
+++ b/README.md
@@ -2,33 +2,10 @@
> 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.
-
-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.
+You are on the page branch. This branch serve the GitLab Pipeline to generate Pages. This works as documented on [GitLab's Docs](https://docs.gitlab.com/ee/user/project/pages/index.html#how-to-set-up-gitlab-pages-in-a-repository-where-theres-also-actual-code)
* [Interactive showcase](https://khosmon.gitlab.io/Lightbox-Remastered/)
-On Firefox, you can use the Adaptative View (`Ctrl / Cmd + Shift + M`) to resize it freely.
+* [Wireframe showcase](https://khosmon.gitlab.io/Lightbox-Remastered/wireframe/)
* [Before/After comparison](https://khosmon.gitlab.io/Lightbox-Remastered/sliderjs/)
-
-## Gallery
-
-
-
-
-
-
-
-
-
-
-
-
-
-## Credits
-
-* Fonts: Microsoft, Apple, Graig Rozynski, Purushoth Kumar Guttula
-* Originals Design, Assets, Codes, Graphics: Open Digital Education
-
+💡 Note: On Firefox, you can use the Adaptative View (`Ctrl / Cmd + Shift + M`) to resize the viewport freely and easily.
diff --git a/lightbox-demo.html b/public/index.html
similarity index 100%
rename from lightbox-demo.html
rename to public/index.html
diff --git a/main.css b/public/main.css
similarity index 100%
rename from main.css
rename to public/main.css
diff --git a/lightbox-wireframe.html b/public/wireframe/index.html
similarity index 98%
rename from lightbox-wireframe.html
rename to public/wireframe/index.html
index 26c82f2..38c17ee 100644
--- a/lightbox-wireframe.html
+++ b/public/wireframe/index.html
@@ -1,7 +1,7 @@