Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SkuciSe
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tim 2 - 2022
SkuciSe
Commits
35bdd449
Commit
35bdd449
authored
Sep 21, 2022
by
Nikola Markovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sitne ispravke - front
parent
fad65328
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
SkuciSe/src/main/resources/templates/index.html
+1
-1
SkuciSe/src/main/resources/templates/oglas.html
+2
-1
SkuciSe/src/main/resources/templates/portfolio.html
+2
-2
No files found.
SkuciSe/src/main/resources/templates/index.html
View file @
35bdd449
...
...
@@ -133,7 +133,7 @@
</header>
<section
class=
"features-icons bg-light text-center"
>
<div
class=
"container d-flex justify-content-center align-items-center"
style=
"height:
400px
"
>
<div
class=
"container d-flex justify-content-center align-items-center"
style=
"height:
auto; min-height: 400px; padding: 5px 0;
"
>
<div
class=
"row"
>
<div
class=
"col-lg-4"
>
<div
class=
"features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3"
>
...
...
SkuciSe/src/main/resources/templates/oglas.html
View file @
35bdd449
...
...
@@ -172,7 +172,8 @@
</div>
</div>
<div
class=
"col d-flex justify-content-evenly"
style=
"color: #777;"
>
<h4
th:text=
"${oglas.cena*oglas.kvadratura} + '$'"
></h4>
<h4
th:if=
"${oglas.vrstaOglasaId == 1}"
th:text=
"${oglas.cena*oglas.kvadratura} + '$'"
></h4>
<h4
th:if=
"${oglas.vrstaOglasaId != 1}"
th:text=
"${oglas.cena} + '$/mes'"
></h4>
<h4
th:text=
"${oglas.lokacija} + ', '+${grad}"
></h4>
</div>
</div>
...
...
SkuciSe/src/main/resources/templates/portfolio.html
View file @
35bdd449
...
...
@@ -100,7 +100,7 @@
</nav>
<div
class=
"bg-light py-5"
>
<div
class=
"container py-5"
>
<div
class=
"container py-5
h-auto
"
>
<div
class=
"row mb-4"
>
<div
class=
"col-lg-6"
>
<h2
class=
"display-4 font-weight-light"
>
Upoznajte naš tim
</h2>
...
...
@@ -200,7 +200,7 @@
</div>
</div>
</div>
</footer>
>
</footer>
</div>
<script
src=
"//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"
></script>
<script
src=
"//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment