chore: 👷 Changed folder structure to groups things together
@ -4,7 +4,9 @@
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script: echo "hi"
|
||||
script:
|
||||
- cp -r assets/ public/wireframe/
|
||||
- mv assets/ public/assets/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 176 KiB |
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<link type="text/css" rel="stylesheet" href="./main.css" />
|
||||
<link type="text/css" rel="stylesheet" href="css/main.css" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document</title>
|
||||
@ -10,13 +10,13 @@
|
||||
|
||||
<body>
|
||||
<div id="fake">
|
||||
<img src="./assets/fake-home.jpg" />
|
||||
<img src="assets/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>
|
||||
<a href="#" class="close-button"><img src="assets/closebutton.png"></a>
|
||||
<div id="tabs-container">
|
||||
<span></span>
|
||||
<span><a href="#">Intégrer un contenu externe</a></span>
|
||||
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
@ -5,14 +5,12 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="remus.min.css">
|
||||
<title>Juxtaposed Lightbox</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="juxtapose" data-animate="true">
|
||||
<img src="./actual-screenshot1.jpg" alt="" data-label="2019">
|
||||
<img src="./poc-screenshot1.jpg" alt="" data-label="poc">
|
||||
<img src="actual-screenshot1.jpg" alt="An image of the actual implementation" data-label="before">
|
||||
<img src="poc-screenshot1.jpg" alt="An image of my prototype implementation" data-label="after">
|
||||
</div>
|
||||
<script src="https://cdn.knightlab.com/libs/juxtapose/latest/js/juxtapose.min.js"></script>
|
||||
<link rel="stylesheet" href="https://cdn.knightlab.com/libs/juxtapose/latest/css/juxtapose.css">
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link type="text/css" rel="stylesheet" href="./wireframe.css" />
|
||||
<link type="text/css" rel="stylesheet" href="css/wireframe.css" />
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document</title>
|
||||
@ -14,9 +14,9 @@
|
||||
<div class=" "><span class="text-ph close-button">x</span></div>
|
||||
<div id="tabs-container">
|
||||
<span></span>
|
||||
<span class="active"><a href="#" class="text-ph">Onglet actif</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>
|
||||
@ -26,7 +26,6 @@
|
||||
<button>🔍</button>
|
||||
</div>
|
||||
<div id="doc-file-viewmode">
|
||||
Vue :
|
||||
<a href="#" class="active">Mosaïque</a>
|
||||
<a href="#">Grille</a>
|
||||
<a href="#">Liste</a>
|