Skip to content

Commit

Permalink
[#14] update uitwerkingen
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaria committed Jan 29, 2021
1 parent ea6c660 commit 60459a9
Show file tree
Hide file tree
Showing 7 changed files with 954 additions and 349 deletions.
4 changes: 1 addition & 3 deletions casus/imboom/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script class="remove" src="./config.js"></script>
<script class='remove' src='https://tools.geostandaarden.nl/respec/builds/respec-geonovum.js' async></script>
<script>
window.addEventListener("load", function() {
window.addEventListener("load", (event) => {
// store tabs variable
var theTabs = document.querySelectorAll("ul.nav-tabs > li");

Expand All @@ -36,8 +36,6 @@
for (i = 0; i < theTabs.length; i++) {
theTabs[i].addEventListener("click", theTabClicks)
}

window.load();
});
</script>
<style>
Expand Down
Binary file modified casus/imboom/media/a-informatiemodel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified casus/imboom/media/b-informatiemodel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified casus/imboom/media/c-informatiemodel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added casus/imboom/media/d-informatiemodel-object.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,299 changes: 953 additions & 346 deletions casus/imboom/respec-docs/uitwerking.md

Large diffs are not rendered by default.

0 comments on commit 60459a9

Please sign in to comment.