-
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
15 changed files
with
93 additions
and
96 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 +1,11 @@ | ||
{block content} | ||
{block navbar}{include './../navbar.latte'}{/block} | ||
{block content} | ||
<div class="align-items-center text-white bg-primary border-0" role="alert" aria-live="assertive" aria-atomic="true"> | ||
<div class="d-flex"> | ||
<div class="toast-body"> | ||
Hello, world! This is a toast message. | ||
</div> | ||
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button> | ||
</div> | ||
</div> | ||
{/block} |
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,63 @@ | ||
<!-- Navbar --> | ||
<nav class="navbar navbar-expand-lg navbar-light bg-light"> | ||
<!-- Container wrapper --> | ||
<div class="container-fluid"> | ||
<!-- Toggle button --> | ||
<button | ||
class="navbar-toggler" | ||
type="button" | ||
data-mdb-toggle="collapse" | ||
data-mdb-target="#navbarSupportedContent" | ||
aria-controls="navbarSupportedContent" | ||
aria-expanded="false" | ||
aria-label="Toggle navigation"> | ||
<i class="fas fa-bars"></i> | ||
</button> | ||
<!-- Collapsible wrapper --> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<!-- Navbar brand --> | ||
<a class="navbar-brand mt-2 mt-lg-0" n:href="Home:"> | ||
<img src="https://mdbcdn.b-cdn.net/img/Photos/new-templates/bootstrap-login-form/lotus.webp" | ||
height="35" | ||
alt="B-day" | ||
loading="lazy" | ||
/> B-day challenge | ||
</a> | ||
<!-- Left links --> | ||
{* <ul class="navbar-nav me-auto mb-2 mb-lg-0">*} | ||
{* <li class="nav-item">*} | ||
{* <a class="nav-link" href="#">Pridat ukol</a>*} | ||
{* </li>*} | ||
{* </ul>*} | ||
</div> | ||
<!-- Right elements --> | ||
<div class="d-flex align-items-center"> | ||
<!-- Avatar --> | ||
<div class="dropdown"> | ||
<a class="dropdown-toggle d-flex align-items-center hidden-arrow" | ||
href="#" | ||
id="navbarDropdownMenuAvatar" | ||
role="button" | ||
data-mdb-toggle="dropdown" | ||
aria-expanded="false"> | ||
|
||
<img src="https://mdbcdn.b-cdn.net/img/new/avatars/2.webp" | ||
class="rounded-circle" | ||
height="25" | ||
alt="Black and White Portrait of a Man" | ||
loading="lazy"/> | ||
</a> | ||
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdownMenuAvatar"> | ||
<li> | ||
<a class="dropdown-item" href="#">My profile</a> | ||
</li> | ||
<li> | ||
<a class="dropdown-item" n:href="signOut!">Logout</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<!-- Right elements --> | ||
</div> | ||
<!-- Container wrapper --> | ||
</nav> |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.