Compare commits

..

4 Commits

6 changed files with 45 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
css/
js/

View File

@ -1,3 +1,14 @@
# siahbva
# Siahbva
Page de maintenance pour Siahbva
## ⚙️ Étape 1 - Cloner le dépôt :
```git clone https://gitea.digitanie.org/florian.llimos/siahbva.git```
## ⚙️ Étape 2 - Télécharger les dépendances :
Ouvrez sur ce lien **https://getuikit.com/docs/introduction** et téléchargez Uikit.
Dézipez le dossier .zip et mettez les dossiers js et css dans le dossier projet **saihbva**
## ⚙️ Étape 3 - Afficher le projet :
Pour afficher le projet, prenez soit une extension sur votre IDE pour lancer le "serveur" soit vous pouvez drap & drop l'index.html dans votre navigateur.

21
index.html Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Siahbva</title>
<link rel="stylesheet" href="css/uikit-rtl.min.css" />
<link rel="stylesheet" href="css/uikit-rtl.css" />
<link rel="stylesheet" href="css/uikit.min.css" />
<link rel="stylesheet" href="css/uikit.css" />
<script src="js/uikit-icons.js"></script>
<script src="js/uikit-icons.min.js"></script>
<script src="js/uikit.js"></script>
<script src="js/uikit.min.js"></script>
</head>
<body>
<header></header>
<main></main>
<footer></footer>
</body>
</html>

BIN
media/logo-couleur-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

9
media/logo-couleur-2.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB