diff --git a/app/controllers/welcome.js b/app/controllers/welcome.js index 258b551..32fdf07 100644 --- a/app/controllers/welcome.js +++ b/app/controllers/welcome.js @@ -1,5 +1,5 @@ const getWelcome = (req,res) => { - const title = "Koju nekretninu tražite?" + const title = "" res.render('welcome', { nextStep: '/vrstanekretnine', title } ); }; diff --git a/app/public/main.css b/app/public/main.css index b936827..28508e1 100644 --- a/app/public/main.css +++ b/app/public/main.css @@ -23,7 +23,6 @@ margin-top: 200px; } - .centered-element-small { margin-top: 100px; } @@ -36,9 +35,7 @@ html, body { height: 100%; - margin: 0; - padding: 0; - font-family: 'Tangerine', serif; + } #floating-panel { diff --git a/app/views/gardenSize.ejs b/app/views/gardenSize.ejs index c0c1b91..bcbec2d 100644 --- a/app/views/gardenSize.ejs +++ b/app/views/gardenSize.ejs @@ -1,4 +1,2 @@ -<% include partials/navBar %> - <% include partials/range %> diff --git a/app/views/goAgain.ejs b/app/views/goAgain.ejs index 1040e96..d0ae80b 100644 --- a/app/views/goAgain.ejs +++ b/app/views/goAgain.ejs @@ -1,6 +1,4 @@ -<% include partials/navBar %> -
diff --git a/app/views/layout.ejs b/app/views/layout.ejs index 2dad9cc..eb876c6 100644 --- a/app/views/layout.ejs +++ b/app/views/layout.ejs @@ -12,7 +12,9 @@ + <% include partials/navBar %>
+ <%-body%>
diff --git a/app/views/municipality.ejs b/app/views/municipality.ejs index aae8813..8c972de 100644 --- a/app/views/municipality.ejs +++ b/app/views/municipality.ejs @@ -1,6 +1,4 @@ -<% include partials/navBar %> -
    diff --git a/app/views/neighborhoodMap.ejs b/app/views/neighborhoodMap.ejs index e8cf5fd..93bcfd2 100644 --- a/app/views/neighborhoodMap.ejs +++ b/app/views/neighborhoodMap.ejs @@ -1,5 +1,3 @@ -<% include partials/navBar %> -
    diff --git a/app/views/price.ejs b/app/views/price.ejs index c0c1b91..bcbec2d 100644 --- a/app/views/price.ejs +++ b/app/views/price.ejs @@ -1,4 +1,2 @@ -<% include partials/navBar %> - <% include partials/range %> diff --git a/app/views/queryReview.ejs b/app/views/queryReview.ejs index e8105b4..e342070 100644 --- a/app/views/queryReview.ejs +++ b/app/views/queryReview.ejs @@ -1,6 +1,4 @@ -<% include partials/navBar %> -
      diff --git a/app/views/querySubmit.ejs b/app/views/querySubmit.ejs index e608805..a97fe51 100644 --- a/app/views/querySubmit.ejs +++ b/app/views/querySubmit.ejs @@ -1,7 +1,4 @@ -<% include partials/navBar %> - -
      Da Vam javimo kada se Vaša željena nekretnina pojavi u oglasima, upišite vaš e-mail
      diff --git a/app/views/realEstateType.ejs b/app/views/realEstateType.ejs index eac9357..c5e44c4 100644 --- a/app/views/realEstateType.ejs +++ b/app/views/realEstateType.ejs @@ -1,6 +1,4 @@ -<% include partials/navBar %> -
        diff --git a/app/views/realEstates.ejs b/app/views/realEstates.ejs index 9dc5fb6..0e2731f 100644 --- a/app/views/realEstates.ejs +++ b/app/views/realEstates.ejs @@ -1,6 +1,4 @@ -<% include partials/navBar %> -
          <% for(const realEstate of realEstates) { %> diff --git a/app/views/region.ejs b/app/views/region.ejs index a5c4a40..42dd841 100644 --- a/app/views/region.ejs +++ b/app/views/region.ejs @@ -1,6 +1,4 @@ -<% include partials/navBar %> -
            diff --git a/app/views/size.ejs b/app/views/size.ejs index c0c1b91..bcbec2d 100644 --- a/app/views/size.ejs +++ b/app/views/size.ejs @@ -1,4 +1,2 @@ -<% include partials/navBar %> - <% include partials/range %> diff --git a/app/views/unsubscribe.ejs b/app/views/unsubscribe.ejs index c97f5b7..d11480a 100644 --- a/app/views/unsubscribe.ejs +++ b/app/views/unsubscribe.ejs @@ -1,5 +1,4 @@ -<% include partials/navBar %>