Skip to content

Commit 684c1bd

Browse files
LieselotGeirnaertDylanVanAssche
authored andcommitted
Feature/issue 100 (#116)
* Fixed css * Fixed css
1 parent 7ebaa5d commit 684c1bd

File tree

13 files changed

+431
-408
lines changed

13 files changed

+431
-408
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Making Flanders Smart Again",
55
"main": "index.js",
66
"scripts": {
7-
"start": "node-sass frontend/ -o public/ && nodemon index.js",
7+
"start": "node-sass templates/css -o public/css && nodemon index.js",
88
"test": "mocha"
99
},
1010
"repository": {

public/css/styles.css

Lines changed: 198 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/css/styles.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/styles.css

Lines changed: 0 additions & 181 deletions
This file was deleted.

templates/building-units.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ html
77
header
88
include partials/header
99
.content
10-
.info
10+
.container
1111
h3 Voeg informatie toe aan gebouw
1212
label.label Gevonden gebouweenheden binnen:
1313
form(action='/transform/gebouw', method="POST", id="gebouweenheden")

templates/building.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ html
77
header
88
include partials/header
99
.content
10-
.info
10+
.container
1111
h3 Overzicht van het gebouw in JSON-LD
12-
pre #{building}
12+
pre.snippet #{building}
1313
script(src="https://code.jquery.com/jquery-3.2.1.slim.min.js", integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN", crossorigin="anonymous")

templates/buildings.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ html
77
header
88
include partials/header
99
.content
10-
.info
10+
.container
1111
h3 Voeg informatie toe aan gebouw
12-
label.label Gevonden gebouw(en):
1312
form(action='/transform/gebouwunits', method="POST", id="adres")
13+
label.label Gevonden gebouw(en):
1414
select(name="adresObjectId" form="adres")
1515
each adres in adressen
1616
option(value=(adres.identificator.objectId)) #{adres.volledigAdres.geografischeNaam.spelling}

templates/css/styles.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)