-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
41 lines (40 loc) · 2.85 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset='utf-8'>
<!--------------------------------------------------------------------------------------------------
//-- File. . . : index.html
//-- Bevat . . : Template voor de index.html die verplicht is voor respec
//-- Gebaseerd op https://github.com/Geonovum/respec/wiki
//-- Deze file moet worden neergezet in de root-directory van de
//-- betreffende standaard.
//-- Door. . . : Jan van Gelder
//--------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------
//-- Log . . . : 20181015 - JvG - Initiele versie
//
<!-- de titel van de standaard of het document ---------------------------------->
<title>Informatie Model Geluid (IMGeluid) versie 3.1.1</title>
<!-- de naam van de lokale CSS file --------------------------------------------->
<link rel="stylesheet" type="text/css" href="./media/style.css">
<link rel='shortcut icon' type='image/x-icon' href='https://tools.geostandaarden.nl/respec/style/logos/Geonovum.ico' />
<script class="remove" src="./config.js"></script>
<script class='remove' src='https://tools.geostandaarden.nl/respec/builds/respec-geonovum.js' async></script>
<style>div.imageinfo img {max-width: none;}</style>
</head>
<!-- HTML-Body -------------------------------------------------------------------------------->
<body>
<section id='abstract' data-format="markdown" data-include="00-Samenvatting.md"></section>
<section id='sotd'><p>Afwegingen en onderbouwing die ten grondslag liggen aan de inhoud van deze catalogus zijn te vinden in de <a href="https://github.com/Geonovum/IMG/issues/">Issues</a> sectie van de Github repository waarin deze standaard is ontwikkeld.</p></section>
<!-- vanaf hier per hoofdstuk een sectie of een div in het document ----------------------->
<!-- Secties komen in de inhoudsopgave div's niet ----------------------------------------->
<!-- Secties hebben verplicht <h2> tags, div's niet --------------------------------------->
<div id='H00' data-format="markdown" data-include="00-Voorwoord.md"></div>
<section id='H01' data-format="markdown" data-include="01-Inleiding.md"></section>
<section id='H02' data-format="markdown" data-include="02-Scope.md"></section>
<section id='H03' data-format="markdown" data-include="03-Overzicht.md"></section>
<!-- import door imvertor gegenereerde deel-->
<div id="catalogus" data-include="data/IMG-cat.respec.html" data-include-replace=true></div>
<section id='changelog' data-format="markdown" data-include="0A-Changelog.md" class="appendix"></section>
</body>
</html>