generated from Arquisoft/wiq_0
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
49 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.api-table th, .api-table td { | ||
vertical-align: top; | ||
text-align: left; | ||
} | ||
.example-response { | ||
background-color: #f0f4f8; /* Light grey-blue background for readability */ | ||
border-radius: 0.25rem; /* Rounded corners */ | ||
padding: 1rem; /* Padding inside the box */ | ||
border: 1px solid #d3d3d3; /* Light grey border */ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
<!-- footer.html --> | ||
<footer class="footer bg-primary"> | ||
<div class="container"> | ||
<span class="text-white bg-primary">© ASW - Grupo 04 B</span> | ||
<!-- Navigation Menu to the left --> | ||
<div class="row"> | ||
<div class="col-md-4"> | ||
<nav class="nav flex-column"> | ||
<a class="nav-link text-white" href="/api">API docs</a> | ||
</nav> | ||
</div> | ||
|
||
<!-- Centered Copyright Notice --> | ||
<div class="col-md-4 text-center"> | ||
<span class="text-white" th:text="#{footer.copyright}"></span> | ||
</div> | ||
|
||
<div class="col-md-4"></div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters