-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: localBiblio from stichting-crow/respec-common
- Loading branch information
Showing
8 changed files
with
368 additions
and
513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,79 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="nl"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta content="text/html; charset=utf-8" http-equiv="content-type" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, shrink-to-fit=no" | ||
/> | ||
<!-- Pas hier de titel van het document aan --> | ||
<title>Informatiemodel verkeerstekens: Beheerplan</title> | ||
<script src="../respec-common/local-biblio.js" class="remove"></script> | ||
<script src="config.js" class="remove"></script> | ||
<script | ||
src="https://cdn.jsdelivr.net/gh/stichting-crow/respec@latest/builds/respec-stichting-crow.js" | ||
async | ||
class="remove" | ||
></script> | ||
<style> | ||
@media (prefers-reduced-motion: no-preference) { | ||
@keyframes animateheader { | ||
0% { | ||
background-color: unset; | ||
} | ||
20% { | ||
background-color: #ffff0020; | ||
} | ||
100% { | ||
background-color: unset; | ||
} | ||
} | ||
} | ||
|
||
<head> | ||
<meta charset='utf-8'> | ||
<meta content="text/html; charset=utf-8" http-equiv="content-type"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<!-- Pas hier de titel van het document aan --> | ||
<title>Informatiemodel verkeerstekens: Beheerplan</title> | ||
<script src="config.js" class="remove"></script> | ||
<script src='https://cdn.jsdelivr.net/gh/stichting-crow/respec@latest/builds/respec-stichting-crow.js' async class='remove'></script> | ||
<style> | ||
@media ( prefers-reduced-motion: no-preference ) { | ||
@keyframes animateheader { | ||
0% { background-color: unset; } | ||
20% { background-color: #ffff0020; } | ||
100% { background-color: unset; } | ||
} | ||
} | ||
:target { | ||
animation: animateheader 1s ease-in-out; | ||
} | ||
.toc-labeled > li li { | ||
margin-left: 0; | ||
list-style: disc; | ||
margin-left: 1rem; | ||
} | ||
:not(li) > .toc-labeled { | ||
margin-left: 0; | ||
} | ||
.toc-labeled { | ||
font-size: 0.9rem; | ||
line-height: inherit; | ||
} | ||
</style> | ||
</head> | ||
|
||
:target { | ||
animation: animateheader 1s ease-in-out ; | ||
} | ||
.toc-labeled>li li { | ||
margin-left: 0; | ||
list-style: disc; | ||
margin-left: 1rem; | ||
} | ||
:not(li)>.toc-labeled { | ||
margin-left: 0; | ||
} | ||
.toc-labeled { | ||
font-size: 0.9rem; | ||
line-height: inherit; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<!-- abstract: samenvatting en doel van het document. --> | ||
<section id="abstract" data-format="markdown" data-include="hoofdstukken/0-samenvatting.md"></section> | ||
<!-- sotd: status van dit document. Verwijder indien niet normatief. --> | ||
<!-- <section id="sotd"></section> --> | ||
<!-- conformance: verwijder indien niet normatief. --> | ||
<section id="conformance"></section> | ||
<!-- section: elke kopje op het hoogste niveau is een <section>. | ||
<body> | ||
<!-- abstract: samenvatting en doel van het document. --> | ||
<section | ||
id="abstract" | ||
data-format="markdown" | ||
data-include="hoofdstukken/0-samenvatting.md" | ||
></section> | ||
<!-- sotd: status van dit document. Verwijder indien niet normatief. --> | ||
<!-- <section id="sotd"></section> --> | ||
<!-- conformance: verwijder indien niet normatief. --> | ||
<section id="conformance"></section> | ||
<!-- section: elke kopje op het hoogste niveau is een <section>. | ||
Voor niet-normatieve onderdelen: class="informative". | ||
Elke sectie staat hier in de map hoofdstukken/, dat staat opgeruimd. | ||
Pas de namen van de bestanden aan en de inhoud. --> | ||
<section data-format="markdown" data-include="hoofdstukken/1.md"></section> | ||
<section data-format="markdown" data-include="hoofdstukken/2.md"></section> | ||
<section data-format="markdown" data-include="hoofdstukken/3.md"></section> | ||
<section data-format="markdown" data-include="hoofdstukken/4.md"></section> | ||
<section data-format="markdown" data-include="hoofdstukken/5.md"></section> | ||
<section data-format="markdown" data-include="hoofdstukken/6.md"></section> | ||
<section class="informative" data-format="markdown" data-include="../begrippen-en-definities.md"></section> | ||
</body> | ||
|
||
<section data-format="markdown" data-include="hoofdstukken/1.md"></section> | ||
<section data-format="markdown" data-include="hoofdstukken/2.md"></section> | ||
<section data-format="markdown" data-include="hoofdstukken/3.md"></section> | ||
<section data-format="markdown" data-include="hoofdstukken/4.md"></section> | ||
<section data-format="markdown" data-include="hoofdstukken/5.md"></section> | ||
<section data-format="markdown" data-include="hoofdstukken/6.md"></section> | ||
<section | ||
class="informative" | ||
data-format="markdown" | ||
data-include="../begrippen-en-definities.md" | ||
></section> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.