parent
d736a9bb3e
commit
575a9e1491
8 changed files with 114 additions and 0 deletions
BIN
download/fiche-danseronce.odt
Normal file
BIN
download/fiche-danseronce.odt
Normal file
Binary file not shown.
BIN
download/fiche-danseronce.pdf
Normal file
BIN
download/fiche-danseronce.pdf
Normal file
Binary file not shown.
BIN
download/fiche.odt
Normal file
BIN
download/fiche.odt
Normal file
Binary file not shown.
BIN
download/fiche.pdf
Normal file
BIN
download/fiche.pdf
Normal file
Binary file not shown.
0
download/index.html
Normal file
0
download/index.html
Normal file
97
fiches.html
Normal file
97
fiches.html
Normal file
|
@ -0,0 +1,97 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fr">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Rulebook</title>
|
||||||
|
|
||||||
|
<!-- meta -->
|
||||||
|
<meta name="description" content="">
|
||||||
|
<meta name="author" content="">
|
||||||
|
|
||||||
|
<!-- mon icon -->
|
||||||
|
<link rel="shortcut icon" href="img/favicon.png">
|
||||||
|
|
||||||
|
<!-- dependencies -->
|
||||||
|
<link rel="stylesheet" href="dep/bootstrap/css/bootstrap.min.css">
|
||||||
|
<link rel="stylesheet" href="dep/fork-awesome/css/fork-awesome.min.css">
|
||||||
|
<script src="dep/jquery/jquery.js"></script>
|
||||||
|
<script src="dep/bootstrap/js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
|
<!-- style and js -->
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<div id="wrapper" class="container mt-4">
|
||||||
|
<div class="row">
|
||||||
|
<nav aria-label="breadcrumb" class="col-12">
|
||||||
|
<ol class="breadcrumb">
|
||||||
|
<li class="breadcrumb-item"><a href="https://chlore.net">chlore.net</a></li>
|
||||||
|
<li class="breadcrumb-item active" aria-current="page">rulebook</li>
|
||||||
|
</ol>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
<div id="global-area" class="row">
|
||||||
|
<main id="page-main" class="col-8">
|
||||||
|
<p><a class="btn btn-secondary" href="index.html"><i class="fa fa-caret-left"></i> Retour</a></p>
|
||||||
|
<div class="card">
|
||||||
|
<table class="table table-card">
|
||||||
|
<tr class="card-header"><th>Nom</th><th></th></tr>
|
||||||
|
<tr><td>Fiche de personnage générique</td>
|
||||||
|
<td class="td-btn">
|
||||||
|
<a class="btn btn-primary" href="download/fiche.odt"><i class="fa fa-file-text-o"></i> .ODT</a>
|
||||||
|
<a class="btn btn-success" href="download/fiche.pdf"><i class="fa fa-file-pdf-o"></i> .PDF</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr><td>Fiche dansronce</td>
|
||||||
|
<td class="td-btn">
|
||||||
|
<a class="btn btn-primary" href="download/fiche-danseronce.odt"><i class="fa fa-file-text-o"></i> .ODT</a>
|
||||||
|
<a class="btn btn-success" href="download/fiche-danseronce.pdf"><i class="fa fa-file-pdf-o"></i> .PDF</a>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="page-sidebar" class="col-4">
|
||||||
|
<section class="card card-green" style="margin-bottom:2em;">
|
||||||
|
<div class="card-header">
|
||||||
|
<i class="fa fa-fw fa-book"></i> Livres de règles
|
||||||
|
</div>
|
||||||
|
<div class="list-group list-group-flush">
|
||||||
|
<a href="core/" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center">
|
||||||
|
Rulebook
|
||||||
|
</a>
|
||||||
|
<a href="erratum/" class="list-group-item list-group-item-action d-flex justify-content-between align-items-center">
|
||||||
|
Erratum
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<footer id="page-footer" class="container mt-4">
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6">
|
||||||
|
<p>Rulebook version 2.1.1</p>
|
||||||
|
<p>Ces règles de JDR sont distribués sous la <strong>Licence Ludique Libre</strong>, et les univers utilisé dans ces JDR sont diffusé sous licence <strong>Creative Common Attribution - Partage à l'Identique 4.0</strong> - hors mention contraire.</p>
|
||||||
|
<p>Ces licences vous autorise à partager et copier mes travaux, tant que vous me citiez en source, et que vous autorisez la même chose pour les travaux qui en seraient dérivés. N'hésitez pas à partager ! <i style="color:#FF0000" class="fa fa-heart"></i></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-6">
|
||||||
|
<p>Page propulsé par <a href="https://getbootstrap.com/">Bootstrap4</a> et la banque d'icone <a href="https://forkawesome.github.io/Fork-Awesome/">Fork-Awesome</a>.</p>
|
||||||
|
<p>Ouais c'est la page de la mega-flemme, mais kestuvafer ?</p>
|
||||||
|
<p><a href="https://git.chlore.net/Kazhnuz/rulebook">Source des JDR</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -69,6 +69,8 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<a class="btn btn-secondary btn-block" href="fiches.html">Fiches de personnages</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
15
style.css
Normal file
15
style.css
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
.table-card th {
|
||||||
|
border-top:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-card td {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table-card {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.td-btn {
|
||||||
|
text-align: right;
|
||||||
|
}
|
Loading…
Reference in a new issue