Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01
Some checks failed
Make website accessible / copy-websites (push) Has been cancelled
@@ -21,7 +21,6 @@ jobs:
|
||||
VAR4: Workflow jobs
|
||||
run: |
|
||||
echo $VAR1 $VAR2 $VAR3 $VAR4.
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- run: ls -lR .
|
||||
|
||||
@@ -50,10 +50,29 @@
|
||||
/* PAGE: Univers Sci-fi */
|
||||
/* AUTEUR: Léa */
|
||||
/****************************/
|
||||
.lore body {
|
||||
.lore {
|
||||
background-color: rgb(207, 212, 74);
|
||||
}
|
||||
|
||||
.lore table{
|
||||
width: 60%;
|
||||
border: 2px solid black;
|
||||
margin: 15px 15px 15px 5px;
|
||||
}
|
||||
|
||||
.lore th{
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.lore td{
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.lore img{
|
||||
margin: 10px;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
/****************************/
|
||||
/* PAGE: Missions */
|
||||
/* AUTEUR: Stanislas */
|
||||
|
||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 6.2 MiB After Width: | Height: | Size: 35 KiB |
@@ -6,7 +6,7 @@
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<title>Lore</title>
|
||||
</head>
|
||||
<body>
|
||||
<body class="lore">
|
||||
<main>
|
||||
<nav>
|
||||
<ul>
|
||||
@@ -34,17 +34,18 @@
|
||||
<tr>
|
||||
<th>Arc 1: Éveil</th>
|
||||
<th>Arc 2: Saga de la guerre inrérieure</th>
|
||||
<th></th>
|
||||
<th>Arc 3: Saga de la nouvelle Guerre</th>
|
||||
<th></th>
|
||||
<th>Arc 4: Saga de la guerre du Néant</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="sousPageLore1.html"><img src="images/ImagesLea/three-tenno.jpg" alt="Trois tenno prennent la pose"></a></td>
|
||||
|
||||
<td><a href="sousPageLore2.html"><img src="images/ImagesLea/warWithinTableau.jpg" alt="Environnement de la forteresse Grineer"></a></td>
|
||||
|
||||
<td><a href="sousPageLore3.html"><img src="images/ImagesLea/newWarTableau.jpg" alt="Image du Sentient Natah"></a></td>
|
||||
|
||||
<td><a href="sousPageLore4.html"><img src="images/ImagesLea/voidWarTableau.jpg" alt="Image de Rhino et Mag dos à dos"></a></td>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||